Skip to content

chore(deps): update dependency @rspack/cli to v0.7.4 #4046

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

Merged
merged 1 commit into from
Jun 19, 2024

Conversation

ScriptedAlchemy
Copy link
Member

This PR contains the following updates:

Package Type Update Change
@rspack/cli (source) devDependencies patch 0.7.3 -> 0.7.4
@rspack/cli (source) dependencies patch 0.7.3 -> 0.7.4
@rspack/cli (source) devDependencies minor 0.6.5 -> 0.7.4

Release Notes

web-infra-dev/rspack (@​rspack/cli)

v0.7.4

Compare Source

What's Changed
Highlights
LightningCSS minimizer

In v0.7.4 Rspack provides a new CSS minimizer which uses Lightning CSS under the hood, for now you can enable it by optimization.minimizer, and in Rspack v1.0, it will be enabled by default.

And here are two very useful features powered by the new LightningCSS minimizer:

  • removeUnusedLocalIdents: during minification, it removes the CSS declarations corresponding to the unused-symbols. This allows Rspack to work with CSS modules' tree shaking to remove unused CSS declarations corresponding to exports (previously, it would only remove the JS exports).
  • browserslist: with this options minification will also performs downgrading. If the postcss-loader was previously used only for downgrading, it can be removed.

Checkout our docs for more details.

Compatible with worker-loader

In v0.7.4 Rspack is compatible with worker-loader, which is usually used by some older projects, so this is provided only as a temporary solution to facilitate these older projects migration to Rspack, checkout our docs for more details.

Exciting New Features 🎉
Bug Fixes 🐞
Document Updates 📖
Other Changes
New Contributors

Full Changelog: web-infra-dev/rspack@v0.7.3...v0.7.4


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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

Copy link

vercel bot commented Jun 19, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
medusa-example-dsl ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 19, 2024 7:08am
medusa-example-home ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 19, 2024 7:08am
medusa-example-nav ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 19, 2024 7:08am
medusa-example-search ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 19, 2024 7:08am
medusa-example-utils ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 19, 2024 7:08am

Copy link

Workflow status is failure ❌
Unfortunately test report wasn't generated, it can be if no workspaces changed. Please check the workflow run below.
Link to GitHub workflow: Github Workflow Link

@github-actions github-actions bot added the workflow-failure Workflow is failed label Jun 19, 2024
@ScriptedAlchemy ScriptedAlchemy merged commit 93e8d45 into master Jun 19, 2024
46 of 49 checks passed
@ScriptedAlchemy ScriptedAlchemy deleted the renovate/rspack-cli-0.x branch June 19, 2024 16:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
workflow-failure Workflow is failed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant