chore(deps): update dependency @rslib/core to ^0.22.0#137
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
460011e to
7664a94
Compare
f328ec5 to
22d55b1
Compare
83d0f72 to
6a208f2
Compare
af78013 to
cafa402
Compare
cafa402 to
478bd09
Compare
feb5aa5 to
e675172
Compare
c76b73a to
a5d13ef
Compare
35ccbd5 to
18a077b
Compare
18a077b to
921c40e
Compare
b4728eb to
dd61687
Compare
dd61687 to
fa8f41e
Compare
fd000a1 to
a90b935
Compare
99b432a to
581eec8
Compare
11659ed to
fee09eb
Compare
3c71014 to
6b3335f
Compare
13160ad to
a208d32
Compare
0968356 to
4422c7d
Compare
6abd581 to
037cfe4
Compare
006feab to
4c1e195
Compare
4c1e195 to
d6da6fa
Compare
d6da6fa to
806616c
Compare
806616c to
aaedb36
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:
^0.15.0→^0.22.0Release Notes
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
v0.21.5Compare Source
What's Changed
New Features 🎉
Bug Fixes 🐞
Other Changes
4949c44by @renovate[bot] in #1637New Contributors
Full Changelog: web-infra-dev/rslib@v0.21.4...v0.21.5
v0.21.4Compare Source
What's Changed
New Features 🎉
Document 📖
Other Changes
0e1297eby @renovate[bot] in #1613f767cddby @renovate[bot] in #1625Full Changelog: web-infra-dev/rslib@v0.21.3...v0.21.4
v0.21.3Compare Source
What's Changed
New Features 🎉
Other Changes
6680c15by @renovate[bot] in #160548b55a0by @renovate[bot] in #1609Full Changelog: web-infra-dev/rslib@v0.21.2...v0.21.3
v0.21.2Compare Source
What's Changed
New Features 🎉
Bug Fixes 🐞
Other Changes
Full Changelog: web-infra-dev/rslib@v0.21.1...v0.21.2
v0.21.1Compare Source
What's Changed
Bug Fixes 🐞
Other Changes
45a8018by @renovate[bot] in #1585New Contributors
Full Changelog: web-infra-dev/rslib@v0.21.0...v0.21.1
v0.21.0Compare Source
Highlights 💡
Single Executable Applications
Rslib now supports building Node.js single executable applications with the experimental
experiments.exeoption.Best Practices Skill
Rslib now provides a best practices skill, which can be used when writing, reviewing, or troubleshooting Rslib projects.
What's Changed
New Features 🎉
experiments.exesupport by @Timeless0911 in #1572Bug Fixes 🐞
Document 📖
Other Changes
f6ea537by @renovate[bot] in #1576New Contributors
Full Changelog: web-infra-dev/rslib@v0.20.3...v0.21.0
v0.20.3Compare Source
What's Changed
Other Changes
Full Changelog: web-infra-dev/rslib@v0.20.2...v0.20.3
v0.20.2Compare Source
What's Changed
New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes
df5ea7eby @renovate[bot] in #1562Full Changelog: web-infra-dev/rslib@v0.20.1...v0.20.2
v0.20.1Compare Source
What's Changed
New Features 🎉
Performance 🚀
Bug Fixes 🐞
Document 📖
Other Changes
Full Changelog: web-infra-dev/rslib@v0.20.0...v0.20.1
v0.20.0Compare Source
Breaking changes 🚨
Drop Node.js 18 support
Rslib v0.20 requires Node.js 20.19+ or 22.12+, Node.js 18 is no longer supported.
Rsbuild / Rspack v2
Rslib v0.20 now depends on beta version of @rsbuild/core v2 and @rspack/core v2. If you use custom Rsbuild / Rspack configurations or plugins, you may need to make corresponding adjustments.
See the Rsbuild v2 upgrade guide for all breaking changes.
Deprecate
experiments.advancedEsmexperiments.advancedEsmis now deprecated and effectively ignored. Advanced ESM behavior is the default in both bundle and bundleless mode.What you need to do:
experiments.advancedEsmfrom your configRename type
StartServerResultThe exported type
StartServerResulthas been renamed toStartDevServerResult.What's Changed
New Features 🎉
experiments.advancedEsmby @Timeless0911 in #1513Bug Fixes 🐞
Document 📖
Other Changes
53b8394by @renovate[bot] in #1520Full Changelog: web-infra-dev/rslib@v0.19.6...v0.20.0
v0.19.6Compare Source
What's Changed
Document 📖
dts.buildrequirement by @Timeless0911 in #1482Other Changes
de0fac2by @renovate[bot] in #1477Full Changelog: web-infra-dev/rslib@v0.19.5...v0.19.6
v0.19.5Compare Source
What's Changed
Document 📖
Other Changes
Full Changelog: web-infra-dev/rslib@v0.19.4...v0.19.5
v0.19.4Compare Source
What's Changed
New Features 🎉
Bug Fixes 🐞
import.meta.urlnot being removed by tree-shaking by @sylingd in #1463Document 📖
Other Changes
extraToolsto generate templates by @Timeless0911 in #1462New Contributors
Full Changelog: web-infra-dev/rslib@v0.19.3...v0.19.4
v0.19.3Compare Source
What's Changed
Document 📖
Other Changes
6044e13by @renovate[bot] in #1444Full Changelog: web-infra-dev/rslib@v0.19.2...v0.19.3
v0.19.2Compare Source
What's Changed
New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes
Full Changelog: web-infra-dev/rslib@v0.19.1...v0.19.2
v0.19.1Compare Source
What's Changed
Document 📖
Rstestguide by @9aoy in #1419Other Changes
Full Changelog: web-infra-dev/rslib@v0.19.0...v0.19.1
v0.19.0Compare Source
Highlights 💡
New JavaScript API
This release introduces a new, comprehensive JavaScript API for Rslib.
See th
Configuration
📅 Schedule: (UTC)
🚦 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.