[PR #197] [MERGED] chore(deps): Bump cypress from 15.0.0 to 15.3.0 #272

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

📋 Pull Request Information

Original PR: https://github.com/BreizhHardware/portfolio/pull/197
Author: @dependabot[bot]
Created: 9/30/2025
Status: Merged
Merged: 9/30/2025
Merged by: @BreizhHardware

Base: masterHead: dependabot/npm_and_yarn/cypress-15.3.0


📝 Commits (1)

  • 52db6f6 chore(deps): Bump cypress from 15.0.0 to 15.3.0

📊 Changes

2 files changed (+80 additions, -67 deletions)

View changed files

📝 package.json (+1 -1)
📝 pnpm-lock.yaml (+79 -66)

📄 Description

Bumps cypress from 15.0.0 to 15.3.0.

Release notes

Sourced from cypress's releases.

v15.3.0

Changelog: https://docs.cypress.io/app/references/changelog#15.3.0

v15.2.0

Changelog: https://docs.cypress.io/app/references/changelog#15.2.0

v15.1.0

Changelog: https://docs.cypress.io/app/references/changelog#15.1.0

Commits
  • 556243a chore: release 15.3.0 (#32553)
  • 0c2bd49 chore: fix changelog (#32552)
  • 8755160 feat: escape key for cy.press (#32545)
  • 17c1ede chore: run battery of tests against @​cypress/grep in CI to make sure we do no...
  • 6eb1997 chore: put together phases of ESM conversion as well as each package into the...
  • daca9a3 docs: update URLs for cache purging in documentation (#32548)
  • 7d5fd90 fix: incorrect loading of ESM based configurations (#32515)
  • a4b03b4 misc: make runnable headers semi-bold font weight (600) (#32491)
  • 113425c chore: release @​cypress/grep-v5.0.0
  • c83df82 breaking: convert @​cypress/grep to TypeScript and change what is exported
  • 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/197 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 9/30/2025 **Status:** ✅ Merged **Merged:** 9/30/2025 **Merged by:** [@BreizhHardware](https://github.com/BreizhHardware) **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/cypress-15.3.0` --- ### 📝 Commits (1) - [`52db6f6`](https://github.com/BreizhHardware/portfolio/commit/52db6f6865e7e000fb374bf77dc00b84566b3ce3) chore(deps): Bump cypress from 15.0.0 to 15.3.0 ### 📊 Changes **2 files changed** (+80 additions, -67 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+1 -1) 📝 `pnpm-lock.yaml` (+79 -66) </details> ### 📄 Description Bumps [cypress](https://github.com/cypress-io/cypress) from 15.0.0 to 15.3.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>v15.3.0</h2> <p>Changelog: <a href="https://docs.cypress.io/app/references/changelog#15.3.0">https://docs.cypress.io/app/references/changelog#15.3.0</a></p> <h2>v15.2.0</h2> <p>Changelog: <a href="https://docs.cypress.io/app/references/changelog#15.2.0">https://docs.cypress.io/app/references/changelog#15.2.0</a></p> <h2>v15.1.0</h2> <p>Changelog: <a href="https://docs.cypress.io/app/references/changelog#15.1.0">https://docs.cypress.io/app/references/changelog#15.1.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/cypress-io/cypress/commit/556243acd780b95ad2ff7a1635fdd5cec56a97b6"><code>556243a</code></a> chore: release 15.3.0 (<a href="https://redirect.github.com/cypress-io/cypress/issues/32553">#32553</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/0c2bd493207fe725e44e1d5cbc03d4594bd8be24"><code>0c2bd49</code></a> chore: fix changelog (<a href="https://redirect.github.com/cypress-io/cypress/issues/32552">#32552</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/8755160a689fbf392aa362bbb11e8763a31b63d2"><code>8755160</code></a> feat: escape key for cy.press (<a href="https://redirect.github.com/cypress-io/cypress/issues/32545">#32545</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/17c1ede5f693f3b0a584b89df2664283417f9b01"><code>17c1ede</code></a> chore: run battery of tests against <code>@​cypress/grep</code> in CI to make sure we do no...</li> <li><a href="https://github.com/cypress-io/cypress/commit/6eb1997df321c1e8694990f9aa75ec09fe46c211"><code>6eb1997</code></a> chore: put together phases of ESM conversion as well as each package into the...</li> <li><a href="https://github.com/cypress-io/cypress/commit/daca9a316eedd021a7d4d3e58c413eb476641450"><code>daca9a3</code></a> docs: update URLs for cache purging in documentation (<a href="https://redirect.github.com/cypress-io/cypress/issues/32548">#32548</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/7d5fd90721f3ea41b3b6ec8b35312848462e02a2"><code>7d5fd90</code></a> fix: incorrect loading of ESM based configurations (<a href="https://redirect.github.com/cypress-io/cypress/issues/32515">#32515</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/a4b03b424c495b06d644c6970896459d513b74cf"><code>a4b03b4</code></a> misc: make runnable headers semi-bold font weight (600) (<a href="https://redirect.github.com/cypress-io/cypress/issues/32491">#32491</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/113425c6cf80511c59ee46ca4c967b034301dfc8"><code>113425c</code></a> chore: release <code>@​cypress/grep-v5</code>.0.0</li> <li><a href="https://github.com/cypress-io/cypress/commit/c83df82db01ffecc6e217fb1ab01103ef72f1095"><code>c83df82</code></a> breaking: convert <code>@​cypress/grep</code> to TypeScript and change what is exported</li> <li>Additional commits viewable in <a href="https://github.com/cypress-io/cypress/compare/v15.0.0...v15.3.0">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=15.0.0&new-version=15.3.0)](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:16:10 +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#272
No description provided.