[PR #1011] [CLOSED] Bump cypress from 4.10.0 to 4.11.0 #3008

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

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/1011
Author: @dependabot[bot]
Created: 7/22/2020
Status: Closed

Base: masterHead: dependabot/npm_and_yarn/cypress-4.11.0


📝 Commits (1)

  • a1161c0 Bump cypress from 4.10.0 to 4.11.0

📊 Changes

2 files changed (+27 additions, -19 deletions)

View changed files

📝 package-lock.json (+26 -18)
📝 package.json (+1 -1)

📄 Description

Bumps cypress from 4.10.0 to 4.11.0.

Release notes

Sourced from cypress's releases.

4.11.0

Released 7/21/2020

Features:

  • You can now pass an ensureScrollability: false option to .scrollTo() to skip checking whether the element is scrollable. Addresses #1924.
  • cy.clock() now accepts Dates as well as a Number for now. Fixes #7786.

Bugfixes:

  • Running multiple specs within Firefox during cypress run on Windows will no longer fail trying to make a connection to the browser. Fixes #6392.
  • Cypress will no longer throw a Cannot read property 'isAttached' of undefined error during cypress run on Firefox versions >= 75. Fixes #6813.
  • Fixed an issue where Cypress tests in Chromium-family browsers could randomly fail with the error "WebSocket is already in CLOSING or CLOSED state." Fixes #7180.
  • Taking a screenshot of an element that changes height upon scroll will no longer throw an invalid for option "size" error. Fixes #6099.
  • Setting viewportHeight or viewportWidth from within the test configuration now properly changes the viewport size for the duration of the suite or test.
  • Setting deep objects and arrays on config within the pluginsFile now sets the values correctly. Fixes #7959.
  • The progress bar for cy.wait() now reflects the correct requestTimeout and responseTimeout of the command. Fixes #7881.
  • The command's progress bar will not longer restart when its parent test is collapsed in the Command Log. Fixes #7912.
  • Key value pairs sent to ELECTRON_EXTRA_LAUNCH_ARGS as key=value will now be properly read in. Fixes #7994.
  • Stubbed responses responding with an empty string to cy.route() now correctly display as 'xhr stub' in the Test Runner's Command Log. Fixes #8018.
  • Quickly reclicking the "Run All Tests" button in the Test Runners' Command Log will no longer throw errors about undefined properties and the tests will no longer hang. Fixes #7968.

Misc:

  • The error messages thrown from pluginsFile and supportFile now mention that .ts extensions are supported. Addresses #7940.
  • The style when focusing on tests in the Command Log has been updated. Addresses #7855.

Dependency Updates:

  • Upgraded @benmalka/foxdriver from 0.4.0 to 0.4.1. Addressed in #8040.
  • Upgraded firefox-profile from 1.3.1 to 2.0.0. Addressed in #8000.
  • Upgraded fix-path from 2.1.0 to 3.0.0. Addressed in #8028.
  • Upgraded human-interval from 0.1.6 to 1.0.0. Addressed in #8031.
  • Upgraded lodash from 4.17.15 to 4.17.19. Addressed in #7954.
  • Upgraded plist from 2.1.0 to 3.0.1. Addressed in #8045.
  • Upgraded proxy-from-env from 1.0.0 to 1.1.0. Addressed in #7900.
  • Upgraded resolve from 1.13.1 to 1.17.0. Addressed in #7989.
  • Upgraded systeminformation from 4.21.1 to 4.26.9. Addressed in #7975.
  • Upgraded uuid from 3.3.2 to 8.2.0. Addressed in #7976, #8002, and #8011.
Commits
  • 7cbb5d2 release 4.11.0 [skip ci]
  • 4a3c5f1 chore(deps): update dependency pretty-ms to version .x 🌟 (#8049)
  • d734db0 chore(deps): update dependency rc-collapse to version .x 🌟 (#8047)
  • 7663c13 fix(deps): update dependency plist to version .x 🌟 (#8045)
  • 0b38902 circle: add option to wait-on a server to boot when running example projects
  • f9cf321 fix: add a few checks to prevent crashes during fast test re-runs (#7984)
  • 844bc51 Upgrade @benmalka/foxdriver to 0.4.1 (#8040)
  • c7bafec Check that response is null or undefined when showing as 'stubbed' instead of...
  • 54a420c Remove unused dep 'run-sequence' (#8035)
  • adff08c fix(deps): update dependency human-interval to version .x 🌟 (#8031)
  • 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)

🔄 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/1011 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 7/22/2020 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/cypress-4.11.0` --- ### 📝 Commits (1) - [`a1161c0`](https://github.com/hoppscotch/hoppscotch/commit/a1161c0d6cca7f12a90f8f203c7dc650ac86d32a) Bump cypress from 4.10.0 to 4.11.0 ### 📊 Changes **2 files changed** (+27 additions, -19 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+26 -18) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [cypress](https://github.com/cypress-io/cypress) from 4.10.0 to 4.11.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.11.0</h2> <p><em>Released 7/21/2020</em></p> <p><strong>Features:</strong></p> <ul> <li>You can now pass an <code>ensureScrollability: false</code> option to <a href="https://on.cypress.io/scrollto"><code>.scrollTo()</code></a> to skip checking whether the element is scrollable. Addresses <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/1924">#1924</a>.</li> <li><a href="https://on.cypress.io/clock"><code>cy.clock()</code></a> now accepts Dates as well as a Number for now. Fixes <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/7786">#7786</a>.</li> </ul> <p><strong>Bugfixes:</strong></p> <ul> <li>Running multiple specs within Firefox during <code>cypress run</code> on Windows will no longer fail trying to make a connection to the browser. Fixes <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/6392">#6392</a>.</li> <li>Cypress will no longer throw a <code>Cannot read property 'isAttached' of undefined</code> error during <code>cypress run</code> on Firefox versions &gt;= 75. Fixes <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/6813">#6813</a>.</li> <li>Fixed an issue where Cypress tests in Chromium-family browsers could randomly fail with the error &quot;WebSocket is already in CLOSING or CLOSED state.&quot; Fixes <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/7180">#7180</a>.</li> <li>Taking a screenshot of an element that changes height upon scroll will no longer throw an <code>invalid for option &quot;size&quot;</code> error. Fixes <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/6099">#6099</a>.</li> <li>Setting <code>viewportHeight</code> or <code>viewportWidth</code> from within the <a href="https://on.cypress.io/writing-and-organizing-tests#test-configuration">test configuration</a> now properly changes the viewport size for the duration of the suite or test.</li> <li>Setting deep objects and arrays on <code>config</code> within the <code>pluginsFile</code> now sets the values correctly. Fixes <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/7959">#7959</a>.</li> <li>The progress bar for <code>cy.wait()</code> now reflects the correct <code>requestTimeout</code> and <code>responseTimeout</code> of the command. Fixes <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/7881">#7881</a>.</li> <li>The command's progress bar will not longer restart when its parent test is collapsed in the Command Log. Fixes <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/7912">#7912</a>.</li> <li>Key value pairs sent to <code>ELECTRON_EXTRA_LAUNCH_ARGS</code> as <code>key=value</code> will now be properly read in. Fixes <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/7994">#7994</a>.</li> <li>Stubbed responses responding with an empty string to <a href="https://on.cypress.io/route"><code>cy.route()</code></a> now correctly display as 'xhr stub' in the Test Runner's Command Log. Fixes <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/8018">#8018</a>.</li> <li>Quickly reclicking the &quot;Run All Tests&quot; button in the Test Runners' Command Log will no longer throw errors about undefined properties and the tests will no longer hang. Fixes <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/7968">#7968</a>.</li> </ul> <p><strong>Misc:</strong></p> <ul> <li>The error messages thrown from <code>pluginsFile</code> and <code>supportFile</code> now mention that <code>.ts</code> extensions are supported. Addresses <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/7940">#7940</a>.</li> <li>The style when focusing on tests in the Command Log has been updated. Addresses <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/7855">#7855</a>.</li> </ul> <p><strong>Dependency Updates:</strong></p> <ul> <li>Upgraded <code>@benmalka/foxdriver</code> from <code>0.4.0</code> to <code>0.4.1</code>. Addressed in <a href="https://github-redirect.dependabot.com/cypress-io/cypress/pull/8040">#8040</a>.</li> <li>Upgraded <code>firefox-profile</code> from <code>1.3.1</code> to <code>2.0.0</code>. Addressed in <a href="https://github-redirect.dependabot.com/cypress-io/cypress/pull/8000">#8000</a>.</li> <li>Upgraded <code>fix-path</code> from <code>2.1.0</code> to <code>3.0.0</code>. Addressed in <a href="https://github-redirect.dependabot.com/cypress-io/cypress/pull/8028">#8028</a>.</li> <li>Upgraded <code>human-interval</code> from <code>0.1.6</code> to <code>1.0.0</code>. Addressed in <a href="https://github-redirect.dependabot.com/cypress-io/cypress/pull/8031">#8031</a>.</li> <li>Upgraded <code>lodash</code> from <code>4.17.15</code> to <code>4.17.19</code>. Addressed in <a href="https://github-redirect.dependabot.com/cypress-io/cypress/pull/7954">#7954</a>.</li> <li>Upgraded <code>plist</code> from <code>2.1.0</code> to <code>3.0.1</code>. Addressed in <a href="https://github-redirect.dependabot.com/cypress-io/cypress/pull/8045">#8045</a>.</li> <li>Upgraded <code>proxy-from-env</code> from <code>1.0.0</code> to <code>1.1.0</code>. Addressed in <a href="https://github-redirect.dependabot.com/cypress-io/cypress/pull/7900">#7900</a>.</li> <li>Upgraded <code>resolve</code> from <code>1.13.1</code> to <code>1.17.0</code>. Addressed in <a href="https://github-redirect.dependabot.com/cypress-io/cypress/pull/7989">#7989</a>.</li> <li>Upgraded <code>systeminformation</code> from <code>4.21.1</code> to <code>4.26.9</code>. Addressed in <a href="https://github-redirect.dependabot.com/cypress-io/cypress/pull/7975">#7975</a>.</li> <li>Upgraded <code>uuid</code> from <code>3.3.2</code> to <code>8.2.0</code>. Addressed in <a href="https://github-redirect.dependabot.com/cypress-io/cypress/pull/7976">#7976</a>, <a href="https://github-redirect.dependabot.com/cypress-io/cypress/pull/8002">#8002</a>, and <a href="https://github-redirect.dependabot.com/cypress-io/cypress/pull/8011">#8011</a>.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/cypress-io/cypress/commit/7cbb5d2a199fb4098a9e4c71e512a4e4e62883aa"><code>7cbb5d2</code></a> release 4.11.0 [skip ci]</li> <li><a href="https://github.com/cypress-io/cypress/commit/4a3c5f17be5d4023070478d0f42c073336fa27b4"><code>4a3c5f1</code></a> chore(deps): update dependency pretty-ms to version .x 🌟 (<a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/8049">#8049</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/d734db0aa43aee91048f90cf4932dc802361441f"><code>d734db0</code></a> chore(deps): update dependency rc-collapse to version .x 🌟 (<a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/8047">#8047</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/7663c134a69a6fe7fd275b23687a4385e6ca3295"><code>7663c13</code></a> fix(deps): update dependency plist to version .x 🌟 (<a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/8045">#8045</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/0b389020a551f6620ed8389ebf274fc15ea28b02"><code>0b38902</code></a> circle: add option to wait-on a server to boot when running example projects</li> <li><a href="https://github.com/cypress-io/cypress/commit/f9cf3211d5990cca81b3270629504fd4df376e4a"><code>f9cf321</code></a> fix: add a few checks to prevent crashes during fast test re-runs (<a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/7984">#7984</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/844bc51c1922a6380f2733a923fb42c505cb2dc1"><code>844bc51</code></a> Upgrade @benmalka/foxdriver to 0.4.1 (<a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/8040">#8040</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/c7bafec3c33ce8f75c30f850726e8aa40ccc3329"><code>c7bafec</code></a> Check that response is null or undefined when showing as 'stubbed' instead of...</li> <li><a href="https://github.com/cypress-io/cypress/commit/54a420cbd807f11e738f579bee9519eb14fd827a"><code>54a420c</code></a> Remove unused dep 'run-sequence' (<a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/8035">#8035</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/adff08c344d6d84d5743c7d3b77ff0c714fb1908"><code>adff08c</code></a> fix(deps): update dependency human-interval to version .x 🌟 (<a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/8031">#8031</a>)</li> <li>Additional commits viewable in <a href="https://github.com/cypress-io/cypress/compare/v4.10.0...v4.11.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=cypress&package-manager=npm_and_yarn&previous-version=4.10.0&new-version=4.11.0)](https://help.github.com/articles/configuring-automated-security-fixes) 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) </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:39: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#3008
No description provided.