Skip to content

Commit 334bd76

Browse files
chore(deps): update all non-major dependencies (patch) (#8010)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [@vitejs/plugin-react](https://redirect.github.com/vitejs/vite-plugin-react/tree/main/packages/plugin-react#readme) ([source](https://redirect.github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react)) | [`5.1.1` -> `5.1.2`](https://renovatebot.com/diffs/npm/@vitejs%2fplugin-react/5.1.1/5.1.2) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@vitejs%2fplugin-react/5.1.2?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@vitejs%2fplugin-react/5.1.1/5.1.2?slim=true) | | [cypress](https://cypress.io) ([source](https://redirect.github.com/cypress-io/cypress)) | [`15.7.0` -> `15.7.1`](https://renovatebot.com/diffs/npm/cypress/15.7.0/15.7.1) | ![age](https://developer.mend.io/api/mc/badges/age/npm/cypress/15.7.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/cypress/15.7.0/15.7.1?slim=true) | | [prettier](https://prettier.io) ([source](https://redirect.github.com/prettier/prettier)) | [`3.7.3` -> `3.7.4`](https://renovatebot.com/diffs/npm/prettier/3.7.3/3.7.4) | ![age](https://developer.mend.io/api/mc/badges/age/npm/prettier/3.7.4?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/prettier/3.7.3/3.7.4?slim=true) | | [react-is](https://react.dev/) ([source](https://redirect.github.com/facebook/react/tree/HEAD/packages/react-is)) | [`19.2.0` -> `19.2.1`](https://renovatebot.com/diffs/npm/react-is/19.2.0/19.2.1) | ![age](https://developer.mend.io/api/mc/badges/age/npm/react-is/19.2.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/react-is/19.2.0/19.2.1?slim=true) | | [vite](https://vite.dev) ([source](https://redirect.github.com/vitejs/vite/tree/HEAD/packages/vite)) | [`7.2.6` -> `7.2.7`](https://renovatebot.com/diffs/npm/vite/7.2.6/7.2.7) | ![age](https://developer.mend.io/api/mc/badges/age/npm/vite/7.2.7?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/vite/7.2.6/7.2.7?slim=true) | --- ### Release Notes <details> <summary>vitejs/vite-plugin-react (@&#8203;vitejs/plugin-react)</summary> ### [`v5.1.2`](https://redirect.github.com/vitejs/vite-plugin-react/blob/HEAD/packages/plugin-react/CHANGELOG.md#512-2025-12-08) [Compare Source](https://redirect.github.com/vitejs/vite-plugin-react/compare/23db72731b7c9c3d57a8188f0395d2ec90a6e2f6...f127a24376a90a82acf5b8aad4be750bec3045f3) </details> <details> <summary>cypress-io/cypress (cypress)</summary> ### [`v15.7.1`](https://redirect.github.com/cypress-io/cypress/releases/tag/v15.7.1) [Compare Source](https://redirect.github.com/cypress-io/cypress/compare/v15.7.0...v15.7.1) Changelog: <https://docs.cypress.io/app/references/changelog#15-7-1> </details> <details> <summary>prettier/prettier (prettier)</summary> ### [`v3.7.4`](https://redirect.github.com/prettier/prettier/blob/HEAD/CHANGELOG.md#374) [Compare Source](https://redirect.github.com/prettier/prettier/compare/3.7.3...3.7.4) [diff](https://redirect.github.com/prettier/prettier/compare/3.7.3...3.7.4) ##### LWC: Avoid quote around interpolations ([#&#8203;18383](https://redirect.github.com/prettier/prettier/pull/18383) by [@&#8203;kovsu](https://redirect.github.com/kovsu)) <!-- prettier-ignore --> ```html <!-- Input --> <div foo={bar}> </div> <!-- Prettier 3.7.3 (--embedded-language-formatting off) --> <div foo="{bar}"></div> <!-- Prettier 3.7.4 (--embedded-language-formatting off) --> <div foo={bar}></div> ``` ##### TypeScript: Fix comment inside union type gets duplicated ([#&#8203;18393](https://redirect.github.com/prettier/prettier/pull/18393) by [@&#8203;fisker](https://redirect.github.com/fisker)) <!-- prettier-ignore --> ```tsx // Input type Foo = (/** comment */ a | b) | c; // Prettier 3.7.3 type Foo = /** comment */ (/** comment */ a | b) | c; // Prettier 3.7.4 type Foo = /** comment */ (a | b) | c; ``` ##### TypeScript: Fix unstable comment print in union type comments ([#&#8203;18395](https://redirect.github.com/prettier/prettier/pull/18395) by [@&#8203;fisker](https://redirect.github.com/fisker)) <!-- prettier-ignore --> ```tsx // Input type X = (A | B) & ( // comment A | B ); // Prettier 3.7.3 (first format) type X = (A | B) & (// comment A | B); // Prettier 3.7.3 (second format) type X = ( | A | B // comment ) & (A | B); // Prettier 3.7.4 type X = (A | B) & // comment (A | B); ``` </details> <details> <summary>facebook/react (react-is)</summary> ### [`v19.2.1`](https://redirect.github.com/facebook/react/blob/HEAD/CHANGELOG.md#1921-Dec-3-2025) [Compare Source](https://redirect.github.com/facebook/react/compare/v19.2.0...v19.2.1) ##### React Server Components - Bring React Server Component fixes to Server Actions ([@&#8203;sebmarkbage](https://redirect.github.com/sebmarkbage) [#&#8203;35277](https://redirect.github.com/facebook/react/pull/35277)) </details> <details> <summary>vitejs/vite (vite)</summary> ### [`v7.2.7`](https://redirect.github.com/vitejs/vite/compare/v7.2.6...v7.2.7) [Compare Source](https://redirect.github.com/vitejs/vite/compare/v7.2.6...v7.2.7) </details> --- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 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/UI5/webcomponents-react). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4zMi4yIiwidXBkYXRlZEluVmVyIjoiNDIuMzIuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2529bd4 commit 334bd76

File tree

2 files changed

+34
-34
lines changed

2 files changed

+34
-34
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,10 @@
6767
"@types/react": "19.2.7",
6868
"@types/react-dom": "19.2.3",
6969
"@ui5/webcomponents-tools": "2.17.0",
70-
"@vitejs/plugin-react": "5.1.1",
70+
"@vitejs/plugin-react": "5.1.2",
7171
"chromatic": "13.3.4",
7272
"cssnano": "7.1.2",
73-
"cypress": "15.7.0",
73+
"cypress": "15.7.1",
7474
"cypress-real-events": "1.15.0",
7575
"dedent": "1.7.0",
7676
"documentation": "14.0.3",
@@ -94,11 +94,11 @@
9494
"postcss-import": "16.1.1",
9595
"postcss-modules": "6.0.1",
9696
"postcss-nesting": "13.0.2",
97-
"prettier": "3.7.3",
97+
"prettier": "3.7.4",
9898
"rimraf": "6.1.2",
9999
"typescript": "5.7.3",
100100
"typescript-eslint": "8.48.1",
101-
"vite": "7.2.6",
101+
"vite": "7.2.7",
102102
"vite-plugin-istanbul": "7.2.1",
103103
"vite-tsconfig-paths": "5.1.4"
104104
},
@@ -113,7 +113,7 @@
113113
},
114114
"resolutions": {
115115
"tocbot": "4.36.4",
116-
"react-is": "19.2.0"
116+
"react-is": "19.2.1"
117117
},
118118
"type": "module",
119119
"nyc": {

yarn.lock

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -3582,10 +3582,10 @@ __metadata:
35823582
languageName: node
35833583
linkType: hard
35843584

3585-
"@rolldown/pluginutils@npm:1.0.0-beta.47":
3586-
version: 1.0.0-beta.47
3587-
resolution: "@rolldown/pluginutils@npm:1.0.0-beta.47"
3588-
checksum: 10c0/eb0cfa7334d66f090c47eaac612174936b05f26e789352428cb6e03575b590f355de30d26b42576ea4e613d8887b587119d19b2e4b3a8909ceb232ca1cf746c8
3585+
"@rolldown/pluginutils@npm:1.0.0-beta.53":
3586+
version: 1.0.0-beta.53
3587+
resolution: "@rolldown/pluginutils@npm:1.0.0-beta.53"
3588+
checksum: 10c0/e8b0a7eb76be22f6f103171f28072de821525a4e400454850516da91a7381957932ff0ce495f227bcb168e86815788b0c1d249ca9e34dca366a82c8825b714ce
35893589
languageName: node
35903590
linkType: hard
35913591

@@ -5845,19 +5845,19 @@ __metadata:
58455845
languageName: node
58465846
linkType: hard
58475847

5848-
"@vitejs/plugin-react@npm:5.1.1":
5849-
version: 5.1.1
5850-
resolution: "@vitejs/plugin-react@npm:5.1.1"
5848+
"@vitejs/plugin-react@npm:5.1.2":
5849+
version: 5.1.2
5850+
resolution: "@vitejs/plugin-react@npm:5.1.2"
58515851
dependencies:
58525852
"@babel/core": "npm:^7.28.5"
58535853
"@babel/plugin-transform-react-jsx-self": "npm:^7.27.1"
58545854
"@babel/plugin-transform-react-jsx-source": "npm:^7.27.1"
5855-
"@rolldown/pluginutils": "npm:1.0.0-beta.47"
5855+
"@rolldown/pluginutils": "npm:1.0.0-beta.53"
58565856
"@types/babel__core": "npm:^7.20.5"
58575857
react-refresh: "npm:^0.18.0"
58585858
peerDependencies:
58595859
vite: ^4.2.0 || ^5.0.0 || ^6.0.0 || ^7.0.0
5860-
checksum: 10c0/e590efaea1eabfbb1beb6e8c9fac0742fd299808e3368e63b2825ce24740adb8a28fcb2668b14b7ca1bdb42890cfefe94d02dd358dcbbf8a27ddf377b9a82abf
5860+
checksum: 10c0/d788f269cdf7474425071ba7c4ea7013f174ddaef12b758defe809a551a03ac62a4a80cd858872deb618e7936ccc7cffe178bc12b62e9c836a467e13f15b9390
58615861
languageName: node
58625862
linkType: hard
58635863

@@ -8562,9 +8562,9 @@ __metadata:
85628562
languageName: node
85638563
linkType: hard
85648564

8565-
"cypress@npm:15.7.0":
8566-
version: 15.7.0
8567-
resolution: "cypress@npm:15.7.0"
8565+
"cypress@npm:15.7.1":
8566+
version: 15.7.1
8567+
resolution: "cypress@npm:15.7.1"
85688568
dependencies:
85698569
"@cypress/request": "npm:^3.0.9"
85708570
"@cypress/xvfb": "npm:^1.2.4"
@@ -8610,7 +8610,7 @@ __metadata:
86108610
yauzl: "npm:^2.10.0"
86118611
bin:
86128612
cypress: bin/cypress
8613-
checksum: 10c0/e0d25943862ae442c16320f1f5766fd1e38986a9a1b20592cec8247b7a6a5ec1066abecc283d8e5c7cbc4a447b20b55e5dbb662e86046ad846e0cff61c4b2056
8613+
checksum: 10c0/537d5352c86067455b96fcbc35934820b391413e6d3327204d0936ac14ffb4d69a02290a5007dc532c87976c43b6ebe503d84907768c0daa7d68318907b7ac80
86148614
languageName: node
86158615
linkType: hard
86168616

@@ -17767,12 +17767,12 @@ __metadata:
1776717767
languageName: node
1776817768
linkType: hard
1776917769

17770-
"prettier@npm:3.7.3":
17771-
version: 3.7.3
17772-
resolution: "prettier@npm:3.7.3"
17770+
"prettier@npm:3.7.4":
17771+
version: 3.7.4
17772+
resolution: "prettier@npm:3.7.4"
1777317773
bin:
1777417774
prettier: bin/prettier.cjs
17775-
checksum: 10c0/ee86bb06121c74dadc54f30b6f99aff6288966d9b842ce501d6991e20d20c6ce2d45028651b3b0955ca6e5fa89c1bee1e72b6f810243a93cef8bc69737972ef7
17775+
checksum: 10c0/9675d2cd08eacb1faf1d1a2dbfe24bfab6a912b059fc9defdb380a408893d88213e794a40a2700bd29b140eb3172e0b07c852853f6e22f16f3374659a1a13389
1777617776
languageName: node
1777717777
linkType: hard
1777817778

@@ -18197,10 +18197,10 @@ __metadata:
1819718197
languageName: node
1819818198
linkType: hard
1819918199

18200-
"react-is@npm:19.2.0":
18201-
version: 19.2.0
18202-
resolution: "react-is@npm:19.2.0"
18203-
checksum: 10c0/a63cb346aeced8ac0e671b0f9b33720d2906de02a066ca067075d871a5d4c64cdb328f495baf9b5842d5868c0d5edd1ce18465a7358b52f4b6aa983479c9bfa2
18200+
"react-is@npm:19.2.1":
18201+
version: 19.2.1
18202+
resolution: "react-is@npm:19.2.1"
18203+
checksum: 10c0/0ebeaedb4ff615055cbcd758c7e22ba9644e21110adbd293dd1aada3591abf7399152a786cd120e324c10706d75e28c2130c27d1b9b5ae637aef4c52f4d17a91
1820418204
languageName: node
1820518205
linkType: hard
1820618206

@@ -20940,10 +20940,10 @@ __metadata:
2094020940
"@ui5/webcomponents-fiori": "npm:2.17.0"
2094120941
"@ui5/webcomponents-icons": "npm:2.17.0"
2094220942
"@ui5/webcomponents-tools": "npm:2.17.0"
20943-
"@vitejs/plugin-react": "npm:5.1.1"
20943+
"@vitejs/plugin-react": "npm:5.1.2"
2094420944
chromatic: "npm:13.3.4"
2094520945
cssnano: "npm:7.1.2"
20946-
cypress: "npm:15.7.0"
20946+
cypress: "npm:15.7.1"
2094720947
cypress-real-events: "npm:1.15.0"
2094820948
dedent: "npm:1.7.0"
2094920949
documentation: "npm:14.0.3"
@@ -20967,7 +20967,7 @@ __metadata:
2096720967
postcss-import: "npm:16.1.1"
2096820968
postcss-modules: "npm:6.0.1"
2096920969
postcss-nesting: "npm:13.0.2"
20970-
prettier: "npm:3.7.3"
20970+
prettier: "npm:3.7.4"
2097120971
react: "npm:19.2.1"
2097220972
react-dom: "npm:19.2.1"
2097320973
remark-gfm: "npm:4.0.1"
@@ -20976,7 +20976,7 @@ __metadata:
2097620976
tocbot: "npm:4.36.4"
2097720977
typescript: "npm:5.7.3"
2097820978
typescript-eslint: "npm:8.48.1"
20979-
vite: "npm:7.2.6"
20979+
vite: "npm:7.2.7"
2098020980
vite-plugin-istanbul: "npm:7.2.1"
2098120981
vite-tsconfig-paths: "npm:5.1.4"
2098220982
languageName: unknown
@@ -21670,9 +21670,9 @@ __metadata:
2167021670
languageName: node
2167121671
linkType: hard
2167221672

21673-
"vite@npm:7.2.6":
21674-
version: 7.2.6
21675-
resolution: "vite@npm:7.2.6"
21673+
"vite@npm:7.2.7":
21674+
version: 7.2.7
21675+
resolution: "vite@npm:7.2.7"
2167621676
dependencies:
2167721677
esbuild: "npm:^0.25.0"
2167821678
fdir: "npm:^6.5.0"
@@ -21721,7 +21721,7 @@ __metadata:
2172121721
optional: true
2172221722
bin:
2172321723
vite: bin/vite.js
21724-
checksum: 10c0/d444a159ab8f0f854d596d1938f201b449d59ed4d336e587be9dc89005467214d85848c212c2495f76a8421372ffe4d061d023d659600f1aaa3ba5ac13e804f7
21724+
checksum: 10c0/0c502d9eb898d9c05061dbd8fd199f280b524bbb4c12ab5f88c7b12779947386684a269e4dd0aa424aa35bcd857f1aa44aadb9ea764702a5043af433052455b5
2172521725
languageName: node
2172621726
linkType: hard
2172721727

0 commit comments

Comments
 (0)