web-infra-dev / rslib

Create JavaScript libraries in a simple and intuitive way.
https://lib.rsbuild.dev/
MIT License
470 stars 25 forks source link

chore(deps): update all patch dependencies #471

Closed renovate[bot] closed 1 day ago

renovate[bot] commented 1 day ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@changesets/cli (source) ^2.27.9 -> ^2.27.10 age adoption passing confidence
@module-federation/enhanced (source) ^0.7.5 -> ^0.7.6 age adoption passing confidence
@module-federation/rsbuild-plugin (source) ^0.7.5 -> ^0.7.6 age adoption passing confidence
@module-federation/storybook-addon (source) ^3.0.8 -> ^3.0.9 age adoption passing confidence
@storybook/addon-essentials (source) ^8.4.4 -> ^8.4.5 age adoption passing confidence
@storybook/addon-interactions (source) ^8.4.4 -> ^8.4.5 age adoption passing confidence
@storybook/addon-links (source) ^8.4.4 -> ^8.4.5 age adoption passing confidence
@storybook/addon-onboarding (source) ^8.4.4 -> ^8.4.5 age adoption passing confidence
@storybook/blocks (source) ^8.4.4 -> ^8.4.5 age adoption passing confidence
@storybook/react (source) ^8.4.4 -> ^8.4.5 age adoption passing confidence
@storybook/test (source) ^8.4.4 -> ^8.4.5 age adoption passing confidence
@types/chromecast-caf-sender (source) ^1.0.10 -> ^1.0.11 age adoption passing confidence
magic-string ^0.30.12 -> ^0.30.13 age adoption passing confidence
nx (source) ^20.1.2 -> ^20.1.3 age adoption passing confidence
prettier-plugin-packagejson ^2.5.3 -> ^2.5.6 age adoption passing confidence
rspress (source) 1.37.0 -> 1.37.2 age adoption passing confidence
storybook (source) ^8.4.4 -> ^8.4.5 age adoption passing confidence
storybook-addon-rslib (source) ^0.1.4 -> ^0.1.5 age adoption passing confidence
storybook-react-rsbuild (source) ^0.1.4 -> ^0.1.5 age adoption passing confidence

Release Notes

