What's Changed
New Features 🎉
- feat(deps): update @rspack/core to v1.4.11 by @chenjiahan in #5721
Performance 🚀
- perf: reduce getStatus cost when previewing static assets by @chenjiahan in #5681
- perf: lazy load the mrmine module by @chenjiahan in #5682
- perf: bundle rspack-chain into main JS bundle by @chenjiahan in #5684
- perf(deps): update rspack-chain to 1.3.0 by @chenjiahan in #5685
Bug Fixes 🐞
- fix(plugin-less): pin less version to 4.3.0 by @chenjiahan in #5690
- fix: remove the deprecated
url.parse
from historyApiFallback by @chenjiahan in #5696 - fix(cli): support
--environment
shorten option by @9aoy in #5719
Refactor 🔨
- refactor: fork connect-history-api-fallback dependency by @chenjiahan in #5694
- refactor: fix unbound-method lint issues by @chenjiahan in #5713
Document 📖
- docs: update historyApiFallback documentation by @chenjiahan in #5712
Other Changes
- chore: add type module to package.json files across examples by @chenjiahan in #5693
- chore: fix type issues in rslib.config.ts by @chenjiahan in #5683
- chore(deps): update dependency svelte to ^5.37.0 by @renovate[bot] in #5687
- chore(deps): update all patch dependencies by @renovate[bot] in #5686
- release: @rsbuild/plugin-less v1.3.1 by @chenjiahan in #5691
- chore(deps): update dependency webpack to ^5.100.2 by @renovate[bot] in #5577
- test(e2e): fix flaky plugin hooks watch test by @chenjiahan in #5695
- chore(workflow): simplify biome rules by @chenjiahan in #5698
- chore(workflow): integrate Rslint for type-aware linting by @chenjiahan in #5699
- chore(workflow): run Rslint in CI by @chenjiahan in #5701
- chore: fix no-unnecessary-template-expression lint issues by @chenjiahan in #5702
- chore: write tsBuildInfo files to node_modules cache folder by @chenjiahan in #5704
- Revert "chore: write tsBuildInfo files to node_modules cache folder by @chenjiahan in #5705
- chore(deps): update Rspress to 2.0.0-beta.23 by @chenjiahan in #5706
- chore: fix return-await lint issues by @chenjiahan in #5703
- chore: fix no-confusing-void-expression lint issues by @chenjiahan in #5708
- chore: fix no-unnecessary-boolean-literal-compare lint issues by @chenjiahan in #5709
- chore: fix non-nullable-type-assertion-style lint issues by @chenjiahan in #5711
- release: 1.4.12 by @chenjiahan in #5722
Full Changelog: v1.4.11...v1.4.12