chore(deps): update dependency @rstest/core to v0.5.0#368
Merged
chenjiahan merged 1 commit intomainfrom Sep 29, 2025
Merged
Conversation
✅ Deploy Preview for rslint ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
chenjiahan
approved these changes
Sep 29, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more here.
This PR contains the following updates:
0.3.2->0.5.0^0.3.2->^0.5.0Release Notes
web-infra-dev/rstest (@rstest/core)
v0.5.0Compare Source
What's Changed
Breaking Changes
Merge
excludevalues by defaultChange the default behavior of the exclude configuration from override to merge, which will be more intuitive for most people. This helps avoid matching a large number of tests in
node_modulesbecausenode_moduleswas not added to the exclude list.before:
after:
If you want to override the default exclude configuration, you can set
overridetotrue.New Features 🎉
excludevalues by default by @9aoy in #588coverage.includeby @9aoy in #585coverage.includesworks in projects by @9aoy in #593<rootDir>in path-based configuration settings by @9aoy in #583stubEnvsupportimport.meta.envby @9aoy in #594Bug Fixes 🐞
coverage.excludeshould exclude path correctly by @9aoy in #592Document 📖
coverage.includeby @9aoy in #591Other Changes
Full Changelog: web-infra-dev/rstest@v0.4.1...v0.5.0
v0.4.1Compare Source
What's Changed
Document 📖
@rstest/coverage-istanbulreadme by @9aoy in #572Migrating from Jestchapter by @9aoy in #574Other Changes
pool.typeoptional by @9aoy in #575New Contributors
Full Changelog: web-infra-dev/rstest@v0.4.0...v0.4.1
v0.4.0Compare Source
Highlights 💡
Code coverage support 🎉
Rstest supports collecting code coverage and generating coverage reports using istanbul.
Learn more about Code coverage.
What's Changed
New Features 🎉
coverage.reportersoption by @9aoy in #556coverage.reportsDirectoryoption by @9aoy in #557--coverageby @9aoy in #568Bug Fixes 🐞
Document 📖
coverageconfiguration by @9aoy in #564Other Changes
New Contributors
Full Changelog: web-infra-dev/rstest@v0.3.4...v0.4.0
v0.3.4Compare Source
What's Changed
Bug Fixes 🐞
Full Changelog: web-infra-dev/rstest@v0.3.3...v0.3.4
v0.3.3Compare Source
What's Changed
Bug Fixes 🐞
node_modulesby @9aoy in #547rsto global API by @9aoy in #551onTestFinished/onTestFailedto global APIs by @9aoy in #552Document 📖
Other Changes
Full Changelog: web-infra-dev/rstest@v0.3.2...v0.3.3
Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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.
This PR was generated by Mend Renovate. View the repository job log.