Skip to content

Conversation

@sheremet-va
Copy link
Member

Description

Fixes #7944

Please don't delete this checklist! Before submitting the PR, please make sure you do the following:

  • It's really useful if your PR references an issue where it is discussed ahead of time. If the feature is substantial or introduces breaking changes without a discussion, PR might be closed.
  • Ideally, include a test that fails without this PR but passes with it.
  • Please, don't make changes to pnpm-lock.yaml unless you introduce a new test example.

Tests

  • Run the tests with pnpm test:ci.

Documentation

  • If you introduce new functionality, document it. You can run documentation with pnpm run docs command.

Changesets

  • Changes in changelog are generated from PR name. Please, make sure that it explains your changes in an understandable manner. Please, prefix changeset messages with feat:, fix:, perf:, docs:, or chore:.

@netlify
Copy link

netlify bot commented May 28, 2025

Deploy Preview for vitest-dev ready!

Name Link
🔨 Latest commit afc9b6b
🔍 Latest deploy log https://app.netlify.com/projects/vitest-dev/deploys/68374f3727fd6d0008dcbe10
😎 Deploy Preview https://deploy-preview-8049--vitest-dev.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.

@sheremet-va sheremet-va merged commit 0cbad1b into vitest-dev:main May 29, 2025
13 checks passed
@sheremet-va sheremet-va deleted the fix/cache-dir-resolve branch May 29, 2025 09:50
{
name: 'vitest:project',
enforce: 'pre',
enforce: 'post',
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Workspace's plugins can no longer access resolved values in config: #8120

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.

vitest with browser setup no longer working when bumping from 3.1.1 to 3.1.3

2 participants