[PR #685] [MERGED] chore(deps-dev): bump cypress from 4.1.0 to 4.2.0 #2794

Closed
opened 2026-03-17 00:28:06 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

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

Base: masterHead: dependabot/npm_and_yarn/cypress-4.2.0


📝 Commits (1)

  • 3cb2c43 chore(deps-dev): bump cypress from 4.1.0 to 4.2.0

📊 Changes

2 files changed (+74 additions, -6 deletions)

View changed files

📝 package-lock.json (+73 -5)
📝 package.json (+1 -1)

📄 Description

Bumps cypress from 4.1.0 to 4.2.0.

Release notes

Sourced from cypress's releases.

4.2.0

Released 3/16/2020

Features:

  • Videos can now be recorded when running Electron in --headed mode. Addresses #1767.
  • cypress cache list now prints the last time the cached binary was accessed for each version present. Addresses #6682.

Bugfixes:

  • We fixed a regression in 3.8.3 where HTTPS requests could experience slowdown. Fixes #6659.
  • We now detect some installations of Firefox that were previously undetected. Fixes #6669.
  • We fixed a race condition where an asynchronous error could fail to be caught when running the plugins file process. Fixes #6570.
  • We now more thoroughly ensure the parent of an element exists when recursively calling actionability checks in order to prevent some maximum call stack errors. Fixes #6707.
  • Specfiles containing & or % characters now correctly run instead of erroring. Fixes #4210.
  • We added support for running tests on Jira plugins even when Jira scripts were not minified. Fixes #1436.
  • We fixed a bug causing specs to hang after rerunning tests during cypress open when there was an exception if thrown in an after hook. Fixes #6619.
  • cypress verify no longer incorrectly prints messaging about this being the first time using that Cypress version. Fixes #6607.
  • Screenshots no longer fail to be taken in Electron when Cypress DEBUG logs are enabled. Fixes #6662.

Misc:

  • A warning is now printed when setting the reserved key CYPRESS_INTERNAL_ENV to a non-production value. Addresses #6436.
  • When DEBUG logs are printed from cypress:launcher, they now print a clearer log during browser detection for easier reading. Addresses #6700.
  • The Test Runner now renders ANSI colors when there is a syntax error in the spec file. Addresses #6533.
  • The Test Runner now has an icon indicating whether the specs list parent folder is collapsed. Addresses #6277.
  • There's better type information for .click, .dblclick, and .rightclick command's position argument. Addresses #6341.
  • There's a more robust type signature for .its() and .invoke(). Addresses #6431.
  • Using Cypress.dom.isDetached no longer throws a type error in TypeScript projects. Addresses #4408.
  • Using cy.clearLocalStorage({ log:false }) no longer throws a type error in TypeScript projects. Addresses #6615.
  • We added types for Cypress.sinon. Addresses #6720.
  • We've added the foundational work required to support experimental features in the Test Runner. Addresses #6257.

Dependency Updates

  • Upgraded Chrome browser version used during cypress run and when selecting Electron browser in cypress open from 78 to 80. Addressed in #6555.
  • Upgraded electron from 7.1.13 to 8.1.1. This bumps the bundled Chromium to 80.0.3987.141 and the bundled Node to 12.13.0. Addressed in #6555.
  • Upgraded @ffmpeg-installer/ffmpeg from 1.0.19 to 1.0.20. Addressed in #6686.
  • Upgraded minimist from 1.2.0 to 1.2.2. Addressed in #6726.
  • Replaced deprecated request with cypress-io/request. Addressed in #6679.
Commits
  • b44e1e7 release 4.2.0 [skip ci]
  • 3f37753 release 4.2.0 [skip ci]
  • ffd4331 Support experimental features (#6265)
  • 28fa3c7 Add more checks for el existence before traversing up parent els (#6708)
  • 333ab85 add Cypress.sinon type (#6725)
  • d17a1b3 chore(deps): Update dependency coffeeify to version .x 🌟 (#6734)
  • 5afb639 chore(deps): Update dependency @cypress/json-schemas to version… (#6733)
  • aeb851e chore(deps): Update dependency @cypress/commit-message-install… (#6732)
  • 0a23f64 Feat: show collapsed icon on specs list title (#6538)
  • c40461f Don't print 'first time' message if verification is running fro… (#6640)
  • 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/685 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 3/17/2020 **Status:** ✅ Merged **Merged:** 3/17/2020 **Merged by:** [@liyasthomas](https://github.com/liyasthomas) **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/cypress-4.2.0` --- ### 📝 Commits (1) - [`3cb2c43`](https://github.com/hoppscotch/hoppscotch/commit/3cb2c43003474423fc2d3a43a6fabe1cd90de24e) chore(deps-dev): bump cypress from 4.1.0 to 4.2.0 ### 📊 Changes **2 files changed** (+74 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+73 -5) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [cypress](https://github.com/cypress-io/cypress) from 4.1.0 to 4.2.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.2.0</h2> <p><em>Released 3/16/2020</em></p> <p><strong>Features:</strong></p> <ul> <li>Videos can now be recorded when running Electron in <code>--headed</code> mode. Addresses <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/1767">#1767</a>.</li> <li><a href="https://on.cypress.io/command-line#cypress-cache-list"><code>cypress cache list</code></a> now prints the last time the cached binary was accessed for each version present. Addresses <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/6682">#6682</a>.</li> </ul> <p><strong>Bugfixes:</strong></p> <ul> <li>We fixed a regression in <a href="https://on.cypress.io/changelog-3-8-3">3.8.3</a> where HTTPS requests could experience slowdown. Fixes <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/6659">#6659</a>.</li> <li>We now detect some installations of Firefox that were previously undetected. Fixes <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/6669">#6669</a>.</li> <li>We fixed a race condition where an asynchronous error could fail to be caught when running the plugins file process. Fixes <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/6570">#6570</a>.</li> <li>We now more thoroughly ensure the parent of an element exists when recursively calling actionability checks in order to prevent some maximum call stack errors. Fixes <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/6707">#6707</a>.</li> <li>Specfiles containing <code>&amp;</code> or <code>%</code> characters now correctly run instead of erroring. Fixes <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/4210">#4210</a>.</li> <li>We added support for running tests on Jira plugins even when Jira scripts were not minified. Fixes <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/1436">#1436</a>.</li> <li>We fixed a bug causing specs to hang after rerunning tests during <code>cypress open</code> when there was an exception if thrown in an <code>after</code> hook. Fixes <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/6619">#6619</a>.</li> <li><a href="https://on.cypress.io/command-line#cypress-verify"><code>cypress verify</code></a> no longer incorrectly prints messaging about this being the first time using that Cypress version. Fixes <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/6607">#6607</a>.</li> <li>Screenshots no longer fail to be taken in Electron when Cypress <code>DEBUG</code> logs are enabled. Fixes <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/6662">#6662</a>.</li> </ul> <p><strong>Misc:</strong></p> <ul> <li>A warning is now printed when setting the reserved key <code>CYPRESS_INTERNAL_ENV</code> to a non-production value. Addresses <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/6436">#6436</a>.</li> <li>When DEBUG logs are printed from <code>cypress:launcher</code>, they now print a clearer log during browser detection for easier reading. Addresses <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/6700">#6700</a>.</li> <li>The Test Runner now renders ANSI colors when there is a syntax error in the spec file. Addresses <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/6533">#6533</a>.</li> <li>The Test Runner now has an icon indicating whether the specs list parent folder is collapsed. Addresses <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/6277">#6277</a>.</li> <li>There's better type information for <a href="https://on.cypress.io/click"><code>.click</code></a>, <a href="https://on.cypress.io/dblclick"><code>.dblclick</code></a>, and <a href="https://on.cypress.io/rightclick"><code>.rightclick</code></a> command's <code>position</code> argument. Addresses <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/6341">#6341</a>.</li> <li>There's a more robust type signature for <a href="https://on.cypress.io/its"><code>.its()</code></a> and <a href="https://on.cypress.io/invoke"><code>.invoke()</code></a>. Addresses <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/6431">#6431</a>.</li> <li>Using <a href="https://on.cypress.io/dom#Is-detached"><code>Cypress.dom.isDetached</code></a> no longer throws a type error in TypeScript projects. Addresses <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/4408">#4408</a>.</li> <li>Using <a href="https://on.cypress.io/clearlocalstorage"><code>cy.clearLocalStorage({ log:false })</code></a> no longer throws a type error in TypeScript projects. Addresses <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/6615">#6615</a>.</li> <li>We added types for <a href="https://on.cypress.io/sinon"><code>Cypress.sinon</code></a>. Addresses <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/6720">#6720</a>.</li> <li>We've added the foundational work required to support experimental features in the Test Runner. Addresses <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/6257">#6257</a>.</li> </ul> <p><strong>Dependency Updates</strong></p> <ul> <li>Upgraded Chrome browser version used during <code>cypress run</code> and when selecting Electron browser in <code>cypress open</code> from <code>78</code> to <code>80</code>. Addressed in <a href="https://github-redirect.dependabot.com/cypress-io/cypress/pull/6555">#6555</a>.</li> <li>Upgraded <code>electron</code> from <code>7.1.13</code> to <code>8.1.1</code>. This bumps the bundled Chromium to 80.0.3987.141 and the bundled Node to 12.13.0. Addressed in <a href="https://github-redirect.dependabot.com/cypress-io/cypress/pull/6555">#6555</a>.</li> <li>Upgraded <code>@ffmpeg-installer/ffmpeg</code> from <code>1.0.19</code> to <code>1.0.20</code>. Addressed in <a href="https://github-redirect.dependabot.com/cypress-io/cypress/pull/6686">#6686</a>.</li> <li>Upgraded <code>minimist</code> from <code>1.2.0</code> to <code>1.2.2</code>. Addressed in <a href="https://github-redirect.dependabot.com/cypress-io/cypress/pull/6726">#6726</a>.</li> <li>Replaced deprecated <code>request</code> with <code>cypress-io/request</code>. Addressed in <a href="https://github-redirect.dependabot.com/cypress-io/cypress/pull/6679">#6679</a>.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/cypress-io/cypress/commit/b44e1e77b390a19edb176cb4b298c98363712a46"><code>b44e1e7</code></a> release 4.2.0 [skip ci]</li> <li><a href="https://github.com/cypress-io/cypress/commit/3f377534551be3be481567e6a369f91c233ae1d5"><code>3f37753</code></a> release 4.2.0 [skip ci]</li> <li><a href="https://github.com/cypress-io/cypress/commit/ffd4331aa5195e125aa1f4c67c63c3c863da5b8b"><code>ffd4331</code></a> Support experimental features (<a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/6265">#6265</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/28fa3c742119ab7fe733cd79e07e22105e6a35f7"><code>28fa3c7</code></a> Add more checks for el existence before traversing up parent els (<a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/6708">#6708</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/333ab8532445120d7bce06eb1773beb5fe3c2e32"><code>333ab85</code></a> add Cypress.sinon type (<a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/6725">#6725</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/d17a1b33724c11f96c67fae731822e5a0633833a"><code>d17a1b3</code></a> chore(deps): Update dependency coffeeify to version .x 🌟 (<a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/6734">#6734</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/5afb639a81d5f071782ad509d36c332799ad40d2"><code>5afb639</code></a> chore(deps): Update dependency @cypress/json-schemas to version… (<a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/6733">#6733</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/aeb851ef1f568249c693cfb452e0dbbd3f884136"><code>aeb851e</code></a> chore(deps): Update dependency @cypress/commit-message-install… (<a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/6732">#6732</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/0a23f6460c277e03b95859e593d7337522ad52a5"><code>0a23f64</code></a> Feat: show collapsed icon on specs list title (<a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/6538">#6538</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/c40461fa220f242bb5e209759d3b009f06df0631"><code>c40461f</code></a> Don't print 'first time' message if verification is running fro… (<a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/6640">#6640</a>)</li> <li>Additional commits viewable in <a href="https://github.com/cypress-io/cypress/compare/v4.1.0...v4.2.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.1.0&new-version=4.2.0)](https://dependabot.com/compatibility-score/?dependency-name=cypress&package-manager=npm_and_yarn&previous-version=4.1.0&new-version=4.2.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:28:06 +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#2794
No description provided.