Skip to content

chore(deps): update dependency @rstest/core to v0.10.3#964

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/rstest-core-0.x
Open

chore(deps): update dependency @rstest/core to v0.10.3#964
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/rstest-core-0.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented May 18, 2026

This PR contains the following updates:

Package Change Age Confidence
@rstest/core (source) 0.9.20.10.3 age confidence
@rstest/core (source) ^0.9.2^0.10.3 age confidence

Release Notes

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

v0.10.3

Compare Source

What's Changed

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

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

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

v0.10.1

Compare Source

What's Changed

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

New Contributors

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

v0.10.0

Compare Source

What's Changed

New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes

New Contributors

Full Changelog: web-infra-dev/rstest@v0.9.10...v0.10.0

v0.9.10

Compare Source

What's Changed
Performance 🚀
Bug Fixes 🐞
  • fix(core): clean coverage at run start instead of from rsbuild compile hook by @​fi3ework in #​1214
Document 📖
Other Changes

Full Changelog: web-infra-dev/rstest@v0.9.9...v0.9.10

v0.9.9

Compare Source

What's Changed
New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes

Full Changelog: web-infra-dev/rstest@v0.9.8...v0.9.9

v0.9.8

Compare Source

What's Changed

New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes

Full Changelog: web-infra-dev/rstest@v0.9.7...v0.9.8

v0.9.7

Compare Source

What's Changed

New Features 🎉
Bug Fixes 🐞
  • fix(core): normalize numeric cli filters by @​9aoy in #​1143
  • fix: use web condition names by default in browser-like test environment by @​9aoy in #​1152
Document 📖
Other Changes

Full Changelog: web-infra-dev/rstest@v0.9.6...v0.9.7

v0.9.6

Compare Source

What's Changed

New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes

New Contributors

Full Changelog: web-infra-dev/rstest@v0.9.5...v0.9.6

v0.9.5

Compare Source

What's Changed
New Features 🎉
  • feat: add output.distPath.root configuration by @​9aoy in #​1083
  • feat(core): add output.bundleDependencies config option by @​9aoy in #​1072
  • feat: add unmockRequire / doUnmockRequire API by @​9aoy in #​1098
  • feat(browser): support output browser inspect config files when DEBUG is enabled by @​9aoy in #​1104
Performance 🚀
Bug Fixes 🐞
Document 📖
Other Changes

Full Changelog: web-infra-dev/rstest@v0.9.4...v0.9.5

v0.9.4

Compare Source

What's Changed
Performance 🚀
Bug Fixes 🐞
Document 📖
Other Changes

Full Changelog: web-infra-dev/rstest@v0.9.3...v0.9.4

v0.9.3

Compare Source

What's Changed
New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes

Full Changelog: web-infra-dev/rstest@v0.9.2...v0.9.3


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Between 12:00 AM and 03:59 AM, only on Monday (* 0-3 * * 1)
  • 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.

@renovate renovate Bot force-pushed the renovate/rstest-core-0.x branch 3 times, most recently from e12c75b to a652125 Compare May 20, 2026 08:54
@renovate renovate Bot changed the title chore(deps): update dependency @rstest/core to v0.10.0 chore(deps): update dependency @rstest/core to v0.10.1 May 20, 2026
@renovate renovate Bot force-pushed the renovate/rstest-core-0.x branch 2 times, most recently from b4cd4ef to e47204a Compare May 22, 2026 15:58
@renovate renovate Bot changed the title chore(deps): update dependency @rstest/core to v0.10.1 chore(deps): update dependency @rstest/core to v0.10.2 May 22, 2026
@renovate renovate Bot force-pushed the renovate/rstest-core-0.x branch 2 times, most recently from 44bbb5e to 97e33ac Compare May 28, 2026 20:11
@renovate renovate Bot force-pushed the renovate/rstest-core-0.x branch from 97e33ac to 33bffc4 Compare May 29, 2026 11:27
@renovate renovate Bot changed the title chore(deps): update dependency @rstest/core to v0.10.2 chore(deps): update dependency @rstest/core to v0.10.3 May 29, 2026
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