Skip to content

Commit a624209

Browse files
chore(deps): update all non-major dependencies (patch) (#8160)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [@eslint/compat](https://redirect.github.com/eslint/rewrite/tree/main/packages/compat#readme) ([source](https://redirect.github.com/eslint/rewrite/tree/HEAD/packages/compat)) | [`2.0.1` → `2.0.2`](https://renovatebot.com/diffs/npm/@eslint%2fcompat/2.0.1/2.0.2) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@eslint%2fcompat/2.0.2?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@eslint%2fcompat/2.0.1/2.0.2?slim=true) | | [@semantic-release/github](https://redirect.github.com/semantic-release/github) | [`12.0.2` → `12.0.3`](https://renovatebot.com/diffs/npm/@semantic-release%2fgithub/12.0.2/12.0.3) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@semantic-release%2fgithub/12.0.3?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@semantic-release%2fgithub/12.0.2/12.0.3?slim=true) | | [@types/react](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react) ([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react)) | [`19.2.9` → `19.2.10`](https://renovatebot.com/diffs/npm/@types%2freact/19.2.9/19.2.10) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2freact/19.2.10?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2freact/19.2.9/19.2.10?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.2.0` → `10.2.3`](https://renovatebot.com/diffs/npm/eslint-plugin-storybook/10.2.0/10.2.3) | ![age](https://developer.mend.io/api/mc/badges/age/npm/eslint-plugin-storybook/10.2.3?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint-plugin-storybook/10.2.0/10.2.3?slim=true) | | [react-is](https://react.dev/) ([source](https://redirect.github.com/facebook/react/tree/HEAD/packages/react-is)) | [`19.2.3` → `19.2.4`](https://renovatebot.com/diffs/npm/react-is/19.2.3/19.2.4) | ![age](https://developer.mend.io/api/mc/badges/age/npm/react-is/19.2.4?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/react-is/19.2.3/19.2.4?slim=true) | --- ### Release Notes <details> <summary>eslint/rewrite (@&#8203;eslint/compat)</summary> ### [`v2.0.2`](https://redirect.github.com/eslint/rewrite/blob/HEAD/packages/compat/CHANGELOG.md#202-2026-01-29) [Compare Source](https://redirect.github.com/eslint/rewrite/compare/7abc05147e2b6d29cb5170867c2172d25c563454...7960653fe678b563051e2fbb99caf9fd3c07528c) ##### Bug Fixes - add eslint 10 as peer dependency ([#&#8203;361](https://redirect.github.com/eslint/rewrite/issues/361)) ([ecb37dc](https://redirect.github.com/eslint/rewrite/commit/ecb37dcafc6513649c03f245f0f2505e7eb10dd1)) ##### Dependencies - The following workspace dependencies were updated - dependencies - [@&#8203;eslint/core](https://redirect.github.com/eslint/core) bumped from ^1.0.1 to ^1.1.0 </details> <details> <summary>semantic-release/github (@&#8203;semantic-release/github)</summary> ### [`v12.0.3`](https://redirect.github.com/semantic-release/github/releases/tag/v12.0.3) [Compare Source](https://redirect.github.com/semantic-release/github/compare/v12.0.2...v12.0.3) ##### Bug Fixes - extend GraphQL alias prefix to prevent hash collisions ([#&#8203;1134](https://redirect.github.com/semantic-release/github/issues/1134)) ([ea6386d](https://redirect.github.com/semantic-release/github/commit/ea6386d6e6c38979ef9ca38bbb06b64d8ba4efdf)) </details> <details> <summary>storybookjs/storybook (eslint-plugin-storybook)</summary> ### [`v10.2.3`](https://redirect.github.com/storybookjs/storybook/blob/HEAD/CHANGELOG.md#1023) [Compare Source](https://redirect.github.com/storybookjs/storybook/compare/v10.2.2...v10.2.3) - Addon-Vitest: Normalize Windows paths in addon-vitest automigration - [#&#8203;33340](https://redirect.github.com/storybookjs/storybook/pull/33340), thanks [@&#8203;tanujbhaud](https://redirect.github.com/tanujbhaud)! - Core: Fix `previewHref` when current path does not end with a slash - [#&#8203;33647](https://redirect.github.com/storybookjs/storybook/pull/33647), thanks [@&#8203;ghengeveld](https://redirect.github.com/ghengeveld)! ### [`v10.2.2`](https://redirect.github.com/storybookjs/storybook/blob/HEAD/CHANGELOG.md#1022) [Compare Source](https://redirect.github.com/storybookjs/storybook/compare/v10.2.1...v10.2.2) - Addon Vitest: Support simple vite.config without defineConfig helper - [#&#8203;33694](https://redirect.github.com/storybookjs/storybook/pull/33694), thanks [@&#8203;valentinpalkovic](https://redirect.github.com/valentinpalkovic)! - Addon-Vitest: Append Storybook project to existing test.projects array without double nesting - [#&#8203;33708](https://redirect.github.com/storybookjs/storybook/pull/33708), thanks [@&#8203;valentinpalkovic](https://redirect.github.com/valentinpalkovic)! - Addon-Vitest: Update Vitest plugin configuration to disable requireAssertions for expect - [#&#8203;33693](https://redirect.github.com/storybookjs/storybook/pull/33693), thanks [@&#8203;valentinpalkovic](https://redirect.github.com/valentinpalkovic)! - Composition: Handle 401 responses with loginUrl from Chromatic - [#&#8203;33705](https://redirect.github.com/storybookjs/storybook/pull/33705), thanks [@&#8203;kasperpeulen](https://redirect.github.com/kasperpeulen)! - Telemetry: Add agent detection - [#&#8203;33675](https://redirect.github.com/storybookjs/storybook/pull/33675), thanks [@&#8203;valentinpalkovic](https://redirect.github.com/valentinpalkovic)! ### [`v10.2.1`](https://redirect.github.com/storybookjs/storybook/blob/HEAD/CHANGELOG.md#1021) [Compare Source](https://redirect.github.com/storybookjs/storybook/compare/v10.2.0...v10.2.1) - Builder-Webpack5: Fix [@&#8203;vitest/mocker](https://redirect.github.com/vitest/mocker) resolution issue - [#&#8203;33315](https://redirect.github.com/storybookjs/storybook/pull/33315), thanks [@&#8203;valentinpalkovic](https://redirect.github.com/valentinpalkovic)! - CLI: Add init telemetry for CLI integrations - [#&#8203;33603](https://redirect.github.com/storybookjs/storybook/pull/33603), thanks [@&#8203;shilman](https://redirect.github.com/shilman)! </details> <details> <summary>facebook/react (react-is)</summary> ### [`v19.2.4`](https://redirect.github.com/facebook/react/releases/tag/v19.2.4): 19.2.4 (January 26th, 2026) [Compare Source](https://redirect.github.com/facebook/react/compare/v19.2.3...v19.2.4) #### React Server Components - Add more DoS mitigations to Server Actions, and harden Server Components ([#&#8203;35632](https://redirect.github.com/facebook/react/pull/35632) by [@&#8203;gnoff](https://redirect.github.com/gnoff), [@&#8203;lubieowoce](https://redirect.github.com/lubieowoce), [@&#8203;sebmarkbage](https://redirect.github.com/sebmarkbage), [@&#8203;unstubbable](https://redirect.github.com/unstubbable)) </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:eyJjcmVhdGVkSW5WZXIiOiI0Mi45Mi4xIiwidXBkYXRlZEluVmVyIjoiNDIuOTIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8516588 commit a624209

2 files changed

Lines changed: 36 additions & 36 deletions

File tree

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,13 @@
5858
"@babel/preset-react": "7.28.5",
5959
"@babel/preset-typescript": "7.28.5",
6060
"@cypress/code-coverage": "3.14.7",
61-
"@eslint/compat": "2.0.1",
61+
"@eslint/compat": "2.0.2",
6262
"@eslint/js": "9.39.2",
63-
"@semantic-release/github": "12.0.2",
63+
"@semantic-release/github": "12.0.3",
6464
"@testing-library/cypress": "10.1.0",
6565
"@types/jscodeshift": "17.3.0",
6666
"@types/node": "24.10.9",
67-
"@types/react": "19.2.9",
67+
"@types/react": "19.2.10",
6868
"@types/react-dom": "19.2.3",
6969
"@ui5/webcomponents-tools": "2.18.1",
7070
"@vitejs/plugin-react": "5.1.2",
@@ -82,7 +82,7 @@
8282
"eslint-plugin-prettier": "5.5.5",
8383
"eslint-plugin-react": "7.37.5",
8484
"eslint-plugin-react-hooks": "6.1.1",
85-
"eslint-plugin-storybook": "10.2.0",
85+
"eslint-plugin-storybook": "10.2.3",
8686
"glob": "13.0.0",
8787
"globals": "17.3.0",
8888
"husky": "9.1.7",
@@ -113,7 +113,7 @@
113113
},
114114
"resolutions": {
115115
"tocbot": "4.36.4",
116-
"react-is": "19.2.3"
116+
"react-is": "19.2.4"
117117
},
118118
"type": "module",
119119
"nyc": {

yarn.lock

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -2298,17 +2298,17 @@ __metadata:
22982298
languageName: node
22992299
linkType: hard
23002300

2301-
"@eslint/compat@npm:2.0.1":
2302-
version: 2.0.1
2303-
resolution: "@eslint/compat@npm:2.0.1"
2301+
"@eslint/compat@npm:2.0.2":
2302+
version: 2.0.2
2303+
resolution: "@eslint/compat@npm:2.0.2"
23042304
dependencies:
2305-
"@eslint/core": "npm:^1.0.1"
2305+
"@eslint/core": "npm:^1.1.0"
23062306
peerDependencies:
2307-
eslint: ^8.40 || 9
2307+
eslint: ^8.40 || 9 || 10
23082308
peerDependenciesMeta:
23092309
eslint:
23102310
optional: true
2311-
checksum: 10c0/5b3e4e7d2fca2a86a59182e9afec1b8c5f9d8ae970c22f17bf8fc02ef5263df4b2844074caf1346f0ea93e86856da1e4cc57d28b80e89123b20c8effc05e6816
2311+
checksum: 10c0/176df611bcb54ff7d9c3ac440df6844e552a4ed5de30eba28edbeebb68ccc7f19111fdd4c10780101ee5f871bd03ec0457f38c67834c285751c2bdb37d8ae73c
23122312
languageName: node
23132313
linkType: hard
23142314

@@ -2341,12 +2341,12 @@ __metadata:
23412341
languageName: node
23422342
linkType: hard
23432343

2344-
"@eslint/core@npm:^1.0.1":
2345-
version: 1.0.1
2346-
resolution: "@eslint/core@npm:1.0.1"
2344+
"@eslint/core@npm:^1.1.0":
2345+
version: 1.1.0
2346+
resolution: "@eslint/core@npm:1.1.0"
23472347
dependencies:
23482348
"@types/json-schema": "npm:^7.0.15"
2349-
checksum: 10c0/acfa7b046f94cd1fa0cc17095500e08f2bccdfcc686e4602276861c351d5badd63f3382813727357fdd475057cdd393f4cf68fc26bd8f6d6e1faa657c537a9ba
2349+
checksum: 10c0/0f875d6f24fbf67cc796e01c2ca82884f755488052ed84183e56377c5b90fe10b491a26e600642db4daea1d5d8ab7906ec12f2bd5cbdb5004b0ef73c802bdb57
23502350
languageName: node
23512351
linkType: hard
23522352

@@ -3890,9 +3890,9 @@ __metadata:
38903890
languageName: node
38913891
linkType: hard
38923892

3893-
"@semantic-release/github@npm:12.0.2":
3894-
version: 12.0.2
3895-
resolution: "@semantic-release/github@npm:12.0.2"
3893+
"@semantic-release/github@npm:12.0.3":
3894+
version: 12.0.3
3895+
resolution: "@semantic-release/github@npm:12.0.3"
38963896
dependencies:
38973897
"@octokit/core": "npm:^7.0.0"
38983898
"@octokit/plugin-paginate-rest": "npm:^14.0.0"
@@ -3913,7 +3913,7 @@ __metadata:
39133913
url-join: "npm:^5.0.0"
39143914
peerDependencies:
39153915
semantic-release: ">=24.1.0"
3916-
checksum: 10c0/aadb9f761d6041b455958627721e37aa7057d1f826f5115c3992f7bfc1830c06527cbff0b6b98d2c0505e8f96e60056e8aaa704c59287f8d9a01d62f6fdab796
3916+
checksum: 10c0/84242bc09e12e506d54fe68fc7bce369c59182674c7057181ece8158511526932f8587831ae5f336871988beff0573228a98ddb336c9fe4335c2454557443596
39173917
languageName: node
39183918
linkType: hard
39193919

@@ -4818,12 +4818,12 @@ __metadata:
48184818
languageName: node
48194819
linkType: hard
48204820

4821-
"@types/react@npm:19.2.9":
4822-
version: 19.2.9
4823-
resolution: "@types/react@npm:19.2.9"
4821+
"@types/react@npm:19.2.10":
4822+
version: 19.2.10
4823+
resolution: "@types/react@npm:19.2.10"
48244824
dependencies:
48254825
csstype: "npm:^3.2.2"
4826-
checksum: 10c0/91c6839edd10ebdab4cd686d2a744e6ae078ed5831a36d48284ae92df0463c89bda1084ffdd2e6445f0716236c2c6ae0828b82f70720727632331695f4581d2a
4826+
checksum: 10c0/17b96203a79ad3fa3cee8f1f1f324b93f005bc125755e29ac149402807275feaf3f00a4e65b8405f633923ac993da5737fd9800d27ee49911f3ed51dc27478f9
48274827
languageName: node
48284828
linkType: hard
48294829

@@ -10168,15 +10168,15 @@ __metadata:
1016810168
languageName: node
1016910169
linkType: hard
1017010170

10171-
"eslint-plugin-storybook@npm:10.2.0":
10172-
version: 10.2.0
10173-
resolution: "eslint-plugin-storybook@npm:10.2.0"
10171+
"eslint-plugin-storybook@npm:10.2.3":
10172+
version: 10.2.3
10173+
resolution: "eslint-plugin-storybook@npm:10.2.3"
1017410174
dependencies:
1017510175
"@typescript-eslint/utils": "npm:^8.48.0"
1017610176
peerDependencies:
1017710177
eslint: ">=8"
10178-
storybook: ^10.2.0
10179-
checksum: 10c0/aeb34c944f39baf17320854a23161b5f4f83f41ba425a8603672d59edf2397837c46549d720ee8d99a5cb5ce6361d719a78e1ac2dd27470136ba2ceb4e97a77b
10178+
storybook: ^10.2.3
10179+
checksum: 10c0/6c791b8b8f5133969f7c1aef6e0ddbb3cb8631b6b74a34bd74a2ca9a711f009715e387646a5db61132647a48706b2f83ff4c6583ac50c6b2f45b6b3b7ca6c8da
1018010180
languageName: node
1018110181
linkType: hard
1018210182

@@ -18137,10 +18137,10 @@ __metadata:
1813718137
languageName: node
1813818138
linkType: hard
1813918139

18140-
"react-is@npm:19.2.3":
18141-
version: 19.2.3
18142-
resolution: "react-is@npm:19.2.3"
18143-
checksum: 10c0/2b54c422c21b8dbd68a435a1cce21ecd5b6f06f48659531f7d53dd7368365da5a67e946f352fb2010d11ca40658aa67bec90995f0f1ec5556c0f71dbffe54994
18140+
"react-is@npm:19.2.4":
18141+
version: 19.2.4
18142+
resolution: "react-is@npm:19.2.4"
18143+
checksum: 10c0/477a7cfc900f24194606e315fa353856a3a13487ea8eca841678817cad4daef64339ea0d1e84e58459fc75dbe0d9ba00bb0cc626db3d07e0cf31edc64cb4fa37
1814418144
languageName: node
1814518145
linkType: hard
1814618146

@@ -20761,17 +20761,17 @@ __metadata:
2076120761
"@babel/preset-react": "npm:7.28.5"
2076220762
"@babel/preset-typescript": "npm:7.28.5"
2076320763
"@cypress/code-coverage": "npm:3.14.7"
20764-
"@eslint/compat": "npm:2.0.1"
20764+
"@eslint/compat": "npm:2.0.2"
2076520765
"@eslint/js": "npm:9.39.2"
20766-
"@semantic-release/github": "npm:12.0.2"
20766+
"@semantic-release/github": "npm:12.0.3"
2076720767
"@stackblitz/sdk": "npm:1.11.0"
2076820768
"@storybook/addon-a11y": "npm:10.2.3"
2076920769
"@storybook/addon-docs": "npm:10.2.3"
2077020770
"@storybook/react-vite": "npm:10.2.3"
2077120771
"@testing-library/cypress": "npm:10.1.0"
2077220772
"@types/jscodeshift": "npm:17.3.0"
2077320773
"@types/node": "npm:24.10.9"
20774-
"@types/react": "npm:19.2.9"
20774+
"@types/react": "npm:19.2.10"
2077520775
"@types/react-dom": "npm:19.2.3"
2077620776
"@ui5/webcomponents": "npm:2.18.1"
2077720777
"@ui5/webcomponents-ai": "npm:2.18.1"
@@ -20794,7 +20794,7 @@ __metadata:
2079420794
eslint-plugin-prettier: "npm:5.5.5"
2079520795
eslint-plugin-react: "npm:7.37.5"
2079620796
eslint-plugin-react-hooks: "npm:6.1.1"
20797-
eslint-plugin-storybook: "npm:10.2.0"
20797+
eslint-plugin-storybook: "npm:10.2.3"
2079820798
glob: "npm:13.0.0"
2079920799
globals: "npm:17.3.0"
2080020800
husky: "npm:9.1.7"

0 commit comments

Comments
 (0)