[!WARNING]
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
web-infra-dev/rslib (@rslib/core)
### [`v0.1.1`](https://redirect.github.com/web-infra-dev/rslib/releases/tag/v0.1.1)
[Compare Source](https://redirect.github.com/web-infra-dev/rslib/compare/v0.1.0...v0.1.1)
#### What's Changed
##### New Features 🎉
- feat: clean dts files / buildinfo / .rslib temp folder by [@Timeless0911](https://redirect.github.com/Timeless0911) in [https://github.com/web-infra-dev/rslib/pull/486](https://redirect.github.com/web-infra-dev/rslib/pull/486)
- feat: support watch `rslib.config` to rebuild by [@9aoy](https://redirect.github.com/9aoy) in [https://github.com/web-infra-dev/rslib/pull/489](https://redirect.github.com/web-infra-dev/rslib/pull/489)
##### Bug Fixes 🐞
- fix: entry query should handle non-string entry by [@fi3ework](https://redirect.github.com/fi3ework) in [https://github.com/web-infra-dev/rslib/pull/484](https://redirect.github.com/web-infra-dev/rslib/pull/484)
- fix: the moduleIds should be deterministic if the env is production and format is mf by [@2heal1](https://redirect.github.com/2heal1) in [https://github.com/web-infra-dev/rslib/pull/487](https://redirect.github.com/web-infra-dev/rslib/pull/487)
##### Document 📖
- docs: polish README by [@fi3ework](https://redirect.github.com/fi3ework) in [https://github.com/web-infra-dev/rslib/pull/464](https://redirect.github.com/web-infra-dev/rslib/pull/464)
- docs: correct syntax and redirect examples by [@chenjiahan](https://redirect.github.com/chenjiahan) in [https://github.com/web-infra-dev/rslib/pull/480](https://redirect.github.com/web-infra-dev/rslib/pull/480)
##### Other Changes
- chore(deps): update dependency rslib to v0.1.0 by [@renovate](https://redirect.github.com/renovate) in [https://github.com/web-infra-dev/rslib/pull/465](https://redirect.github.com/web-infra-dev/rslib/pull/465)
- chore(create-rslib): remove shebang workaround by [@fi3ework](https://redirect.github.com/fi3ework) in [https://github.com/web-infra-dev/rslib/pull/466](https://redirect.github.com/web-infra-dev/rslib/pull/466)
- chore(deps): update all patch dependencies by [@renovate](https://redirect.github.com/renovate) in [https://github.com/web-infra-dev/rslib/pull/471](https://redirect.github.com/web-infra-dev/rslib/pull/471)
- chore(deps): update dependency [@microsoft/api-extractor](https://redirect.github.com/microsoft/api-extractor) to ^7.48.0 by [@renovate](https://redirect.github.com/renovate) in [https://github.com/web-infra-dev/rslib/pull/472](https://redirect.github.com/web-infra-dev/rslib/pull/472)
- chore(deps): update dependency preact to ^10.25.0 by [@renovate](https://redirect.github.com/renovate) in [https://github.com/web-infra-dev/rslib/pull/474](https://redirect.github.com/web-infra-dev/rslib/pull/474)
- chore(deps): update dependency [@playwright/test](https://redirect.github.com/playwright/test) to v1.49.0 by [@renovate](https://redirect.github.com/renovate) in [https://github.com/web-infra-dev/rslib/pull/473](https://redirect.github.com/web-infra-dev/rslib/pull/473)
- chore(deps): update dependency [@rsbuild/core](https://redirect.github.com/rsbuild/core) to ~1.1.5 by [@renovate](https://redirect.github.com/renovate) in [https://github.com/web-infra-dev/rslib/pull/479](https://redirect.github.com/web-infra-dev/rslib/pull/479)
- chore(deps): update dependency prettier to ^3.4.1 by [@renovate](https://redirect.github.com/renovate) in [https://github.com/web-infra-dev/rslib/pull/483](https://redirect.github.com/web-infra-dev/rslib/pull/483)
- test: avoid potential output conflict by [@fi3ework](https://redirect.github.com/fi3ework) in [https://github.com/web-infra-dev/rslib/pull/481](https://redirect.github.com/web-infra-dev/rslib/pull/481)
- chore(deps): update all patch dependencies by [@renovate](https://redirect.github.com/renovate) in [https://github.com/web-infra-dev/rslib/pull/482](https://redirect.github.com/web-infra-dev/rslib/pull/482)
- test: multiple entries now do not affect each other by [@fi3ework](https://redirect.github.com/fi3ework) in [https://github.com/web-infra-dev/rslib/pull/485](https://redirect.github.com/web-infra-dev/rslib/pull/485)
- chore(deps): update dependency rspress to v1.37.3 by [@renovate](https://redirect.github.com/renovate) in [https://github.com/web-infra-dev/rslib/pull/490](https://redirect.github.com/web-infra-dev/rslib/pull/490)
- Release v0.1.1 by [@Timeless0911](https://redirect.github.com/Timeless0911) in [https://github.com/web-infra-dev/rslib/pull/491](https://redirect.github.com/web-infra-dev/rslib/pull/491)
**Full Changelog**: https://github.com/web-infra-dev/rslib/compare/v0.1.0...v0.1.1
### [`v0.1.0`](https://redirect.github.com/web-infra-dev/rslib/releases/tag/v0.1.0)
[Compare Source](https://redirect.github.com/web-infra-dev/rslib/compare/v0.0.18...v0.1.0)
##### What's Changed
##### New Features 🎉
- feat: support incremental build when composite is true by [@Timeless0911](https://redirect.github.com/Timeless0911) in [https://github.com/web-infra-dev/rslib/pull/416](https://redirect.github.com/web-infra-dev/rslib/pull/416)
- feat: add EntryChunkPlugin to handle shebang and shims by [@fi3ework](https://redirect.github.com/fi3ework) in [https://github.com/web-infra-dev/rslib/pull/399](https://redirect.github.com/web-infra-dev/rslib/pull/399)
- feat: support lib.id by [@fi3ework](https://redirect.github.com/fi3ework) in [https://github.com/web-infra-dev/rslib/pull/436](https://redirect.github.com/web-infra-dev/rslib/pull/436)
- feat!: use 'commonjs-import' as CJS external type by default by [@fi3ework](https://redirect.github.com/fi3ework) in [https://github.com/web-infra-dev/rslib/pull/438](https://redirect.github.com/web-infra-dev/rslib/pull/438)
- feat: add `--root` cli option and make basic js api work by [@Timeless0911](https://redirect.github.com/Timeless0911) in [https://github.com/web-infra-dev/rslib/pull/453](https://redirect.github.com/web-infra-dev/rslib/pull/453)
- feat!: emit CSS files to `dist` instead of `dist/static/css` by [@chenjiahan](https://redirect.github.com/chenjiahan) in [https://github.com/web-infra-dev/rslib/pull/460](https://redirect.github.com/web-infra-dev/rslib/pull/460)
##### Bug Fixes 🐞
- fix: respect declarationDir if dts.distPath is not set by [@Timeless0911](https://redirect.github.com/Timeless0911) in [https://github.com/web-infra-dev/rslib/pull/420](https://redirect.github.com/web-infra-dev/rslib/pull/420)
- fix: checkMFPlugin function support array plugins by [@2heal1](https://redirect.github.com/2heal1) in [https://github.com/web-infra-dev/rslib/pull/419](https://redirect.github.com/web-infra-dev/rslib/pull/419)
- fix: add tsdoc for config options by [@fi3ework](https://redirect.github.com/fi3ework) in [https://github.com/web-infra-dev/rslib/pull/447](https://redirect.github.com/web-infra-dev/rslib/pull/447)
- fix: js request when using `autoExtension: false` along with `output.filename.js` by [@Timeless0911](https://redirect.github.com/Timeless0911) in [https://github.com/web-infra-dev/rslib/pull/455](https://redirect.github.com/web-infra-dev/rslib/pull/455)
##### Document 📖
- docs: update css-modules to CSS Modules by [@9aoy](https://redirect.github.com/9aoy) in [https://github.com/web-infra-dev/rslib/pull/422](https://redirect.github.com/web-infra-dev/rslib/pull/422)
- docs: add browser polyfill by [@fi3ework](https://redirect.github.com/fi3ework) in [https://github.com/web-infra-dev/rslib/pull/430](https://redirect.github.com/web-infra-dev/rslib/pull/430)
- docs: add config.rsbuild.source by [@fi3ework](https://redirect.github.com/fi3ework) in [https://github.com/web-infra-dev/rslib/pull/449](https://redirect.github.com/web-infra-dev/rslib/pull/449)
- docs: add plugins / output / tools by [@fi3ework](https://redirect.github.com/fi3ework) in [https://github.com/web-infra-dev/rslib/pull/450](https://redirect.github.com/web-infra-dev/rslib/pull/450)
- docs: DTS by [@Timeless0911](https://redirect.github.com/Timeless0911) in [https://github.com/web-infra-dev/rslib/pull/448](https://redirect.github.com/web-infra-dev/rslib/pull/448)
- docs(mf): polish docs by [@fi3ework](https://redirect.github.com/fi3ework) in [https://github.com/web-infra-dev/rslib/pull/457](https://redirect.github.com/web-infra-dev/rslib/pull/457)
- docs: hide some unfinished docs by [@Timeless0911](https://redirect.github.com/Timeless0911) in [https://github.com/web-infra-dev/rslib/pull/461](https://redirect.github.com/web-infra-dev/rslib/pull/461)
- docs: use index convention by [@Timeless0911](https://redirect.github.com/Timeless0911) in [https://github.com/web-infra-dev/rslib/pull/462](https://redirect.github.com/web-infra-dev/rslib/pull/462)
##### Other Changes
- chore: update dep version of storybook by [@nyqykk](https://redirect.github.com/nyqykk) in [https://github.com/web-infra-dev/rslib/pull/415](https://redirect.github.com/web-infra-dev/rslib/pull/415)
- chore: rename test folders to build by [@Timeless0911](https://redirect.github.com/Timeless0911) in [https://github.com/web-infra-dev/rslib/pull/421](https://redirect.github.com/web-infra-dev/rslib/pull/421)
- chore(deps): remove unnecessary rspack/core devDeps by [@9aoy](https://redirect.github.com/9aoy) in [https://github.com/web-infra-dev/rslib/pull/427](https://redirect.github.com/web-infra-dev/rslib/pull/427)
- chore: use specific name for check ci passed by [@Timeless0911](https://redirect.github.com/Timeless0911) in [https://github.com/web-infra-dev/rslib/pull/428](https://redirect.github.com/web-infra-dev/rslib/pull/428)
- chore(deps): update dependency nx to ^20.1.2 by [@renovate](https://redirect.github.com/renovate) in [https://github.com/web-infra-dev/rslib/pull/435](https://redirect.github.com/web-infra-dev/rslib/pull/435)
- chore(deps): update all patch dependencies by [@renovate](https://redirect.github.com/renovate) in [https://github.com/web-infra-dev/rslib/pull/439](https://redirect.github.com/web-infra-dev/rslib/pull/439)
- chore(deps): update all patch dependencies by [@renovate](https://redirect.github.com/renovate) in [https://github.com/web-infra-dev/rslib/pull/441](https://redirect.github.com/web-infra-dev/rslib/pull/441)
- chore(deps): update dependency rspress to v1.37.0 by [@renovate](https://redirect.github.com/renovate) in [https://github.com/web-infra-dev/rslib/pull/440](https://redirect.github.com/web-infra-dev/rslib/pull/440)
- chore: do not build website when install dependencies by [@Timeless0911](https://redirect.github.com/Timeless0911) in [https://github.com/web-infra-dev/rslib/pull/443](https://redirect.github.com/web-infra-dev/rslib/pull/443)
- ci: simplified workflow by [@fi3ework](https://redirect.github.com/fi3ework) in [https://github.com/web-infra-dev/rslib/pull/437](https://redirect.github.com/web-infra-dev/rslib/pull/437)
- chore: add Preact example by [@fi3ework](https://redirect.github.com/fi3ework) in [https://github.com/web-infra-dev/rslib/pull/451](https://redirect.github.com/web-infra-dev/rslib/pull/451)
- chore(examples): add vue-component-bundle example by [@chenjiahan](https://redirect.github.com/chenjiahan) in [https://github.com/web-infra-dev/rslib/pull/459](https://redirect.github.com/web-infra-dev/rslib/pull/459)
##### New Contributors
- [@2heal1](https://redirect.github.com/2heal1) made their first contribution in [https://github.com/web-infra-dev/rslib/pull/419](https://redirect.github.com/web-infra-dev/rslib/pull/419)
**Full Changelog**: https://github.com/web-infra-dev/rslib/compare/v0.0.18...v0.1.0
Configuration
📅 Schedule: Branch creation - "before 4am on Monday" 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.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box
This PR contains the following updates:
^0.0.18
->^0.1.1
Release Notes
web-infra-dev/rslib (@rslib/core)
### [`v0.1.1`](https://redirect.github.com/web-infra-dev/rslib/releases/tag/v0.1.1) [Compare Source](https://redirect.github.com/web-infra-dev/rslib/compare/v0.1.0...v0.1.1) #### What's Changed ##### New Features 🎉 - feat: clean dts files / buildinfo / .rslib temp folder by [@Timeless0911](https://redirect.github.com/Timeless0911) in [https://github.com/web-infra-dev/rslib/pull/486](https://redirect.github.com/web-infra-dev/rslib/pull/486) - feat: support watch `rslib.config` to rebuild by [@9aoy](https://redirect.github.com/9aoy) in [https://github.com/web-infra-dev/rslib/pull/489](https://redirect.github.com/web-infra-dev/rslib/pull/489) ##### Bug Fixes 🐞 - fix: entry query should handle non-string entry by [@fi3ework](https://redirect.github.com/fi3ework) in [https://github.com/web-infra-dev/rslib/pull/484](https://redirect.github.com/web-infra-dev/rslib/pull/484) - fix: the moduleIds should be deterministic if the env is production and format is mf by [@2heal1](https://redirect.github.com/2heal1) in [https://github.com/web-infra-dev/rslib/pull/487](https://redirect.github.com/web-infra-dev/rslib/pull/487) ##### Document 📖 - docs: polish README by [@fi3ework](https://redirect.github.com/fi3ework) in [https://github.com/web-infra-dev/rslib/pull/464](https://redirect.github.com/web-infra-dev/rslib/pull/464) - docs: correct syntax and redirect examples by [@chenjiahan](https://redirect.github.com/chenjiahan) in [https://github.com/web-infra-dev/rslib/pull/480](https://redirect.github.com/web-infra-dev/rslib/pull/480) ##### Other Changes - chore(deps): update dependency rslib to v0.1.0 by [@renovate](https://redirect.github.com/renovate) in [https://github.com/web-infra-dev/rslib/pull/465](https://redirect.github.com/web-infra-dev/rslib/pull/465) - chore(create-rslib): remove shebang workaround by [@fi3ework](https://redirect.github.com/fi3ework) in [https://github.com/web-infra-dev/rslib/pull/466](https://redirect.github.com/web-infra-dev/rslib/pull/466) - chore(deps): update all patch dependencies by [@renovate](https://redirect.github.com/renovate) in [https://github.com/web-infra-dev/rslib/pull/471](https://redirect.github.com/web-infra-dev/rslib/pull/471) - chore(deps): update dependency [@microsoft/api-extractor](https://redirect.github.com/microsoft/api-extractor) to ^7.48.0 by [@renovate](https://redirect.github.com/renovate) in [https://github.com/web-infra-dev/rslib/pull/472](https://redirect.github.com/web-infra-dev/rslib/pull/472) - chore(deps): update dependency preact to ^10.25.0 by [@renovate](https://redirect.github.com/renovate) in [https://github.com/web-infra-dev/rslib/pull/474](https://redirect.github.com/web-infra-dev/rslib/pull/474) - chore(deps): update dependency [@playwright/test](https://redirect.github.com/playwright/test) to v1.49.0 by [@renovate](https://redirect.github.com/renovate) in [https://github.com/web-infra-dev/rslib/pull/473](https://redirect.github.com/web-infra-dev/rslib/pull/473) - chore(deps): update dependency [@rsbuild/core](https://redirect.github.com/rsbuild/core) to ~1.1.5 by [@renovate](https://redirect.github.com/renovate) in [https://github.com/web-infra-dev/rslib/pull/479](https://redirect.github.com/web-infra-dev/rslib/pull/479) - chore(deps): update dependency prettier to ^3.4.1 by [@renovate](https://redirect.github.com/renovate) in [https://github.com/web-infra-dev/rslib/pull/483](https://redirect.github.com/web-infra-dev/rslib/pull/483) - test: avoid potential output conflict by [@fi3ework](https://redirect.github.com/fi3ework) in [https://github.com/web-infra-dev/rslib/pull/481](https://redirect.github.com/web-infra-dev/rslib/pull/481) - chore(deps): update all patch dependencies by [@renovate](https://redirect.github.com/renovate) in [https://github.com/web-infra-dev/rslib/pull/482](https://redirect.github.com/web-infra-dev/rslib/pull/482) - test: multiple entries now do not affect each other by [@fi3ework](https://redirect.github.com/fi3ework) in [https://github.com/web-infra-dev/rslib/pull/485](https://redirect.github.com/web-infra-dev/rslib/pull/485) - chore(deps): update dependency rspress to v1.37.3 by [@renovate](https://redirect.github.com/renovate) in [https://github.com/web-infra-dev/rslib/pull/490](https://redirect.github.com/web-infra-dev/rslib/pull/490) - Release v0.1.1 by [@Timeless0911](https://redirect.github.com/Timeless0911) in [https://github.com/web-infra-dev/rslib/pull/491](https://redirect.github.com/web-infra-dev/rslib/pull/491) **Full Changelog**: https://github.com/web-infra-dev/rslib/compare/v0.1.0...v0.1.1 ### [`v0.1.0`](https://redirect.github.com/web-infra-dev/rslib/releases/tag/v0.1.0) [Compare Source](https://redirect.github.com/web-infra-dev/rslib/compare/v0.0.18...v0.1.0) ##### What's Changed ##### New Features 🎉 - feat: support incremental build when composite is true by [@Timeless0911](https://redirect.github.com/Timeless0911) in [https://github.com/web-infra-dev/rslib/pull/416](https://redirect.github.com/web-infra-dev/rslib/pull/416) - feat: add EntryChunkPlugin to handle shebang and shims by [@fi3ework](https://redirect.github.com/fi3ework) in [https://github.com/web-infra-dev/rslib/pull/399](https://redirect.github.com/web-infra-dev/rslib/pull/399) - feat: support lib.id by [@fi3ework](https://redirect.github.com/fi3ework) in [https://github.com/web-infra-dev/rslib/pull/436](https://redirect.github.com/web-infra-dev/rslib/pull/436) - feat!: use 'commonjs-import' as CJS external type by default by [@fi3ework](https://redirect.github.com/fi3ework) in [https://github.com/web-infra-dev/rslib/pull/438](https://redirect.github.com/web-infra-dev/rslib/pull/438) - feat: add `--root` cli option and make basic js api work by [@Timeless0911](https://redirect.github.com/Timeless0911) in [https://github.com/web-infra-dev/rslib/pull/453](https://redirect.github.com/web-infra-dev/rslib/pull/453) - feat!: emit CSS files to `dist` instead of `dist/static/css` by [@chenjiahan](https://redirect.github.com/chenjiahan) in [https://github.com/web-infra-dev/rslib/pull/460](https://redirect.github.com/web-infra-dev/rslib/pull/460) ##### Bug Fixes 🐞 - fix: respect declarationDir if dts.distPath is not set by [@Timeless0911](https://redirect.github.com/Timeless0911) in [https://github.com/web-infra-dev/rslib/pull/420](https://redirect.github.com/web-infra-dev/rslib/pull/420) - fix: checkMFPlugin function support array plugins by [@2heal1](https://redirect.github.com/2heal1) in [https://github.com/web-infra-dev/rslib/pull/419](https://redirect.github.com/web-infra-dev/rslib/pull/419) - fix: add tsdoc for config options by [@fi3ework](https://redirect.github.com/fi3ework) in [https://github.com/web-infra-dev/rslib/pull/447](https://redirect.github.com/web-infra-dev/rslib/pull/447) - fix: js request when using `autoExtension: false` along with `output.filename.js` by [@Timeless0911](https://redirect.github.com/Timeless0911) in [https://github.com/web-infra-dev/rslib/pull/455](https://redirect.github.com/web-infra-dev/rslib/pull/455) ##### Document 📖 - docs: update css-modules to CSS Modules by [@9aoy](https://redirect.github.com/9aoy) in [https://github.com/web-infra-dev/rslib/pull/422](https://redirect.github.com/web-infra-dev/rslib/pull/422) - docs: add browser polyfill by [@fi3ework](https://redirect.github.com/fi3ework) in [https://github.com/web-infra-dev/rslib/pull/430](https://redirect.github.com/web-infra-dev/rslib/pull/430) - docs: add config.rsbuild.source by [@fi3ework](https://redirect.github.com/fi3ework) in [https://github.com/web-infra-dev/rslib/pull/449](https://redirect.github.com/web-infra-dev/rslib/pull/449) - docs: add plugins / output / tools by [@fi3ework](https://redirect.github.com/fi3ework) in [https://github.com/web-infra-dev/rslib/pull/450](https://redirect.github.com/web-infra-dev/rslib/pull/450) - docs: DTS by [@Timeless0911](https://redirect.github.com/Timeless0911) in [https://github.com/web-infra-dev/rslib/pull/448](https://redirect.github.com/web-infra-dev/rslib/pull/448) - docs(mf): polish docs by [@fi3ework](https://redirect.github.com/fi3ework) in [https://github.com/web-infra-dev/rslib/pull/457](https://redirect.github.com/web-infra-dev/rslib/pull/457) - docs: hide some unfinished docs by [@Timeless0911](https://redirect.github.com/Timeless0911) in [https://github.com/web-infra-dev/rslib/pull/461](https://redirect.github.com/web-infra-dev/rslib/pull/461) - docs: use index convention by [@Timeless0911](https://redirect.github.com/Timeless0911) in [https://github.com/web-infra-dev/rslib/pull/462](https://redirect.github.com/web-infra-dev/rslib/pull/462) ##### Other Changes - chore: update dep version of storybook by [@nyqykk](https://redirect.github.com/nyqykk) in [https://github.com/web-infra-dev/rslib/pull/415](https://redirect.github.com/web-infra-dev/rslib/pull/415) - chore: rename test folders to build by [@Timeless0911](https://redirect.github.com/Timeless0911) in [https://github.com/web-infra-dev/rslib/pull/421](https://redirect.github.com/web-infra-dev/rslib/pull/421) - chore(deps): remove unnecessary rspack/core devDeps by [@9aoy](https://redirect.github.com/9aoy) in [https://github.com/web-infra-dev/rslib/pull/427](https://redirect.github.com/web-infra-dev/rslib/pull/427) - chore: use specific name for check ci passed by [@Timeless0911](https://redirect.github.com/Timeless0911) in [https://github.com/web-infra-dev/rslib/pull/428](https://redirect.github.com/web-infra-dev/rslib/pull/428) - chore(deps): update dependency nx to ^20.1.2 by [@renovate](https://redirect.github.com/renovate) in [https://github.com/web-infra-dev/rslib/pull/435](https://redirect.github.com/web-infra-dev/rslib/pull/435) - chore(deps): update all patch dependencies by [@renovate](https://redirect.github.com/renovate) in [https://github.com/web-infra-dev/rslib/pull/439](https://redirect.github.com/web-infra-dev/rslib/pull/439) - chore(deps): update all patch dependencies by [@renovate](https://redirect.github.com/renovate) in [https://github.com/web-infra-dev/rslib/pull/441](https://redirect.github.com/web-infra-dev/rslib/pull/441) - chore(deps): update dependency rspress to v1.37.0 by [@renovate](https://redirect.github.com/renovate) in [https://github.com/web-infra-dev/rslib/pull/440](https://redirect.github.com/web-infra-dev/rslib/pull/440) - chore: do not build website when install dependencies by [@Timeless0911](https://redirect.github.com/Timeless0911) in [https://github.com/web-infra-dev/rslib/pull/443](https://redirect.github.com/web-infra-dev/rslib/pull/443) - ci: simplified workflow by [@fi3ework](https://redirect.github.com/fi3ework) in [https://github.com/web-infra-dev/rslib/pull/437](https://redirect.github.com/web-infra-dev/rslib/pull/437) - chore: add Preact example by [@fi3ework](https://redirect.github.com/fi3ework) in [https://github.com/web-infra-dev/rslib/pull/451](https://redirect.github.com/web-infra-dev/rslib/pull/451) - chore(examples): add vue-component-bundle example by [@chenjiahan](https://redirect.github.com/chenjiahan) in [https://github.com/web-infra-dev/rslib/pull/459](https://redirect.github.com/web-infra-dev/rslib/pull/459) ##### New Contributors - [@2heal1](https://redirect.github.com/2heal1) made their first contribution in [https://github.com/web-infra-dev/rslib/pull/419](https://redirect.github.com/web-infra-dev/rslib/pull/419) **Full Changelog**: https://github.com/web-infra-dev/rslib/compare/v0.0.18...v0.1.0Configuration
📅 Schedule: Branch creation - "before 4am on Monday" 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.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.