Skip to content

Update all non-major dependencies to v0.10.2#262

Merged
renovate[bot] merged 1 commit into
masterfrom
renovate/all-minor-patch
May 30, 2026
Merged

Update all non-major dependencies to v0.10.2#262
renovate[bot] merged 1 commit into
masterfrom
renovate/all-minor-patch

Conversation

@renovate

@renovate renovate Bot commented May 30, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

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

Release Notes

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

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

@renovate renovate Bot merged commit a7af6c1 into master May 30, 2026
5 checks passed
@renovate renovate Bot deleted the renovate/all-minor-patch branch May 30, 2026 05:35
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