[PR #928] [MERGED] chore(deps-dev): bump cypress from 4.7.0 to 4.8.0 #2945

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

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/928
Author: @dependabot-preview[bot]
Created: 6/9/2020
Status: Merged
Merged: 6/9/2020
Merged by: @liyasthomas

Base: masterHead: dependabot/npm_and_yarn/cypress-4.8.0


📝 Commits (1)

  • 5936564 chore(deps-dev): bump cypress from 4.7.0 to 4.8.0

📊 Changes

2 files changed (+4 additions, -4 deletions)

View changed files

📝 package-lock.json (+3 -3)
📝 package.json (+1 -1)

📄 Description

Bumps cypress from 4.7.0 to 4.8.0.

Release notes

Sourced from cypress's releases.

4.8.0

Released 6/8/2020

Features:

Bugfixes:

  • Upon domain navigation, before and after hooks defined in completed suites no longer erroneously rerun. Fixes #1987.
  • Errors thrown within root level after hooks now correctly display in the Test Runner's Command Log. Fixes #2296.
  • We fixed a regression in 4.6.0 where an XHR response without a body would cause Cypress to throw Cannot read property '__error' of null. Fixes #7518.
  • We fixed a regression in 4.6.0 where using cy.visit() to an authenticated URL would error with Request cannot be constructed from a URL that includes credentials: /__cypress/runner/./wasm/mappings.wasm Fixes #7481.
  • We now properly load code from the pluginsFile or supportFile when they are TypeScript files. Fixes #7459.
  • utf-8 characters now properly display within error code frames. Fixes #7507.
  • Errors thrown in a cy.on('fail', fn) fail handler now display a stack trace and code frame pointing to the origin of the error. Fixes #7512.
  • .click() now properly clicks on wrapped inline elements when the first child element in the parent element has no width or height. Fixes #7434 and #7012.
  • cy.wrap() now properly respects the timeout option. It also better handles situations when passed a promise that never resolves. Fixes #5980.
  • When experimentalComponentTesting is enabled, Cypress will no longer exit with SIGABRT in certain situations. Fixes #7572.
  • We fixed a regression in 3.8.0 where the "Tests" button in the Test Runner wouldn't take you back to the tests list in all browsers. Fixes #5948.
  • Using the S shortcut during .pause() no longer does anything. This prevents the Test Runner from getting into a 'stuck' state. Fixes #6867.

Misc:

  • The design of errors and some iconography displayed in the Test Runner's Command Log have been updated. Addresses #7499, #7542 and #7563.
  • The commands in the Test Runner's Command Log now display in the same casing as the original command. Addresses #5773.
  • The navigation links in the Test Runner now display the correct CSS styles when focused. Addresses #7491.
  • Cypress.config() now has TypeScript types for the taskTimeout option. Addresses #7531.
  • TypeScript types for cy.screenshot() options and Cypress.log() have been updated to be more accurate. Addresses #7445.
  • TypeScript types for Cypress.automation have been added. Addresses #7519.
  • We now display a more accurate error message when passing a browser to the --browser flag that is not supported by Cypress. Addresses #6979.
  • We're continuing to make progress in converting our codebase from CoffeeScript to JavaScript. Addresses #2690 in #7588 and #7591.

Dependency Updates:

  • Upgraded chrome-remote-interface from 0.28.1 to 0.28.2. Addressed in #7615.
  • Upgraded electron from 8.3.0 to 8.3.1. Addressed in #7599.
Commits
  • 8203f02 release 4.8.0 [skip ci]
  • b1378d1 handle browser cases without custom subfolder (#7624)
  • a7ff8fd add some shadow dom support (#7469)
  • 7597bf9 fix(deps): update dependency chrome-remote-interface to version 0.28.2 🌟 (#7615)
  • 7954c59 Merge pull request #7608 from cypress-io/meta-fix-develop-history
  • 1875027 chore: decaffeinate server tests, scripts, other files (#7591)
  • ea4c98d fix decaf header, server/test/e2e
  • 30137e5 fix tests after decaffeination
  • 7805fb8 Merge remote-tracking branch 'origin/develop' into decaf-server-tests-and-more
  • c98eab2 fix not running some server/unit tests in CI (#7600)
  • 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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @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 your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • 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/928 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 6/9/2020 **Status:** ✅ Merged **Merged:** 6/9/2020 **Merged by:** [@liyasthomas](https://github.com/liyasthomas) **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/cypress-4.8.0` --- ### 📝 Commits (1) - [`5936564`](https://github.com/hoppscotch/hoppscotch/commit/59365642fc8db688c0978f089c5b2966a0a08576) chore(deps-dev): bump cypress from 4.7.0 to 4.8.0 ### 📊 Changes **2 files changed** (+4 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+3 -3) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [cypress](https://github.com/cypress-io/cypress) from 4.7.0 to 4.8.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.8.0</h2> <p><em>Released 6/8/2020</em></p> <p><strong>Features:</strong></p> <ul> <li>You can now apply certain <a href="https://on.cypress.io/configuration#Test-Configuration">test configuration</a> for the duration of a suite or test by passing a configuration object to the test or suite as the second argument. Addresses <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/7167">#7167</a>.</li> <li><a href="https://on.cypress.io/isbrowser"><code>Cypress.isBrowser()</code></a> has been expanded to allow for new matcher arguments to assist in filtering matching browsers. Addresses <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/7168">#7168</a>.</li> <li>We now display the currently running file at the top of the Test Runner's Command Log. <a href="https://on.cypress.io/test-runner#Open-files-in-your-IDE">That file can be opened</a> in your <a href="https://on.cypress.io/IDE-integration#File-Opener-Preference">preferred file opener</a> by clicking the file. Addresses <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/7506">#7506</a>.</li> <li>We added experimental shadow DOM support through the <a href="https://on.cypress.io/experiments#Shadow-DOM"><code>experimentalShadowDomSupport</code></a> option. See the <a href="https://on.cypress.io/experiments#Shadow-DOM">Experiments page</a> for more information. Addresses <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/144">#144</a>.</li> </ul> <p><strong>Bugfixes:</strong></p> <ul> <li>Upon domain navigation, <code>before</code> and <code>after</code> hooks defined in completed suites no longer erroneously rerun. Fixes <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/1987">#1987</a>.</li> <li>Errors thrown within root level <code>after</code> hooks now correctly display in the Test Runner's Command Log. Fixes <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/2296">#2296</a>.</li> <li>We fixed a regression in <a href="https://on.cypress.io/changelog-4-6-0">4.6.0</a> where an XHR response without a body would cause Cypress to throw <code>Cannot read property '__error' of null</code>. Fixes <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/7518">#7518</a>.</li> <li>We fixed a regression in <a href="https://on.cypress.io/changelog-4-6-0">4.6.0</a> where using <a href="https://on.cypress.io/visit"><code>cy.visit()</code></a> to an authenticated URL would error with <code>Request cannot be constructed from a URL that includes credentials: /__cypress/runner/./wasm/mappings.wasm</code> Fixes <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/7481">#7481</a>.</li> <li>We now properly load code from the <code>pluginsFile</code> or <code>supportFile</code> when they are TypeScript files. Fixes <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/7459">#7459</a>.</li> <li>utf-8 characters now properly display within error code frames. Fixes <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/7507">#7507</a>.</li> <li>Errors thrown in a <a href="https://on.cypress.io/catalog-of-events#Cypress-Events"><code>cy.on('fail', fn)</code></a> fail handler now display a stack trace and code frame pointing to the origin of the error. Fixes <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/7512">#7512</a>.</li> <li><a href="https://on.cypress.io/click"><code>.click()</code></a> now properly clicks on wrapped inline elements when the first child element in the parent element has no width or height. Fixes <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/7434">#7434</a> and <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/7012">#7012</a>.</li> <li><a href="https://on.cypress.io/wrap"><code>cy.wrap()</code></a> now properly respects the <code>timeout</code> option. It also better handles situations when passed a promise that never resolves. Fixes <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/5980">#5980</a>.</li> <li>When <a href="https://on.cypress.io/experiments#Component-Testing"><code>experimentalComponentTesting</code></a> is enabled, Cypress will no longer exit with SIGABRT in certain situations. Fixes <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/7572">#7572</a>.</li> <li>We fixed a regression in <a href="https://on.cypress.io/changelog-3-8-0">3.8.0</a> where the &quot;Tests&quot; button in the Test Runner wouldn't take you back to the tests list in all browsers. Fixes <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/5948">#5948</a>.</li> <li>Using the <code>S</code> shortcut during <a href="https://on.cypress.io/pause"><code>.pause()</code></a> no longer does anything. This prevents the Test Runner from getting into a 'stuck' state. Fixes <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/6867">#6867</a>.</li> </ul> <p><strong>Misc:</strong></p> <ul> <li>The design of errors and some iconography displayed in the Test Runner's Command Log have been updated. Addresses <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/7499">#7499</a>, <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/7542">#7542</a> and <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/7563">#7563</a>.</li> <li>The commands in the Test Runner's Command Log now display in the same casing as the original command. Addresses <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/5773">#5773</a>.</li> <li>The navigation links in the Test Runner now display the correct CSS styles when focused. Addresses <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/7491">#7491</a>.</li> <li><a href="https://on.cypress.io/config"><code>Cypress.config()</code></a> now has TypeScript types for the <code>taskTimeout</code> option. Addresses <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/7531">#7531</a>.</li> <li>TypeScript types for <a href="https://on.cypress.io/screenshot"><code>cy.screenshot()</code></a> options and <a href="https://on.cypress.io/cypress-log"><code>Cypress.log()</code></a> have been updated to be more accurate. Addresses <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/7445">#7445</a>.</li> <li>TypeScript types for <code>Cypress.automation</code> have been added. Addresses <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/7519">#7519</a>.</li> <li>We now display a more accurate error message when passing a browser to the <code>--browser</code> flag that is not supported by Cypress. Addresses <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/6979">#6979</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/7588">#7588</a> and <a href="https://github-redirect.dependabot.com/cypress-io/cypress/pull/7591">#7591</a>.</li> </ul> <p><strong>Dependency Updates:</strong></p> <ul> <li>Upgraded <code>chrome-remote-interface</code> from <code>0.28.1</code> to <code>0.28.2</code>. Addressed in <a href="https://github-redirect.dependabot.com/cypress-io/cypress/pull/7615">#7615</a>.</li> <li>Upgraded <code>electron</code> from <code>8.3.0</code> to <code>8.3.1</code>. Addressed in <a href="https://github-redirect.dependabot.com/cypress-io/cypress/pull/7599">#7599</a>.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/cypress-io/cypress/commit/8203f02f9256238c529eb9e38d24ce7e33dee626"><code>8203f02</code></a> release 4.8.0 [skip ci]</li> <li><a href="https://github.com/cypress-io/cypress/commit/b1378d11a36643e7790c3cf5d6bb4d33d427f390"><code>b1378d1</code></a> handle browser cases without custom subfolder (<a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/7624">#7624</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/a7ff8fddc2e30db8060b3f2c6bbac5793bee3977"><code>a7ff8fd</code></a> add some shadow dom support (<a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/7469">#7469</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/7597bf9463d0655fd613c2a891719259084fb121"><code>7597bf9</code></a> fix(deps): update dependency chrome-remote-interface to version 0.28.2 🌟 (<a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/7615">#7615</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/7954c59bb025dac97b71d163e1ecf7f7df568f87"><code>7954c59</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/7608">#7608</a> from cypress-io/meta-fix-develop-history</li> <li><a href="https://github.com/cypress-io/cypress/commit/18750270739b28793653ae801f628b909534abf7"><code>1875027</code></a> chore: decaffeinate server tests, scripts, other files (<a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/7591">#7591</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/ea4c98d0dc2b9e027bbdb660c17d409d75b70416"><code>ea4c98d</code></a> fix decaf header, server/test/e2e</li> <li><a href="https://github.com/cypress-io/cypress/commit/30137e534f23f33c05827bf1eb7f054a4c2c302c"><code>30137e5</code></a> fix tests after decaffeination</li> <li><a href="https://github.com/cypress-io/cypress/commit/7805fb8ad77d9cf0a76d398d3cf0e95232a996b2"><code>7805fb8</code></a> Merge remote-tracking branch 'origin/develop' into decaf-server-tests-and-more</li> <li><a href="https://github.com/cypress-io/cypress/commit/c98eab293344acb2eee870616204232125403ae6"><code>c98eab2</code></a> fix not running some server/unit tests in CI (<a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/7600">#7600</a>)</li> <li>Additional commits viewable in <a href="https://github.com/cypress-io/cypress/compare/v4.7.0...v4.8.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.7.0&new-version=4.8.0)](https://dependabot.com/compatibility-score/?dependency-name=cypress&package-manager=npm_and_yarn&previous-version=4.7.0&new-version=4.8.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 use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@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 your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - 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:36:15 +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#2945
No description provided.