fix(deps): update eslint-patch to v8.57.2 #1987
test.yml
on: pull_request
Vitest (Test Package)
29s
Annotations
4 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
@@ -1188,11 +1188,11 @@
"parser": "astro-eslint-parser@1.3.0",
"parserOptions": {
"extraFileExtensions": {
"0": ".astro",
},
- "parser": "typescript-eslint-parser-for-extra-files@8.57.1",
+ "parser": "typescript-eslint-parser-for-extra-files@8.57.2",
"project": true,
"projectService": false,
"tsconfigRootDir": "/home/runner/work/js-config/js-config",
},
"sourceType": "module",
@@ -1201,11 +1201,11 @@
"reportUnusedDisableDirectives": 1,
},
"plugins": [
"@",
"perfectionist:eslint-plugin-perfectionist@5.7.0",
- "@typescript-eslint:@typescript-eslint/eslint-plugin@8.57.1",
+ "@typescript-eslint:@typescript-eslint/eslint-plugin@8.57.2",
"astro:eslint-plugin-astro@1.6.0",
"jsx-a11y:eslint-plugin-jsx-a11y@6.10.2",
],
"processor": "astro/client-side-ts",
"rules": {
❯ test/snapshot.test.ts:70:22
|
|
test/snapshot.test.ts > Test ESLint config with snapshot > react preset > matches snapshot:
packages/eslint-config/test/snapshot.test.ts#L55
Error: Snapshot `Test ESLint config with snapshot > react preset > matches snapshot 1` mismatched
- Expected
+ Received
@@ -1179,11 +1179,11 @@
"viewport": false,
"visualViewport": false,
"when": false,
"window": false,
},
- "parser": "typescript-eslint/parser@8.57.1",
+ "parser": "typescript-eslint/parser@8.57.2",
"parserOptions": {
"ecmaFeatures": {
"jsx": true,
},
"jsxPragma": null,
@@ -1203,11 +1203,11 @@
"reportUnusedDisableDirectives": 1,
},
"plugins": [
"@",
"perfectionist:eslint-plugin-perfectionist@5.7.0",
- "@typescript-eslint:@typescript-eslint/eslint-plugin@8.57.1",
+ "@typescript-eslint:@typescript-eslint/eslint-plugin@8.57.2",
"react",
"react-you-might-not-need-an-effect:react-you-might-not-need-an-effect",
"react-refresh",
],
"processor": undefined,
❯ test/snapshot.test.ts:55:22
|
|
test/snapshot.test.ts > Test ESLint config with snapshot > ts preset > matches snapshot:
packages/eslint-config/test/snapshot.test.ts#L40
Error: Snapshot `Test ESLint config with snapshot > ts preset > matches snapshot 1` mismatched
- Expected
+ Received
@@ -1,10 +1,10 @@
{
"language": "@/js",
"languageOptions": {
"ecmaVersion": 2026,
- "parser": "typescript-eslint/parser@8.57.1",
+ "parser": "typescript-eslint/parser@8.57.2",
"parserOptions": {
"projectService": {
"allowDefaultProject": {
"0": "*.js",
"1": "*.mjs",
@@ -20,11 +20,11 @@
"reportUnusedDisableDirectives": 1,
},
"plugins": [
"@",
"perfectionist:eslint-plugin-perfectionist@5.7.0",
- "@typescript-eslint:@typescript-eslint/eslint-plugin@8.57.1",
+ "@typescript-eslint:@typescript-eslint/eslint-plugin@8.57.2",
],
"processor": undefined,
"rules": {
"@babel/object-curly-spacing": [
0,
❯ test/snapshot.test.ts:40:22
|