web-infra-dev / rspress

🦀💨 A fast Rspack-based static site generator.
https://rspress.dev
MIT License
1.46k stars 135 forks source link

chore(deps): update rsbuild #1577

Closed renovate[bot] closed 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.0.19 -> ~1.1.1 age adoption passing confidence
@rsbuild/plugin-less (source) ~1.0.3 -> ~1.1.0 age adoption passing confidence
@rsbuild/plugin-sass (source) ~1.0.4 -> ~1.1.0 age adoption passing confidence

Release Notes

web-infra-dev/rsbuild (@​rsbuild/core) ### [`v1.1.1`](https://redirect.github.com/web-infra-dev/rsbuild/releases/tag/v1.1.1) [Compare Source](https://redirect.github.com/web-infra-dev/rsbuild/compare/v1.1.0...v1.1.1) #### What's Changed ##### New Features 🎉 - feat: allow to configure dev.writeToDisk in environments by [@​9aoy](https://redirect.github.com/9aoy) in [https://github.com/web-infra-dev/rsbuild/pull/3946](https://redirect.github.com/web-infra-dev/rsbuild/pull/3946) - feat(deps): bump rspack 1.1.1 by [@​9aoy](https://redirect.github.com/9aoy) in [https://github.com/web-infra-dev/rsbuild/pull/3949](https://redirect.github.com/web-infra-dev/rsbuild/pull/3949) - feat: update the assignment method of host in baseUrl by [@​junxiongchu](https://redirect.github.com/junxiongchu) in [https://github.com/web-infra-dev/rsbuild/pull/3943](https://redirect.github.com/web-infra-dev/rsbuild/pull/3943) ##### Bug Fixes 🐞 - fix(plugin-svelte): failed to compile \*.svslte.ts by [@​chenjiahan](https://redirect.github.com/chenjiahan) in [https://github.com/web-infra-dev/rsbuild/pull/3918](https://redirect.github.com/web-infra-dev/rsbuild/pull/3918) - fix(plugin-svelte): `*.svslte.ts` files are transformed twice by [@​chenjiahan](https://redirect.github.com/chenjiahan) in [https://github.com/web-infra-dev/rsbuild/pull/3920](https://redirect.github.com/web-infra-dev/rsbuild/pull/3920) - fix: proxy type error by [@​9aoy](https://redirect.github.com/9aoy) in [https://github.com/web-infra-dev/rsbuild/pull/3936](https://redirect.github.com/web-infra-dev/rsbuild/pull/3936) - fix: line breaks ` \n ` in error overlay messages by [@​ymq001](https://redirect.github.com/ymq001) in [https://github.com/web-infra-dev/rsbuild/pull/3944](https://redirect.github.com/web-infra-dev/rsbuild/pull/3944) - fix: open page with the correct host by [@​chenjiahan](https://redirect.github.com/chenjiahan) in [https://github.com/web-infra-dev/rsbuild/pull/3954](https://redirect.github.com/web-infra-dev/rsbuild/pull/3954) ##### Document 📖 - docs: improve guide for viewing dev output by [@​chenjiahan](https://redirect.github.com/chenjiahan) in [https://github.com/web-infra-dev/rsbuild/pull/3923](https://redirect.github.com/web-infra-dev/rsbuild/pull/3923) - docs: reference other plugins by [@​chenjiahan](https://redirect.github.com/chenjiahan) in [https://github.com/web-infra-dev/rsbuild/pull/3947](https://redirect.github.com/web-infra-dev/rsbuild/pull/3947) - docs: explain TypeScript extension alias by [@​chenjiahan](https://redirect.github.com/chenjiahan) in [https://github.com/web-infra-dev/rsbuild/pull/3952](https://redirect.github.com/web-infra-dev/rsbuild/pull/3952) ##### Other Changes - chore(deps): update dependency [@​rsbuild/plugin-preact](https://redirect.github.com/rsbuild/plugin-preact) to ^1.2.0 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/web-infra-dev/rsbuild/pull/3915](https://redirect.github.com/web-infra-dev/rsbuild/pull/3915) - chore(deps): update dependency react-router-dom to ^6.28.0 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/web-infra-dev/rsbuild/pull/3916](https://redirect.github.com/web-infra-dev/rsbuild/pull/3916) - release: [@​rsbuild/plugin-svelte](https://redirect.github.com/rsbuild/plugin-svelte)[@​1](https://redirect.github.com/1).0.4 by [@​chenjiahan](https://redirect.github.com/chenjiahan) in [https://github.com/web-infra-dev/rsbuild/pull/3921](https://redirect.github.com/web-infra-dev/rsbuild/pull/3921) - chore(deps): update dependency [@​rsbuild/core](https://redirect.github.com/rsbuild/core) to ^1.1.0 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/web-infra-dev/rsbuild/pull/3922](https://redirect.github.com/web-infra-dev/rsbuild/pull/3922) - chore(deps): update dependency [@​modern-js/module-tools](https://redirect.github.com/modern-js/module-tools) to ^2.61.0 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/web-infra-dev/rsbuild/pull/3926](https://redirect.github.com/web-infra-dev/rsbuild/pull/3926) - chore(deps): update dependency [@​rsbuild/plugin-check-syntax](https://redirect.github.com/rsbuild/plugin-check-syntax) to ^1.1.0 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/web-infra-dev/rsbuild/pull/3927](https://redirect.github.com/web-infra-dev/rsbuild/pull/3927) - chore(deps): update dependency browserslist-load-config to v1 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/web-infra-dev/rsbuild/pull/3928](https://redirect.github.com/web-infra-dev/rsbuild/pull/3928) - chore(deps): update all patch dependencies by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/web-infra-dev/rsbuild/pull/3934](https://redirect.github.com/web-infra-dev/rsbuild/pull/3934) - test: use hydrateRoot API in SSR case by [@​9aoy](https://redirect.github.com/9aoy) in [https://github.com/web-infra-dev/rsbuild/pull/3935](https://redirect.github.com/web-infra-dev/rsbuild/pull/3935) - chore: reduce monorepo root dependencies by [@​chenjiahan](https://redirect.github.com/chenjiahan) in [https://github.com/web-infra-dev/rsbuild/pull/3937](https://redirect.github.com/web-infra-dev/rsbuild/pull/3937) - chore(config): migrate renovate config by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/web-infra-dev/rsbuild/pull/3929](https://redirect.github.com/web-infra-dev/rsbuild/pull/3929) - chore(core): use Rslib to bundle client code by [@​chenjiahan](https://redirect.github.com/chenjiahan) in [https://github.com/web-infra-dev/rsbuild/pull/3938](https://redirect.github.com/web-infra-dev/rsbuild/pull/3938) - 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/web-infra-dev/rsbuild/pull/3942](https://redirect.github.com/web-infra-dev/rsbuild/pull/3942) - chore(deps): update dependency nx to ^20.1.0 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/web-infra-dev/rsbuild/pull/3940](https://redirect.github.com/web-infra-dev/rsbuild/pull/3940) - chore(deps): update rspress to v1.36.0 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/web-infra-dev/rsbuild/pull/3941](https://redirect.github.com/web-infra-dev/rsbuild/pull/3941) - refactor(core): use Rslib to build by [@​chenjiahan](https://redirect.github.com/chenjiahan) in [https://github.com/web-infra-dev/rsbuild/pull/3939](https://redirect.github.com/web-infra-dev/rsbuild/pull/3939) - chore(build): enable Rslib's `dts.build` by [@​chenjiahan](https://redirect.github.com/chenjiahan) in [https://github.com/web-infra-dev/rsbuild/pull/3948](https://redirect.github.com/web-infra-dev/rsbuild/pull/3948) - chore(deps): bump Rslib 0.0.18 by [@​chenjiahan](https://redirect.github.com/chenjiahan) in [https://github.com/web-infra-dev/rsbuild/pull/3951](https://redirect.github.com/web-infra-dev/rsbuild/pull/3951) #### New Contributors - [@​junxiongchu](https://redirect.github.com/junxiongchu) made their first contribution in [https://github.com/web-infra-dev/rsbuild/pull/3943](https://redirect.github.com/web-infra-dev/rsbuild/pull/3943) **Full Changelog**: https://github.com/web-infra-dev/rsbuild/compare/v1.1.0...v1.1.1 ### [`v1.1.0`](https://redirect.github.com/web-infra-dev/rsbuild/releases/tag/v1.1.0) [Compare Source](https://redirect.github.com/web-infra-dev/rsbuild/compare/v1.0.19...v1.1.0) #### See [Announcing Rspack 1.1](https://rspack.dev/blog/announcing-1-1) for more details 🎉 #### What's Changed ##### New Features 🎉 - feat(webpack): use Rslib to bundle by [@​chenjiahan](https://redirect.github.com/chenjiahan) in [https://github.com/web-infra-dev/rsbuild/pull/3713](https://redirect.github.com/web-infra-dev/rsbuild/pull/3713) - feat: support `queueMicroTask` on the server side of SSR by [@​LingyuCoder](https://redirect.github.com/LingyuCoder) in [https://github.com/web-infra-dev/rsbuild/pull/3873](https://redirect.github.com/web-infra-dev/rsbuild/pull/3873) - feat: export ModifyWebpackConfigFn hook type by [@​caohuilin](https://redirect.github.com/caohuilin) in [https://github.com/web-infra-dev/rsbuild/pull/3876](https://redirect.github.com/web-infra-dev/rsbuild/pull/3876) - feat: automatically read tsconfig paths by `references` by [@​chenjiahan](https://redirect.github.com/chenjiahan) in [https://github.com/web-infra-dev/rsbuild/pull/3882](https://redirect.github.com/web-infra-dev/rsbuild/pull/3882) - feat: add `layer` option to `api.transform()` by [@​chenjiahan](https://redirect.github.com/chenjiahan) in [https://github.com/web-infra-dev/rsbuild/pull/3883](https://redirect.github.com/web-infra-dev/rsbuild/pull/3883) - feat: add `issuerLayer` option to `api.transform()` by [@​chenjiahan](https://redirect.github.com/chenjiahan) in [https://github.com/web-infra-dev/rsbuild/pull/3884](https://redirect.github.com/web-infra-dev/rsbuild/pull/3884) - feat: add `cliShortcuts.help` option by [@​chenjiahan](https://redirect.github.com/chenjiahan) in [https://github.com/web-infra-dev/rsbuild/pull/3889](https://redirect.github.com/web-infra-dev/rsbuild/pull/3889) - feat: allow to import TS files with .js extension by [@​chenjiahan](https://redirect.github.com/chenjiahan) in [https://github.com/web-infra-dev/rsbuild/pull/3899](https://redirect.github.com/web-infra-dev/rsbuild/pull/3899) - feat: allow to import TSX files with .jsx extension by [@​chenjiahan](https://redirect.github.com/chenjiahan) in [https://github.com/web-infra-dev/rsbuild/pull/3900](https://redirect.github.com/web-infra-dev/rsbuild/pull/3900) - feat(server): support viewing served files via /rsbuild-dev-server route by [@​hangCode2001](https://redirect.github.com/hangCode2001) in [https://github.com/web-infra-dev/rsbuild/pull/3896](https://redirect.github.com/web-infra-dev/rsbuild/pull/3896) - feat: optimize UI for assets report page by [@​chenjiahan](https://redirect.github.com/chenjiahan) in [https://github.com/web-infra-dev/rsbuild/pull/3902](https://redirect.github.com/web-infra-dev/rsbuild/pull/3902) - feat(deps): bump Rspack 1.1.0 by [@​9aoy](https://redirect.github.com/9aoy) in [https://github.com/web-infra-dev/rsbuild/pull/3913](https://redirect.github.com/web-infra-dev/rsbuild/pull/3913) ##### Performance 🚀 - perf: enable Node cache before loading modules by [@​chenjiahan](https://redirect.github.com/chenjiahan) in [https://github.com/web-infra-dev/rsbuild/pull/3894](https://redirect.github.com/web-infra-dev/rsbuild/pull/3894) ##### Bug Fixes 🐞 - fix(webpack): avoid duplicate import core package by [@​chenjiahan](https://redirect.github.com/chenjiahan) in [https://github.com/web-infra-dev/rsbuild/pull/3871](https://redirect.github.com/web-infra-dev/rsbuild/pull/3871) - fix(plugin-vue): allow to override builtin split chunks by [@​chenjiahan](https://redirect.github.com/chenjiahan) in [https://github.com/web-infra-dev/rsbuild/pull/3886](https://redirect.github.com/web-infra-dev/rsbuild/pull/3886) - fix(plugin-react): allow to override builtin split chunks by [@​chenjiahan](https://redirect.github.com/chenjiahan) in [https://github.com/web-infra-dev/rsbuild/pull/3887](https://redirect.github.com/web-infra-dev/rsbuild/pull/3887) - fix: duplicated plugins info in the inspected Rsbuild config by [@​chenjiahan](https://redirect.github.com/chenjiahan) in [https://github.com/web-infra-dev/rsbuild/pull/3888](https://redirect.github.com/web-infra-dev/rsbuild/pull/3888) - fix: no need for checking NODE_DISABLE_COMPILE_CACHE by [@​chenjiahan](https://redirect.github.com/chenjiahan) in [https://github.com/web-infra-dev/rsbuild/pull/3895](https://redirect.github.com/web-infra-dev/rsbuild/pull/3895) ##### Document 📖 - docs: correct CSS Modules named import example by [@​chenjiahan](https://redirect.github.com/chenjiahan) in [https://github.com/web-infra-dev/rsbuild/pull/3865](https://redirect.github.com/web-infra-dev/rsbuild/pull/3865) - docs: add license to website footer by [@​chenjiahan](https://redirect.github.com/chenjiahan) in [https://github.com/web-infra-dev/rsbuild/pull/3866](https://redirect.github.com/web-infra-dev/rsbuild/pull/3866) - docs(tailwindcss): improve configuration guide by [@​chenjiahan](https://redirect.github.com/chenjiahan) in [https://github.com/web-infra-dev/rsbuild/pull/3877](https://redirect.github.com/web-infra-dev/rsbuild/pull/3877) - docs: add guide for assets report page by [@​chenjiahan](https://redirect.github.com/chenjiahan) in [https://github.com/web-infra-dev/rsbuild/pull/3910](https://redirect.github.com/web-infra-dev/rsbuild/pull/3910) ##### Other Changes - chore: merge build config for core package by [@​chenjiahan](https://redirect.github.com/chenjiahan) in [https://github.com/web-infra-dev/rsbuild/pull/3868](https://redirect.github.com/web-infra-dev/rsbuild/pull/3868) - release: 1.1.0-beta.0 by [@​9aoy](https://redirect.github.com/9aoy) in [https://github.com/web-infra-dev/rsbuild/pull/3872](https://redirect.github.com/web-infra-dev/rsbuild/pull/3872) - test: remove case for plugin-styled-components by [@​chenjiahan](https://redirect.github.com/chenjiahan) in [https://github.com/web-infra-dev/rsbuild/pull/3878](https://redirect.github.com/web-infra-dev/rsbuild/pull/3878) - chore: regenerate pnpm lock file by [@​chenjiahan](https://redirect.github.com/chenjiahan) in [https://github.com/web-infra-dev/rsbuild/pull/3879](https://redirect.github.com/web-infra-dev/rsbuild/pull/3879) - chore(workflow): only check dependency version in CI by [@​chenjiahan](https://redirect.github.com/chenjiahan) in [https://github.com/web-infra-dev/rsbuild/pull/3880](https://redirect.github.com/web-infra-dev/rsbuild/pull/3880) - test(e2e): upgrade e2e cases to Svelte 5 by [@​chenjiahan](https://redirect.github.com/chenjiahan) in [https://github.com/web-infra-dev/rsbuild/pull/3881](https://redirect.github.com/web-infra-dev/rsbuild/pull/3881) - chore(deps): update dependency svelte to v5.1.9 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/web-infra-dev/rsbuild/pull/3813](https://redirect.github.com/web-infra-dev/rsbuild/pull/3813) - release: 1.1.0-beta.1 by [@​chenjiahan](https://redirect.github.com/chenjiahan) in [https://github.com/web-infra-dev/rsbuild/pull/3885](https://redirect.github.com/web-infra-dev/rsbuild/pull/3885) - chore(deps): update all patch dependencies by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/web-infra-dev/rsbuild/pull/3890](https://redirect.github.com/web-infra-dev/rsbuild/pull/3890) - chore(deps): update dependency core-js to ~3.39.0 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/web-infra-dev/rsbuild/pull/3891](https://redirect.github.com/web-infra-dev/rsbuild/pull/3891) - chore(deps): update dependency [@​module-federation/rspack](https://redirect.github.com/module-federation/rspack) to v0.7.0 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/web-infra-dev/rsbuild/pull/3905](https://redirect.github.com/web-infra-dev/rsbuild/pull/3905) - chore(plugin-preact): update dependency [@​swc/plugin-prefresh](https://redirect.github.com/swc/plugin-prefresh) to v5 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/web-infra-dev/rsbuild/pull/3908](https://redirect.github.com/web-infra-dev/rsbuild/pull/3908) - chore(deps): update dependency [@​swc/plugin-remove-console](https://redirect.github.com/swc/plugin-remove-console) to v5 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/web-infra-dev/rsbuild/pull/3909](https://redirect.github.com/web-infra-dev/rsbuild/pull/3909) - chore(deps): update all patch dependencies by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/web-infra-dev/rsbuild/pull/3907](https://redirect.github.com/web-infra-dev/rsbuild/pull/3907) #### New Contributors - [@​hangCode2001](https://redirect.github.com/hangCode2001) made their first contribution in [https://github.com/web-infra-dev/rsbuild/pull/3896](https://redirect.github.com/web-infra-dev/rsbuild/pull/3896) **Full Changelog**: https://github.com/web-infra-dev/rsbuild/compare/v1.0.19...v1.1.0

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 week ago

Deploy Preview for aquamarine-blini-95325f ready!

Name Link
Latest commit 1e5ae01043d38934d25004acca383b0cf2ed3819
Latest deploy log https://app.netlify.com/sites/aquamarine-blini-95325f/deploys/6735dd4dd824a700082689f8
Deploy Preview https://deploy-preview-1577--aquamarine-blini-95325f.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

Lighthouse
1 paths audited
Performance: 91 (🟢 up 9 from production)
Accessibility: 97 (no change from production)
Best Practices: 92 (no change from production)
SEO: 100 (no change from production)
PWA: -
View the detailed breakdown and full score reports

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