Skip to content

Update all non-major dependencies to v0.11.6 - #282

Merged
onigoetz merged 1 commit into
masterfrom
renovate/all-minor-patch
Aug 8, 2026
Merged

Update all non-major dependencies to v0.11.6#282
onigoetz merged 1 commit into
masterfrom
renovate/all-minor-patch

Conversation

@renovate

@renovate renovate Bot commented Aug 8, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@rstest/core (source) 0.11.50.11.6 age confidence
@rstest/coverage-istanbul (source) 0.11.50.11.6 age confidence

Release Notes

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

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


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Only on Sunday and Saturday (* * * * 0,6)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@onigoetz
onigoetz merged commit 58121db into master Aug 8, 2026
5 checks passed
@renovate
renovate Bot deleted the renovate/all-minor-patch branch August 8, 2026 08:48
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