-
Notifications
You must be signed in to change notification settings - Fork 2
Update rspack monorepo to v1.5.5 #25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
elastic-renovate-prod
wants to merge
1
commit into
main
Choose a base branch
from
renovate/rspack-monorepo
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
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
93da62c
to
f46b1a8
Compare
f46b1a8
to
e79a9d0
Compare
e79a9d0
to
cb04a63
Compare
cb04a63
to
53408e9
Compare
53408e9
to
9a7f895
Compare
9a7f895
to
5b0115a
Compare
5b0115a
to
64fb163
Compare
64fb163
to
2e5041c
Compare
2e5041c
to
b7e21e4
Compare
b7e21e4
to
7e40559
Compare
7e40559
to
6e29a7d
Compare
6e29a7d
to
3132453
Compare
3132453
to
311a5aa
Compare
311a5aa
to
edbcdb9
Compare
edbcdb9
to
7464cf1
Compare
7464cf1
to
13636c4
Compare
13636c4
to
75afcfc
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
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.3.15
->1.5.5
1.5.8
(+2)1.3.15
->1.5.5
1.5.8
(+2)Release Notes
web-infra-dev/rspack (@rspack/cli)
v1.5.5
Compare Source
What's Changed
Bug Fixes 🐞
Document Updates 📖
emitRecords
compiler hook by @chenjiahan in https://github.com/web-infra-dev/rspack/pull/11671resolve.extensions
configuration by @chenjiahan in https://github.com/web-infra-dev/rspack/pull/11672Other Changes
Full Changelog: web-infra-dev/rspack@v1.5.4...v1.5.5
v1.5.4
Compare Source
What's Changed
Performance Improvements ⚡
New Features 🎉
Bug Fixes 🐞
module
identifier as normal (#11588)" by @fi3ework in https://github.com/web-infra-dev/rspack/pull/11630Refactor 🔨
Document Updates 📖
Preview with stackblitz
section by @CPunisher in https://github.com/web-infra-dev/rspack/pull/11614BrowserHttpImportEsmPlugin
and add "Using Module Federation" by @CPunisher in https://github.com/web-infra-dev/rspack/pull/11640Other Changes
tests/rspack-test
by @LingyuCoder in https://github.com/web-infra-dev/rspack/pull/11617New Contributors
Full Changelog: web-infra-dev/rspack@v1.5.3...v1.5.4
v1.5.3
Compare Source
Highlights 💡
Advanced tree-shaking
Rspack v1.5.3 ships advanced tree-shaking for dynamic imports via member expression analysis.
Ongoing improvements are in progress, and upcoming releases will continue to improve static analysis to cover more syntax patterns, such as
dynamic import
with a subsequent.then()
.What's Changed
Performance Improvements ⚡
New Features 🎉
ModuleFederationPlugin
by @CPunishhttps://github.com/web-infra-dev/rspack/pull/11558/11558postprocess
andResolvedRequest
toBrowserHttpImportEsmPlugin
by @CPunishhttps://github.com/web-infra-dev/rspack/pull/11571/11571Bug Fixes 🐞
jsc.output.charset
in swc loader by @CPunishhttps://github.com/web-infra-dev/rspack/pull/11568/11568module
identifier as normal by @fi3ewohttps://github.com/web-infra-dev/rspack/pull/11588/11588Refactor 🔨
Document Updates 📖
Other Changes
New Contributors
Full Changelog: web-infra-dev/rspack@v1.5.2...v1.5.3
v1.5.2
Compare Source
What's Changed
Performance Improvements ⚡
New Features 🎉
Bug Fixes 🐞
link.href
for extract-css runtime by @JSerFeng in https://github.com/web-infra-dev/rspack/pull/11547Refactor 🔨
Document Updates 📖
Other Changes
Full Changelog: web-infra-dev/rspack@v1.5.1...v1.5.2
v1.5.1
Compare Source
What's Changed
Performance Improvements ⚡
ProgressPlugin
,RsdoctorPlugin
andRstestPlugin
by @CPunisher in https://github.com/web-infra-dev/rspack/pull/11484Bug Fixes 🐞
SwcJsMinimizerRspackPlugin
by @CPunisher in https://github.com/web-infra-dev/rspack/pull/11496Refactor 🔨
Document Updates 📖
Rule.type
with more details by @chenjiahan in https://github.com/web-infra-dev/rspack/pull/11503Other Changes
Full Changelog: web-infra-dev/rspack@v1.5.0...v1.5.1
v1.5.0
Compare Source
🎉 See Announcing Rspack 1.5 for more details.
What's Changed
Breaking changes 💡
Performance Improvements ⚡
try_to_add
of module concatenation by @LingyuCodhttps://github.com/web-infra-dev/rspack/pull/11279/11279fmt_debug
tonone
by @CPunishhttps://github.com/web-infra-dev/rspack/pull/11439/11439get_scheme
by @CPunishhttps://github.com/web-infra-dev/rspack/pull/11475/11475Mutex<Option<T>>
withOnceLock<T>
by @CPunishhttps://github.com/web-infra-dev/rspack/pull/11480/11480New Features 🎉
@rspack/browser
by @CPunishhttps://github.com/web-infra-dev/rspack/pull/10870/10870experiments.swc
in parallel loader context by @jbrohttps://github.com/web-infra-dev/rspack/pull/11300/11300import
externalized module to webpack modules by @fi3ewohttps://github.com/web-infra-dev/rspack/pull/11358/11358[folder]
template string inlocalIdentName
option by @mochiyahttps://github.com/web-infra-dev/rspack/pull/11356/11356BrowserImportEsmPlugin
by @CPunishhttps://github.com/web-infra-dev/rspack/pull/11431/11431BrowserRequirePlugin
and removenonWebpackRequire
by @CPunishhttps://github.com/web-infra-dev/rspack/pull/11470/11470Bug Fixes 🐞
PathData
type by @colinahttps://github.com/web-infra-dev/rspack/pull/11315/11315Refactor 🔨
rspack_binding_api
by @h-a-nhttps://github.com/web-infra-dev/rspack/pull/11263/11263PluginContext
andasync_trait
from traitPlugin
by @h-a-nhttps://github.com/web-infra-dev/rspack/pull/11272/11272esm.sh
default domain inBrowserHttpImportEsmPlugin
by @CPunishhttps://github.com/web-infra-dev/rspack/pull/11482/11482Document Updates 📖
@rspack/browser
package by @CPunishhttps://github.com/web-infra-dev/rspack/pull/11472/11472Other Changes
2025-07-28
by @h-a-nhttps://github.com/web-infra-dev/rspack/pull/11217/11217@rspack/browser
by @CPunishhttps://github.com/web-infra-dev/rspack/pull/11254/11254experiments.topLevelAwait
config by @stormslowhttps://github.com/web-infra-dev/rspack/pull/11284/11284rspack_binding_api
inConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR has been generated by Renovate Bot.