Skip to content

chore(deps): update all non-major dependencies#16

Merged
renovate[bot] merged 1 commit intomainfrom
renovate/all-minor-patch
Apr 19, 2026
Merged

chore(deps): update all non-major dependencies#16
renovate[bot] merged 1 commit intomainfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Jan 1, 2026

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@rspack/cli (source) 2.0.0-beta.52.0.0-rc.3 age confidence
@rspack/core (source) 2.0.0-beta.52.0.0-rc.3 age confidence
@rstest/core (source) ^0.8.5^0.9.8 age confidence
css-loader ^7.1.2^7.1.4 age confidence
expect (source) ^30.2.0^30.3.0 age confidence
html-webpack-plugin 5.6.35.6.7 age confidence
lodash (source) ^4.17.21^4.18.1 age confidence
memfs 4.17.04.57.2 age confidence
pnpm (source) 9.15.59.15.9 age confidence
puppeteer (source) ^24.3.0^24.41.0 age confidence
sass-embedded ^1.85.0^1.99.0 age confidence
sass-loader ^16.0.5^16.0.7 age confidence
tmp ^0.2.3^0.2.5 age confidence
typescript (source) ^5.7.3^5.9.3 age confidence

Release Notes

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

v2.0.0-rc.3

Compare Source

What's Changed
New Features 🎉
Bug Fixes 🐞
Refactor 🔨
  • refactor(browser)!: remove rspack_browser crate and require @rspack/browser to run in a Worker by @​CPunisher in #​13712
Document Updates 📖
Other Changes

Full Changelog: web-infra-dev/rspack@v2.0.0-rc.2...v2.0.0-rc.3

v2.0.0-rc.2

Compare Source

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

Full Changelog: web-infra-dev/rspack@v2.0.0-rc.1...v2.0.0-rc.2

v2.0.0-rc.1

Compare Source

Highlights 💡
🌳 Better tree shaking with side-effect-free function analysis

Rspack can now detect side-effect-free function calls through the #__NO_SIDE_EFFECTS__ notation and manual pureFunctions hints. With support for exported functions and cross-module analysis, unused calls can be identified more reliably, improving tree shaking results and making it easier to optimize both application code and third-party dependencies.

// lib.js
/*@​__NO_SIDE_EFFECTS__*/ 
export function call() {
  console.log('hi')
}

// barrel.js
import { call } from './lib'

const value = call()

// if value is unused, call can be removed
export { value }
image
What's Changed
Breaking Changes 🛠
Performance Improvements ⚡
New Features 🎉
Bug Fixes 🐞
Refactor 🔨
Document Updates 📖
Other Changes
New Contributors

Full Changelog: web-infra-dev/rspack@v2.0.0-rc.0...v2.0.0-rc.1

v2.0.0-rc.0

Highlights 💡
Support import.meta.main

import.meta.main is a boolean flag used in ES modules to determine whether the current module is the program’s entry module. It evaluates to true when the module is executed as the main entry, and to false when it is imported by another module. You can think of it as the ESM equivalent of require.main === module in CommonJS. It is useful for running startup logic, initialization code, or CLI behavior only when a module is launched directly.

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

Full Changelog: web-infra-dev/rspack@v2.0.0-beta.9...v2.0.0-rc.0

v2.0.0-beta.9

Compare Source

What's Changed
New Features 🎉
Bug Fixes 🐞
Refactor 🔨
Document Updates 📖
Other Changes
New Contributors

Full Changelog: web-infra-dev/rspack@v2.0.0-beta.8...v2.0.0-beta.9

v2.0.0-beta.8

Compare Source

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

Full Changelog: web-infra-dev/rspack@v2.0.0-beta.7...v2.0.0-beta.8

v2.0.0-beta.7

Compare Source

What's Changed
Breaking Changes 🛠

Configuration

📅 Schedule: (in timezone Asia/Shanghai)

  • Branch creation
    • Between 12:00 AM and 03:59 AM, only on Monday (* 0-3 * * 1)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

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 3 times, most recently from 4fa48af to da6d594 Compare January 13, 2026 08:10
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 8d068b6 to 2abac6d Compare January 22, 2026 12:03
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 393434e to 3c5251c Compare January 28, 2026 23:44
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 4fd2687 to be8c017 Compare February 8, 2026 07:14
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from f125d9e to b32d414 Compare February 19, 2026 23:07
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from a6cded6 to ee631fa Compare March 3, 2026 12:07
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 5da4a8e to 881fccd Compare March 14, 2026 12:58
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 7e013a8 to a6f0188 Compare March 31, 2026 08:38
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 91f6f0d to c8f0e40 Compare April 19, 2026 02:56
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c8f0e40 to f515280 Compare April 19, 2026 08:50
@renovate renovate bot merged commit dfbd0e3 into main Apr 19, 2026
3 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch April 19, 2026 09:47
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