Skip to content

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

Merged
chenjiahan merged 1 commit intomainfrom
renovate/all-minor-patch
Apr 2, 2026
Merged

chore(deps): update all non-major dependencies#83
chenjiahan merged 1 commit intomainfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Mar 8, 2026

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence Type Update
@rslib/core (source) ^0.19.6^0.20.2 age confidence devDependencies minor
@rspack/core (source) 2.0.0-beta.72.0.0-rc.0 age confidence devDependencies patch
@rstest/core (source) ^0.6.8^0.9.5 age confidence devDependencies minor
node 24.11.124.14.1 age confidence uses-with minor
pnpm (source) 10.24.010.33.0 age confidence packageManager minor
prettier (source) ^3.7.3^3.8.1 age confidence devDependencies minor

Release Notes

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

v0.20.2

Compare Source

What's Changed

New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes

Full Changelog: web-infra-dev/rslib@v0.20.1...v0.20.2

v0.20.1

Compare Source

What's Changed

New Features 🎉
Performance 🚀
Bug Fixes 🐞
Document 📖
Other Changes

Full Changelog: web-infra-dev/rslib@v0.20.0...v0.20.1

v0.20.0

Compare Source

Breaking changes 🚨

Drop Node.js 18 support

Rslib v0.20 requires Node.js 20.19+ or 22.12+, Node.js 18 is no longer supported.

Rsbuild / Rspack v2

Rslib v0.20 now depends on beta version of @​rsbuild/core v2 and @​rspack/core v2. If you use custom Rsbuild / Rspack configurations or plugins, you may need to make corresponding adjustments.

See the Rsbuild v2 upgrade guide for all breaking changes.

Deprecate experiments.advancedEsm

experiments.advancedEsm is now deprecated and effectively ignored. Advanced ESM behavior is the default in both bundle and bundleless mode.

What you need to do:

  • Remove experiments.advancedEsm from your config
  • Verify the output behaviour
Rename type StartServerResult

The exported type StartServerResult has been renamed to StartDevServerResult.

What's Changed

New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes

Full Changelog: web-infra-dev/rslib@v0.19.6...v0.20.0

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

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

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

v0.9.5

Compare Source

What's Changed

New Features 🎉
  • feat: add output.distPath.root configuration by @​9aoy in #​1083
  • feat(core): add output.bundleDependencies config option by @​9aoy in #​1072
  • feat: add unmockRequire / doUnmockRequire API by @​9aoy in #​1098
  • feat(browser): support output browser inspect config files when DEBUG is enabled by @​9aoy in #​1104
Performance 🚀
Bug Fixes 🐞
Document 📖
Other Changes

Full Changelog: web-infra-dev/rstest@v0.9.4...v0.9.5

v0.9.4

Compare Source

What's Changed

Performance 🚀
Bug Fixes 🐞
Document 📖
Other Changes

Full Changelog: web-infra-dev/rstest@v0.9.3...v0.9.4

v0.9.3

Compare Source

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

Full Changelog: web-infra-dev/rstest@v0.9.2...v0.9.3

v0.9.2

Compare Source

What's Changed

Document 📖
Other Changes

Full Changelog: web-infra-dev/rstest@v0.9.1...v0.9.2

v0.9.1

Compare Source

What's Changed

Performance 🚀
  • perf: fix cssFilterLoader no

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) in timezone Asia/Shanghai, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 978e047 to 0fe1778 Compare March 11, 2026 03:39
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 971569a to 77ee0c8 Compare March 19, 2026 09:03
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 10 times, most recently from 62a8d64 to 22277bf Compare March 30, 2026 09:55
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 22277bf to 772d86d Compare March 31, 2026 21:01
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 772d86d to d54d709 Compare April 2, 2026 02:28
@chenjiahan chenjiahan merged commit eba9656 into main Apr 2, 2026
7 checks passed
@chenjiahan chenjiahan deleted the renovate/all-minor-patch branch April 2, 2026 02:37
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