Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 29, 2025

Note

Mend has cancelled the proposed renaming of the Renovate GitHub app being renamed to mend[bot].

This notice will be removed on 2025-10-07.


This PR contains the following updates:

Package Change Age Confidence
@rstest/core (source) 0.4.1 -> 0.5.1 age confidence

Release Notes

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

v0.5.1

Compare Source

What's Changed

New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes

Full Changelog: web-infra-dev/rstest@v0.5.0...v0.5.1

v0.5.0

Compare Source

What's Changed

Breaking Changes
Merge exclude values by default

Change 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_modules because node_modules was not added to the exclude list.

before:

import { defineConfig } from '@​rstest/core';

export default defineConfig({
   exclude: ['**/some-dirs/**', '**/node_modules/**', '**/dist/**', '**/.{idea,git,cache,output,temp}/**']
});

after:

import { defineConfig } from '@​rstest/core';

export default defineConfig({
   exclude: ['**/some-dirs/**']
});

If you want to override the default exclude configuration, you can set override to true.

import { defineConfig } from '@​rstest/core';

export default defineConfig({
  exclude: {
    patterns: ['**/node_modules/**'],
    override: true,
  },
});
New Features 🎉
  • feat!: merge exclude values by default by @​9aoy in #​588
  • feat(coverage): support coverage.include by @​9aoy in #​585
  • feat(coverage): coverage.includes works in projects by @​9aoy in #​593
  • feat(coverage): support checking coverage threshold for glob files by @​9aoy in #​589
  • feat(coverage): support check coverage threshold for per file by @​9aoy in #​590
  • feat: support use <rootDir> in path-based configuration settings by @​9aoy in #​583
  • feat: stubEnv support import.meta.env by @​9aoy in #​594
Bug Fixes 🐞
  • fix(coverage): should not watch coverage reportsDirectory by @​9aoy in #​586
  • fix(coverage): coverage.exclude should exclude path correctly by @​9aoy in #​592
Document 📖
Other Changes

Full Changelog: web-infra-dev/rstest@v0.4.1...v0.5.0


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 becomes conflicted, or you tick the rebase/retry checkbox.

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


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

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

Copy link

netlify bot commented Sep 29, 2025

Deploy Preview for rsdoctor ready!

Name Link
🔨 Latest commit ae51f08
🔍 Latest deploy log https://app.netlify.com/projects/rsdoctor/deploys/68db6b102171290008355e4b
😎 Deploy Preview https://deploy-preview-1338--rsdoctor.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

yifancong
yifancong previously approved these changes Sep 29, 2025
yifancong
yifancong previously approved these changes Sep 29, 2025
@renovate renovate bot force-pushed the renovate/rstest-core-0.x branch from 8889863 to ac0e894 Compare September 29, 2025 02:59
@renovate renovate bot changed the title chore(deps): update dependency @rstest/core to v0.5.0 chore(deps): update dependency @rstest/core to v0.5.1 Sep 30, 2025
@renovate renovate bot force-pushed the renovate/rstest-core-0.x branch from ac0e894 to ae51f08 Compare September 30, 2025 05:30
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