changesets/changesets (@​changesets/cli) ### [`v2.27.10`](https://redirect.github.com/changesets/changesets/compare/@changesets/cli@2.27.9...5bf607e0e078ecc21d838b7166b38d719f264505) [Compare Source](https://redirect.github.com/changesets/changesets/compare/@changesets/cli@2.27.9...@changesets/cli@2.27.10)
module-federation/core (@​module-federation/enhanced) ### [`v0.7.6`](https://redirect.github.com/module-federation/core/releases/tag/v0.7.6) [Compare Source](https://redirect.github.com/module-federation/core/compare/v0.7.5...v0.7.6) #### What's Changed ##### New Features 🎉 - feat(nextjs-mf): enable JSON manifest for NextJS by [@​benmarch](https://redirect.github.com/benmarch) in [https://github.com/module-federation/core/pull/2726](https://redirect.github.com/module-federation/core/pull/2726) ##### Bug Fixes 🐞 - fix(node): use eval for require to avoid bundler issue by [@​ScriptedAlchemy](https://redirect.github.com/ScriptedAlchemy) in [https://github.com/module-federation/core/pull/3239](https://redirect.github.com/module-federation/core/pull/3239) ##### Other Changes - Release v0.7.5 by [@​zhoushaw](https://redirect.github.com/zhoushaw) in [https://github.com/module-federation/core/pull/3238](https://redirect.github.com/module-federation/core/pull/3238) - Release v8.8.0 by [@​zhoushaw](https://redirect.github.com/zhoushaw) in [https://github.com/module-federation/core/pull/3240](https://redirect.github.com/module-federation/core/pull/3240) - chore(deps-dev): bump eslint-plugin-qwik from 1.9.1 to 1.10.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/module-federation/core/pull/3246](https://redirect.github.com/module-federation/core/pull/3246) - chore(deps): bump vue-router from 4.3.2 to 4.4.5 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/module-federation/core/pull/3245](https://redirect.github.com/module-federation/core/pull/3245) **Full Changelog**: https://github.com/module-federation/core/compare/v0.7.5...v0.7.6
module-federation/core (@​module-federation/rsbuild-plugin) ### [`v0.7.6`](https://redirect.github.com/module-federation/core/blob/HEAD/packages/rsbuild-plugin/CHANGELOG.md#076) [Compare Source](https://redirect.github.com/module-federation/core/compare/v0.7.5...v0.7.6) ##### Patch Changes - [@​module-federation/enhanced](https://redirect.github.com/module-federation/enhanced)[@​0](https://redirect.github.com/0).7.6 - [@​module-federation/sdk](https://redirect.github.com/module-federation/sdk)[@​0](https://redirect.github.com/0).7.6
storybookjs/storybook (@​storybook/addon-essentials) ### [`v8.4.5`](https://redirect.github.com/storybookjs/storybook/blob/HEAD/CHANGELOG.md#845) [Compare Source](https://redirect.github.com/storybookjs/storybook/compare/v8.4.4...v8.4.5) - Angular: Support v19 - [#​29659](https://redirect.github.com/storybookjs/storybook/pull/29659), thanks [@​leosvelperez](https://redirect.github.com/leosvelperez)! - CLI: Disable corepack auto pin behavior - [#​29627](https://redirect.github.com/storybookjs/storybook/pull/29627), thanks [@​yannbf](https://redirect.github.com/yannbf)! - CLI: Fix qwik init - [#​29632](https://redirect.github.com/storybookjs/storybook/pull/29632), thanks [@​shilman](https://redirect.github.com/shilman)! - Nextjs-Vite: Add Next.js 15 support - [#​29640](https://redirect.github.com/storybookjs/storybook/pull/29640), thanks [@​yannbf](https://redirect.github.com/yannbf)!
storybookjs/storybook (@​storybook/addon-onboarding) ### [`v8.4.5`](https://redirect.github.com/storybookjs/storybook/releases/tag/v8.4.5) [Compare Source](https://redirect.github.com/storybookjs/storybook/compare/v8.4.4...v8.4.5) #### 8.4.5 - Angular: Support v19 - [#​29659](https://redirect.github.com/storybookjs/storybook/pull/29659), thanks [@​leosvelperez](https://redirect.github.com/leosvelperez)! - CLI: Disable corepack auto pin behavior - [#​29627](https://redirect.github.com/storybookjs/storybook/pull/29627), thanks [@​yannbf](https://redirect.github.com/yannbf)! - CLI: Fix qwik init - [#​29632](https://redirect.github.com/storybookjs/storybook/pull/29632), thanks [@​shilman](https://redirect.github.com/shilman)! - Nextjs-Vite: Add Next.js 15 support - [#​29640](https://redirect.github.com/storybookjs/storybook/pull/29640), thanks [@​yannbf](https://redirect.github.com/yannbf)!
rich-harris/magic-string (magic-string) ### [`v0.30.13`](https://redirect.github.com/rich-harris/magic-string/blob/HEAD/CHANGELOG.md#03013-2024-11-18) [Compare Source](https://redirect.github.com/rich-harris/magic-string/compare/v0.30.12...v0.30.13) ##### Features - Add support for sourcemap `debugId` property ([#​292](https://redirect.github.com/rich-harris/magic-string/issues/292)) ([ef531a8](https://redirect.github.com/rich-harris/magic-string/commit/ef531a80c0c3b92d37e07f4c07bf4732b32153a1))
nrwl/nx (nx) ### [`v20.1.3`](https://redirect.github.com/nrwl/nx/compare/20.1.2...20.1.3) [Compare Source](https://redirect.github.com/nrwl/nx/compare/20.1.2...20.1.3)
matzkoh/prettier-plugin-packagejson (prettier-plugin-packagejson) ### [`v2.5.6`](https://redirect.github.com/matzkoh/prettier-plugin-packagejson/releases/tag/v2.5.6) [Compare Source](https://redirect.github.com/matzkoh/prettier-plugin-packagejson/compare/v2.5.5...v2.5.6) ##### Bug Fixes - **deps:** update dependency sort-package-json to v2.12.0 ([81ad3b6](https://redirect.github.com/matzkoh/prettier-plugin-packagejson/commit/81ad3b6d35a516599b6060eb0a1a60c57662b866)) ### [`v2.5.5`](https://redirect.github.com/matzkoh/prettier-plugin-packagejson/compare/v2.5.4...a075eb9e3501c9ac523d08bbb5dfcfc71e424bbd) [Compare Source](https://redirect.github.com/matzkoh/prettier-plugin-packagejson/compare/v2.5.4...v2.5.5) ### [`v2.5.4`](https://redirect.github.com/matzkoh/prettier-plugin-packagejson/compare/v2.5.3...2adc93e26f9f5fc6690425e4a90a953415966f5f) [Compare Source](https://redirect.github.com/matzkoh/prettier-plugin-packagejson/compare/v2.5.3...v2.5.4)
web-infra-dev/rspress (rspress) ### [`v1.37.2`](https://redirect.github.com/web-infra-dev/rspress/releases/tag/v1.37.2) [Compare Source](https://redirect.github.com/web-infra-dev/rspress/compare/v1.37.1...v1.37.2) #### What's Changed ##### New Features 🎉 - feat: custom doc-layout components by [@​ap0nia](https://redirect.github.com/ap0nia) in [https://github.com/web-infra-dev/rspress/pull/1611](https://redirect.github.com/web-infra-dev/rspress/pull/1611) ##### Bug Fixes 🐞 - fix: some remark packages should be devDependencies by [@​chenjiahan](https://redirect.github.com/chenjiahan) in [https://github.com/web-infra-dev/rspress/pull/1602](https://redirect.github.com/web-infra-dev/rspress/pull/1602) - fix: should generate unique aside link id when using different syntax by [@​Timeless0911](https://redirect.github.com/Timeless0911) in [https://github.com/web-infra-dev/rspress/pull/1605](https://redirect.github.com/web-infra-dev/rspress/pull/1605) - fix: use rspress-dev as debug mode for source build plugin by [@​Timeless0911](https://redirect.github.com/Timeless0911) in [https://github.com/web-infra-dev/rspress/pull/1606](https://redirect.github.com/web-infra-dev/rspress/pull/1606) - fix(plugin-preview): dark mode card border color by [@​zhmushan](https://redirect.github.com/zhmushan) in [https://github.com/web-infra-dev/rspress/pull/1608](https://redirect.github.com/web-infra-dev/rspress/pull/1608) - fix: performance regression of check html regex by [@​Timeless0911](https://redirect.github.com/Timeless0911) in [https://github.com/web-infra-dev/rspress/pull/1609](https://redirect.github.com/web-infra-dev/rspress/pull/1609) ##### Other Changes - chore(deps): update all patch dependencies by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/web-infra-dev/rspress/pull/1610](https://redirect.github.com/web-infra-dev/rspress/pull/1610) #### New Contributors - [@​ap0nia](https://redirect.github.com/ap0nia) made their first contribution in [https://github.com/web-infra-dev/rspress/pull/1611](https://redirect.github.com/web-infra-dev/rspress/pull/1611) **Full Changelog**: https://github.com/web-infra-dev/rspress/compare/v1.37.1...v1.37.2 ### [`v1.37.1`](https://redirect.github.com/web-infra-dev/rspress/releases/tag/v1.37.1) [Compare Source](https://redirect.github.com/web-infra-dev/rspress/compare/v1.37.0...v1.37.1) #### What's Changed ##### Performance 🚀 - perf: remove `react-transition-group` dependency by [@​chenjiahan](https://redirect.github.com/chenjiahan) in [https://github.com/web-infra-dev/rspress/pull/1591](https://redirect.github.com/web-infra-dev/rspress/pull/1591) ##### Bug Fixes 🐞 - fix(deps): remove unused [@​loadable/component](https://redirect.github.com/loadable/component) by [@​chenjiahan](https://redirect.github.com/chenjiahan) in [https://github.com/web-infra-dev/rspress/pull/1580](https://redirect.github.com/web-infra-dev/rspress/pull/1580) - fix(deps): clean up more unused dependencies by [@​chenjiahan](https://redirect.github.com/chenjiahan) in [https://github.com/web-infra-dev/rspress/pull/1583](https://redirect.github.com/web-infra-dev/rspress/pull/1583) - fix: remove `@modern-js/utils` dependency by [@​chenjiahan](https://redirect.github.com/chenjiahan) in [https://github.com/web-infra-dev/rspress/pull/1590](https://redirect.github.com/web-infra-dev/rspress/pull/1590) - fix: remove htmlparser2 and use reg to check valid html elements by [@​Timeless0911](https://redirect.github.com/Timeless0911) in [https://github.com/web-infra-dev/rspress/pull/1600](https://redirect.github.com/web-infra-dev/rspress/pull/1600) ##### Document 📖 - docs: ts-node is no longer required by [@​chenjiahan](https://redirect.github.com/chenjiahan) in [https://github.com/web-infra-dev/rspress/pull/1581](https://redirect.github.com/web-infra-dev/rspress/pull/1581) ##### Other Changes - chore(deps): bump pnpm from v8 to v9 by [@​chenjiahan](https://redirect.github.com/chenjiahan) in [https://github.com/web-infra-dev/rspress/pull/1584](https://redirect.github.com/web-infra-dev/rspress/pull/1584) - chore(deps): bump husky v9 by [@​chenjiahan](https://redirect.github.com/chenjiahan) in [https://github.com/web-infra-dev/rspress/pull/1585](https://redirect.github.com/web-infra-dev/rspress/pull/1585) - chore(CI): update to Node 22 by [@​chenjiahan](https://redirect.github.com/chenjiahan) in [https://github.com/web-infra-dev/rspress/pull/1586](https://redirect.github.com/web-infra-dev/rspress/pull/1586) - chore(CI): reduce playwright install time by [@​chenjiahan](https://redirect.github.com/chenjiahan) in [https://github.com/web-infra-dev/rspress/pull/1587](https://redirect.github.com/web-infra-dev/rspress/pull/1587) - chore(build): no need to build website during dev by [@​chenjiahan](https://redirect.github.com/chenjiahan) in [https://github.com/web-infra-dev/rspress/pull/1589](https://redirect.github.com/web-infra-dev/rspress/pull/1589) - chore: downgrade pnpm to 9.12.0 to avoid renovate break by [@​Timeless0911](https://redirect.github.com/Timeless0911) in [https://github.com/web-infra-dev/rspress/pull/1597](https://redirect.github.com/web-infra-dev/rspress/pull/1597) - chore: remove pnpmfile to avoid renovate break by [@​Timeless0911](https://redirect.github.com/Timeless0911) in [https://github.com/web-infra-dev/rspress/pull/1599](https://redirect.github.com/web-infra-dev/rspress/pull/1599) - chore(deps): update all patch dependencies by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/web-infra-dev/rspress/pull/1594](https://redirect.github.com/web-infra-dev/rspress/pull/1594) - chore(deps): update dependency rspress to ^1.37.0 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/web-infra-dev/rspress/pull/1596](https://redirect.github.com/web-infra-dev/rspress/pull/1596) - chore(deps): update dependency nx to v20.1.2 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/web-infra-dev/rspress/pull/1595](https://redirect.github.com/web-infra-dev/rspress/pull/1595) **Full Changelog**: https://github.com/web-infra-dev/rspress/compare/v1.37.0...v1.37.1
rspack-contrib/storybook-rsbuild (storybook-addon-rslib) ### [`v0.1.5`](https://redirect.github.com/rspack-contrib/storybook-rsbuild/releases/tag/v0.1.5) [Compare Source](https://redirect.github.com/rspack-contrib/storybook-rsbuild/compare/v0.1.4...v0.1.5) #####    🐞 Bug Fixes - **storybook-addon-rslib**: Remove engine limit  -  by [@​fi3ework](https://redirect.github.com/fi3ework) in [https://github.com/rspack-contrib/storybook-rsbuild/issues/181](https://redirect.github.com/rspack-contrib/storybook-rsbuild/issues/181) [(0f1d9)](https://redirect.github.com/rspack-contrib/storybook-rsbuild/commit/0f1d938) #####     [View changes on GitHub](https://redirect.github.com/rspack-contrib/storybook-rsbuild/compare/v0.1.4...v0.1.5)

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR was generated by Mend Renovate. View the repository job log.

netlify[bot] commented 1 day ago

Deploy Preview for rslib ready!

Name Link
Latest commit 0f928e188e7bff56b43d8b8c52acf67112a3aeea
Latest deploy log https://app.netlify.com/sites/rslib/deploys/6743d3189afcea0008d41516
Deploy Preview https://deploy-preview-471--rslib.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

codspeed-hq[bot] commented 1 day ago

CodSpeed Performance Report

Merging #471 will not alter performance

Comparing renovate/all-patch (0f928e1) with main (d135cbd)

Summary

✅ 5 untouched benchmarks