Skip to content

Commit fc4bd61

Browse files
chore(deps): update all non-major dependencies (patch) (#8794)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [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.5.0` → `10.5.2`](https://renovatebot.com/diffs/npm/eslint-plugin-storybook/10.5.0/10.5.2) | ![age](https://developer.mend.io/api/mc/badges/age/npm/eslint-plugin-storybook/10.5.2?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint-plugin-storybook/10.5.0/10.5.2?slim=true) | | [postcss](https://postcss.org/) ([source](https://redirect.github.com/postcss/postcss)) | [`8.5.16` → `8.5.19`](https://renovatebot.com/diffs/npm/postcss/8.5.16/8.5.19) | ![age](https://developer.mend.io/api/mc/badges/age/npm/postcss/8.5.19?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/postcss/8.5.16/8.5.19?slim=true) | | [vite](https://vite.dev) ([source](https://redirect.github.com/vitejs/vite/tree/HEAD/packages/vite)) | [`8.1.4` → `8.1.5`](https://renovatebot.com/diffs/npm/vite/8.1.4/8.1.5) | ![age](https://developer.mend.io/api/mc/badges/age/npm/vite/8.1.5?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/vite/8.1.4/8.1.5?slim=true) | --- ### Release Notes <details> <summary>storybookjs/storybook (eslint-plugin-storybook)</summary> ### [`v10.5.2`](https://redirect.github.com/storybookjs/storybook/blob/HEAD/CHANGELOG.md#1052) [Compare Source](https://redirect.github.com/storybookjs/storybook/compare/v10.5.1...v10.5.2) - Angular-Vite: Drop [@&#8203;angular/platform-browser-dynamic](https://redirect.github.com/angular/platform-browser-dynamic) peer dependency - [#&#8203;35457](https://redirect.github.com/storybookjs/storybook/pull/35457), thanks [@&#8203;valentinpalkovic](https://redirect.github.com/valentinpalkovic)! - Angular-Vite: Widen TypeScript peer dependency range to support TypeScript 6 - [#&#8203;35455](https://redirect.github.com/storybookjs/storybook/pull/35455), thanks [@&#8203;valentinpalkovic](https://redirect.github.com/valentinpalkovic)! - Core: Include chromatic packages in ecosystem identifier - [#&#8203;35170](https://redirect.github.com/storybookjs/storybook/pull/35170), thanks [@&#8203;yannbf](https://redirect.github.com/yannbf)! - TanStack: Fix createServerFn validator mock - [#&#8203;35185](https://redirect.github.com/storybookjs/storybook/pull/35185), thanks [@&#8203;sjh9714](https://redirect.github.com/sjh9714)! - TanStack: Support pathless layout routes (id-only) in story routing - [#&#8203;35465](https://redirect.github.com/storybookjs/storybook/pull/35465), thanks [@&#8203;unpunnyfuns](https://redirect.github.com/unpunnyfuns)! - Tanstack-react: Add missing Hydrate export - [#&#8203;35111](https://redirect.github.com/storybookjs/storybook/pull/35111), thanks [@&#8203;arun-357](https://redirect.github.com/arun-357)! - Tanstack-react: Keep JSX-only component references during dead-code elimination - [#&#8203;35206](https://redirect.github.com/storybookjs/storybook/pull/35206), thanks [@&#8203;yatishgoel](https://redirect.github.com/yatishgoel)! - Vitest: Fix coverage toggle crash on Vite 6 by clearing closed Vitest instance on restart - [#&#8203;35461](https://redirect.github.com/storybookjs/storybook/pull/35461), thanks [@&#8203;yannbf](https://redirect.github.com/yannbf)! ### [`v10.5.1`](https://redirect.github.com/storybookjs/storybook/blob/HEAD/CHANGELOG.md#1051) [Compare Source](https://redirect.github.com/storybookjs/storybook/compare/v10.5.0...v10.5.1) - Angular-Vite: Drop [@&#8203;angular/platform-browser-dynamic](https://redirect.github.com/angular/platform-browser-dynamic) peer dependency - [#&#8203;35457](https://redirect.github.com/storybookjs/storybook/pull/35457), thanks [@&#8203;valentinpalkovic](https://redirect.github.com/valentinpalkovic)! - Angular-Vite: Widen TypeScript peer dependency range to support TypeScript 6 - [#&#8203;35455](https://redirect.github.com/storybookjs/storybook/pull/35455), thanks [@&#8203;valentinpalkovic](https://redirect.github.com/valentinpalkovic)! - Core: Include chromatic packages in ecosystem identifier - [#&#8203;35170](https://redirect.github.com/storybookjs/storybook/pull/35170), thanks [@&#8203;yannbf](https://redirect.github.com/yannbf)! </details> <details> <summary>postcss/postcss (postcss)</summary> ### [`v8.5.19`](https://redirect.github.com/postcss/postcss/releases/tag/8.5.19) [Compare Source](https://redirect.github.com/postcss/postcss/compare/8.5.18...8.5.19) - Fixed cleaning `before` for new nodes inserted to `Root` (by [@&#8203;MahinAnowar](https://redirect.github.com/MahinAnowar)). ### [`v8.5.18`](https://redirect.github.com/postcss/postcss/blob/HEAD/CHANGELOG.md#8518) [Compare Source](https://redirect.github.com/postcss/postcss/compare/8.5.17...8.5.18) - Restricted loading previous source maps file to the `opts.from` folder for security reasons (use `unsafeMap: true` to disable the check). ### [`v8.5.17`](https://redirect.github.com/postcss/postcss/blob/HEAD/CHANGELOG.md#8517) [Compare Source](https://redirect.github.com/postcss/postcss/compare/8.5.16...8.5.17) - Fixed `Maximum call stack size exceeded` error. - Fixed Prototype hijacking for `postcss.fromJSON()`. - Fixed `Input#origin()` for unmapped end position (by [@&#8203;chatman-media](https://redirect.github.com/chatman-media)). </details> <details> <summary>vitejs/vite (vite)</summary> ### [`v8.1.5`](https://redirect.github.com/vitejs/vite/releases/tag/v8.1.5) [Compare Source](https://redirect.github.com/vitejs/vite/compare/v8.1.4...v8.1.5) Please refer to [CHANGELOG.md](https://redirect.github.com/vitejs/vite/blob/v8.1.5/packages/vite/CHANGELOG.md) for details. </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - Between 12:00 AM and 03:59 AM, only on Monday (`* 0-3 * * 1`) - 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:eyJjcmVhdGVkSW5WZXIiOiI0My4yNjUuMSIsInVwZGF0ZWRJblZlciI6IjQzLjI2NS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 18a0749 commit fc4bd61

2 files changed

Lines changed: 22 additions & 22 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
"eslint-plugin-prettier": "5.5.6",
9393
"eslint-plugin-react": "7.37.5",
9494
"eslint-plugin-react-hooks": "7.1.1",
95-
"eslint-plugin-storybook": "10.5.0",
95+
"eslint-plugin-storybook": "10.5.2",
9696
"glob": "13.0.6",
9797
"globals": "17.7.0",
9898
"husky": "9.1.7",
@@ -101,7 +101,7 @@
101101
"monocart-reporter": "2.12.2",
102102
"npm-run-all2": "9.0.2",
103103
"pagefind": "1.5.2",
104-
"postcss": "8.5.16",
104+
"postcss": "8.5.19",
105105
"postcss-cli": "11.0.1",
106106
"postcss-import": "16.1.1",
107107
"postcss-modules": "9.0.1",
@@ -110,7 +110,7 @@
110110
"rimraf": "6.1.3",
111111
"typescript": "6.0.3",
112112
"typescript-eslint": "8.63.0",
113-
"vite": "8.1.4",
113+
"vite": "8.1.5",
114114
"vite-plugin-istanbul": "9.0.1",
115115
"vite-tsconfig-paths": "6.1.1"
116116
},

