Skip to content

chore(deps): update bundlers#168

Merged
renovate[bot] merged 1 commit intomainfrom
renovate/bundlers
Apr 8, 2026
Merged

chore(deps): update bundlers#168
renovate[bot] merged 1 commit intomainfrom
renovate/bundlers

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Apr 8, 2026

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@rsbuild/core (source) 2.0.0-rc.02.0.0-rc.1 age adoption passing confidence
@rspack/cli (source) 2.0.0-rc.02.0.0-rc.1 age adoption passing confidence
@rspack/core (source) 2.0.0-rc.02.0.0-rc.1 age adoption passing confidence
rolldown (source) 1.0.0-rc.131.0.0-rc.14 age adoption passing confidence

Release Notes

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

v2.0.0-rc.1

Compare Source

What's Changed

New Features 🎉
Bug Fixes 🐞
Refactor 🔨
Document 📖
Other Changes

New Contributors

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

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

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 }

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

rolldown/rolldown (rolldown)

v1.0.0-rc.14

Compare Source

🚀 Features
🐛 Bug Fixes
🚜 Refactor
📚 Documentation
  • contrib-guide: mention that running tests on older Node.js version will have different stat results (#​8996) by @​Claude
⚙️ Miscellaneous Tasks
◀️ Revert
❤️ New Contributors

Configuration

📅 Schedule: (in timezone Asia/Shanghai)

  • Branch creation
    • "before 11am"
  • 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 enabled auto-merge (squash) April 8, 2026 19:51
@renovate renovate Bot merged commit 11cc21a into main Apr 8, 2026
4 checks passed
@renovate renovate Bot deleted the renovate/bundlers branch April 8, 2026 19:57
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