[PR #957] [MERGED] ⬆️ Bump cypress from 4.8.0 to 4.9.0 #2967

Closed
opened 2026-03-17 00:37:36 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/957
Author: @dependabot[bot]
Created: 6/24/2020
Status: Merged
Merged: 6/24/2020
Merged by: @liyasthomas

Base: masterHead: dependabot/npm_and_yarn/cypress-4.9.0


📝 Commits (1)

  • 0615256 ⬆️ Bump cypress from 4.8.0 to 4.9.0

📊 Changes

2 files changed (+39 additions, -48 deletions)

View changed files

📝 package-lock.json (+38 -47)
📝 package.json (+1 -1)

📄 Description

Bumps cypress from 4.8.0 to 4.9.0.

Release notes

Sourced from cypress's releases.

4.9.0

Released 6/23/2020

Features:

  • An animated progress bar now displays on every command in the Command Log indicating how long the command has left to run before reaching its command timeout. Addresses #7642.
  • There is now an experimentalFetchPolyfill configuration option. When this option is true, Cypress will automatically replace window.fetch with a polyfill that Cypress can spy on and stub. Addresses #7710.
  • You can now pass a --quiet flag to cypress run to silence any Cypress specific output from stdout. Addresses #7714.

Bugfixes:

  • cy.wait() now correctly resolves when waiting for XHR requests that contain resource-like text in the XHR's query params or hash (like .js, .html, .css). #7280.
  • We fixed a regression in 4.6.0 where errors thrown from the application under test as strings would not be correctly handled. Fixes #7590.
  • We fixed a regression in 4.8.0 where .click() would hang if the subject had a shadow root and experimentalShadowDomSupport was not enabled. Fixes #7679.
  • We fixed a regression in 4.6.0 so that .should('have.value') now properly asserts against <progress>, <meter> or <li> element's values. Fixes #7603.
  • Cypress no longer responds with 413 responses during a recorded cypress run when the stdout is too large. Fixes #7548.
  • We fixed an issue where Cypress could exit successfully even with failing tests when launched in global mode. Fixes #7755.
  • Assertion logs now properly display as parent commands in the Command Log regardless of what is in the beforeEach hook. Fixes #7731.
  • When experimentalShadowDomSupport is enabled, querying shadow dom in certain situations will no longer cause the error Cannot read property 'length' of undefined during cypress run. Fixes #7676.
  • Highlighting of elements upon hover of a command in the Command Log are now visible when targeting absolute positioned elements. Fixes #7762.
  • cypress run will no longer crash when provided an empty string to the --project flag. Fixes #7743.

Misc:

  • There is now a loading state to indicated when tests are loading in the Command Log. Addresses #7700.
  • The type definitions for fixturesFolder, pluginsFile, screenshotsFolders and videoCompression have been updated to allow false TypeScript types. Addresses #7654.
  • The type definitions for cy.wait(ms) now correctly yield the type of the previous subject. Addresses #7682.
  • The type definitions now allow for the 'key' keyword when chaining off 'any' or 'all' assertion chainers. Addresses #7665.

Dependency Updates:

  • Upgraded arch from 2.1.1 to 2.1.2. Addressed in #7672.
  • Upgraded eventemitter2 from 4.1.2 to 6.4.2. Addressed in #7705 and #7707.
  • Upgraded getos from 3.1.1 to 3.2.1. Addressed in #7685.
  • Upgraded is-installed-globally from 0.1.0 to 0.3.2. Addressed in #7703.
  • Upgraded jimp from 0.12.0 to 0.13.0. Addressed in #7618.
  • Upgraded moment from 2.24.0 to 2.26.0. Addressed in #7718.
  • Upgraded signal-exit from 3.0.2 to 3.0.3. Addressed in #7738.
Commits
  • 29ca809 release 4.9.0 [skip ci]
  • 653739b Handle --project "" command line argument (#7744)
  • 6423b35 chore: clean up postProcessRecording code (#7777)
  • bf752f1 fix: correct bad propagation of exit signals (#7755)
  • 768da16 feat: add quiet cli arg/module option (#7714)
  • baaf24a fix dom-highlights rendering under absolute position elements (#7763)
  • abe2f3d chore(deps): Update dependency angular to version 1.8.0 🌟 (#7754)
  • 1e2368d fix(deps): update dependency signal-exit to version 3.0.3 🌟 (#7738)
  • 22e47aa Update license copyright year (#7758)
  • dc2b50d Add UTM parameters to Dashboard login buttons (#7639)
  • 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/957 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 6/24/2020 **Status:** ✅ Merged **Merged:** 6/24/2020 **Merged by:** [@liyasthomas](https://github.com/liyasthomas) **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/cypress-4.9.0` --- ### 📝 Commits (1) - [`0615256`](https://github.com/hoppscotch/hoppscotch/commit/0615256069715672ae22cda37f470a4e0f572e69) :arrow_up: Bump cypress from 4.8.0 to 4.9.0 ### 📊 Changes **2 files changed** (+39 additions, -48 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+38 -47) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [cypress](https://github.com/cypress-io/cypress) from 4.8.0 to 4.9.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.9.0</h2> <p><em>Released 6/23/2020</em></p> <p><strong>Features:</strong></p> <ul> <li>An animated progress bar now displays on every command in the <a href="https://on.cypress.io/test-runner#Command-Log">Command Log</a> indicating how long the command has left to run before reaching its command timeout. Addresses <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/7642">#7642</a>.</li> <li>There is now an <a href="https://on.cypress.io/experiments"><code>experimentalFetchPolyfill</code></a> configuration option. When this option is <code>true</code>, Cypress will automatically replace <code>window.fetch</code> with a polyfill that Cypress can spy on and stub. Addresses <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/7710">#7710</a>.</li> <li>You can now pass a <code>--quiet</code> flag to <a href="https://on.cypress.io/command-line#cypress-run"><code>cypress run</code></a> to silence any Cypress specific output from stdout. Addresses <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/7714">#7714</a>.</li> </ul> <p><strong>Bugfixes:</strong></p> <ul> <li><a href="https://on.cypress.io/wait"><code>cy.wait()</code></a> now correctly resolves when waiting for XHR requests that contain resource-like text in the XHR's query params or hash (like <code>.js</code>, .<code>html</code>, <code>.css</code>). <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/7280">#7280</a>.</li> <li>We fixed a regression in <a href="https://on.cypress.io/changelog-4-6-0">4.6.0</a> where errors thrown from the application under test as strings would not be correctly handled. Fixes <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/7590">#7590</a>.</li> <li>We fixed a regression in <a href="https://on.cypress.io/changelog-4-8-0">4.8.0</a> where <a href="https://on.cypress.io/click"><code>.click()</code></a> would hang if the subject had a shadow root and <a href="https://on.cypress.io/experiments#Shadow-DOM"><code>experimentalShadowDomSupport</code></a> was not enabled. Fixes <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/7679">#7679</a>.</li> <li>We fixed a regression in <a href="https://on.cypress.io/changelog-4-6-0">4.6.0</a> so that <a href="https://on.cypress.io/should"><code>.should('have.value')</code></a> now properly asserts against <code>&lt;progress&gt;</code>, <code>&lt;meter&gt;</code> or <code>&lt;li&gt;</code> element's values. Fixes <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/7603">#7603</a>.</li> <li>Cypress no longer responds with 413 responses during a recorded <code>cypress run</code> when the stdout is too large. Fixes <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/7548">#7548</a>.</li> <li>We fixed an issue where Cypress could exit successfully even with failing tests when launched in global mode. Fixes <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/7755">#7755</a>.</li> <li>Assertion logs now properly display as parent commands in the <a href="https://on.cypress.io/test-runner#Command-Log">Command Log</a> regardless of what is in the <code>beforeEach</code> hook. Fixes <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/7731">#7731</a>.</li> <li>When <a href="https://on.cypress.io/experiments#Shadow-DOM"><code>experimentalShadowDomSupport</code></a> is enabled, querying shadow dom in certain situations will no longer cause the error <code>Cannot read property 'length' of undefined</code> during <code>cypress run</code>. Fixes <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/7676">#7676</a>.</li> <li>Highlighting of elements upon hover of a command in the <a href="https://on.cypress.io/test-runner#Command-Log">Command Log</a> are now visible when targeting absolute positioned elements. Fixes <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/7762">#7762</a>.</li> <li><a href="https://on.cypress.io/command-line#cypress-run"><code>cypress run</code></a> will no longer crash when provided an empty string to the <code>--project</code> flag. Fixes <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/7743">#7743</a>.</li> </ul> <p><strong>Misc:</strong></p> <ul> <li>There is now a loading state to indicated when tests are loading in the <a href="https://on.cypress.io/test-runner#Command-Log">Command Log</a>. Addresses <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/7700">#7700</a>.</li> <li>The type definitions for <code>fixturesFolder</code>, <code>pluginsFile</code>, <code>screenshotsFolders</code> and <code>videoCompression</code> have been updated to allow <code>false</code> TypeScript types. Addresses <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/7654">#7654</a>.</li> <li>The type definitions for <code>cy.wait(ms)</code> now correctly yield the type of the previous subject. Addresses <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/7682">#7682</a>.</li> <li>The type definitions now allow for the 'key' keyword when chaining off 'any' or 'all' assertion chainers. Addresses <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/7665">#7665</a>.</li> </ul> <p><strong>Dependency Updates:</strong></p> <ul> <li>Upgraded <code>arch</code> from <code>2.1.1</code> to <code>2.1.2</code>. Addressed in <a href="https://github-redirect.dependabot.com/cypress-io/cypress/pull/7672">#7672</a>.</li> <li>Upgraded <code>eventemitter2</code> from <code>4.1.2</code> to <code>6.4.2</code>. Addressed in <a href="https://github-redirect.dependabot.com/cypress-io/cypress/pull/7705">#7705</a> and <a href="https://github-redirect.dependabot.com/cypress-io/cypress/pull/7707">#7707</a>.</li> <li>Upgraded <code>getos</code> from <code>3.1.1</code> to <code>3.2.1</code>. Addressed in <a href="https://github-redirect.dependabot.com/cypress-io/cypress/pull/7685">#7685</a>.</li> <li>Upgraded <code>is-installed-globally</code> from <code>0.1.0</code> to <code>0.3.2</code>. Addressed in <a href="https://github-redirect.dependabot.com/cypress-io/cypress/pull/7703">#7703</a>.</li> <li>Upgraded <code>jimp</code> from <code>0.12.0</code> to <code>0.13.0</code>. Addressed in <a href="https://github-redirect.dependabot.com/cypress-io/cypress/pull/7618">#7618</a>.</li> <li>Upgraded <code>moment</code> from <code>2.24.0</code> to <code>2.26.0</code>. Addressed in <a href="https://github-redirect.dependabot.com/cypress-io/cypress/pull/7718">#7718</a>.</li> <li>Upgraded <code>signal-exit</code> from <code>3.0.2</code> to <code>3.0.3</code>. Addressed in <a href="https://github-redirect.dependabot.com/cypress-io/cypress/pull/7738">#7738</a>.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/cypress-io/cypress/commit/29ca809efec00a15d45c2f83584f5710e63e8291"><code>29ca809</code></a> release 4.9.0 [skip ci]</li> <li><a href="https://github.com/cypress-io/cypress/commit/653739bb5c0bf210402aa7837441a4a4af6dbf92"><code>653739b</code></a> Handle --project &quot;&quot; command line argument (<a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/7744">#7744</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/6423b352daf348a07af5fe98c62b518d6ddcbdb9"><code>6423b35</code></a> chore: clean up postProcessRecording code (<a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/7777">#7777</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/bf752f1b2ed805a22aba06388884a5405bb68a84"><code>bf752f1</code></a> fix: correct bad propagation of exit signals (<a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/7755">#7755</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/768da16a5e8cecc61d85fd4939a17c0b93e10366"><code>768da16</code></a> feat: add <code>quiet</code> cli arg/module option (<a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/7714">#7714</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/baaf24a07e36dcb79906774fac32be6a1b76373a"><code>baaf24a</code></a> fix dom-highlights rendering under absolute position elements (<a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/7763">#7763</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/abe2f3d52972beb3e42e3bc7e3910c6bbc34c36c"><code>abe2f3d</code></a> chore(deps): Update dependency angular to version 1.8.0 🌟 (<a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/7754">#7754</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/1e2368d336983ccd252f7cd82b2b784e56163993"><code>1e2368d</code></a> fix(deps): update dependency signal-exit to version 3.0.3 🌟 (<a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/7738">#7738</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/22e47aa5fe3864fcbbd2dfdb27a72f3d72c5b4dd"><code>22e47aa</code></a> Update license copyright year (<a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/7758">#7758</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/dc2b50d3516fbcbadac262586730ec1a152dcbd1"><code>dc2b50d</code></a> Add UTM parameters to Dashboard login buttons (<a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/7639">#7639</a>)</li> <li>Additional commits viewable in <a href="https://github.com/cypress-io/cypress/compare/v4.8.0...v4.9.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.8.0&new-version=4.9.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:37:36 +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#2967
No description provided.