Skip to content
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

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

Merged
merged 1 commit into from
Jun 22, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 7, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@rspack/cli (source) 0.6.3 -> 0.7.4 age adoption passing confidence

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

v0.7.3

Compare Source

What's Changed
Performance Improvements ⚡
Exciting New Features 🎉
Bug Fixes 🐞
Document Updates 📖
Other Changes

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

v0.7.2

Compare Source

What's Changed
Performance Improvements ⚡
Exciting New Features 🎉
Bug Fixes 🐞
Document Updates 📖
Other Changes
New Contributors

Full Changelog: web-infra-dev/rspack@v0.7.1...v0.7.2

v0.7.1

Compare Source

What's Changed
Highlights
Check exports presence

Now Rspack will emit warnings for using non-existent exports and conflicting re-exports, checkout docs for more details.

10%-15% performance improvement for JavaScript parsing

The old JavaScript parser performs multiple times of parsing and code generation.
In this version, Rspack refactored the current implementation. It's one time parsing now.
Check out the PR for detail.

image

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

Full Changelog: web-infra-dev/rspack@v0.7.0...v0.7.1

v0.7.0

Compare Source

What's Changed

see Announcing Rspack v0.7 for more details
Notable Changes 🍭
Breaking Changes 🛠
Performance Improvements ⚡
Exciting New Features 🎉
Bug Fixes 🐞
Document Updates 📖
Other Changes

New Contributors


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 this update again.


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

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/rspack-cli-0.x branch 2 times, most recently from 1852fb8 to cabc304 Compare May 8, 2024 12:46
@renovate renovate bot changed the title chore(deps): update dependency @rspack/cli to v0.6.4 chore(deps): update dependency @rspack/cli to v0.6.5 May 8, 2024
@renovate renovate bot changed the title chore(deps): update dependency @rspack/cli to v0.6.5 chore(deps): update dependency @rspack/cli to v0.7.0 May 28, 2024
@renovate renovate bot force-pushed the renovate/rspack-cli-0.x branch from cabc304 to 2551acd Compare May 28, 2024 04:08
@renovate renovate bot force-pushed the renovate/rspack-cli-0.x branch from 2551acd to 5f9a38b Compare June 5, 2024 06:05
@renovate renovate bot changed the title chore(deps): update dependency @rspack/cli to v0.7.0 chore(deps): update dependency @rspack/cli to v0.7.1 Jun 5, 2024
@renovate renovate bot force-pushed the renovate/rspack-cli-0.x branch 2 times, most recently from 0753fc7 to e4e1c54 Compare June 11, 2024 14:13
@renovate renovate bot changed the title chore(deps): update dependency @rspack/cli to v0.7.1 chore(deps): update dependency @rspack/cli to v0.7.2 Jun 11, 2024
@renovate renovate bot force-pushed the renovate/rspack-cli-0.x branch from e4e1c54 to a0afa11 Compare June 13, 2024 10:51
@renovate renovate bot changed the title chore(deps): update dependency @rspack/cli to v0.7.2 chore(deps): update dependency @rspack/cli to v0.7.3 Jun 13, 2024
@renovate renovate bot force-pushed the renovate/rspack-cli-0.x branch from a0afa11 to 585cecb Compare June 18, 2024 14:06
@renovate renovate bot changed the title chore(deps): update dependency @rspack/cli to v0.7.3 chore(deps): update dependency @rspack/cli to v0.7.4 Jun 18, 2024
@KusStar KusStar merged commit 26a9054 into master Jun 22, 2024
@renovate renovate bot changed the title chore(deps): update dependency @rspack/cli to v0.7.4 chore(deps): update dependency @rspack/cli to v0.7.4 - autoclosed Jun 22, 2024
@renovate renovate bot deleted the renovate/rspack-cli-0.x branch June 22, 2024 09:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant