chore(deps): update devdependencies (major) #2100
test.yml
on: pull_request
Vitest (Test Package)
20s
Annotations
3 errors
|
Vitest (Test Package)
Process completed with exit code 1.
|
|
test/snapshot.test.ts > Test ESLint config with snapshot > astro preset > matches snapshot:
packages/eslint-config/test/snapshot.test.ts#L70
Error: Snapshot `Test ESLint config with snapshot > astro preset > matches snapshot 1` mismatched
- Expected
+ Received
@@ -2608,11 +2608,11 @@
0,
],
"no-shadow-restricted-names": [
2,
{
- "reportGlobalThis": false,
+ "reportGlobalThis": true,
},
],
"no-space-before-semi": [
0,
],
❯ test/snapshot.test.ts:70:22
|
|
test/snapshot.test.ts > Test ESLint config with snapshot > js preset > matches snapshot:
packages/eslint-config/test/snapshot.test.ts#L25
Error: Snapshot `Test ESLint config with snapshot > js preset > matches snapshot 1` mismatched
- Expected
+ Received
@@ -1,10 +1,10 @@
{
"language": "@/js",
"languageOptions": {
"ecmaVersion": 2026,
- "parser": "espree@10.4.0",
+ "parser": "espree@11.2.0",
"parserOptions": {
"sourceType": "module",
},
"sourceType": "module",
},
@@ -957,11 +957,11 @@
2,
],
"no-shadow-restricted-names": [
2,
{
- "reportGlobalThis": false,
+ "reportGlobalThis": true,
},
],
"no-space-before-semi": [
0,
],
❯ test/snapshot.test.ts:25:22
|