Skip to content

Commit 15c07a8

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 02bb0e5 commit 15c07a8

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

@@ -4434,7 +4434,7 @@ __metadata:
44344434
languageName: node
44354435
linkType: hard
44364436

4437-
"@types/node@npm:*, @types/node@npm:24.10.1":
4437+
"@types/node@npm:*":
44384438
version: 24.10.1
44394439
resolution: "@types/node@npm:24.10.1"
44404440
dependencies:
@@ -4443,6 +4443,15 @@ __metadata:
44434443
languageName: node
44444444
linkType: hard
44454445

4446+
"@types/node@npm:24.10.4":
4447+
version: 24.10.4
4448+
resolution: "@types/node@npm:24.10.4"
4449+
dependencies:
4450+
undici-types: "npm:~7.16.0"
4451+
checksum: 10c0/069639cb7233ee747df1897b5e784f6b6c5da765c96c94773c580aac888fa1a585048d2a6e95eb8302d89c7a9df75801c8b5a0b7d0221d4249059cf09a5f4228
4452+
languageName: node
4453+
linkType: hard
4454+
44464455
"@types/node@npm:^18.0.0":
44474456
version: 18.19.100
44484457
resolution: "@types/node@npm:18.19.100"
@@ -9726,15 +9735,15 @@ __metadata:
97269735
languageName: node
97279736
linkType: hard
97289737

9729-
"eslint-plugin-storybook@npm:10.1.6":
9730-
version: 10.1.6
9731-
resolution: "eslint-plugin-storybook@npm:10.1.6"
9738+
"eslint-plugin-storybook@npm:10.1.8":
9739+
version: 10.1.8
9740+
resolution: "eslint-plugin-storybook@npm:10.1.8"
97329741
dependencies:
97339742
"@typescript-eslint/utils": "npm:^8.8.1"
97349743
peerDependencies:
97359744
eslint: ">=8"
9736-
storybook: ^10.1.6
9737-
checksum: 10c0/4ca06937cf56f177d5bb26fb2efca4d8c80bb2acf0d157a6adf032ad83a4744826c2f626b3c8debaa2ff23fb6cee68ac637aa3368185c757345ea8a57c7881a3
9745+
storybook: ^10.1.8
9746+
checksum: 10c0/4f9ee981eb23ba6a417bab62851bdd061378b560565169b9ba4a6323e7fd6c5ef349339b96bceabe813ad841f2a1de0709b17930166e7f8c5d0d04d3a7827533
97389747
languageName: node
97399748
linkType: hard
97409749

@@ -9795,17 +9804,17 @@ __metadata:
97959804
languageName: node
97969805
linkType: hard
97979806

9798-
"eslint@npm:9.39.1":
9799-
version: 9.39.1
9800-
resolution: "eslint@npm:9.39.1"
9807+
"eslint@npm:9.39.2":
9808+
version: 9.39.2
9809+
resolution: "eslint@npm:9.39.2"
98019810
dependencies:
98029811
"@eslint-community/eslint-utils": "npm:^4.8.0"
98039812
"@eslint-community/regexpp": "npm:^4.12.1"
98049813
"@eslint/config-array": "npm:^0.21.1"
98059814
"@eslint/config-helpers": "npm:^0.4.2"
98069815
"@eslint/core": "npm:^0.17.0"
98079816
"@eslint/eslintrc": "npm:^3.3.1"
9808-
"@eslint/js": "npm:9.39.1"
9817+
"@eslint/js": "npm:9.39.2"
98099818
"@eslint/plugin-kit": "npm:^0.4.1"
98109819
"@humanfs/node": "npm:^0.16.6"
98119820
"@humanwhocodes/module-importer": "npm:^1.0.1"
@@ -9840,7 +9849,7 @@ __metadata:
98409849
optional: true
98419850
bin:
98429851
eslint: bin/eslint.js
9843-
checksum: 10c0/59b2480639404ba24578ca480f973683b87b7aac8aa7e349240474a39067804fd13cd8b9cb22fee074170b8c7c563b57bab703ec0f0d3f81ea017e5d2cad299d
9852+
checksum: 10c0/bb88ca8fd16bb7e1ac3e13804c54d41c583214460c0faa7b3e7c574e69c5600c7122295500fb4b0c06067831111db740931e98da1340329527658e1cf80073d3
98449853
languageName: node
98459854
linkType: hard
98469855

@@ -17635,10 +17644,10 @@ __metadata:
1763517644
languageName: node
1763617645
linkType: hard
1763717646

17638-
"react-is@npm:19.2.1":
17639-
version: 19.2.1
17640-
resolution: "react-is@npm:19.2.1"
17641-
checksum: 10c0/0ebeaedb4ff615055cbcd758c7e22ba9644e21110adbd293dd1aada3591abf7399152a786cd120e324c10706d75e28c2130c27d1b9b5ae637aef4c52f4d17a91
17647+
"react-is@npm:19.2.3":
17648+
version: 19.2.3
17649+
resolution: "react-is@npm:19.2.3"
17650+
checksum: 10c0/2b54c422c21b8dbd68a435a1cce21ecd5b6f06f48659531f7d53dd7368365da5a67e946f352fb2010d11ca40658aa67bec90995f0f1ec5556c0f71dbffe54994
1764217651
languageName: node
1764317652
linkType: hard
1764417653

@@ -20233,15 +20242,15 @@ __metadata:
2023320242
"@babel/preset-typescript": "npm:7.28.5"
2023420243
"@cypress/code-coverage": "npm:3.14.7"
2023520244
"@eslint/compat": "npm:2.0.0"
20236-
"@eslint/js": "npm:9.39.1"
20245+
"@eslint/js": "npm:9.39.2"
2023720246
"@semantic-release/github": "npm:12.0.2"
2023820247
"@stackblitz/sdk": "npm:1.11.0"
2023920248
"@storybook/addon-a11y": "npm:10.1.6"
2024020249
"@storybook/addon-docs": "npm:10.1.6"
2024120250
"@storybook/react-vite": "npm:10.1.6"
2024220251
"@testing-library/cypress": "npm:10.1.0"
2024320252
"@types/jscodeshift": "npm:17.3.0"
20244-
"@types/node": "npm:24.10.1"
20253+
"@types/node": "npm:24.10.4"
2024520254
"@types/react": "npm:19.2.7"
2024620255
"@types/react-dom": "npm:19.2.3"
2024720256
"@ui5/webcomponents": "npm:2.17.0"
@@ -20257,15 +20266,15 @@ __metadata:
2025720266
cypress-real-events: "npm:1.15.0"
2025820267
dedent: "npm:1.7.0"
2025920268
documentation: "npm:14.0.3"
20260-
eslint: "npm:9.39.1"
20269+
eslint: "npm:9.39.2"
2026120270
eslint-config-prettier: "npm:10.1.8"
2026220271
eslint-import-resolver-typescript: "npm:4.4.4"
2026320272
eslint-plugin-import: "npm:2.32.0"
2026420273
eslint-plugin-no-only-tests: "npm:3.3.0"
2026520274
eslint-plugin-prettier: "npm:5.5.4"
2026620275
eslint-plugin-react: "npm:7.37.5"
2026720276
eslint-plugin-react-hooks: "npm:6.1.1"
20268-
eslint-plugin-storybook: "npm:10.1.6"
20277+
eslint-plugin-storybook: "npm:10.1.8"
2026920278
glob: "npm:13.0.0"
2027020279
globals: "npm:16.5.0"
2027120280
husky: "npm:9.1.7"

0 commit comments

Comments
 (0)