Skip to content

Commit 3ca0458

Browse files
chore(deps): update dependency cypress to v14 (#6826)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [cypress](https://cypress.io) ([source](https://redirect.github.com/cypress-io/cypress)) | [`^13.0.0` -> `^14.0.0`](https://renovatebot.com/diffs/npm/cypress/13.17.0/14.0.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/cypress/14.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/cypress/14.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/cypress/13.17.0/14.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/cypress/13.17.0/14.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>cypress-io/cypress (cypress)</summary> ### [`v14.0.1`](https://redirect.github.com/cypress-io/cypress/releases/tag/v14.0.1) [Compare Source](https://redirect.github.com/cypress-io/cypress/compare/v14.0.0...v14.0.1) Changelog: https://docs.cypress.io/app/references/changelog#14-0-1 ### [`v14.0.0`](https://redirect.github.com/cypress-io/cypress/releases/tag/v14.0.0) [Compare Source](https://redirect.github.com/cypress-io/cypress/compare/v13.17.0...v14.0.0) Changelog: https://docs.cypress.io/app/references/changelog#14-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 is behind base branch, 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE0NS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Marcus Notheis <marcus.notheis@sap.com>
1 parent 70745c6 commit 3ca0458

File tree

6 files changed

+17
-17
lines changed

6 files changed

+17
-17
lines changed

examples/vite-ts/cypress/support/component.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import { ThemeProvider } from '@ui5/webcomponents-react';
1717

1818
// Alternatively you can use CommonJS syntax:
1919
// require('./commands')
20-
import { mount } from 'cypress/react18';
20+
import { mount } from 'cypress/react';
2121
// Import commands.js using ES2015 syntax:
2222
import './commands';
2323

examples/vite-ts/package-lock.json

Lines changed: 8 additions & 8 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
@@ -27,7 +27,7 @@
2727
"@types/react-dom": "19.0.3",
2828
"@ui5/webcomponents-cypress-commands": "2.7.0",
2929
"@vitejs/plugin-react": "^4.3.2",
30-
"cypress": "^13.0.0",
30+
"cypress": "^14.0.0",
3131
"eslint": "^9.12.0",
3232
"eslint-plugin-react-hooks": "5.1.0",
3333
"eslint-plugin-react-refresh": "^0.4.12",

templates/vite-ts/cypress/support/component.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import { ThemeProvider } from '@ui5/webcomponents-react';
1717

1818
// Alternatively you can use CommonJS syntax:
1919
// require('./commands')
20-
import { mount } from 'cypress/react18';
20+
import { mount } from 'cypress/react';
2121
// Import commands.js using ES2015 syntax:
2222
import './commands';
2323

templates/vite-ts/package-lock.json

Lines changed: 5 additions & 5 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
@@ -24,7 +24,7 @@
2424
"@types/react-dom": "19.0.3",
2525
"@vitejs/plugin-react": "^4.3.2",
2626
"@ui5/webcomponents-cypress-commands": "2.7.0",
27-
"cypress": "^13.0.0",
27+
"cypress": "^14.0.0",
2828
"eslint": "^9.12.0",
2929
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
3030
"eslint-plugin-react-refresh": "^0.4.12",

0 commit comments

Comments
 (0)