yarn.lock

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -10832,16 +10832,16 @@ __metadata:
1083210832
languageName: node
1083310833
linkType: hard
1083410834

10835-
"eslint-plugin-storybook@npm:10.5.0":
10836-
version: 10.5.0
10837-
resolution: "eslint-plugin-storybook@npm:10.5.0"
10835+
"eslint-plugin-storybook@npm:10.5.2":
10836+
version: 10.5.2
10837+
resolution: "eslint-plugin-storybook@npm:10.5.2"
1083810838
dependencies:
1083910839
"@typescript-eslint/types": "npm:^8.48.0"
1084010840
"@typescript-eslint/utils": "npm:^8.48.0"
1084110841
peerDependencies:
1084210842
eslint: ">=8"
10843-
storybook: ^10.5.0
10844-
checksum: 10c0/c6ae8a9ea203604adab39672743335e7e1bdda7b8943994e33c322b1dea75b7f52ed9b4327fc3f584b56706b57817d7aeda687495c22778840ced22f7174eb06
10843+
storybook: ^10.5.2
10844+
checksum: 10c0/d5c098e969319ed735d78a5de5cfa3415beb3d5da2513fa3b2922c2423e6ab5f513b7c7cfa0bce12ac30ca0f2211e9925b3c49ea50ce2bb265f4cafef97f902a
1084510845
languageName: node
1084610846
linkType: hard
1084710847

@@ -18878,14 +18878,14 @@ __metadata:
1887818878
languageName: node
1887918879
linkType: hard
1888018880

