Skip to content

Commit 014204a

Browse files
chore(deps): update dependency @ui5/webcomponents-cypress-commands to v2.10.1 (main) (#7393)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@ui5/webcomponents-cypress-commands](https://redirect.github.com/SAP/ui5-webcomponents-react) ([source](https://redirect.github.com/SAP/ui5-webcomponents-react/tree/HEAD/packages/cypress-commands)) | [`2.10.0` -> `2.10.1`](https://renovatebot.com/diffs/npm/@ui5%2fwebcomponents-cypress-commands/2.10.0/2.10.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@ui5%2fwebcomponents-cypress-commands/2.10.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@ui5%2fwebcomponents-cypress-commands/2.10.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@ui5%2fwebcomponents-cypress-commands/2.10.0/2.10.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@ui5%2fwebcomponents-cypress-commands/2.10.0/2.10.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>SAP/ui5-webcomponents-react (@&#8203;ui5/webcomponents-cypress-commands)</summary> ### [`v2.10.1`](https://redirect.github.com/SAP/ui5-webcomponents-react/blob/HEAD/packages/cypress-commands/CHANGELOG.md#2101-2025-05-28) [Compare Source](https://redirect.github.com/SAP/ui5-webcomponents-react/compare/v2.10.0...v2.10.1) ##### Bug Fixes - **cypress-commands:** make the options optional for clickUi5ListItemByText ([#&#8203;7316](https://redirect.github.com/SAP/ui5-webcomponents-react/issues/7316)) ([74ebb19](https://redirect.github.com/SAP/ui5-webcomponents-react/commit/74ebb1900ce28afee66a8a268d0af18a289a1ba5)) </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:eyJjcmVhdGVkSW5WZXIiOiI0MC4zMy42IiwidXBkYXRlZEluVmVyIjoiNDAuMzMuNiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6f18f90 commit 014204a

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

examples/vite-ts/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.

examples/vite-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"devDependencies": {
2727
"@types/react": "19.1.5",
2828
"@types/react-dom": "19.1.5",
29-
"@ui5/webcomponents-cypress-commands": "2.10.0",
29+
"@ui5/webcomponents-cypress-commands": "2.10.1",
3030
"@vitejs/plugin-react": "4.5.0",
3131
"cypress": "14.4.0",
3232
"eslint": "9.27.0",

templates/vite-ts/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.

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": "19.1.5",
2525
"@types/react-dom": "19.1.5",
2626
"@vitejs/plugin-react": "4.5.0",
27-
"@ui5/webcomponents-cypress-commands": "2.10.0",
27+
"@ui5/webcomponents-cypress-commands": "2.10.1",
2828
"cypress": "14.4.0",
2929
"eslint": "9.27.0",
3030
"eslint-plugin-react-hooks": "5.2.0",

0 commit comments

Comments
 (0)