chore(deps): update dependency @rsbuild/core to v2#12
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
805b60e to
9ee08af
Compare
9ee08af to
bfd45ac
Compare
83b1a3e to
d53e2c3
Compare
7212c47 to
3f5f659
Compare
40e3111 to
e3fbbcf
Compare
e3fbbcf to
2e06408
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:
^1.4.15→^2.1.4Release Notes
web-infra-dev/rsbuild (@rsbuild/core)
v2.1.4Compare Source
What's Changed
New Features 🎉(#8058)
Document 📖
Other Changes
Full Changelog: web-infra-dev/rsbuild@v2.1.3...v2.1.4
v2.1.3Compare Source
Highlights
Import Attributes
type: 'text'Rsbuild now supports the import attributes syntax
with { type: 'text' }for importing file contents as source text:This aligns with the TC39 Import Text proposal.
What's Changed
New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes
Full Changelog: web-infra-dev/rsbuild@v2.1.2...v2.1.3
v2.1.2Compare Source
What's Changed
New Features 🎉
Performance 🚀
Bug Fixes 🐞
Refactor 🔨
Document 📖
Other Changes
Full Changelog: web-infra-dev/rsbuild@v2.1.1...v2.1.2
v2.1.1Compare Source
What's Changed
Bug Fixes 🐞
Document 📖
Other Changes
Full Changelog: web-infra-dev/rsbuild@v2.1.0...v2.1.1
v2.1.0Compare Source
💡 See Announcing Rsbuild 2.1 for more details
What's Changed
New Features 🎉
Performance 🚀
Bug Fixes 🐞
Refactor 🔨
Document 📖
Other Changes
New Contributors
Full Changelog: web-infra-dev/rsbuild@v2.0.15...v2.1.0
v2.0.15Compare Source
What's Changed
New Features 🎉
Performance 🚀
Bug Fixes 🐞
Document 📖
Other Changes
Full Changelog: web-infra-dev/rsbuild@v2.0.14...v2.0.15
v2.0.14Compare Source
What's Changed
Performance 🚀
Other Changes
Full Changelog: web-infra-dev/rsbuild@v2.0.13...v2.0.14
v2.0.13Compare Source
What's Changed
New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes
Full Changelog: web-infra-dev/rsbuild@v2.0.12...v2.0.13
v2.0.12Compare Source
What's Changed
New Features 🎉
Performance 🚀
Bug Fixes 🐞
Refactor 🔨
Document 📖
Other Changes
Full Changelog: web-infra-dev/rsbuild@v2.0.11...v2.0.12
v2.0.11Compare Source
What's Changed
Bug Fixes 🐞
Document 📖
Other Changes
Full Changelog: web-infra-dev/rsbuild@v2.0.10...v2.0.11
v2.0.10Compare Source
What's Changed
New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes
Full Changelog: web-infra-dev/rsbuild@v2.0.9...v2.0.10
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.