Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 21, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@eslint/js (source) 9.23.0 -> 9.24.0 age adoption passing confidence
@rspack/core (source) ^1.2.8 -> ^1.3.4 age adoption passing confidence
esbuild ^0.25.1 -> ^0.25.2 age adoption passing confidence
eslint (source) ^9.23.0 -> ^9.24.0 age adoption passing confidence
jsdom ^26.0.0 -> ^26.1.0 age adoption passing confidence
knip (source) ^5.46.1 -> ^5.50.3 age adoption passing confidence
lint-staged ^15.5.0 -> ^15.5.1 age adoption passing confidence
nitropack ^2.11.7 -> ^2.11.9 age adoption passing confidence
oxc-parser (source) ^0.61.2 -> ^0.63.0 age adoption passing confidence
pnpm (source) 10.6.5 -> 10.8.0 age adoption passing confidence
rollup (source) 4.37.0 -> 4.40.0 age adoption passing confidence
tinyexec ^1.0.0 -> ^1.0.1 age adoption passing confidence
typescript (source) ^5.6.2 -> ^5.8.3 age adoption passing confidence
typescript-eslint (source) ^7.14.0 -> ^7.18.0 age adoption passing confidence
ufo ^1.5.4 -> ^1.6.1 age adoption passing confidence
undici (source) ^7.5.0 -> ^7.8.0 age adoption passing confidence
unimport 4.1.2 -> 4.2.0 age adoption passing confidence
unplugin ^2.2.2 -> ^2.3.2 age adoption passing confidence
vitest (source) ^3.0.9 -> ^3.1.1 age adoption passing confidence
webpack ^5.98.0 -> ^5.99.5 age adoption passing confidence

Release Notes

eslint/eslint (@​eslint/js)

v9.24.0

Compare Source

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

v1.3.4

Compare Source

What's Changed

Performance Improvements ⚡
Bug Fixes 🐞
Document Updates 📖
Other Changes

Full Changelog: web-infra-dev/rspack@v1.3.3...v1.3.4

v1.3.3

Compare Source

What's Changed

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

New Contributors

Full Changelog: web-infra-dev/rspack@v1.3.2...v1.3.3

v1.3.2

Compare Source

What's Changed

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

Full Changelog: web-infra-dev/rspack@v1.3.1...v1.3.2

v1.3.1

Compare Source

Highlights

🚀 Support running JavaScript loader in parallel

Added a way to run JavaScript loader in parallel driven by worker_threads, using the max thread available on the OS.

This feature is still experimental. To enable parallelism, set Rule.use.parallel = true and experiments.parallelLoader = true:

module.exports = {
  module: {
    rules: [
      {
          test: /\.less$/,
          use: [
             {
                loader: "less-loader",
+               parallel: true,
                options: { ... }
             }
          ]
          type: "css"
      }
    ]
  },
  experiments: {
      css: true,
+     parallelLoader: true
  }
}

In big projects like 100x antd.less, we got 2.26x performance boost. (Tested on Apple M2 Max, 64G)

Related PR: https://github.com/web-infra-dev/rspack/pull/9807

⚠️ Fixed some critical bugs in 1.3.0

What's Changed

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

New Contributors

Full Changelog: web-infra-dev/rspack@v1.3.0...v1.3.1

v1.3.0

Compare Source

What's Changed
See Announcing Rspack 1.3 for more details.
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 is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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/all-minor-patch branch 30 times, most recently from 55fa118 to ee92113 Compare March 27, 2025 06:58
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 24 times, most recently from 509127d to b001798 Compare April 11, 2025 17:32
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 686020e to 736ca14 Compare April 13, 2025 12:58
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 736ca14 to 98d7dbe Compare April 14, 2025 09:56
@renovate
Copy link
Contributor Author

renovate bot commented Apr 14, 2025

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

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