[PR #565] [MERGED] chore(deps-dev): bump cypress from 4.0.0 to 4.0.1 #2709

Closed
opened 2026-03-17 00:23:19 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/565
Author: @dependabot-preview[bot]
Created: 2/10/2020
Status: Merged
Merged: 2/11/2020
Merged by: @liyasthomas

Base: masterHead: dependabot/npm_and_yarn/cypress-4.0.1


📝 Commits (1)

  • 3281adc chore(deps-dev): bump cypress from 4.0.0 to 4.0.1

📊 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.0.0 to 4.0.1.

Release notes

Sourced from cypress's releases.

4.0.1

Released 2/7/2020

Bugfixes:

  • Fixed a bug where Chromium could not be detected on macOS. Addresses #6358.
  • Fixed bugs where Edge and Firefox Nightly could not be detected on macOS. Addresses #6354 and #6345.
  • Fixed a bug where 64-bit editions of Firefox could not be detected on Windows. Addresses #6355.
  • Fixed a bug where video recordings of Firefox would omit all frames from before the last cross-domain navigation of the test. Addresses #6369.
  • Fixed a bug where Cypress could crash with the message "cannot read property 'on' of undefined" while running Firefox. Addresses #6356.
  • Corrected a link to the screenshot API documentation in the type definitions. Addresses #6359.

Misc:

  • Updated the default preferences set on Firefox to hide update notifications and otherwise improve the Firefox experience. Addresses #6346.
Commits
  • 7540a4f release 4.0.1 [skip ci]
  • b0801de fix(ff): set more default preferences, disable auto-updating pr… (#6374)
  • ca46c16 Handle errors during initial Marionette connection (#6370)
  • b5c2120 fix(ff): use fixed inputFPS instead of vfr to prevent dropped f… (#6368)
  • 434d23b Fix broken Screenshot link in cli/types/index.d.ts (#6360)
  • 8fb27e1 Detect 64-bit Firefox on Windows (#6367)
  • c9d8b34 Correct detection logic for Edge & Firefox Nightly (#6364)
  • f66e25a fix path typo for chromium mac (#6358)
  • See full diff 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/565 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 2/10/2020 **Status:** ✅ Merged **Merged:** 2/11/2020 **Merged by:** [@liyasthomas](https://github.com/liyasthomas) **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/cypress-4.0.1` --- ### 📝 Commits (1) - [`3281adc`](https://github.com/hoppscotch/hoppscotch/commit/3281adce656d5bedcaf3a6513cae0fa894afde78) chore(deps-dev): bump cypress from 4.0.0 to 4.0.1 ### 📊 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.0.0 to 4.0.1. <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.0.1</h2> <p><em>Released 2/7/2020</em></p> <p><strong>Bugfixes:</strong></p> <ul> <li>Fixed a bug where Chromium could not be detected on macOS. Addresses <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/6358">#6358</a>.</li> <li>Fixed bugs where Edge and Firefox Nightly could not be detected on macOS. Addresses <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/6354">#6354</a> and <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/6345">#6345</a>.</li> <li>Fixed a bug where 64-bit editions of Firefox could not be detected on Windows. Addresses <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/6355">#6355</a>.</li> <li>Fixed a bug where video recordings of Firefox would omit all frames from before the last cross-domain navigation of the test. Addresses <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/6369">#6369</a>.</li> <li>Fixed a bug where Cypress could crash with the message &quot;cannot read property 'on' of undefined&quot; while running Firefox. Addresses <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/6356">#6356</a>.</li> <li>Corrected a link to the screenshot API documentation in the type definitions. Addresses <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/6359">#6359</a>.</li> </ul> <p><strong>Misc:</strong></p> <ul> <li>Updated the default preferences set on Firefox to hide update notifications and otherwise improve the Firefox experience. Addresses <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/6346">#6346</a>.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/cypress-io/cypress/commit/7540a4feb0e2c789122a4c03c0846c56c8541dd5"><code>7540a4f</code></a> release 4.0.1 [skip ci]</li> <li><a href="https://github.com/cypress-io/cypress/commit/b0801de282338f72bb6e36a3ddcf4b77f3df0bef"><code>b0801de</code></a> fix(ff): set more default preferences, disable auto-updating pr… (<a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/6374">#6374</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/ca46c1606f11bb4f36d3b03c280a02e905e98eea"><code>ca46c16</code></a> Handle errors during initial Marionette connection (<a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/6370">#6370</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/b5c21205d80953b11812135c15c20bbee0cf0373"><code>b5c2120</code></a> fix(ff): use fixed inputFPS instead of vfr to prevent dropped f… (<a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/6368">#6368</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/434d23b1320385db3e8c7a086d3fac44c8863d8a"><code>434d23b</code></a> Fix broken Screenshot link in cli/types/index.d.ts (<a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/6360">#6360</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/8fb27e12ab638c3977a6425526c5e65779b26ac2"><code>8fb27e1</code></a> Detect 64-bit Firefox on Windows (<a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/6367">#6367</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/c9d8b347ac7abaa3459defc2859e0a3afaeda810"><code>c9d8b34</code></a> Correct detection logic for Edge &amp; Firefox Nightly (<a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/6364">#6364</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/f66e25ac1e407f5551893ae42125cc1c066a5a07"><code>f66e25a</code></a> fix path typo for chromium mac (<a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/6358">#6358</a>)</li> <li>See full diff in <a href="https://github.com/cypress-io/cypress/compare/v4.0.0...v4.0.1">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.0.0&new-version=4.0.1)](https://dependabot.com/compatibility-score/?dependency-name=cypress&package-manager=npm_and_yarn&previous-version=4.0.0&new-version=4.0.1) 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:23:19 +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#2709
No description provided.