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/core to v0.7.5 - autoclosed #288

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 15, 2024

Mend Renovate

This PR contains the following updates:

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

Release Notes

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

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 - "before 4am on Monday" (UTC), 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 Mend Renovate. View repository job log here.

Copy link

netlify bot commented Apr 15, 2024

Deploy Preview for rsdoctor failed. Why did it fail? →

Name Link
🔨 Latest commit b83d33a
🔍 Latest deploy log https://app.netlify.com/sites/rsdoctor/deploys/667ac4b4c4cb110008369d17

@renovate renovate bot force-pushed the renovate/rspack branch 4 times, most recently from e131bbe to 4f67873 Compare April 17, 2024 06:26
@renovate renovate bot changed the title chore(deps): update dependency @rspack/core to v0.6.1 chore(deps): update dependency @rspack/core to v0.6.2 Apr 17, 2024
@renovate renovate bot force-pushed the renovate/rspack branch 11 times, most recently from 499ef51 to f39742c Compare April 23, 2024 12:04
@renovate renovate bot changed the title chore(deps): update dependency @rspack/core to v0.6.2 chore(deps): update dependency @rspack/core to v0.6.3 Apr 23, 2024
@renovate renovate bot force-pushed the renovate/rspack branch 9 times, most recently from da3b1d1 to b607d6c Compare April 28, 2024 06:50
@renovate renovate bot force-pushed the renovate/rspack branch 2 times, most recently from 9efa03b to 4c3c1cc Compare May 7, 2024 10:42
@renovate renovate bot changed the title chore(deps): update dependency @rspack/core to v0.6.3 chore(deps): update dependency @rspack/core to v0.6.4 May 7, 2024
@renovate renovate bot force-pushed the renovate/rspack branch 6 times, most recently from 0b7fe4b to cac7c3d Compare June 11, 2024 13:51
@renovate renovate bot changed the title chore(deps): update dependency @rspack/core to v0.7.1 chore(deps): update dependency @rspack/core to v0.7.2 Jun 11, 2024
@renovate renovate bot force-pushed the renovate/rspack branch 5 times, most recently from 200a2b9 to 19097c6 Compare June 13, 2024 19:15
@renovate renovate bot changed the title chore(deps): update dependency @rspack/core to v0.7.2 chore(deps): update dependency @rspack/core to v0.7.3 Jun 13, 2024
@renovate renovate bot changed the title chore(deps): update dependency @rspack/core to v0.7.3 chore(deps): update dependency @rspack/core to v0.7.4 Jun 18, 2024
@renovate renovate bot force-pushed the renovate/rspack branch 8 times, most recently from c6550cc to 4f915f5 Compare June 20, 2024 13:58
@renovate renovate bot changed the title chore(deps): update dependency @rspack/core to v0.7.4 chore(deps): update dependency @rspack/core to v0.7.5 Jun 25, 2024
@renovate renovate bot changed the title chore(deps): update dependency @rspack/core to v0.7.5 chore(deps): update dependency @rspack/core to v0.7.5 - autoclosed Jun 27, 2024
@renovate renovate bot closed this Jun 27, 2024
@renovate renovate bot deleted the renovate/rspack branch June 27, 2024 05: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.

0 participants