chore(deps): update vitest monorepo to v3 (major) #1217
Annotations
4 errors and 1 warning
Run pnpm run test --coverage:
src/blocks/blockVitest.test.ts#L17
Error: Snapshot `blockVitest > without addons or mode 1` mismatched
- Expected
+ Received
@@ -145,14 +145,14 @@
},
{
"addons": {
"properties": {
"devDependencies": {
- "@vitest/coverage-v8": "2.1.8",
+ "@vitest/coverage-v8": "3.0.2",
"@vitest/eslint-plugin": "1.1.20",
"console-fail-test": "0.5.0",
- "vitest": "2.1.8",
+ "vitest": "3.0.2",
},
"scripts": {
"test": "vitest",
},
},
❯ src/blocks/blockVitest.test.ts:17:20
|
Run pnpm run test --coverage:
src/blocks/blockVitest.test.ts#L250
Error: Snapshot `blockVitest > migration mode 1` mismatched
- Expected
+ Received
@@ -145,14 +145,14 @@
},
{
"addons": {
"properties": {
"devDependencies": {
- "@vitest/coverage-v8": "2.1.8",
+ "@vitest/coverage-v8": "3.0.2",
"@vitest/eslint-plugin": "1.1.20",
"console-fail-test": "0.5.0",
- "vitest": "2.1.8",
+ "vitest": "3.0.2",
},
"scripts": {
"test": "vitest",
},
},
❯ src/blocks/blockVitest.test.ts:250:20
|
Run pnpm run test --coverage:
src/blocks/blockVitest.test.ts#L504
Error: Snapshot `blockVitest > with addons 1` mismatched
- Expected
+ Received
@@ -145,14 +145,14 @@
},
{
"addons": {
"properties": {
"devDependencies": {
- "@vitest/coverage-v8": "2.1.8",
+ "@vitest/coverage-v8": "3.0.2",
"@vitest/eslint-plugin": "1.1.20",
"console-fail-test": "0.5.0",
- "vitest": "2.1.8",
+ "vitest": "3.0.2",
},
"scripts": {
"test": "vitest",
},
},
❯ src/blocks/blockVitest.test.ts:504:20
|
Run pnpm run test --coverage
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading