Skip to content

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

Merged
chenjiahan merged 1 commit into
mainfrom
renovate/all-minor-patch
Aug 15, 2026
Merged

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

Conversation

@renovate

@renovate renovate Bot commented Aug 14, 2026

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence Type Update
@rsbuild/core (source) ^2.1.5^2.1.13 age confidence devDependencies patch
@rstest/core (source) ^0.11.1^0.11.8 age confidence devDependencies patch
@rstest/playwright (source) ^0.11.1^0.11.8 age confidence devDependencies patch
node 24.18.024.19.0 age confidence uses-with minor
playwright (source) ^1.61.1^1.62.1 age confidence devDependencies minor
pnpm (source) 11.13.011.21.0 age confidence packageManager minor
pnpm/action-setup v6.0.9v6.0.10 age confidence action patch
prettier (source) ^3.9.5^3.9.6 age confidence devDependencies patch

Release Notes

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

v2.1.13

Compare Source

What's Changed

Full Changelog: web-infra-dev/rsbuild@v2.1.12...v2.1.13

v2.1.12

Compare Source

What's Changed

New Features 🎉
Document 📖
Other Changes

Full Changelog: web-infra-dev/rsbuild@v2.1.11...v2.1.12

v2.1.11

Compare Source

What's Changed

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

New Contributors

Full Changelog: web-infra-dev/rsbuild@v2.1.10...v2.1.11

v2.1.10

Compare Source

What's Changed

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

Full Changelog: web-infra-dev/rsbuild@v2.1.9...v2.1.10

v2.1.9

Compare Source

What's Changed

New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes

Full Changelog: web-infra-dev/rsbuild@v2.1.8...v2.1.9

v2.1.8

Compare Source

What's Changed

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

Full Changelog: web-infra-dev/rsbuild@v2.1.7...v2.1.8

v2.1.7

Compare Source

What's Changed

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

Full Changelog: web-infra-dev/rsbuild@v2.1.6...v2.1.7

v2.1.6

Compare Source

What's Changed

New Features 🎉
Performance 🚀
Bug Fixes 🐞
Refactor 🔨
Other Changes

Full Changelog: web-infra-dev/rsbuild@v2.1.5...v2.1.6

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

v0.11.8

Compare Source

What's Changed

Bug Fixes 🐞

Full Changelog: web-infra-dev/rstest@v0.11.7...v0.11.8

v0.11.7

Compare Source

What's Changed

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

Full Changelog: web-infra-dev/rstest@v0.11.6...v0.11.7

v0.11.6

Compare Source

Highlights

Faster DOM test environments with prebundling

Rstest can now prebundle supported jsdom and happy-dom test environments once and share the bundle across workers.

In a local 100-file / 1,000-test benchmark on Apple Silicon with Node.js 24 and four fork workers:

Environment Native Prebundle Improvement
jsdom 30.0.1 16.99s 10.57s 37.8%
happy-dom 20.11.1 6.35s 2.98s 53.0%

The feature is opt-in and falls back to native loading when prebundling is unsupported or fails. These benchmark results are directional and not a performance guarantee. See #​1663.

import { defineConfig } from '@rstest/core';

export default defineConfig({
  testEnvironment: {
    name: 'jsdom', // or 'happy-dom'
    prebundle: 'auto',
  },
});

What's Changed

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

Full Changelog: web-infra-dev/rstest@v0.11.5...v0.11.6

v0.11.5

Compare Source

What's Changed

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

Note

PR body was truncated to here.


Configuration

📅 Schedule: (in timezone Asia/Shanghai)

  • Branch creation
    • Between 12:00 AM and 03:59 AM, on day 1 and 15 of the month (* 0-3 1,15 * *)
  • 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 from a38b041 to 88b2973 Compare August 15, 2026 09:48
@chenjiahan
chenjiahan merged commit 062dc47 into main Aug 15, 2026
7 checks passed
@chenjiahan
chenjiahan deleted the renovate/all-minor-patch branch August 15, 2026 09:55
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