Skip to content

chore(deps): update dependency @rstest/core to v0.3.2#331

Merged
9aoy merged 2 commits intomainfrom
renovate/rstest-core-0.x
Sep 4, 2025
Merged

chore(deps): update dependency @rstest/core to v0.3.2#331
9aoy merged 2 commits intomainfrom
renovate/rstest-core-0.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Sep 4, 2025

This PR contains the following updates:

Package Change Age Confidence
@rstest/core (source) 0.1.0 -> 0.3.2 age confidence
@rstest/core (source) ^0.1.0 -> ^0.3.2 age confidence

Release Notes

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

v0.3.2

Compare Source

What's Changed
New Features 🎉
Document 📖
Other Changes

Full Changelog: web-infra-dev/rstest@v0.3.1...v0.3.2

v0.3.1

Compare Source

What's Changed
New Features 🎉

Full Changelog: web-infra-dev/rstest@v0.3.0...v0.3.1

v0.3.0

Compare Source

Highlights 💡
Incremental re-runs in watch mode

Watch mode now supports incremental re-runs. When a test file or its dependencies change, Rstest intelligently re-executes only the affected tests, significantly improving testing efficiency.

Test projects

Support define & run multiple test projects via projects configuration. This allows users to define and run tests across multiple project directories with different configurations, enabling better organization of test suites in monorepo structures.

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

export default defineConfig({
  projects: [
    // A monorepo: each package directory is a project
    'packages/*',

    // All apps that provide an rstest config file
    'apps/**/rstest.config.ts',

    // A specific project directory
    '<rootDir>/services/auth',

    // A specific project's config file
    './projects/web/rstest.config.ts',
  ],
});
What's Changed
New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes

Full Changelog: web-infra-dev/rstest@v0.2.2...v0.3.0

v0.2.2

Compare Source

What's Changed
New Features 🎉
Other Changes

Full Changelog: web-infra-dev/rstest@v0.2.1...v0.2.2

v0.2.1

Compare Source

What's Changed
Bug Fixes 🐞

Full Changelog: web-infra-dev/rstest@v0.2.0...v0.2.1

v0.2.0

Compare Source

What's Changed
Breaking changes
New Features 🎉
  • feat: support filter test name regex pattern via t shortcut by @​9aoy in #​462
  • feat: support filter by filename regex pattern via p shortcut by @​9aoy in #​470
  • feat(cli): support restart rstest when config file changed by @​9aoy in #​477
Other Changes

Full Changelog: web-infra-dev/rstest@v0.1.3...v0.2.0

v0.1.3

Compare Source

What's Changed
New Features 🎉
Document 📖
Other Changes

Full Changelog: web-infra-dev/rstest@v0.1.2...v0.1.3

v0.1.2

Compare Source

What's Changed
Breaking Changes
  • refactor!: enable run mode by default when run rstest command by @​9aoy in #​448
Bug Fixes 🐞
Document 📖

Full Changelog: web-infra-dev/rstest@v0.1.1...v0.1.2

v0.1.1

Compare Source

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

Full Changelog: web-infra-dev/rstest@v0.1.0...v0.1.1


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

@netlify
Copy link
Copy Markdown

netlify bot commented Sep 4, 2025

Deploy Preview for rslint ready!

Name Link
🔨 Latest commit 16de4c0
🔍 Latest deploy log https://app.netlify.com/projects/rslint/deploys/68b94ac3062ed6000893e4c5
😎 Deploy Preview https://deploy-preview-331--rslint.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.

@renovate renovate bot force-pushed the renovate/rstest-core-0.x branch from 1b9aee4 to f96321d Compare September 4, 2025 08:01
chenjiahan
chenjiahan previously approved these changes Sep 4, 2025
@renovate
Copy link
Copy Markdown
Contributor Author

renovate bot commented Sep 4, 2025

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@9aoy 9aoy enabled auto-merge (squash) September 4, 2025 08:32
@9aoy 9aoy requested a review from chenjiahan September 4, 2025 08:32
@9aoy 9aoy merged commit 5c8f793 into main Sep 4, 2025
17 checks passed
@9aoy 9aoy deleted the renovate/rstest-core-0.x branch September 4, 2025 08:43
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.

2 participants