Skip to content

Commit 2a5ea10

Browse files
chore(deps): update dependency cypress to v15 (#7668)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [cypress](https://cypress.io) ([source](https://redirect.github.com/cypress-io/cypress)) | [`14.5.4` -> `15.0.0`](https://renovatebot.com/diffs/npm/cypress/14.5.4/15.0.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/cypress/15.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/cypress/14.5.4/15.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>cypress-io/cypress (cypress)</summary> ### [`v15.0.0`](https://redirect.github.com/cypress-io/cypress/releases/tag/v15.0.0) [Compare Source](https://redirect.github.com/cypress-io/cypress/compare/v14.5.4...v15.0.0) Changelog: https://docs.cypress.io/app/references/changelog#15.0.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/SAP/ui5-webcomponents-react). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44MS4yIiwidXBkYXRlZEluVmVyIjoiNDEuODIuNyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3267a3a commit 2a5ea10

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
lines changed

examples/vite-ts/package-lock.json

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

examples/vite-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@types/react-dom": "19.1.7",
2929
"@ui5/webcomponents-cypress-commands": "2.13.2",
3030
"@vitejs/plugin-react": "4.7.0",
31-
"cypress": "14.5.4",
31+
"cypress": "15.0.0",
3232
"eslint": "9.34.0",
3333
"eslint-plugin-react-hooks": "5.2.0",
3434
"eslint-plugin-react-refresh": "0.4.20",

templates/vite-ts/package-lock.json

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

templates/vite-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@types/react-dom": "19.1.7",
2626
"@vitejs/plugin-react": "4.7.0",
2727
"@ui5/webcomponents-cypress-commands": "2.13.2",
28-
"cypress": "14.5.4",
28+
"cypress": "15.0.0",
2929
"eslint": "9.34.0",
3030
"eslint-plugin-react-hooks": "5.2.0",
3131
"eslint-plugin-react-refresh": "0.4.20",

0 commit comments

Comments
 (0)