Skip to content

deps(renovate): update rstest to v0.10.2#31

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/rstest
Open

deps(renovate): update rstest to v0.10.2#31
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/rstest

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented May 29, 2026

This PR contains the following updates:

Package Change Age Confidence
@rstest/adapter-rslib (source) 0.10.10.10.2 age confidence
@rstest/browser (source) 0.10.10.10.2 age confidence
@rstest/browser-react (source) 0.10.10.10.2 age confidence
@rstest/core (source) 0.10.10.10.2 age confidence

Release Notes

web-infra-dev/rstest (@​rstest/adapter-rslib)

v0.10.2

Compare Source

Highlights
Auto-restore mocks with using (#​1293)

Mock instances now implement Symbol.dispose, so spies are automatically restored when a using block exits — no more manual mockRestore() in afterEach.

import { test, rstest } from '@​rstest/core';

test('reads config', () => {
  using readSpy = rstest.spyOn(fs, 'readFileSync');
  // ...
}); // readSpy is restored here
What's Changed
New Features 🎉
Performance 🚀
  • perf(coverage-istanbul): optimize sourcemap URL scanning by @​9aoy in #​1296
  • perf(coverage-v8): skip unnecessary coverage conversion by @​9aoy in #​1298
Bug Fixes 🐞
Document 📖
Other Changes
New Contributors

Full Changelog: web-infra-dev/rstest@v0.10.1...v0.10.2


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • 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.

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

@github-actions
Copy link
Copy Markdown
Contributor

Rsdoctor Bundle Diff Analysis

📊 Quick Summary
Project Total Size Change
dist 33.3 KB 0

Generated by Rsdoctor GitHub Action

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