[PR #628] [MERGED] chore(deps-dev): bump cypress from 4.0.2 to 4.1.0 #2753

Closed
opened 2026-03-17 00:25:46 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/628
Author: @dependabot-preview[bot]
Created: 2/29/2020
Status: Merged
Merged: 3/1/2020
Merged by: @liyasthomas

Base: masterHead: dependabot/npm_and_yarn/cypress-4.1.0


📝 Commits (1)

  • 3c2307d chore(deps-dev): bump cypress from 4.0.2 to 4.1.0

📊 Changes

2 files changed (+17 additions, -108 deletions)

View changed files

📝 package-lock.json (+16 -107)
📝 package.json (+1 -1)

📄 Description

Bumps cypress from 4.0.2 to 4.1.0.

Release notes

Sourced from cypress's releases.

4.1.0

Released 2/28/2020

Features:

  • There is a new cypress info command to see the locally detected browsers and other information related to Cypress. Addresses #4540.
  • You can now click a 'Try Again' button to recheck if the server at the designated baseUrl is running within the warning message during cypress open. Addresses #3284.
  • There are "collapse all" and "expand all" links in the Test Runner's "Tests" tab to collapse or expand all folders within the "Integration Tests". Addresses #6282.
  • The plugins file function's config argument now includes projectRoot (absolute path to the root of the project) and configFile (absolute path to the configuration file). Addresses #5941.

Bugfixes:

  • Fixed a regression where Cypress could throw a "Maximum call stack size exceeded" error when transmitting a circular object over the internal WebSocket. Fixes #6582.
  • We fixed an issue where using Chromium-family browsers could cause Cypress to throw a "WebSocket is not open: readyState 3" error under certain conditions. Fixes #5685.
  • We now more thoroughly ensure the parent of an element exists when recursively calling visibility and existence checks in order to prevent some maximum call stack errors. Fixes #4373.
  • We fixed an issue where a maximum call stack error would throw in some circumstances when xhr.onreadystatechange is accessed. Fixes #5864.
  • We fixed a regression in 3.5.0 where typing into an iframe with a body element with the contenteditable attribute would throw an error. Fixes #5930.
  • We now set the default window size when running Chrome headlessly to 1280x720. Fixes #6210.
  • We fixed an issue where cypress install would not complete on Node.js 8.0.0. Fixes #6512 and #6568.
  • {% url "cy.clearLocalStorage()" clearlocalstorage now properly accepts the log option to disable logging. Fixes #6342.

Misc:

  • The error messages displayed when rerouting to a non same-origin domain has been updated to more accurately reflect the rules around same-origin policy. Addresses #6048.
  • We fixed an error message that would display the wrong available browser families during validation. Addressed in #6517.
  • We fixed some typos in some of our error messages. Addressed in #6508.
  • We're collecting more environment variables when running Cypress with GitLab CI. Addresses #6231.
  • The typing of cy.$$ has been updated to distinguish differences between it and Cypress.$. "More info here" $#Cypress-vs-cy Addresses #2027.
  • We're continuing to make progress in converting our codebase from CoffeeScript to JavaScript. Addresses #2690 in #6552, #6523, and #6545.

Dependency Updates

  • Upgraded electron from 7.1.10 to 7.1.13. Addressed in #6566.
Commits
  • 844606b release 4.1.0 [skip ci]
  • 483d494 Reconnect to CDP on WebSocket failure (#6532)
  • 7783217 Pass projectRoot and configFile to plugins file through config (#6317)
  • e2ea5bf Fix patch-package (#6583)
  • f1f766d Merge pull request #6599 from cypress-io/issue-6570-decaf
  • 1e7f0c1 remove unnecessary returns
  • ce1aa3f decaffeinate: Run post-processing cleanups on spec.coffee
  • 1d9da41 decaffeinate: Convert spec.coffee to JS
  • 1aafa23 decaffeinate: Rename spec.coffee from .coffee to .js
  • f4c22f9 fix(deps): update dependency node-machine-id to version 1.1.12… (#6595)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in the .dependabot/config.yml file in this repo:

  • Update frequency
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/hoppscotch/hoppscotch/pull/628 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 2/29/2020 **Status:** ✅ Merged **Merged:** 3/1/2020 **Merged by:** [@liyasthomas](https://github.com/liyasthomas) **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/cypress-4.1.0` --- ### 📝 Commits (1) - [`3c2307d`](https://github.com/hoppscotch/hoppscotch/commit/3c2307dca820bd90fd35aece75cdba6973b2b140) chore(deps-dev): bump cypress from 4.0.2 to 4.1.0 ### 📊 Changes **2 files changed** (+17 additions, -108 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+16 -107) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [cypress](https://github.com/cypress-io/cypress) from 4.0.2 to 4.1.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/cypress-io/cypress/releases">cypress's releases</a>.</em></p> <blockquote> <h2>4.1.0</h2> <p><em>Released 2/28/2020</em></p> <p><strong>Features:</strong></p> <ul> <li>There is a new <code>cypress info</code> command to see the locally detected browsers and other information related to Cypress. Addresses <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/4540">#4540</a>.</li> <li>You can now click a 'Try Again' button to recheck if the server at the designated <code>baseUrl</code> is running within the warning message during <code>cypress open</code>. Addresses <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/3284">#3284</a>.</li> <li>There are &quot;collapse all&quot; and &quot;expand all&quot; links in the Test Runner's &quot;Tests&quot; tab to collapse or expand all folders within the &quot;Integration Tests&quot;. Addresses <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/6282">#6282</a>.</li> <li>The plugins file function's <code>config</code> argument now includes <code>projectRoot</code> (absolute path to the root of the project) and <code>configFile</code> (absolute path to the configuration file). Addresses <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/5941">#5941</a>.</li> </ul> <p><strong>Bugfixes:</strong></p> <ul> <li>Fixed a regression where Cypress could throw a &quot;Maximum call stack size exceeded&quot; error when transmitting a circular object over the internal WebSocket. Fixes <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/6582">#6582</a>.</li> <li>We fixed an issue where using Chromium-family browsers could cause Cypress to throw a &quot;WebSocket is not open: readyState 3&quot; error under certain conditions. Fixes <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/5685">#5685</a>.</li> <li>We now more thoroughly ensure the parent of an element exists when recursively calling visibility and existence checks in order to prevent some maximum call stack errors. Fixes <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/4373">#4373</a>.</li> <li>We fixed an issue where a maximum call stack error would throw in some circumstances when <code>xhr.onreadystatechange</code> is accessed. Fixes <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/5864">#5864</a>.</li> <li>We fixed a regression in <a href="https://on.cypress.io/changelog-3-5-0">3.5.0</a> where typing into an iframe with a body element with the contenteditable attribute would throw an error. Fixes <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/5930">#5930</a>.</li> <li>We now set the default window size when running Chrome headlessly to 1280x720. Fixes <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/6210">#6210</a>.</li> <li>We fixed an issue where <code>cypress install</code> would not complete on Node.js 8.0.0. Fixes <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/6512">#6512</a> and <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/6568">#6568</a>.</li> <li>{% url &quot;<code>cy.clearLocalStorage()</code>&quot; clearlocalstorage now properly accepts the <code>log</code> option to disable logging. Fixes <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/6342">#6342</a>.</li> </ul> <p><strong>Misc:</strong></p> <ul> <li>The error messages displayed when rerouting to a non same-origin domain has been updated to more accurately reflect the rules around same-origin policy. Addresses <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/6048">#6048</a>.</li> <li>We fixed an error message that would display the wrong available browser families during validation. Addressed in <a href="https://github-redirect.dependabot.com/cypress-io/cypress/pull/6517">#6517</a>.</li> <li>We fixed some typos in some of our error messages. Addressed in <a href="https://github-redirect.dependabot.com/cypress-io/cypress/pull/6508">#6508</a>.</li> <li>We're collecting more environment variables when running Cypress with GitLab CI. Addresses <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/6231">#6231</a>.</li> <li>The typing of <code>cy.$$</code> has been updated to distinguish differences between it and <code>Cypress.$</code>. &quot;More info here&quot; $#Cypress-vs-cy Addresses <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/2027">#2027</a>.</li> <li>We're continuing to make progress in converting our codebase from CoffeeScript to JavaScript. Addresses <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/2690">#2690</a> in <a href="https://github-redirect.dependabot.com/cypress-io/cypress/pull/6552">#6552</a>, <a href="https://github-redirect.dependabot.com/cypress-io/cypress/pull/6523">#6523</a>, and <a href="https://github-redirect.dependabot.com/cypress-io/cypress/pull/6545">#6545</a>.</li> </ul> <p><strong>Dependency Updates</strong></p> <ul> <li>Upgraded <code>electron</code> from <code>7.1.10</code> to <code>7.1.13</code>. Addressed in <a href="https://github-redirect.dependabot.com/cypress-io/cypress/pull/6566">#6566</a>.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/cypress-io/cypress/commit/844606bcede477f18eb83834f51941e4f2f165df"><code>844606b</code></a> release 4.1.0 [skip ci]</li> <li><a href="https://github.com/cypress-io/cypress/commit/483d49455795c88bd7cbb03ea019ebed563770cb"><code>483d494</code></a> Reconnect to CDP on WebSocket failure (<a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/6532">#6532</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/778321786f7a19d63ddabc74806b7c2852bbfe69"><code>7783217</code></a> Pass projectRoot and configFile to plugins file through config (<a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/6317">#6317</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/e2ea5bf663f778d87b25cf6147f55095f8c148a6"><code>e2ea5bf</code></a> Fix <code>patch-package</code> (<a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/6583">#6583</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/f1f766d44d5a40a10f9a330396464e2f3390023f"><code>f1f766d</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/6599">#6599</a> from cypress-io/issue-6570-decaf</li> <li><a href="https://github.com/cypress-io/cypress/commit/1e7f0c1fdff68e5f54d0f6a7e3e790eb56f43ceb"><code>1e7f0c1</code></a> remove unnecessary returns</li> <li><a href="https://github.com/cypress-io/cypress/commit/ce1aa3f7997cabab689345321a7fe0f7efd99102"><code>ce1aa3f</code></a> decaffeinate: Run post-processing cleanups on spec.coffee</li> <li><a href="https://github.com/cypress-io/cypress/commit/1d9da41671800702ad752ab0d046bea349a858ef"><code>1d9da41</code></a> decaffeinate: Convert spec.coffee to JS</li> <li><a href="https://github.com/cypress-io/cypress/commit/1aafa234254a58fc6a5e3051d9aa1ad55c90b24c"><code>1aafa23</code></a> decaffeinate: Rename spec.coffee from .coffee to .js</li> <li><a href="https://github.com/cypress-io/cypress/commit/f4c22f951e23c5fbab04dfa871ef64bdc61f2f85"><code>f4c22f9</code></a> fix(deps): update dependency node-machine-id to version 1.1.12… (<a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/6595">#6595</a>)</li> <li>Additional commits viewable in <a href="https://github.com/cypress-io/cypress/compare/v4.0.2...v4.1.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=cypress&package-manager=npm_and_yarn&previous-version=4.0.2&new-version=4.1.0)](https://dependabot.com/compatibility-score/?dependency-name=cypress&package-manager=npm_and_yarn&previous-version=4.0.2&new-version=4.1.0) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in the `.dependabot/config.yml` file in this repo: - Update frequency - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 00:25:46 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hoppscotch#2753
No description provided.