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.5 - autoclosed #25

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 12, 2024

This PR contains the following updates:

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

Release Notes

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

v0.7.5

Compare Source

What's Changed

Bug Fixes 🐞

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

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

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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/rspack-cli-0.x branch from 4366acd to 5954c4f Compare March 19, 2024 11:44
@renovate renovate bot changed the title chore(deps): update dependency @rspack/cli to v0.5.7 chore(deps): update dependency @rspack/cli to v0.5.8 Mar 19, 2024
@renovate renovate bot force-pushed the renovate/rspack-cli-0.x branch from 5954c4f to f776ec4 Compare March 26, 2024 05:10
@renovate renovate bot changed the title chore(deps): update dependency @rspack/cli to v0.5.8 chore(deps): update dependency @rspack/cli to v0.5.9 Mar 26, 2024
@renovate renovate bot changed the title chore(deps): update dependency @rspack/cli to v0.5.9 chore(deps): update dependency @rspack/cli to v0.6.0 Apr 9, 2024
@renovate renovate bot force-pushed the renovate/rspack-cli-0.x branch 2 times, most recently from 944098c to dda75aa Compare April 11, 2024 04:57
@renovate renovate bot changed the title chore(deps): update dependency @rspack/cli to v0.6.0 chore(deps): update dependency @rspack/cli to v0.6.1 Apr 11, 2024
@renovate renovate bot force-pushed the renovate/rspack-cli-0.x branch from dda75aa to 005e7a1 Compare April 17, 2024 06:37
@renovate renovate bot changed the title chore(deps): update dependency @rspack/cli to v0.6.1 chore(deps): update dependency @rspack/cli to v0.6.2 Apr 17, 2024
@renovate renovate bot force-pushed the renovate/rspack-cli-0.x branch from 005e7a1 to ee87825 Compare April 23, 2024 15:17
@renovate renovate bot changed the title chore(deps): update dependency @rspack/cli to v0.6.2 chore(deps): update dependency @rspack/cli to v0.6.3 Apr 23, 2024
@renovate renovate bot force-pushed the renovate/rspack-cli-0.x branch from ee87825 to baea2f4 Compare May 7, 2024 10:34
@renovate renovate bot changed the title chore(deps): update dependency @rspack/cli to v0.6.3 chore(deps): update dependency @rspack/cli to v0.6.4 May 7, 2024
@renovate renovate bot force-pushed the renovate/rspack-cli-0.x branch from baea2f4 to 9d2b1f8 Compare May 8, 2024 13:32
@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 force-pushed the renovate/rspack-cli-0.x branch from 9d2b1f8 to 2f18d94 Compare May 28, 2024 04:22
@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 2f18d94 to 4d7f01c Compare June 5, 2024 07:33
@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 from 4d7f01c to 2b16d2e Compare June 11, 2024 15:26
@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 2b16d2e to e594f1a Compare June 13, 2024 11:28
@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 e594f1a to b6c3ecb Compare June 18, 2024 15:37
@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
@renovate renovate bot force-pushed the renovate/rspack-cli-0.x branch from b6c3ecb to ad81a6d Compare June 25, 2024 14:48
@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.5 Jun 25, 2024
@renovate renovate bot changed the title chore(deps): update dependency @rspack/cli to v0.7.5 chore(deps): update dependency @rspack/cli to v0.7.5 - autoclosed Oct 28, 2024
@renovate renovate bot closed this Oct 28, 2024
@renovate renovate bot deleted the renovate/rspack-cli-0.x branch October 28, 2024 14:01
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.

0 participants