[PR #118] [CLOSED] Bump cypress from 13.17.0 to 14.0.2 #192

Closed
opened 2026-05-06 12:15:48 +02:00 by BreizhHardware · 0 comments

📋 Pull Request Information

Original PR: https://github.com/BreizhHardware/portfolio/pull/118
Author: @dependabot[bot]
Created: 2/10/2025
Status: Closed

Base: masterHead: dependabot/npm_and_yarn/cypress-14.0.2


📝 Commits (1)

  • 394b290 Bump cypress from 13.17.0 to 14.0.2

📊 Changes

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

View changed files

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

📄 Description

Bumps cypress from 13.17.0 to 14.0.2.

Release notes

Sourced from cypress's releases.

v14.0.2

Changelog: https://docs.cypress.io/app/references/changelog#14-0-2

v14.0.1

Changelog: https://docs.cypress.io/app/references/changelog#14-0-1

v14.0.0

Changelog: https://docs.cypress.io/app/references/changelog#14-0-0

Commits
  • 6f067bc chore: release 14.0.2 (#31021)
  • 4441a8f chore: do NOT encode backslash as this will cause pathing issues on windows (...
  • e8e2d92 misc: Updated mismatched dependencies warning message to be neutral (#31011)
  • 46a473d fix: retry instance creation when the Cloud request fails (#31019)
  • 37ad232 fix: Error codeframes in retry failures display the code that produced the er...
  • 2a57c8b fix: make sure privileged commands can run when there is a space in the spec ...
  • fdb58d4 chore: Update relative references to internal packages to @​packages reference...
  • 239f3d0 chore: Update v8 snapshot cache - windows (#31008)
  • 3535ae2 chore: Update v8 snapshot cache - darwin (#31007)
  • 1cec53b chore: Update v8 snapshot cache - linux (#31006)
  • 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 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)

🔄 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/BreizhHardware/portfolio/pull/118 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 2/10/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/cypress-14.0.2` --- ### 📝 Commits (1) - [`394b290`](https://github.com/BreizhHardware/portfolio/commit/394b29076e77d1032eebe9fbccc99db14b6a3181) Bump cypress from 13.17.0 to 14.0.2 ### 📊 Changes **2 files changed** (+7 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+6 -5) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [cypress](https://github.com/cypress-io/cypress) from 13.17.0 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> <h2>v14.0.1</h2> <p>Changelog: <a href="https://docs.cypress.io/app/references/changelog#14-0-1">https://docs.cypress.io/app/references/changelog#14-0-1</a></p> <h2>v14.0.0</h2> <p>Changelog: <a href="https://docs.cypress.io/app/references/changelog#14-0-0">https://docs.cypress.io/app/references/changelog#14-0-0</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/v13.17.0...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=13.17.0&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> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
BreizhHardware 2026-05-06 12:15:48 +02: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
BreizhHardware/portfolio#192
No description provided.