Skip to content

Commit e57d805

Browse files
chore(deps): update all non-major dependencies (patch) (#8895)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [cssnano](https://redirect.github.com/cssnano/cssnano) | [`8.0.5` → `8.0.8`](https://renovatebot.com/diffs/npm/cssnano/8.0.5/8.0.8) | ![age](https://developer.mend.io/api/mc/badges/age/npm/cssnano/8.0.8?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/cssnano/8.0.5/8.0.8?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.5.8` → `10.5.10`](https://renovatebot.com/diffs/npm/eslint-plugin-storybook/10.5.8/10.5.10) | ![age](https://developer.mend.io/api/mc/badges/age/npm/eslint-plugin-storybook/10.5.10?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint-plugin-storybook/10.5.8/10.5.10?slim=true) | | [lerna](https://lerna.js.org) ([source](https://redirect.github.com/lerna/lerna/tree/HEAD/packages/lerna)) | [`10.0.0` → `10.0.1`](https://renovatebot.com/diffs/npm/lerna/10.0.0/10.0.1) | ![age](https://developer.mend.io/api/mc/badges/age/npm/lerna/10.0.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/lerna/10.0.0/10.0.1?slim=true) | | [publint](https://publint.dev) ([source](https://redirect.github.com/publint/publint/tree/HEAD/packages/publint)) | [`0.3.23` → `0.3.24`](https://renovatebot.com/diffs/npm/publint/0.3.23/0.3.24) | ![age](https://developer.mend.io/api/mc/badges/age/npm/publint/0.3.24?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/publint/0.3.23/0.3.24?slim=true) | | [vite](https://vite.dev) ([source](https://redirect.github.com/vitejs/vite/tree/HEAD/packages/vite)) | [`8.2.1` → `8.2.2`](https://renovatebot.com/diffs/npm/vite/8.2.1/8.2.2) | ![age](https://developer.mend.io/api/mc/badges/age/npm/vite/8.2.2?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/vite/8.2.1/8.2.2?slim=true) | --- ### Release Notes <details> <summary>cssnano/cssnano (cssnano)</summary> ### [`v8.0.8`](https://redirect.github.com/cssnano/cssnano/releases/tag/cssnano%408.0.8): v8.0.8 [Compare Source](https://redirect.github.com/cssnano/cssnano/compare/cssnano@8.0.7...cssnano@8.0.8) #### What's Changed ##### Bug Fixes - fix(postcss-minify-gradients): minify gradients using spec algorithm in [#&#8203;1941](https://redirect.github.com/cssnano/cssnano/pull/1941) **Full Changelog**: <https://github.com/cssnano/cssnano/compare/cssnano@8.0.7...cssnano@8.0.8> ### [`v8.0.7`](https://redirect.github.com/cssnano/cssnano/releases/tag/cssnano%408.0.7): v8.0.7 [Compare Source](https://redirect.github.com/cssnano/cssnano/compare/cssnano@8.0.6...cssnano@8.0.7) #### What's Changed ##### Bug Fixes - fix(cssnano): tighten option types in [#&#8203;1919](https://redirect.github.com/cssnano/cssnano/pull/1919) - fix(postcss-discard-empty): better optimize cascade layers in [#&#8203;1924](https://redirect.github.com/cssnano/cssnano/pull/1924) ##### Documentation - docs: add security information in [#&#8203;1922](https://redirect.github.com/cssnano/cssnano/pull/1922) ##### Website playground - feat(site): update playground to use a web worker in [#&#8203;1918](https://redirect.github.com/cssnano/cssnano/pull/1918) **Full Changelog**: <https://github.com/cssnano/cssnano/compare/cssnano@8.0.6...cssnano@8.0.7> ### [`v8.0.6`](https://redirect.github.com/cssnano/cssnano/releases/tag/cssnano%408.0.6): v8.0.6 [Compare Source](https://redirect.github.com/cssnano/cssnano/compare/cssnano@8.0.5...cssnano@8.0.6) #### What's Changed ##### Bug Fixes - fix(postcss-merge-rules): fix invalid merging in [#&#8203;1893](https://redirect.github.com/cssnano/cssnano/pull/1893) - fix(postcss-merge-rules): use webref data to perform a merge [#&#8203;1897](https://redirect.github.com/cssnano/cssnano/pull/1897) - fix(postcss-reduce-idents): do not break grid-template-areas in [#&#8203;1898](https://redirect.github.com/cssnano/cssnano/pull/1898) - fix: ensure correct repository URL in published packages in [#&#8203;1900](https://redirect.github.com/cssnano/cssnano/pull/1900) - fix(postcss-merge-longhand): improve longhand merging correctness in [#&#8203;1907](https://redirect.github.com/cssnano/cssnano/pull/1907) - fix(postcss-merge-longhand): add a fuzzer and fix the cases it found in [#&#8203;1914](https://redirect.github.com/cssnano/cssnano/pull/1914) - fix: improve selector minification in [#&#8203;1915](https://redirect.github.com/cssnano/cssnano/pull/1915) ##### Other Changes - Small performance fix in [#&#8203;1911](https://redirect.github.com/cssnano/cssnano/pull/1911) **Full Changelog**: <https://github.com/cssnano/cssnano/compare/cssnano@8.0.5...cssnano@8.0.6> </details> <details> <summary>storybookjs/storybook (eslint-plugin-storybook)</summary> ### [`v10.5.10`](https://redirect.github.com/storybookjs/storybook/compare/v10.5.9...a2db7526e1538a48bfa0529a881822e8074b2009) [Compare Source](https://redirect.github.com/storybookjs/storybook/compare/v10.5.9...v10.5.10) ### [`v10.5.9`](https://redirect.github.com/storybookjs/storybook/compare/v10.5.8...8f561048949b3ce3674a71711942177a14e4e8f9) [Compare Source](https://redirect.github.com/storybookjs/storybook/compare/v10.5.8...v10.5.9) </details> <details> <summary>lerna/lerna (lerna)</summary> ### [`v10.0.1`](https://redirect.github.com/lerna/lerna/blob/HEAD/packages/lerna/CHANGELOG.md#1001-2026-08-19) [Compare Source](https://redirect.github.com/lerna/lerna/compare/v10.0.0...v10.0.1) ##### Bug Fixes - missing peer dependency in lerna 10 ([#&#8203;4412](https://redirect.github.com/lerna/lerna/issues/4412)) ([06b8acb](https://redirect.github.com/lerna/lerna/commit/06b8acb541a6d00bd87c96cc39ae17d06eee7895)) </details> <details> <summary>publint/publint (publint)</summary> ### [`v0.3.24`](https://redirect.github.com/publint/publint/blob/HEAD/packages/publint/CHANGELOG.md#0324) [Compare Source](https://redirect.github.com/publint/publint/compare/publint@0.3.23...publint@0.3.24) ##### Patch Changes - [#&#8203;257](https://redirect.github.com/publint/publint/pull/257) [`7c4d25a`](https://redirect.github.com/publint/publint/commit/7c4d25a4a03d8a8332221248df8c386d4cd97f30) - Check the `repository.url` value even when `repository.type` is omitted. `type` is optional and defaults to git, so packages using the object form without it were previously skipped for the deprecated-protocol, invalid-git-url, and shorthand-URL checks. </details> <details> <summary>vitejs/vite (vite)</summary> ### [`v8.2.2`](https://redirect.github.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small-822-2026-08-20-small) [Compare Source](https://redirect.github.com/vitejs/vite/compare/v8.2.1...v8.2.2) ##### Features - **deps:** widen `@vitejs/devtools` peer range to v0.5.0 ([#&#8203;23302](https://redirect.github.com/vitejs/vite/issues/23302)) ([495d9ff](https://redirect.github.com/vitejs/vite/commit/495d9ff5a7d843ca876a9e49799947a5deb704c7)) ##### Bug Fixes - **bundled-dev:** handle lazy request error ([#&#8203;23291](https://redirect.github.com/vitejs/vite/issues/23291)) ([3ba026d](https://redirect.github.com/vitejs/vite/commit/3ba026dade4af56df08815310d3458fa110f5c5c)) - **bundled-dev:** hot update through circular imports instead of reloading ([#&#8203;23259](https://redirect.github.com/vitejs/vite/issues/23259)) ([3dbddef](https://redirect.github.com/vitejs/vite/commit/3dbddefaafc091a879b06f9279296f776691e455)) - **config:** resolve sourcemap paths against sourcemap location ([#&#8203;23239](https://redirect.github.com/vitejs/vite/issues/23239)) ([05a003e](https://redirect.github.com/vitejs/vite/commit/05a003e6a17a84d75f907ea0f1598bc39b8dce6c)) - **css:** don't pass empty targets to lightningcss ([#&#8203;23295](https://redirect.github.com/vitejs/vite/issues/23295)) ([2804636](https://redirect.github.com/vitejs/vite/commit/2804636ff608d105928009d274ffba7cfbe55340)) - **define:** fix match escaped dots to support $-prefixed define keys ([#&#8203;23249](https://redirect.github.com/vitejs/vite/issues/23249)) ([dcf88bd](https://redirect.github.com/vitejs/vite/commit/dcf88bd2ad2b1a8845f9029587cc8c825e382d42)) - **deps:** update all non-major dependencies ([#&#8203;23217](https://redirect.github.com/vitejs/vite/issues/23217)) ([ba958bd](https://redirect.github.com/vitejs/vite/commit/ba958bddfc9cabe302c6b34269dcf5c9634531e0)) - **deps:** update rolldown-related dependencies ([#&#8203;23218](https://redirect.github.com/vitejs/vite/issues/23218)) ([83ecb2c](https://redirect.github.com/vitejs/vite/commit/83ecb2c8059e8ce946a7cc835d4c14ef78aef4fd)) - **module-runner:** exclude completed modules from in-flight cycle detection (fix [#&#8203;22999](https://redirect.github.com/vitejs/vite/issues/22999)) ([#&#8203;23009](https://redirect.github.com/vitejs/vite/issues/23009)) ([d9b10a9](https://redirect.github.com/vitejs/vite/commit/d9b10a98db1c293ee64300bd75d568b44c8ae931)) - **optimizer:** close custom extension analysis bundles ([#&#8203;23207](https://redirect.github.com/vitejs/vite/issues/23207)) ([8fb7675](https://redirect.github.com/vitejs/vite/commit/8fb76752836f61224d3095b502fa237b478a06b2)) - reduce Windows 8.3-short-name detection false-positives ([#&#8203;23066](https://redirect.github.com/vitejs/vite/issues/23066)) ([02cffa9](https://redirect.github.com/vitejs/vite/commit/02cffa9e2d38d5d8f12e4043ee9d0f7abb1471e2)) - respect `resolve.preserveSymlinks` when resolving root (fix [#&#8203;23197](https://redirect.github.com/vitejs/vite/issues/23197)) ([#&#8203;23198](https://redirect.github.com/vitejs/vite/issues/23198)) ([8413052](https://redirect.github.com/vitejs/vite/commit/8413052731836d4aaf3eb94a0f25788dd35d2888)) - **ssr:** rewrite computed key of destructing parameter ([#&#8203;23307](https://redirect.github.com/vitejs/vite/issues/23307)) ([9db0b61](https://redirect.github.com/vitejs/vite/commit/9db0b61d4c9c7caad7ea1d9670b637faf2bb6c93)) - **vite:** update outdated upstream file links in license comments ([#&#8203;23285](https://redirect.github.com/vitejs/vite/issues/23285)) ([c0f2fc6](https://redirect.github.com/vitejs/vite/commit/c0f2fc607ee97ee4499337b04826420c00654065)) ##### Documentation - **build:** note cssTarget precedence ([#&#8203;23200](https://redirect.github.com/vitejs/vite/issues/23200)) ([a20a35e](https://redirect.github.com/vitejs/vite/commit/a20a35ec0685e374519864d0f41dd5f6e9ba0271)) ##### Miscellaneous Chores - fix ts errors in build test cases ([#&#8203;23209](https://redirect.github.com/vitejs/vite/issues/23209)) ([a0cfcf7](https://redirect.github.com/vitejs/vite/commit/a0cfcf72f8ef8bf0f2f11d553333b9bb31f1d316)) ##### Code Refactoring - use JSON import attributes instead of readFileSync in constants ([#&#8203;23258](https://redirect.github.com/vitejs/vite/issues/23258)) ([1d9fa39](https://redirect.github.com/vitejs/vite/commit/1d9fa392a43229241f80630236f8552ce8f7cd0f)) - use named regex constants over inline literals ([#&#8203;22964](https://redirect.github.com/vitejs/vite/issues/22964)) ([5c1c6c6](https://redirect.github.com/vitejs/vite/commit/5c1c6c609718303202832f706884192e1f1e9223)) ##### Tests - **define:** close rolldown bundler after generate ([#&#8203;23231](https://redirect.github.com/vitejs/vite/issues/23231)) ([b4d66fe](https://redirect.github.com/vitejs/vite/commit/b4d66fee14d970f45b8a6f3d7d6aee73ca9b88ab)) - **module-runner:** add TLA circular import case ([#&#8203;23299](https://redirect.github.com/vitejs/vite/issues/23299)) ([4a261f2](https://redirect.github.com/vitejs/vite/commit/4a261f242831bef92afd2f1aacfb81eab9dec371)) - **module-runner:** simplify server-hmr tests ([#&#8203;23300](https://redirect.github.com/vitejs/vite/issues/23300)) ([599b44b](https://redirect.github.com/vitejs/vite/commit/599b44b6600ec426e10cd556908d53b027b0c4fb)) - **ssr:** add destructing assignment case for moduleRunnerTransform ([#&#8203;23308](https://redirect.github.com/vitejs/vite/issues/23308)) ([cb77e2a](https://redirect.github.com/vitejs/vite/commit/cb77e2a93bad2a8ece00b4aa0ef507c092582c45)) ##### Build System - use JSON import attributes instead of readFIleSync in rolldown configs ([#&#8203;23251](https://redirect.github.com/vitejs/vite/issues/23251)) ([d615bcd](https://redirect.github.com/vitejs/vite/commit/d615bcdb23d96c1ca5ce1ee45e21d8d87381106f)) </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:eyJjcmVhdGVkSW5WZXIiOiI0NC4zOS4wIiwidXBkYXRlZEluVmVyIjoiNDQuMzkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent de41e70 commit e57d805

2 files changed

Lines changed: 281 additions & 284 deletions

File tree

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"@ui5/webcomponents-tools": "2.25.0",
7979
"@vitejs/plugin-react": "6.0.5",
8080
"chromatic": "17.8.0",
81-
"cssnano": "8.0.5",
81+
"cssnano": "8.0.8",
8282
"cypress": "15.18.1",
8383
"cypress-real-events": "1.15.0",
8484
"dedent": "1.7.2",
@@ -91,11 +91,11 @@
9191
"eslint-plugin-prettier": "5.5.6",
9292
"eslint-plugin-react": "7.37.5",
9393
"eslint-plugin-react-hooks": "7.1.1",
94-
"eslint-plugin-storybook": "10.5.8",
94+
"eslint-plugin-storybook": "10.5.10",
9595
"glob": "13.0.6",
9696
"globals": "17.8.0",
9797
"husky": "9.1.7",
98-
"lerna": "10.0.0",
98+
"lerna": "10.0.1",
9999
"lint-staged": "17.2.0",
100100
"npm-run-all2": "9.0.3",
101101
"nyc": "18.0.0",
@@ -105,11 +105,11 @@
105105
"postcss-import": "17.0.0",
106106
"postcss-modules": "9.0.1",
107107
"prettier": "3.9.6",
108-
"publint": "0.3.23",
108+
"publint": "0.3.24",
109109
"rimraf": "6.1.3",
110110
"typescript": "6.0.3",
111111
"typescript-eslint": "8.65.0",
112-
"vite": "8.2.1",
112+
"vite": "8.2.2",
113113
"vite-plugin-istanbul": "9.0.1",
114114
"vite-tsconfig-paths": "6.1.1"
115115
},

0 commit comments

Comments
 (0)