-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
chore(deps): update dependency @rspack/core to v0.6.5 #3918
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
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Workflow status is failure ❌ |
d28cd15
to
66bd8d3
Compare
Workflow status is failure ❌ |
66bd8d3
to
730b0ee
Compare
Workflow status is failure ❌ |
730b0ee
to
f571265
Compare
Workflow status is failure ❌ |
f571265
to
4d29f82
Compare
Workflow status is failure ❌ |
4d29f82
to
7ae092d
Compare
Workflow status is failure ❌ |
This PR contains the following updates:
0.5.9
->0.6.5
0.5.0
->0.6.5
Release Notes
web-infra-dev/rspack (@rspack/core)
v0.6.5
Compare Source
Hotfixes
What's Changed
Performance Improvements ⚡
Bug Fixes 🐞
@rspack/dev-server
on demand by @xc2 in https://github.com/web-infra-dev/rspack/pull/6370Document Updates 📖
Other Changes
New Contributors
Full Changelog: web-infra-dev/rspack@v0.6.4...v0.6.5
v0.6.4
Compare Source
What's Changed
Performance Improvements ⚡
Exciting New Features 🎉
errors
andwarnings
inCompilation
by @coder-xiaotian in https://github.com/web-infra-dev/rspack/pull/6300@rspack/core
by @chenjiahan in https://github.com/web-infra-dev/rspack/pull/6421Bug Fixes 🐞
{ timestamp: true}
by @SoonIter in https://github.com/web-infra-dev/rspack/pull/6387Document Updates 📖
Other Changes
New Contributors
Full Changelog: web-infra-dev/rspack@v0.6.3...v0.6.4
v0.6.3
Compare Source
What's Changed
Highlights
Provide type declaration for builtin:swc-loader
@rspack/core
now provides the type declaration forbuiltin:swc-loader
, which can help you to configure the swc-loader correctly:// rspack.config.js module.exports = { module: { rules: [ { test: /\.js$/, use: { loader: 'builtin:swc-loader', + /** @​type {import('@​rspack/core').SwcLoaderOptions} */ options: { // some options }, }, }, ], }, };
Updated Plugin Documentation for Rspack
We've revamped the plugin documentation for Rspack to enhance clarity and improve your experience.
Please visit: https://www.rspack.dev/plugins
Exciting New Features 🎉
Bug Fixes 🐞
ModuleFilenameHelpers
andTemplate
by @h-a-n-a in https://github.com/web-infra-dev/rspack/pull/6279toJSON
method ofadditionalData
by @NotEvenANeko in https://github.com/web-infra-dev/rspack/pull/5904Other Changes
Module
'static
by @h-a-n-a in https://github.com/web-infra-dev/rspack/pull/6292New Contributors
Full Changelog: web-infra-dev/rspack@v0.6.2...v0.6.3
v0.6.2
Compare Source
What's Changed
Performance Improvements ⚡
Exciting New Features 🎉
emit
option for asset modules by @chenjiahan in https://github.com/web-infra-dev/rspack/pull/6255Bug Fixes 🐞
Other Changes
New Contributors
Full Changelog: web-infra-dev/rspack@v0.6.1...v0.6.2
v0.6.1
Compare Source
What's Changed
Highlights
Fixed a case where locally defined variables in class being falsely transformed
global
should be kept as-is withnode.global = true
iftarget
includes'web'
.Exciting New Features 🎉
Bug Fixes 🐞
Other Changes
New Contributors
Full Changelog: web-infra-dev/rspack@v0.6.0...v0.6.1
v0.6.0
Compare Source
Rspack 0.6.0 is out!
Read the announcement blog post: Announcing Rspack 0.6.
Overview
compiler.build
andcompiler.rebuild
What's Changed
Breaking Changes 🛠
compiler.build
andcompiler.rebuild
by @h-a-n-a in https://github.com/web-infra-dev/rspack/pull/6066Performance Improvements ⚡
Exciting New Features 🎉
Bug Fixes 🐞
Compiler
andCompilation
inLoaderContext
of a childCompiler should be updated by @h-a-n-a in https://github.com/web-infra-dev/rspack/pull/6034cacheGroup.name()
by @h-a-n-a in https://github.com/web-infra-dev/rspack/pull/6081VecDeq
by @IWANABETHATGUY in https://github.com/web-infra-dev/rspack/pull/6134unknown || truthy = unknown truthy
eval logical or by @ahabhgk in https://github.com/web-infra-dev/rspack/pull/6139Rule.enforce
should be applied touse
of function type by @h-a-n-a in https://github.com/web-infra-dev/rspack/pull/6112Documentation Updates 📚
Other Changes
Configuration
📅 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.