18881-
"postcss@npm:8.5.16, postcss@npm:^8.4.43, postcss@npm:^8.4.5, postcss@npm:^8.5.15, postcss@npm:^8.5.16, postcss@npm:^8.5.3":
18882-
version: 8.5.16
18883-
resolution: "postcss@npm:8.5.16"
18881+
"postcss@npm:8.5.19, postcss@npm:^8.4.43, postcss@npm:^8.4.5, postcss@npm:^8.5.15, postcss@npm:^8.5.17, postcss@npm:^8.5.3":
18882+
version: 8.5.19
18883+
resolution: "postcss@npm:8.5.19"
1888418884
dependencies:
1888518885
nanoid: "npm:^3.3.12"
1888618886
picocolors: "npm:^1.1.1"
1888718887
source-map-js: "npm:^1.2.1"
18888-
checksum: 10c0/625de7a02f662f3a340964d14b487bd5097adf16f5f171e257d19005ba37aea8768ee446557500e88e91ca46b4d14d6cb4a0bf033c6ec0c8c0b660d85719f1ef
18888+
checksum: 10c0/302af9e4dfa8cce4f43af1798576b3a77ab7b23abac5522328c6c7a830d49b31281cba9d6071e478e6970a05ef82346d1570b8fbffae912f26a4f1a1a07f0a44
1888918889
languageName: node
1889018890
linkType: hard
1889118891

@@ -20104,7 +20104,7 @@ __metadata:
2010420104
languageName: node
2010520105
linkType: hard
2010620106

20107-
"rolldown@npm:~1.1.4":
20107+
"rolldown@npm:~1.1.5":
2010820108
version: 1.1.5
2010920109
resolution: "rolldown@npm:1.1.5"
2011020110
dependencies:
@@ -22176,7 +22176,7 @@ __metadata:
2217622176
eslint-plugin-prettier: "npm:5.5.6"
2217722177
eslint-plugin-react: "npm:7.37.5"
2217822178
eslint-plugin-react-hooks: "npm:7.1.1"
22179-
eslint-plugin-storybook: "npm:10.5.0"
22179+
eslint-plugin-storybook: "npm:10.5.2"
2218022180
glob: "npm:13.0.6"
2218122181
globals: "npm:17.7.0"
2218222182
husky: "npm:9.1.7"
@@ -22185,7 +22185,7 @@ __metadata:
2218522185
monocart-reporter: "npm:2.12.2"
2218622186
npm-run-all2: "npm:9.0.2"
2218722187
pagefind: "npm:1.5.2"
22188-
postcss: "npm:8.5.16"
22188+
postcss: "npm:8.5.19"
2218922189
postcss-cli: "npm:11.0.1"
2219022190
postcss-import: "npm:16.1.1"
2219122191
postcss-modules: "npm:9.0.1"
@@ -22199,7 +22199,7 @@ __metadata:
2219922199
tocbot: "npm:4.36.8"
2220022200
typescript: "npm:6.0.3"
2220122201
typescript-eslint: "npm:8.63.0"
22202-
vite: "npm:8.1.4"
22202+
vite: "npm:8.1.5"
2220322203
vite-plugin-istanbul: "npm:9.0.1"
2220422204
vite-tsconfig-paths: "npm:6.1.1"
2220522205
languageName: unknown
@@ -22852,15 +22852,15 @@ __metadata:
2285222852
languageName: node
2285322853
linkType: hard
2285422854

22855-
"vite@npm:8.1.4":
22856-
version: 8.1.4
22857-
resolution: "vite@npm:8.1.4"
22855+
"vite@npm:8.1.5":
22856+
version: 8.1.5
22857+
resolution: "vite@npm:8.1.5"
2285822858
dependencies:
2285922859
fsevents: "npm:~2.3.3"
2286022860
lightningcss: "npm:^1.32.0"
2286122861
picomatch: "npm:^4.0.5"
22862-
postcss: "npm:^8.5.16"
22863-
rolldown: "npm:~1.1.4"
22862+
postcss: "npm:^8.5.17"
22863+
rolldown: "npm:~1.1.5"
2286422864
tinyglobby: "npm:^0.2.17"
2286522865
peerDependencies:
2286622866
"@types/node": ^20.19.0 || >=22.12.0
@@ -22905,7 +22905,7 @@ __metadata:
2290522905
optional: true
2290622906
bin:
2290722907
vite: bin/vite.js
22908-
checksum: 10c0/4262cdd0dd00ca99b00a8aef91fc00e58b66e80b54adbef49353bfbbae7342c2d6ddf1180351956086ff53ad186bec03784f57b96e36ab4dad1246547236d79b
22908+
checksum: 10c0/3231e24dd4394d0bc8b4f0f5d6d6a2eda8737e5053042892b4163564456a03d67f953c4c7498621f9517eebc30a492ea136c728a767a122eb84bf6d7cf60e1e6
2290922909
languageName: node
2291022910
linkType: hard
2291122911

0 commit comments

Comments
 (0)