fix(deps): update eslint (eslint-config) #378
test.yml
on: pull_request
Filter Changed Packages (Test Package)
3s
Vitest (Test Package)
22s
Annotations
4 errors
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": 2025,
- "parser": "typescript-eslint/[email protected]",
+ "parser": "typescript-eslint/[email protected]",
"parserOptions": {
"projectService": {
"allowDefaultProject": {
"0": "*.js",
"1": "*.mjs",
@@ -20,11 +20,11 @@
"reportUnusedDisableDirectives": 1,
},
"plugins": [
"@",
"perfectionist:perfectionist",
- "@typescript-eslint:@typescript-eslint/[email protected]",
+ "@typescript-eslint:@typescript-eslint/[email protected]",
"@stylistic/ts",
],
"processor": undefined,
"rules": {
"@babel/object-curly-spacing": [
❯ test/snapshot.test.ts:40: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
@@ -1130,11 +1130,11 @@
"top": false,
"trustedTypes": false,
"visualViewport": false,
"window": false,
},
- "parser": "typescript-eslint/[email protected]",
+ "parser": "typescript-eslint/[email protected]",
"parserOptions": {
"ecmaFeatures": {
"jsx": true,
},
"jsxPragma": null,
@@ -1154,11 +1154,11 @@
"reportUnusedDisableDirectives": 1,
},
"plugins": [
"@",
"perfectionist:perfectionist",
- "@typescript-eslint:@typescript-eslint/[email protected]",
+ "@typescript-eslint:@typescript-eslint/[email protected]",
"@stylistic/ts",
"react",
"react-hooks",
"react-refresh",
"jsx-a11y:[email protected]",
❯ test/snapshot.test.ts:55:22
|
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
@@ -1147,11 +1147,11 @@
"parser": "[email protected]",
"parserOptions": {
"extraFileExtensions": {
"0": ".astro",
},
- "parser": "[email protected]",
+ "parser": "[email protected]",
"project": true,
"projectService": false,
"tsconfigRootDir": "/home/runner/work/js-config/js-config",
},
"sourceType": "module",
@@ -1160,11 +1160,11 @@
"reportUnusedDisableDirectives": 1,
},
"plugins": [
"@",
"perfectionist:perfectionist",
- "@typescript-eslint:@typescript-eslint/[email protected]",
+ "@typescript-eslint:@typescript-eslint/[email protected]",
"@stylistic/ts",
"astro:[email protected]",
"jsx-a11y:[email protected]",
],
"processor": "astro/client-side-ts",
❯ test/snapshot.test.ts:70:22
|
Vitest (Test Package)
Process completed with exit code 1.
|