Skip to content

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

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/all-minor-patch
Open

chore(deps): update all non-major dependencies#83
renovate[bot] wants to merge 1 commit intomainfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
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.0 age confidence devDependencies minor
@rspack/core (source) 2.0.0-beta.32.0.0-canary-20260116 age confidence devDependencies patch
@rstest/core (source) ^0.6.8^0.9.2 age confidence devDependencies minor
node 24.11.124.14.0 age confidence uses-with minor
pnpm (source) 10.24.010.32.1 age confidence packageManager minor
prettier (source) ^3.7.3^3.8.1 age confidence devDependencies minor
webpack ^5.103.0^5.105.4 age confidence devDependencies minor

Release Notes

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

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-beta.6

Compare Source

What's Changed

Breaking Changes 🛠
Performance Improvements ⚡
New Features 🎉
Bug Fixes 🐞
Refactor 🔨
Document Updates 📖
Other Changes

Full Changelog: web-infra-dev/rspack@v2.0.0-beta.5...v2.0.0-beta.6

v2.0.0-beta.5

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.4...v2.0.0-beta.5

v2.0.0-beta.4

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.3...v2.0.0-beta.4

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

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 not working with less / sass plugins by @​9aoy in #​1025
Bug Fixes 🐞
Document 📖
  • docs: introduce rs.mockRequire and rs.doMockRequire APIs by @​9aoy in #​1005
  • docs: add global API types tip when migrating from jest by @​9aoy in #​1020
Other Changes

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

v0.9.0

Compare Source

What's Changed

New Features 🎉
Performance 🚀
Bug Fixes 🐞
  • fix(browser): align browser reporter lifecycle hooks across run and watch by @​fi3ework in #​976
  • fix(browser): remove default process shim while keep env stubbing support by @​fi3ework in #​981
  • fix(browser): resolve browser failure annotations to test sources in github-actions reporter by @​fi3ework in #​989
  • fix: error messages not displayed due to stream interception by @​9aoy in #​993
  • fix(core): avoid misdetecting cursor terminal as agent by @​fi3ework in #​994
Document 📖
Other Changes

Full Changelog: web-infra-dev/rstest@v0.8.5...v0.9.0

v0.8.5

Compare Source

What's Changed

Bug Fixes 🐞

Full Changelog: web-infra-dev/rstest@v0.8.4...v0.8.5

v0.8.4

Compare Source

What's Changed

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

Full Changelog: web-infra-dev/rstest@v0.8.3...v0.8.4

v0.8.3

Compare Source

What's Changed

Bug Fixes 🐞
  • fix(core): align color env priority and improve agent detection by @​fi3ework in #​936
  • fix: should not load real implementation when module is mocked by @​9aoy in #​934
  • fix: should respect project's slowTestThreshold configuration by @​9aoy in #​938
  • fix(browser): avoid log out deleting virtual module by @​fi3ework in #​939
Other Changes

Full Changelog: web-infra-dev/rstest@v0.8.2...v0.8.3

v0.8.2

Compare Source

Highlights 💡
Introducing Markdown reporter for agent 🤖

Rstest automatically detects AI coding agent (Claude Code, Cursor, Codex, opencode, etc.) and switches to Markdown output — no configuration needed.

The structured Markdown format is easier for LLMs to parse and understand compared to traditional terminal output. Each failure includes a one-click repro command so agents can quickly rerun and debug individual test cases. Output is intelligently truncated to stay within context limits even when many tests fail, saving tokens and reducing cost.

For detailed configuration options, see https://rstest.rs/guide/basic/reporters#markdown-reporter.

md-reporter.mp4
What's Changed
New Features 🎉
Bug Fixes 🐞
Document 📖
  • docs: clarify mock behavior in vitest migration guide by @​9aoy in #​912
Other Changes
New Contributors

Full Changelog: web-infra-dev/rstest@v0.8.1...v0.8.2

[v0.8.1]


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 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 4 times, most recently from f380c8b to 978e047 Compare March 10, 2026 13:29
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 978e047 to 0fe1778 Compare March 11, 2026 03:39
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