[PR #569] [MERGED] chore(deps-dev): bump cypress from 4.0.1 to 4.0.2 #2712

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

📋 Pull Request Information

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

Base: masterHead: dependabot/npm_and_yarn/cypress-4.0.2


📝 Commits (1)

  • 11ff85c chore(deps-dev): bump cypress from 4.0.1 to 4.0.2

📊 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.1 to 4.0.2.

Release notes

Sourced from cypress's releases.

4.0.2

Released 2/14/2020

Bugfixes:

  • Fixed a bug where Firefox tests could fail to run on macOS if another instance of Firefox was open. Addresses #6380.
  • Updated @cypress/browserify-preprocessor to 2.1.4, fixing a regression involving non-top-level require()s in tests. Addresses #6403.
  • Fixed a bug where re-running a failed workflow in GitHub Actions would not generate a new Dashboard run. Addresses #6450.
  • Fixed incorrect type definitions for Cypress.isBrowser. Addresses #6447.
  • Fixed a regression introduced in 4.0.0 where using .should('contain', ...) on a cy.contains() would produce unexpected results. Addresses #6384.

Misc:

  • Improved the error experience GUI when launching a browser fails. Addresses #6432.
  • Improved the error experience when visiting the Cypress server outside of a Cypress-launched browser. Addresses #6435.
Commits
  • dc794d6 release 4.0.2 [skip ci]
  • 12204f4 Revert "test: add tests for special sequences {moveToStart} / {… (#6469)
  • 7ac5e2b restore proper npm commands for testing other projects
  • dd3b63a Update project error UI (#6432)
  • 15c3e95 Improve error experience when visiting outside of Cypress-launched browser (#...
  • b8d6a6d fix pollution of :contains pseudo selector (#6434)
  • 42cc628 Extract error methods from utils into error_utils (#6465)
  • 6ace4c5 test: add tests for special sequences {moveToStart} / {moveToEn… (#6203)
  • 1069310 extract out ui-components dropdown (#6452)
  • 9326174 decaffeinate: Run post-processing cleanups on browser.coffee
  • 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/569 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 2/15/2020 **Status:** ✅ Merged **Merged:** 2/15/2020 **Merged by:** [@liyasthomas](https://github.com/liyasthomas) **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/cypress-4.0.2` --- ### 📝 Commits (1) - [`11ff85c`](https://github.com/hoppscotch/hoppscotch/commit/11ff85c56c4b190c6147cd9b92533f7f38a21e30) chore(deps-dev): bump cypress from 4.0.1 to 4.0.2 ### 📊 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.1 to 4.0.2. <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.2</h2> <p><em>Released 2/14/2020</em></p> <p><strong>Bugfixes:</strong></p> <ul> <li>Fixed a bug where Firefox tests could fail to run on macOS if another instance of Firefox was open. Addresses <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/6380">#6380</a>.</li> <li>Updated <code>@cypress/browserify-preprocessor</code> to <code>2.1.4</code>, fixing a regression involving non-top-level <code>require()</code>s in tests. Addresses <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/6403">#6403</a>.</li> <li>Fixed a bug where re-running a failed workflow in GitHub Actions would not generate a new Dashboard run. Addresses <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/6450">#6450</a>.</li> <li>Fixed incorrect type definitions for <code>Cypress.isBrowser</code>. Addresses <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/6447">#6447</a>.</li> <li>Fixed a regression introduced in 4.0.0 where using <code>.should('contain', ...)</code> on a <code>cy.contains()</code> would produce unexpected results. Addresses <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/6384">#6384</a>.</li> </ul> <p><strong>Misc:</strong></p> <ul> <li>Improved the error experience GUI when launching a browser fails. Addresses <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/6432">#6432</a>.</li> <li>Improved the error experience when visiting the Cypress server outside of a Cypress-launched browser. Addresses <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/6435">#6435</a>.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/cypress-io/cypress/commit/dc794d63f97d843a68d7ccc33593a1e2f2d9f39b"><code>dc794d6</code></a> release 4.0.2 [skip ci]</li> <li><a href="https://github.com/cypress-io/cypress/commit/12204f44c1000b2f6de3550de1d45a92d776769f"><code>12204f4</code></a> Revert &quot;test: add tests for special sequences {moveToStart} / {… (<a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/6469">#6469</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/7ac5e2b6e647ef91bf919ec884effb2f5f296a74"><code>7ac5e2b</code></a> restore proper npm commands for testing other projects</li> <li><a href="https://github.com/cypress-io/cypress/commit/dd3b63aa0be384b0207975430898f39eb6c4956d"><code>dd3b63a</code></a> Update project error UI (<a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/6432">#6432</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/15c3e954298c34449aa7f77f60e0dc4ae010c925"><code>15c3e95</code></a> Improve error experience when visiting outside of Cypress-launched browser (#...</li> <li><a href="https://github.com/cypress-io/cypress/commit/b8d6a6d6eda6855cf4df4b6f1a21131594322816"><code>b8d6a6d</code></a> fix pollution of :contains pseudo selector (<a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/6434">#6434</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/42cc6282bb433289390243a8e970f3db46450b82"><code>42cc628</code></a> Extract error methods from utils into error_utils (<a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/6465">#6465</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/6ace4c54e0f352f1865ab778122117a1b6b1b274"><code>6ace4c5</code></a> test: add tests for special sequences {moveToStart} / {moveToEn… (<a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/6203">#6203</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/1069310899176b6b2e626eb3c03ab9a1f5abb795"><code>1069310</code></a> extract out ui-components dropdown (<a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/6452">#6452</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/932617495d67d3d24bfcc4d14409d1a5f677206a"><code>9326174</code></a> decaffeinate: Run post-processing cleanups on browser.coffee</li> <li>Additional commits viewable in <a href="https://github.com/cypress-io/cypress/compare/v4.0.1...v4.0.2">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.1&new-version=4.0.2)](https://dependabot.com/compatibility-score/?dependency-name=cypress&package-manager=npm_and_yarn&previous-version=4.0.1&new-version=4.0.2) 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:35 +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#2712
No description provided.