fix(deps): update all non-major dependencies#55
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
5b2f3a2 to
dd21960
Compare
dd21960 to
d1fd71e
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^2.0.6→^2.0.9^2.0.0→^2.0.1^0.21.5→^0.22.0^0.10.0→^0.10.3^25.8.0→^25.9.1^25.0.3→^25.9.1^19.2.14→^19.2.15^4.18.2→^4.22.224.15.0→24.16.011.1.2→11.5.0^19.1.0→^19.2.6^19.2.4→^19.2.6^19.1.0→^19.2.6^19.2.4→^19.2.6^7.13.1→^7.16.0^0.9.8→^0.11.16^0.11.12→^0.11.16^0.11.15→^0.11.16Release Notes
web-infra-dev/rsbuild (@rsbuild/core)
v2.0.9Compare Source
Highlights
Safer npm Staged Publishing
Rsbuild 2.0.9 updates the release workflow so all packages are now published through npm staged publishing, making package releases safer by staging them before final publication.
What's Changed
New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes
Full Changelog: web-infra-dev/rsbuild@v2.0.8...v2.0.9
v2.0.8Compare Source
Highlights
Tailwind CSS Plugin
Rsbuild 2.0.8 introduces
@rsbuild/plugin-tailwindcss, a first-party plugin for integrating Tailwind CSS v4 through @tailwindcss/webpack.Compared with the
@tailwindcss/postcsspackage, it avoids running Tailwind CSS transforms through PostCSS and provides better build performance.What's Changed
New Features 🎉
Bug Fixes 🐞
Refactor 🔨
Document 📖
Other Changes
Full Changelog: web-infra-dev/rsbuild@v2.0.7...v2.0.8
v2.0.7Compare Source
Highlights
Web Worker Query Imports
Rsbuild now supports importing worker scripts with
?worker,?worker&inline, and?inline&worker:Automatic Dependency Externalization
output.autoExternalreads dependencies from the rootpackage.jsonand generatesoutput.externalsrules for matching packages and subpath imports. This is useful for Node.js and SSR bundles where runtime dependencies should stay external.What's Changed
New Features 🎉
Performance 🚀
Bug Fixes 🐞
Refactor 🔨
Document 📖
Other Changes
New Contributors
Full Changelog: web-infra-dev/rsbuild@v2.0.6...v2.0.7
web-infra-dev/rslib (@rslib/core)
v0.22.0Compare Source
Highlights
Isolated Declaration Generation
Rslib now supports generating declaration files with the experimental
dts.isolatedoption, powered by Rspack's built-in SWCfast_dtscapability.dts.isolatedemits declaration files directly during the build without running a full type check, making declaration generation significantly faster.This makes it a good fit for monorepo projects that use a separate high-performance type-checking workflow, such as rslint --type-check.
What's Changed
New Features 🎉
Performance 🚀
Bug Fixes 🐞
Document 📖
Other Changes
a3cd90cby @renovate[bot] in #1666Full Changelog: web-infra-dev/rslib@v0.21.5...v0.22.0
web-infra-dev/rstest (@rstest/core)
v0.10.3Compare Source
What's Changed
New Features 🎉
Performance 🚀
Bug Fixes 🐞
Refactor 🔨
Document 📖
Other Changes
Full Changelog: web-infra-dev/rstest@v0.10.2...v0.10.3
v0.10.2Compare Source
Highlights
Auto-restore mocks with
using(#1293)Mock instances now implement
Symbol.dispose, so spies are automatically restored when ausingblock exits — no more manualmockRestore()inafterEach.What's Changed
New Features 🎉
Performance 🚀
Bug Fixes 🐞
Document 📖
Other Changes
New Contributors
Full Changelog: web-infra-dev/rstest@v0.10.1...v0.10.2
v0.10.1Compare Source
What's Changed
New Features 🎉
Performance 🚀
Bug Fixes 🐞
Refactor 🔨
Document 📖
Other Changes
Configuration
📅 Schedule: (in timezone Asia/Shanghai)
* 0-3 1,15 * *)🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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.