Skip to content

Commit 2c40868

Browse files
Bump cypress from 14.0.1 to 14.0.2 (#1049)
Bumps [cypress](https://github.com/cypress-io/cypress) from 14.0.1 to 14.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>v14.0.2</h2> <p>Changelog: <a href="https://docs.cypress.io/app/references/changelog#14-0-2">https://docs.cypress.io/app/references/changelog#14-0-2</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/cypress-io/cypress/commit/6f067bcab5db953ee777df9b9823130bcd8b49a7"><code>6f067bc</code></a> chore: release 14.0.2 (<a href="https://redirect.github.com/cypress-io/cypress/issues/31021">#31021</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/4441a8f629649fb41bf3e0a28453bb002824c180"><code>4441a8f</code></a> chore: do NOT encode backslash as this will cause pathing issues on windows (...</li> <li><a href="https://github.com/cypress-io/cypress/commit/e8e2d92ac269a506f58ef82eec3e2c1bec5b53e8"><code>e8e2d92</code></a> misc: Updated mismatched dependencies warning message to be neutral (<a href="https://redirect.github.com/cypress-io/cypress/issues/31011">#31011</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/46a473dfafd55e426f6ac18e2e8393a83403c23b"><code>46a473d</code></a> fix: retry instance creation when the Cloud request fails (<a href="https://redirect.github.com/cypress-io/cypress/issues/31019">#31019</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/37ad2329d65ca3de7be572199de977c7471748e7"><code>37ad232</code></a> fix: Error codeframes in retry failures display the code that produced the er...</li> <li><a href="https://github.com/cypress-io/cypress/commit/2a57c8ba156502c88349448e0a30b047a3e282a9"><code>2a57c8b</code></a> fix: make sure privileged commands can run when there is a space in the spec ...</li> <li><a href="https://github.com/cypress-io/cypress/commit/fdb58d43f15f63b72ca565242108aa332b1f904e"><code>fdb58d4</code></a> chore: Update relative references to internal packages to <a href="https://github.com/packages"><code>@​packages</code></a> reference...</li> <li><a href="https://github.com/cypress-io/cypress/commit/239f3d061a44a6887304fad105384195b9903758"><code>239f3d0</code></a> chore: Update v8 snapshot cache - windows (<a href="https://redirect.github.com/cypress-io/cypress/issues/31008">#31008</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/3535ae2c3c08ba5cbf90a1064936822a5caa9efe"><code>3535ae2</code></a> chore: Update v8 snapshot cache - darwin (<a href="https://redirect.github.com/cypress-io/cypress/issues/31007">#31007</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/1cec53b3f7a6bb060f0374d80ef5f0b1b96d3c80"><code>1cec53b</code></a> chore: Update v8 snapshot cache - linux (<a href="https://redirect.github.com/cypress-io/cypress/issues/31006">#31006</a>)</li> <li>Additional commits viewable in <a href="https://github.com/cypress-io/cypress/compare/v14.0.1...v14.0.2">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=14.0.1&new-version=14.0.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent da36150 commit 2c40868

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125
"@types/wicg-file-system-access": "^2023.10.5",
126126
"@vitejs/plugin-react": "^4.3.4",
127127
"cors": "^2.8.5",
128-
"cypress": "^14.0.1",
128+
"cypress": "^14.0.2",
129129
"cypress-plugin-tab": "^1.0.5",
130130
"eslint": "^9.19.0",
131131
"eslint-plugin-react": "^7.37.4",

0 commit comments

Comments
 (0)