Skip to content

Commit df60714

Browse files
chore(deps): update all non-major dependencies (patch) (#8031)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [@eslint/js](https://eslint.org) ([source](https://redirect.github.com/eslint/eslint/tree/HEAD/packages/js)) | [`9.39.1` -> `9.39.2`](https://renovatebot.com/diffs/npm/@eslint%2fjs/9.39.1/9.39.2) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@eslint%2fjs/9.39.2?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@eslint%2fjs/9.39.1/9.39.2?slim=true) | | [@types/node](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node) ([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)) | [`24.10.1` -> `24.10.4`](https://renovatebot.com/diffs/npm/@types%2fnode/24.10.1/24.10.4) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fnode/24.10.4?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fnode/24.10.1/24.10.4?slim=true) | | [eslint](https://eslint.org) ([source](https://redirect.github.com/eslint/eslint)) | [`9.39.1` -> `9.39.2`](https://renovatebot.com/diffs/npm/eslint/9.39.1/9.39.2) | ![age](https://developer.mend.io/api/mc/badges/age/npm/eslint/9.39.2?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint/9.39.1/9.39.2?slim=true) | | [eslint-plugin-storybook](https://redirect.github.com/storybookjs/storybook/tree/next/code/lib/eslint-plugin#readme) ([source](https://redirect.github.com/storybookjs/storybook/tree/HEAD/code/lib/eslint-plugin)) | [`10.1.6` -> `10.1.8`](https://renovatebot.com/diffs/npm/eslint-plugin-storybook/10.1.6/10.1.8) | ![age](https://developer.mend.io/api/mc/badges/age/npm/eslint-plugin-storybook/10.1.8?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint-plugin-storybook/10.1.6/10.1.8?slim=true) | | [react-is](https://react.dev/) ([source](https://redirect.github.com/facebook/react/tree/HEAD/packages/react-is)) | [`19.2.1` -> `19.2.3`](https://renovatebot.com/diffs/npm/react-is/19.2.1/19.2.3) | ![age](https://developer.mend.io/api/mc/badges/age/npm/react-is/19.2.3?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/react-is/19.2.1/19.2.3?slim=true) | --- ### Release Notes <details> <summary>eslint/eslint (@&#8203;eslint/js)</summary> ### [`v9.39.2`](https://redirect.github.com/eslint/eslint/compare/v9.39.1...c43ce24ff0ce073ec4ad691cd5a50171dfe6cf1e) [Compare Source](https://redirect.github.com/eslint/eslint/compare/v9.39.1...v9.39.2) </details> <details> <summary>eslint/eslint (eslint)</summary> ### [`v9.39.2`](https://redirect.github.com/eslint/eslint/compare/v9.39.1...9278324aa0023d223874825b0d4b6ac75783096a) [Compare Source](https://redirect.github.com/eslint/eslint/compare/v9.39.1...v9.39.2) </details> <details> <summary>storybookjs/storybook (eslint-plugin-storybook)</summary> ### [`v10.1.8`](https://redirect.github.com/storybookjs/storybook/blob/HEAD/CHANGELOG.md#1018) [Compare Source](https://redirect.github.com/storybookjs/storybook/compare/v10.1.7...v10.1.8) - React-Vite: Update [@&#8203;joshwooding/vite-plugin-react-docgen-typescript](https://redirect.github.com/joshwooding/vite-plugin-react-docgen-typescript) - [#&#8203;33349](https://redirect.github.com/storybookjs/storybook/pull/33349), thanks [@&#8203;valentinpalkovic](https://redirect.github.com/valentinpalkovic)! ### [`v10.1.7`](https://redirect.github.com/storybookjs/storybook/blob/HEAD/CHANGELOG.md#1017) [Compare Source](https://redirect.github.com/storybookjs/storybook/compare/v10.1.6...v10.1.7) - Automigrate: Fix missing await - [#&#8203;33333](https://redirect.github.com/storybookjs/storybook/pull/33333), thanks [@&#8203;valentinpalkovic](https://redirect.github.com/valentinpalkovic)! - CLI: Remove REACT\_PROJECT projectType - [#&#8203;33334](https://redirect.github.com/storybookjs/storybook/pull/33334), thanks [@&#8203;valentinpalkovic](https://redirect.github.com/valentinpalkovic)! - Core: Exclude open from pre-bundling to make local xdg-open reachable - [#&#8203;33325](https://redirect.github.com/storybookjs/storybook/pull/33325), thanks [@&#8203;Sidnioulz](https://redirect.github.com/Sidnioulz)! - Nextjs-Vite: Install `vite` during migration if not installed yet - [#&#8203;33316](https://redirect.github.com/storybookjs/storybook/pull/33316), thanks [@&#8203;ghengeveld](https://redirect.github.com/ghengeveld)! - Telemetry: Fix race condition in telemetry cache causing malformed JSON - [#&#8203;33323](https://redirect.github.com/storybookjs/storybook/pull/33323), thanks [@&#8203;valentinpalkovic](https://redirect.github.com/valentinpalkovic)! </details> <details> <summary>facebook/react (react-is)</summary> ### [`v19.2.3`](https://redirect.github.com/facebook/react/releases/tag/v19.2.3): 19.2.3 (December 11th, 2025) [Compare Source](https://redirect.github.com/facebook/react/compare/v19.2.2...v19.2.3) #### React Server Components - Add extra loop protection to React Server Functions ([@&#8203;sebmarkbage](https://redirect.github.com/sebmarkbage) [#&#8203;35351](https://redirect.github.com/facebook/react/pull/35351)) ### [`v19.2.2`](https://redirect.github.com/facebook/react/releases/tag/v19.2.2): 19.2.2 (December 11th, 2025) [Compare Source](https://redirect.github.com/facebook/react/compare/v19.2.1...v19.2.2) #### React Server Components - Move `react-server-dom-webpack/*.unbundled` to private `react-server-dom-unbundled` ([@&#8203;eps1lon](https://redirect.github.com/eps1lon) [#&#8203;35290](https://redirect.github.com/facebook/react/pull/35290)) - Patch Promise cycles and toString on Server Functions ([@&#8203;sebmarkbage](https://redirect.github.com/sebmarkbage), [@&#8203;unstubbable](https://redirect.github.com/unstubbable) [#&#8203;35289](https://redirect.github.com/facebook/react/pull/35289), [#&#8203;35345](https://redirect.github.com/facebook/react/pull/35345)) </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:eyJjcmVhdGVkSW5WZXIiOiI0Mi40Mi4yIiwidXBkYXRlZEluVmVyIjoiNDIuNDIuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5ec70f0 commit df60714

File tree

2 files changed

+37
-28
lines changed

2 files changed

+37
-28
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,11 @@
5959
"@babel/preset-typescript": "7.28.5",
6060
"@cypress/code-coverage": "3.14.7",
6161
"@eslint/compat": "2.0.0",
62-
"@eslint/js": "9.39.1",
62+
"@eslint/js": "9.39.2",
6363
"@semantic-release/github": "12.0.2",
6464
"@testing-library/cypress": "10.1.0",
6565
"@types/jscodeshift": "17.3.0",
66-
"@types/node": "24.10.1",
66+
"@types/node": "24.10.4",
6767
"@types/react": "19.2.7",
6868
"@types/react-dom": "19.2.3",
6969
"@ui5/webcomponents-tools": "2.17.0",
@@ -74,15 +74,15 @@
7474
"cypress-real-events": "1.15.0",
7575
"dedent": "1.7.0",
7676
"documentation": "14.0.3",
77-
"eslint": "9.39.1",
77+
"eslint": "9.39.2",
7878
"eslint-config-prettier": "10.1.8",
7979
"eslint-import-resolver-typescript": "4.4.4",
8080
"eslint-plugin-import": "2.32.0",
8181
"eslint-plugin-no-only-tests": "3.3.0",
8282
"eslint-plugin-prettier": "5.5.4",
8383
"eslint-plugin-react": "7.37.5",
8484
"eslint-plugin-react-hooks": "6.1.1",
85-
"eslint-plugin-storybook": "10.1.6",
85+
"eslint-plugin-storybook": "10.1.8",
8686
"glob": "13.0.0",
8787
"globals": "16.5.0",
8888
"husky": "9.1.7",
@@ -113,7 +113,7 @@
113113
},
114114
"resolutions": {
115115
"tocbot": "4.36.4",
116-
"react-is": "19.2.1"
116+
"react-is": "19.2.3"
117117
},
118118
"type": "module",
119119
"nyc": {

yarn.lock

Lines changed: 32 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -2086,10 +2086,10 @@ __metadata:
20862086
languageName: node
20872087
linkType: hard
20882088

2089-
"@eslint/js@npm:9.39.1":
2090-
version: 9.39.1
2091-
resolution: "@eslint/js@npm:9.39.1"
2092-
checksum: 10c0/6f7f26f8cdb7ad6327bbf9741973b6278eb946f18f70e35406e88194b0d5c522d0547a34a02f2a208eec95c5d1388cdf7ccb20039efd2e4cb6655615247a50f1
2089+
"@eslint/js@npm:9.39.2":
2090+
version: 9.39.2
2091+
resolution: "@eslint/js@npm:9.39.2"
2092+
checksum: 10c0/00f51c52b04ac79faebfaa65a9652b2093b9c924e945479f1f3945473f78aee83cbc76c8d70bbffbf06f7024626575b16d97b66eab16182e1d0d39daff2f26f5
20932093
languageName: node
20942094
linkType: hard
20952095

@@ -4433,7 +4433,7 @@ __metadata:
44334433
languageName: node
44344434
linkType: hard
44354435

4436-
"@types/node@npm:*, @types/node@npm:24.10.1":
4436+
"@types/node@npm:*":
44374437
version: 24.10.1
44384438
resolution: "@types/node@npm:24.10.1"
44394439
dependencies:
@@ -4442,6 +4442,15 @@ __metadata:
44424442
languageName: node
44434443
linkType: hard
44444444

4445+
"@types/node@npm:24.10.4":
4446+
version: 24.10.4
4447+
resolution: "@types/node@npm:24.10.4"
4448+
dependencies:
4449+
undici-types: "npm:~7.16.0"
4450+
checksum: 10c0/069639cb7233ee747df1897b5e784f6b6c5da765c96c94773c580aac888fa1a585048d2a6e95eb8302d89c7a9df75801c8b5a0b7d0221d4249059cf09a5f4228
4451+
languageName: node
4452+
linkType: hard
4453+
44454454
"@types/node@npm:^18.0.0":
44464455
version: 18.19.100
44474456
resolution: "@types/node@npm:18.19.100"
@@ -9758,15 +9767,15 @@ __metadata:
97589767
languageName: node
97599768
linkType: hard
97609769

9761-
"eslint-plugin-storybook@npm:10.1.6":
9762-
version: 10.1.6
9763-
resolution: "eslint-plugin-storybook@npm:10.1.6"
9770+
"eslint-plugin-storybook@npm:10.1.8":
9771+
version: 10.1.8
9772+
resolution: "eslint-plugin-storybook@npm:10.1.8"
97649773
dependencies:
97659774
"@typescript-eslint/utils": "npm:^8.8.1"
97669775
peerDependencies:
97679776
eslint: ">=8"
9768-
storybook: ^10.1.6
9769-
checksum: 10c0/4ca06937cf56f177d5bb26fb2efca4d8c80bb2acf0d157a6adf032ad83a4744826c2f626b3c8debaa2ff23fb6cee68ac637aa3368185c757345ea8a57c7881a3
9777+
storybook: ^10.1.8
9778+
checksum: 10c0/4f9ee981eb23ba6a417bab62851bdd061378b560565169b9ba4a6323e7fd6c5ef349339b96bceabe813ad841f2a1de0709b17930166e7f8c5d0d04d3a7827533
97709779
languageName: node
97719780
linkType: hard
97729781

@@ -9827,17 +9836,17 @@ __metadata:
98279836
languageName: node
98289837
linkType: hard
98299838

9830-
"eslint@npm:9.39.1":
9831-
version: 9.39.1
9832-
resolution: "eslint@npm:9.39.1"
9839+
"eslint@npm:9.39.2":
9840+
version: 9.39.2
9841+
resolution: "eslint@npm:9.39.2"
98339842
dependencies:
98349843
"@eslint-community/eslint-utils": "npm:^4.8.0"
98359844
"@eslint-community/regexpp": "npm:^4.12.1"
98369845
"@eslint/config-array": "npm:^0.21.1"
98379846
"@eslint/config-helpers": "npm:^0.4.2"
98389847
"@eslint/core": "npm:^0.17.0"
98399848
"@eslint/eslintrc": "npm:^3.3.1"
9840-
"@eslint/js": "npm:9.39.1"
9849+
"@eslint/js": "npm:9.39.2"
98419850
"@eslint/plugin-kit": "npm:^0.4.1"
98429851
"@humanfs/node": "npm:^0.16.6"
98439852
"@humanwhocodes/module-importer": "npm:^1.0.1"
@@ -9872,7 +9881,7 @@ __metadata:
98729881
optional: true
98739882
bin:
98749883
eslint: bin/eslint.js
9875-
checksum: 10c0/59b2480639404ba24578ca480f973683b87b7aac8aa7e349240474a39067804fd13cd8b9cb22fee074170b8c7c563b57bab703ec0f0d3f81ea017e5d2cad299d
9884+
checksum: 10c0/bb88ca8fd16bb7e1ac3e13804c54d41c583214460c0faa7b3e7c574e69c5600c7122295500fb4b0c06067831111db740931e98da1340329527658e1cf80073d3
98769885
languageName: node
98779886
linkType: hard
98789887

@@ -17708,10 +17717,10 @@ __metadata:
1770817717
languageName: node
1770917718
linkType: hard
1771017719

17711-
"react-is@npm:19.2.1":
17712-
version: 19.2.1
17713-
resolution: "react-is@npm:19.2.1"
17714-
checksum: 10c0/0ebeaedb4ff615055cbcd758c7e22ba9644e21110adbd293dd1aada3591abf7399152a786cd120e324c10706d75e28c2130c27d1b9b5ae637aef4c52f4d17a91
17720+
"react-is@npm:19.2.3":
17721+
version: 19.2.3
17722+
resolution: "react-is@npm:19.2.3"
17723+
checksum: 10c0/2b54c422c21b8dbd68a435a1cce21ecd5b6f06f48659531f7d53dd7368365da5a67e946f352fb2010d11ca40658aa67bec90995f0f1ec5556c0f71dbffe54994
1771517724
languageName: node
1771617725
linkType: hard
1771717726

@@ -20314,15 +20323,15 @@ __metadata:
2031420323
"@babel/preset-typescript": "npm:7.28.5"
2031520324
"@cypress/code-coverage": "npm:3.14.7"
2031620325
"@eslint/compat": "npm:2.0.0"
20317-
"@eslint/js": "npm:9.39.1"
20326+
"@eslint/js": "npm:9.39.2"
2031820327
"@semantic-release/github": "npm:12.0.2"
2031920328
"@stackblitz/sdk": "npm:1.11.0"
2032020329
"@storybook/addon-a11y": "npm:10.1.8"
2032120330
"@storybook/addon-docs": "npm:10.1.8"
2032220331
"@storybook/react-vite": "npm:10.1.8"
2032320332
"@testing-library/cypress": "npm:10.1.0"
2032420333
"@types/jscodeshift": "npm:17.3.0"
20325-
"@types/node": "npm:24.10.1"
20334+
"@types/node": "npm:24.10.4"
2032620335
"@types/react": "npm:19.2.7"
2032720336
"@types/react-dom": "npm:19.2.3"
2032820337
"@ui5/webcomponents": "npm:2.17.0"
@@ -20338,15 +20347,15 @@ __metadata:
2033820347
cypress-real-events: "npm:1.15.0"
2033920348
dedent: "npm:1.7.0"
2034020349
documentation: "npm:14.0.3"
20341-
eslint: "npm:9.39.1"
20350+
eslint: "npm:9.39.2"
2034220351
eslint-config-prettier: "npm:10.1.8"
2034320352
eslint-import-resolver-typescript: "npm:4.4.4"
2034420353
eslint-plugin-import: "npm:2.32.0"
2034520354
eslint-plugin-no-only-tests: "npm:3.3.0"
2034620355
eslint-plugin-prettier: "npm:5.5.4"
2034720356
eslint-plugin-react: "npm:7.37.5"
2034820357
eslint-plugin-react-hooks: "npm:6.1.1"
20349-
eslint-plugin-storybook: "npm:10.1.6"
20358+
eslint-plugin-storybook: "npm:10.1.8"
2035020359
glob: "npm:13.0.0"
2035120360
globals: "npm:16.5.0"
2035220361
husky: "npm:9.1.7"

0 commit comments

Comments
 (0)