[PR #985] [MERGED] ⬆️ Bump cypress from 4.9.0 to 4.10.0 #2986

Closed
opened 2026-03-17 00:38:41 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/985
Author: @dependabot[bot]
Created: 7/8/2020
Status: Merged
Merged: 7/8/2020
Merged by: @liyasthomas

Base: masterHead: dependabot/npm_and_yarn/cypress-4.10.0


📝 Commits (1)

  • 72dab61 ⬆️ Bump cypress from 4.9.0 to 4.10.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.9.0 to 4.10.0.

Release notes

Sourced from cypress's releases.

4.10.0

Released 7/7/2020

Features:

  • You can open a before, beforeEach, after, and afterEach hook definition in your IDE from the Test Runner's Command Log by clicking the Open in IDE button. Addresses #7793.
  • before, beforeEach, after, and afterEach hook definitions now display separately in the Test Runner's Command Log when defined in separate hook definitions. Addresses #7779.
  • You can now open a spec file directly from the Tests tab in the Test Runner by clicking the Open in IDE button. Addresses #7713

Bugfixes:

  • HTTP requests taking longer than the default responseTimeout will no longer be prematurely canceled by the Cypress proxy layer. Fixes #6426.
  • Using Cypress commands to traverse the DOM on an application with a global parent variable will no longer throw Illegal Invocation errors. Fixes #6412.
  • When experimentalShadowDomSupport is enabled, using .type() on an input in the Shadow DOM will not result in an error. Fixes #7741.
  • When experimentalShadowDomSupport is enabled, checking for visibility on a shadow dom host element will no longer hang if the host element was the foremost element and had an ancestor with fixed position. Fixes #7893.
  • Debug logs from the @benmalka/foxdriver module will no longer appear if any DEBUG environment variable was set. Fixed #7723.

Misc:

  • We made some minor UI updates to the Test Runner. Addresses #7732 and #7803.

Dependency Updates:

  • Upgraded recast from 0.18.8 to 0.19.1. Addressed in #7898.
Commits
  • d4d81dc release 4.10.0 [skip ci]
  • 7d468d4 Split hooks and open hooks in ide from reporter (#7821)
  • ecb3b0a fix(deps): update dependency recast to version 0.19.1 🌟 (#7898)
  • 8b973e8 Fix shadow dom visibility hang (#7893)
  • f7917a4 fix(proxy): don't use responseTimeout as timeout for all requests (#7787)
  • 59235e4 Ensure that the window's parent is a window before checking for props of AutI...
  • 7a5150f chore: use absolute links for GitHub PR template (#7867)
  • 5454f4b Reporter UI tweaks (#7833)
  • 6c3965a Fix typing into shadow dom inputs (#7847)
  • 715d07c fix flaky test because of inline element
  • 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/985 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 7/8/2020 **Status:** ✅ Merged **Merged:** 7/8/2020 **Merged by:** [@liyasthomas](https://github.com/liyasthomas) **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/cypress-4.10.0` --- ### 📝 Commits (1) - [`72dab61`](https://github.com/hoppscotch/hoppscotch/commit/72dab618eb3ce013bcb7f071ca6ccc797f87080a) :arrow_up: Bump cypress from 4.9.0 to 4.10.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.9.0 to 4.10.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.10.0</h2> <p><em>Released 7/7/2020</em></p> <p><strong>Features:</strong></p> <ul> <li>You can open a <code>before</code>, <code>beforeEach</code>, <code>after</code>, and <code>afterEach</code> hook definition in your IDE from the Test Runner's <a href="https://on.cypress.io/test-runner#Command-Log">Command Log</a> by clicking the <strong>Open in IDE</strong> button. Addresses <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/7793">#7793</a>.</li> <li><code>before</code>, <code>beforeEach</code>, <code>after</code>, and <code>afterEach</code> hook definitions now display separately in the Test Runner's <a href="https://on.cypress.io/test-runner#Command-Log">Command Log</a> when defined in separate hook definitions. Addresses <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/7779">#7779</a>.</li> <li>You can now open a spec file directly from the <strong>Tests</strong> tab in the Test Runner by clicking the <strong>Open in IDE</strong> button. Addresses <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/7713">#7713</a></li> </ul> <p><strong>Bugfixes:</strong></p> <ul> <li>HTTP requests taking longer than the default <code>responseTimeout</code> will no longer be prematurely canceled by the Cypress proxy layer. Fixes <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/6426">#6426</a>.</li> <li>Using Cypress commands to traverse the DOM on an application with a global <code>parent</code> variable will no longer throw Illegal Invocation errors. Fixes <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/6412">#6412</a>.</li> <li>When <a href="https://on.cypress.io/experiments#Shadow-DOM"><code>experimentalShadowDomSupport</code></a> is enabled, using <a href="https://on.cypress.io/type"><code>.type()</code></a> on an input in the Shadow DOM will not result in an error. Fixes <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/7741">#7741</a>.</li> <li>When <a href="https://on.cypress.io/experiments#Shadow-DOM"><code>experimentalShadowDomSupport</code></a> is enabled, checking for visibility on a shadow dom host element will no longer hang if the host element was the foremost element and had an ancestor with fixed position. Fixes <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/7893">#7893</a>.</li> <li>Debug logs from the <code>@benmalka/foxdriver</code> module will no longer appear if any <code>DEBUG</code> environment variable was set. Fixed <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/7723">#7723</a>.</li> </ul> <p><strong>Misc:</strong></p> <ul> <li>We made some minor UI updates to the Test Runner. Addresses <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/7732">#7732</a> and <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/7803">#7803</a>.</li> </ul> <p><strong>Dependency Updates:</strong></p> <ul> <li>Upgraded <code>recast</code> from <code>0.18.8</code> to <code>0.19.1</code>. Addressed in <a href="https://github-redirect.dependabot.com/cypress-io/cypress/pull/7898">#7898</a>.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/cypress-io/cypress/commit/d4d81dc490add6e018df32b2a388966b6debfa0e"><code>d4d81dc</code></a> release 4.10.0 [skip ci]</li> <li><a href="https://github.com/cypress-io/cypress/commit/7d468d4e2cd706d7ccad68d3d156323ca89af7fe"><code>7d468d4</code></a> Split hooks and open hooks in ide from reporter (<a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/7821">#7821</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/ecb3b0a43d21842d62c53f25a60f80c2f67d24da"><code>ecb3b0a</code></a> fix(deps): update dependency recast to version 0.19.1 🌟 (<a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/7898">#7898</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/8b973e8036534a7155e0a3a274a23b4db79f7ea1"><code>8b973e8</code></a> Fix shadow dom visibility hang (<a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/7893">#7893</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/f7917a4c5ba91ce05b1354797a1743c3c25062b6"><code>f7917a4</code></a> fix(proxy): don't use <code>responseTimeout</code> as timeout for all requests (<a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/7787">#7787</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/59235e4b21f66072a26eadf8d766eb39372c1f40"><code>59235e4</code></a> Ensure that the window's parent is a window before checking for props of AutI...</li> <li><a href="https://github.com/cypress-io/cypress/commit/7a5150fbb1551ebe1533cdc68b2d9251f4e03fed"><code>7a5150f</code></a> chore: use absolute links for GitHub PR template (<a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/7867">#7867</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/5454f4becd189b132c3ebe4069c4e9528ec9ce43"><code>5454f4b</code></a> Reporter UI tweaks (<a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/7833">#7833</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/6c3965a0e04eddf94ebbb9ab93c5f68865826b02"><code>6c3965a</code></a> Fix typing into shadow dom inputs (<a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/7847">#7847</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/715d07c1a9308ad215fe35da2775100a31dbf982"><code>715d07c</code></a> fix flaky test because of inline element</li> <li>Additional commits viewable in <a href="https://github.com/cypress-io/cypress/compare/v4.9.0...v4.10.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.9.0&new-version=4.10.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:38:41 +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#2986
No description provided.