rspack-contrib / storybook-rsbuild

Storybook builder and frameworks powered by Rsbuild.
https://storybook.rsbuild.dev/
MIT License
84 stars 7 forks source link

chore(deps): update rsbuild #183

Open renovate[bot] opened 1 week ago

renovate[bot] commented 1 week ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@rsbuild/core (source) ^1.1.3 -> ^1.1.6 age adoption passing confidence
@rsbuild/plugin-type-check ^1.0.1 -> ^1.1.0 age adoption passing confidence

[!WARNING] Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

web-infra-dev/rsbuild (@​rsbuild/core) ### [`v1.1.6`](https://redirect.github.com/web-infra-dev/rsbuild/releases/tag/v1.1.6) [Compare Source](https://redirect.github.com/web-infra-dev/rsbuild/compare/v1.1.5...v1.1.6) ##### What's Changed ##### Highlights šŸ’” Rsbuild no longer watches the `node_modules` directory by default, resulting in significant performance improvements: - Up to 40% faster startup - Up to 30% faster HMR - 20% less memory > See [https://github.com/web-infra-dev/rsbuild/pull/4058](https://redirect.github.com/web-infra-dev/rsbuild/pull/4058) for more details. ##### Performance šŸš€ - perf: aggregateTimeout defaults to 0 by [@​chenjiahan](https://redirect.github.com/chenjiahan) in [https://github.com/web-infra-dev/rsbuild/pull/4062](https://redirect.github.com/web-infra-dev/rsbuild/pull/4062) - perf: no need to calc gzipped size for Node bundles by [@​chenjiahan](https://redirect.github.com/chenjiahan) in [https://github.com/web-infra-dev/rsbuild/pull/4066](https://redirect.github.com/web-infra-dev/rsbuild/pull/4066) ##### New Features šŸŽ‰ - feat: add plugin `onCloseBuild` hook by [@​9aoy](https://redirect.github.com/9aoy) in [https://github.com/web-infra-dev/rsbuild/pull/4065](https://redirect.github.com/web-infra-dev/rsbuild/pull/4065) - feat(deps): bump Rspack v1.1.4 by [@​chenjiahan](https://redirect.github.com/chenjiahan) in [https://github.com/web-infra-dev/rsbuild/pull/4067](https://redirect.github.com/web-infra-dev/rsbuild/pull/4067) ##### Document šŸ“– - docs: update ts checker plugin links by [@​chenjiahan](https://redirect.github.com/chenjiahan) in [https://github.com/web-infra-dev/rsbuild/pull/4054](https://redirect.github.com/web-infra-dev/rsbuild/pull/4054) - docs: improve migration guides by [@​chenjiahan](https://redirect.github.com/chenjiahan) in [https://github.com/web-infra-dev/rsbuild/pull/4055](https://redirect.github.com/web-infra-dev/rsbuild/pull/4055) - docs: update file watching by [@​chenjiahan](https://redirect.github.com/chenjiahan) in [https://github.com/web-infra-dev/rsbuild/pull/4061](https://redirect.github.com/web-infra-dev/rsbuild/pull/4061) ##### Other Changes - test(e2e): add case for copy with context by [@​chenjiahan](https://redirect.github.com/chenjiahan) in [https://github.com/web-infra-dev/rsbuild/pull/4060](https://redirect.github.com/web-infra-dev/rsbuild/pull/4060) **Full Changelog**: https://github.com/web-infra-dev/rsbuild/compare/v1.1.5...v1.1.6 ### [`v1.1.5`](https://redirect.github.com/web-infra-dev/rsbuild/releases/tag/v1.1.5) [Compare Source](https://redirect.github.com/web-infra-dev/rsbuild/compare/v1.1.4...v1.1.5) #### What's Changed ##### New Features šŸŽ‰ - feat: allow `output.sourceMap` to be boolean value by [@​chenjiahan](https://redirect.github.com/chenjiahan) in [https://github.com/web-infra-dev/rsbuild/pull/4037](https://redirect.github.com/web-infra-dev/rsbuild/pull/4037) - feat: add `printFileSize.include` option by [@​chenjiahan](https://redirect.github.com/chenjiahan) in [https://github.com/web-infra-dev/rsbuild/pull/4044](https://redirect.github.com/web-infra-dev/rsbuild/pull/4044) - feat: add `printFileSize.exclude` option by [@​chenjiahan](https://redirect.github.com/chenjiahan) in [https://github.com/web-infra-dev/rsbuild/pull/4045](https://redirect.github.com/web-infra-dev/rsbuild/pull/4045) ##### Bug Fixes šŸž - fix: should close compiler when dev closed by [@​9aoy](https://redirect.github.com/9aoy) in [https://github.com/web-infra-dev/rsbuild/pull/4027](https://redirect.github.com/web-infra-dev/rsbuild/pull/4027) - fix(plugin-assets-retry): avoid **webpack_require**.e pollution and add some try catch to be safer by [@​SoonIter](https://redirect.github.com/SoonIter) in [https://github.com/web-infra-dev/rsbuild/pull/4025](https://redirect.github.com/web-infra-dev/rsbuild/pull/4025) ##### Document šŸ“– - docs(deps): bump rspress 1.37.2 by [@​9aoy](https://redirect.github.com/9aoy) in [https://github.com/web-infra-dev/rsbuild/pull/4023](https://redirect.github.com/web-infra-dev/rsbuild/pull/4023) - docs: fix broken api links by [@​9aoy](https://redirect.github.com/9aoy) in [https://github.com/web-infra-dev/rsbuild/pull/4028](https://redirect.github.com/web-infra-dev/rsbuild/pull/4028) - docs: add intro for TanStack Router by [@​chenjiahan](https://redirect.github.com/chenjiahan) in [https://github.com/web-infra-dev/rsbuild/pull/4036](https://redirect.github.com/web-infra-dev/rsbuild/pull/4036) - docs: update description for Rslib by [@​chenjiahan](https://redirect.github.com/chenjiahan) in [https://github.com/web-infra-dev/rsbuild/pull/4039](https://redirect.github.com/web-infra-dev/rsbuild/pull/4039) - docs: add JSDoc for `PrintFileSizeOptions` by [@​chenjiahan](https://redirect.github.com/chenjiahan) in [https://github.com/web-infra-dev/rsbuild/pull/4043](https://redirect.github.com/web-infra-dev/rsbuild/pull/4043) - docs: manual tags injection guide by [@​chenjiahan](https://redirect.github.com/chenjiahan) in [https://github.com/web-infra-dev/rsbuild/pull/4049](https://redirect.github.com/web-infra-dev/rsbuild/pull/4049) - docs: update configuration migration by [@​chenjiahan](https://redirect.github.com/chenjiahan) in [https://github.com/web-infra-dev/rsbuild/pull/4051](https://redirect.github.com/web-infra-dev/rsbuild/pull/4051) ##### Other Changes - chore(examples): use MF Rsbuild plugin by [@​chenjiahan](https://redirect.github.com/chenjiahan) in [https://github.com/web-infra-dev/rsbuild/pull/4022](https://redirect.github.com/web-infra-dev/rsbuild/pull/4022) - test(e2e): enable MF v2 HMR case by [@​chenjiahan](https://redirect.github.com/chenjiahan) in [https://github.com/web-infra-dev/rsbuild/pull/4024](https://redirect.github.com/web-infra-dev/rsbuild/pull/4024) - chore: switch to ESM loaders by [@​chenjiahan](https://redirect.github.com/chenjiahan) in [https://github.com/web-infra-dev/rsbuild/pull/4030](https://redirect.github.com/web-infra-dev/rsbuild/pull/4030) - release: [@​rsbuild/plugin-assets-retry](https://redirect.github.com/rsbuild/plugin-assets-retry) 1.0.5 by [@​SoonIter](https://redirect.github.com/SoonIter) in [https://github.com/web-infra-dev/rsbuild/pull/4031](https://redirect.github.com/web-infra-dev/rsbuild/pull/4031) - chore(deps): bump Rslib v0.1.0 by [@​chenjiahan](https://redirect.github.com/chenjiahan) in [https://github.com/web-infra-dev/rsbuild/pull/4032](https://redirect.github.com/web-infra-dev/rsbuild/pull/4032) - chore(build): remove dirname shims by [@​chenjiahan](https://redirect.github.com/chenjiahan) in [https://github.com/web-infra-dev/rsbuild/pull/3984](https://redirect.github.com/web-infra-dev/rsbuild/pull/3984) - chore(deps): update all patch dependencies by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/web-infra-dev/rsbuild/pull/4035](https://redirect.github.com/web-infra-dev/rsbuild/pull/4035) - chore(deps): update dependency reduce-configs to ^1.1.0 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/web-infra-dev/rsbuild/pull/4042](https://redirect.github.com/web-infra-dev/rsbuild/pull/4042) - chore(deps): bump typescript v5.7 by [@​chenjiahan](https://redirect.github.com/chenjiahan) in [https://github.com/web-infra-dev/rsbuild/pull/4046](https://redirect.github.com/web-infra-dev/rsbuild/pull/4046) - chore(deps): update dependency preact to ^10.25.0 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/web-infra-dev/rsbuild/pull/4047](https://redirect.github.com/web-infra-dev/rsbuild/pull/4047) - chore(deps): update dependency svelte-check to ^4.1.0 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/web-infra-dev/rsbuild/pull/4048](https://redirect.github.com/web-infra-dev/rsbuild/pull/4048) - chore(deps): update dependency react-router-dom to v7 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/web-infra-dev/rsbuild/pull/4050](https://redirect.github.com/web-infra-dev/rsbuild/pull/4050) - chore(deps): update all patch dependencies by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/web-infra-dev/rsbuild/pull/4052](https://redirect.github.com/web-infra-dev/rsbuild/pull/4052) - release: 1.1.5 by [@​9aoy](https://redirect.github.com/9aoy) in [https://github.com/web-infra-dev/rsbuild/pull/4053](https://redirect.github.com/web-infra-dev/rsbuild/pull/4053) **Full Changelog**: https://github.com/web-infra-dev/rsbuild/compare/v1.1.4...v1.1.5 ### [`v1.1.4`](https://redirect.github.com/web-infra-dev/rsbuild/releases/tag/v1.1.4) [Compare Source](https://redirect.github.com/web-infra-dev/rsbuild/compare/v1.1.3...v1.1.4) #### What's Changed ##### New Features šŸŽ‰ - feat: enable module trace by default by [@​9aoy](https://redirect.github.com/9aoy) in [https://github.com/web-infra-dev/rsbuild/pull/4008](https://redirect.github.com/web-infra-dev/rsbuild/pull/4008) - feat: reference script modules as URL assets by [@​chenjiahan](https://redirect.github.com/chenjiahan) in [https://github.com/web-infra-dev/rsbuild/pull/4011](https://redirect.github.com/web-infra-dev/rsbuild/pull/4011) - feat: reference style modules as URL assets by [@​chenjiahan](https://redirect.github.com/chenjiahan) in [https://github.com/web-infra-dev/rsbuild/pull/4016](https://redirect.github.com/web-infra-dev/rsbuild/pull/4016) - feat(loadConfig): allow to pass a meta data by [@​hasnum-stack](https://redirect.github.com/hasnum-stack) in [https://github.com/web-infra-dev/rsbuild/pull/4013](https://redirect.github.com/web-infra-dev/rsbuild/pull/4013) - feat(deps): bump Rspack v1.1.2 by [@​chenjiahan](https://redirect.github.com/chenjiahan) in [https://github.com/web-infra-dev/rsbuild/pull/4017](https://redirect.github.com/web-infra-dev/rsbuild/pull/4017) ##### Bug Fixes šŸž - fix: print wrong URLs with custom dist path in windows by [@​9aoy](https://redirect.github.com/9aoy) in [https://github.com/web-infra-dev/rsbuild/pull/4012](https://redirect.github.com/web-infra-dev/rsbuild/pull/4012) ##### Document šŸ“– - docs: add more JavaScript runtimes by [@​chenjiahan](https://redirect.github.com/chenjiahan) in [https://github.com/web-infra-dev/rsbuild/pull/4009](https://redirect.github.com/web-infra-dev/rsbuild/pull/4009) - docs: unify handler param by [@​9aoy](https://redirect.github.com/9aoy) in [https://github.com/web-infra-dev/rsbuild/pull/4014](https://redirect.github.com/web-infra-dev/rsbuild/pull/4014) - docs: complete loadConfig options by [@​chenjiahan](https://redirect.github.com/chenjiahan) in [https://github.com/web-infra-dev/rsbuild/pull/4019](https://redirect.github.com/web-infra-dev/rsbuild/pull/4019) ##### Other Changes - chore(deps): update dependency rspack-chain to ^1.1.0 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/web-infra-dev/rsbuild/pull/4010](https://redirect.github.com/web-infra-dev/rsbuild/pull/4010) - chore(deps): update all patch dependencies by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/web-infra-dev/rsbuild/pull/4018](https://redirect.github.com/web-infra-dev/rsbuild/pull/4018) - release: 1.1.4 by [@​9aoy](https://redirect.github.com/9aoy) in [https://github.com/web-infra-dev/rsbuild/pull/4020](https://redirect.github.com/web-infra-dev/rsbuild/pull/4020) **Full Changelog**: https://github.com/web-infra-dev/rsbuild/compare/v1.1.3...v1.1.4
rspack-contrib/rsbuild-plugin-type-check (@​rsbuild/plugin-type-check) ### [`v1.1.0`](https://redirect.github.com/rspack-contrib/rsbuild-plugin-type-check/releases/tag/v1.1.0) [Compare Source](https://redirect.github.com/rspack-contrib/rsbuild-plugin-type-check/compare/v1.0.1...v1.1.0) #### What's Changed - perf: switch to ts-checker-rspack-plugin and reduce dependencies by [@​chenjiahan](https://redirect.github.com/chenjiahan) in [https://github.com/rspack-contrib/rsbuild-plugin-type-check/pull/8](https://redirect.github.com/rspack-contrib/rsbuild-plugin-type-check/pull/8) - refactor: rename `forkTsCheckerOptions` to `tsCheckerOptions` by [@​chenjiahan](https://redirect.github.com/chenjiahan) in [https://github.com/rspack-contrib/rsbuild-plugin-type-check/pull/10](https://redirect.github.com/rspack-contrib/rsbuild-plugin-type-check/pull/10) - docs: add npm downloads badge by [@​chenjiahan](https://redirect.github.com/chenjiahan) in [https://github.com/rspack-contrib/rsbuild-plugin-type-check/pull/2](https://redirect.github.com/rspack-contrib/rsbuild-plugin-type-check/pull/2) - chore(deps): update all non-major dependencies by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/rspack-contrib/rsbuild-plugin-type-check/pull/3](https://redirect.github.com/rspack-contrib/rsbuild-plugin-type-check/pull/3) - chore(deps): update dependency [@​types/node](https://redirect.github.com/types/node) to v22 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/rspack-contrib/rsbuild-plugin-type-check/pull/4](https://redirect.github.com/rspack-contrib/rsbuild-plugin-type-check/pull/4) - chore(deps): bump braces from 3.0.2 to 3.0.3 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/rspack-contrib/rsbuild-plugin-type-check/pull/5](https://redirect.github.com/rspack-contrib/rsbuild-plugin-type-check/pull/5) - chore(build): switch to Rslib by [@​chenjiahan](https://redirect.github.com/chenjiahan) in [https://github.com/rspack-contrib/rsbuild-plugin-type-check/pull/7](https://redirect.github.com/rspack-contrib/rsbuild-plugin-type-check/pull/7) - chore(deps): bump Rslib v0.1 by [@​chenjiahan](https://redirect.github.com/chenjiahan) in [https://github.com/rspack-contrib/rsbuild-plugin-type-check/pull/9](https://redirect.github.com/rspack-contrib/rsbuild-plugin-type-check/pull/9) #### New Contributors - [@​chenjiahan](https://redirect.github.com/chenjiahan) made their first contribution in [https://github.com/rspack-contrib/rsbuild-plugin-type-check/pull/2](https://redirect.github.com/rspack-contrib/rsbuild-plugin-type-check/pull/2) - [@​renovate](https://redirect.github.com/renovate) made their first contribution in [https://github.com/rspack-contrib/rsbuild-plugin-type-check/pull/3](https://redirect.github.com/rspack-contrib/rsbuild-plugin-type-check/pull/3) - [@​dependabot](https://redirect.github.com/dependabot) made their first contribution in [https://github.com/rspack-contrib/rsbuild-plugin-type-check/pull/5](https://redirect.github.com/rspack-contrib/rsbuild-plugin-type-check/pull/5) **Full Changelog**: https://github.com/rspack-contrib/rsbuild-plugin-type-check/compare/v1.0.1...v1.1.0

Configuration

šŸ“… Schedule: Branch creation - "before 4am" in timezone Asia/Shanghai, 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 week ago

Deploy Preview for storybook-rsbuild canceled.

Name Link
Latest commit a92730686c53badfcaa93ba0d81033e5a4f1653d
Latest deploy log https://app.netlify.com/sites/storybook-rsbuild/deploys/67460902d6c61200076dac42