Skip to content

Commit 65415df

Browse files
chore(deps): update all non-major dependencies (main) (minor) (#7086)
### Edit: TypeScript update not included - incompatible with Storybook. ___ This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [cypress](https://cypress.io) ([source](https://redirect.github.com/cypress-io/cypress)) | [`14.1.0` -> `14.2.0`](https://renovatebot.com/diffs/npm/cypress/14.1.0/14.2.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/cypress/14.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/cypress/14.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/cypress/14.1.0/14.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/cypress/14.1.0/14.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [lint-staged](https://redirect.github.com/lint-staged/lint-staged) | [`15.4.3` -> `15.5.0`](https://renovatebot.com/diffs/npm/lint-staged/15.4.3/15.5.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/lint-staged/15.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/lint-staged/15.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/lint-staged/15.4.3/15.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/lint-staged/15.4.3/15.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [typescript](https://www.typescriptlang.org/) ([source](https://redirect.github.com/microsoft/TypeScript)) | [`5.7.3` -> `5.8.2`](https://renovatebot.com/diffs/npm/typescript/5.7.3/5.8.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/typescript/5.8.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/typescript/5.8.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/typescript/5.7.3/5.8.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/typescript/5.7.3/5.8.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>cypress-io/cypress (cypress)</summary> ### [`v14.2.0`](https://redirect.github.com/cypress-io/cypress/releases/tag/v14.2.0) [Compare Source](https://redirect.github.com/cypress-io/cypress/compare/v14.1.0...v14.2.0) Changelog: https://docs.cypress.io/app/references/changelog#14-2-0 </details> <details> <summary>lint-staged/lint-staged (lint-staged)</summary> ### [`v15.5.0`](https://redirect.github.com/lint-staged/lint-staged/blob/HEAD/CHANGELOG.md#1550) [Compare Source](https://redirect.github.com/lint-staged/lint-staged/compare/v15.4.3...v15.5.0) ##### Minor Changes - [#&#8203;1526](https://redirect.github.com/lint-staged/lint-staged/pull/1526) [`630af5f`](https://redirect.github.com/lint-staged/lint-staged/commit/630af5fb48ed43eb6ccaefa7a9d9612309023b6f) Thanks [@&#8203;iiroj](https://redirect.github.com/iiroj)! - Lint-staged no longer resets to the original state when preventing an empty git commit. This happens when your configured tasks reset all the staged changes, typically when trying to commit formatting changes which conflict with your linter setup like ESLint or Prettier. ##### Example with Prettier By default Prettier [prefers double quotes](https://prettier.io/docs/rationale#strings). ##### Previously 1. Stage `file.js` with only double quotes `"` changed to `'` 2. Run `git commit -am "I don't like double quotes"` 3. *Lint-staged* runs `prettier --write file.js`, converting all the `'` back to `"` 4. Because there are now no changes, *lint-staged* fails, cancels the commit, and resets back to the original state 5. Commit was not done, original state is restored and single quotes `'` are staged ##### Now 1. Stage `file.js` with only double-quotes `"` changed to `'` 2. Run `git commit -am "I don't like double quotes"` 3. *Lint-staged* runs `prettier --write file.js`, converting all the `'` back to `"` 4. Because there are now no changes, *lint-staged* fails and cancels the commit 5. Commit was not done, and there are no staged changes </details> <details> <summary>microsoft/TypeScript (typescript)</summary> ### [`v5.8.2`](https://redirect.github.com/microsoft/TypeScript/compare/v5.7.3...beb69e4cdd61b1a0fd9ae21ae58bd4bd409d7217) [Compare Source](https://redirect.github.com/microsoft/TypeScript/compare/v5.7.3...v5.8.2) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "* 0-3 * * 1" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDAuMCIsInVwZGF0ZWRJblZlciI6IjM5LjIwMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Lukas Harbarth <[email protected]>
1 parent af0ab65 commit 65415df

File tree

2 files changed

+23
-10
lines changed

2 files changed

+23
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"@vitejs/plugin-react": "^4.2.0",
7474
"chromatic": "^11.0.0",
7575
"cssnano": "^7.0.0",
76-
"cypress": "14.1.0",
76+
"cypress": "14.2.0",
7777
"cypress-real-events": "^1.8.1",
7878
"dedent": "^1.0.0",
7979
"documentation": "14.0.3",

yarn.lock

Lines changed: 22 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8732,6 +8732,19 @@ __metadata:
87328732
languageName: node
87338733
linkType: hard
87348734

8735+
"cli-table3@npm:~0.6.5":
8736+
version: 0.6.5
8737+
resolution: "cli-table3@npm:0.6.5"
8738+
dependencies:
8739+
"@colors/colors": "npm:1.5.0"
8740+
string-width: "npm:^4.2.0"
8741+
dependenciesMeta:
8742+
"@colors/colors":
8743+
optional: true
8744+
checksum: 10c0/d7cc9ed12212ae68241cc7a3133c52b844113b17856e11f4f81308acc3febcea7cc9fd298e70933e294dd642866b29fd5d113c2c098948701d0c35f09455de78
8745+
languageName: node
8746+
linkType: hard
8747+
87358748
"cli-truncate@npm:^2.1.0":
87368749
version: 2.1.0
87378750
resolution: "cli-truncate@npm:2.1.0"
@@ -9522,9 +9535,9 @@ __metadata:
95229535
languageName: node
95239536
linkType: hard
95249537

9525-
"cypress@npm:14.1.0":
9526-
version: 14.1.0
9527-
resolution: "cypress@npm:14.1.0"
9538+
"cypress@npm:14.2.0":
9539+
version: 14.2.0
9540+
resolution: "cypress@npm:14.2.0"
95289541
dependencies:
95299542
"@cypress/request": "npm:^3.0.7"
95309543
"@cypress/xvfb": "npm:^1.2.4"
@@ -9539,7 +9552,7 @@ __metadata:
95399552
check-more-types: "npm:^2.24.0"
95409553
ci-info: "npm:^4.1.0"
95419554
cli-cursor: "npm:^3.1.0"
9542-
cli-table3: "npm:~0.6.1"
9555+
cli-table3: "npm:~0.6.5"
95439556
commander: "npm:^6.2.1"
95449557
common-tags: "npm:^1.8.0"
95459558
dayjs: "npm:^1.10.4"
@@ -9571,7 +9584,7 @@ __metadata:
95719584
yauzl: "npm:^2.10.0"
95729585
bin:
95739586
cypress: bin/cypress
9574-
checksum: 10c0/d746c2ff86f0b37671f85d6da272a4e6b6627603ebe2d345ca5b2071ebace1b7e1a138086b0e00af6a0244d204fa73b7ca3d08d0cfe6b9f4f20e888e6c611435
9587+
checksum: 10c0/70d9ca4bf5154f542a51665e19484828cbb52c2e618fb41aff5b6d37eaf1530d71aca794edd4d58c5823c3b83d03efb207d41e78d843103688fb47fe2eeaee93
95759588
languageName: node
95769589
linkType: hard
95779590

@@ -15702,8 +15715,8 @@ __metadata:
1570215715
linkType: hard
1570315716

1570415717
"lint-staged@npm:^15.0.0":
15705-
version: 15.4.3
15706-
resolution: "lint-staged@npm:15.4.3"
15718+
version: 15.5.0
15719+
resolution: "lint-staged@npm:15.5.0"
1570715720
dependencies:
1570815721
chalk: "npm:^5.4.1"
1570915722
commander: "npm:^13.1.0"
@@ -15717,7 +15730,7 @@ __metadata:
1571715730
yaml: "npm:^2.7.0"
1571815731
bin:
1571915732
lint-staged: bin/lint-staged.js
15720-
checksum: 10c0/c1f71f2273bcbd992af929620f5acc6b9f6899da4b395e780e0b3ab33a0d725c239eb961873067c8c842e057c585c71dd4d44c0dc8b25539d3c2e97a3bdd6f30
15733+
checksum: 10c0/393b24d85d705a36e6556dc9d9b710594163be60f7789a2ca71bbf8f31debc10f7fde9cd0e868466ac2b7c154661983602decd7abbb6c685b21007bc70dbbdd6
1572115734
languageName: node
1572215735
linkType: hard
1572315736

@@ -23756,7 +23769,7 @@ __metadata:
2375623769
"@vitejs/plugin-react": "npm:^4.2.0"
2375723770
chromatic: "npm:^11.0.0"
2375823771
cssnano: "npm:^7.0.0"
23759-
cypress: "npm:14.1.0"
23772+
cypress: "npm:14.2.0"
2376023773
cypress-real-events: "npm:^1.8.1"
2376123774
dedent: "npm:^1.0.0"
2376223775
documentation: "npm:14.0.3"

0 commit comments

Comments
 (0)