Skip to content

chore(deps): update all patch dependencies#1620

Merged
yifancong merged 1 commit intomainfrom
renovate/all-patch
Apr 13, 2026
Merged

chore(deps): update all patch dependencies#1620
yifancong merged 1 commit intomainfrom
renovate/all-patch

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Apr 13, 2026

This PR contains the following updates:

Package Change Age Confidence
@rspack/core (source) 2.0.0-rc.02.0.0-rc.1 age confidence
@rspress/core (source) 2.0.82.0.9 age confidence
@rspress/plugin-algolia (source) 2.0.82.0.9 age confidence
@rspress/plugin-client-redirects (source) 2.0.82.0.9 age confidence
@rstest/core (source) 0.9.60.9.7 age confidence
prettier (source) ^3.8.1^3.8.2 age confidence
qs 6.15.06.15.1 age confidence

Release Notes

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

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

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

v2.0.9

Compare Source

What's Changed
New Features 🎉
Performance 🚀
Bug Fixes 🐞
Document 📖
Other Changes

Full Changelog: web-infra-dev/rspress@v2.0.8...v2.0.9

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

v0.9.7

Compare Source

What's Changed

New Features 🎉
Bug Fixes 🐞
  • fix(core): normalize numeric cli filters by @​9aoy in #​1143
  • fix: use web condition names by default in browser-like test environment by @​9aoy in #​1152
Document 📖
Other Changes

Full Changelog: web-infra-dev/rstest@v0.9.6...v0.9.7

prettier/prettier (prettier)

v3.8.2

Compare Source

ljharb/qs (qs)

v6.15.1

Compare Source

  • [Fix] parse: parameterLimit: Infinity with throwOnLimitExceeded: true silently drops all parameters
  • [Deps] update @ljharb/eslint-config
  • [Dev Deps] update @ljharb/eslint-config, iconv-lite
  • [Tests] increase coverage

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Between 12:00 AM and 03:59 AM, only on Monday (* 0-3 * * 1)
  • 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.

👻 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.

@cloudflare-workers-and-pages
Copy link
Copy Markdown

Deploying rsdoctor with  Cloudflare Pages  Cloudflare Pages

Latest commit: 8b4b7dd
Status: ✅  Deploy successful!
Preview URL: https://295cf6a5.rsdoctor.pages.dev
Branch Preview URL: https://renovate-all-patch.rsdoctor.pages.dev

View logs

@yifancong yifancong merged commit d2869cd into main Apr 13, 2026
7 checks passed
@yifancong yifancong deleted the renovate/all-patch branch April 13, 2026 09:10
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