fix(deps): update eslint to ^8.11.0 (eslint-config) #54
test.yml
on: pull_request
Filter Changed Packages
4s
Vitest
17s
Annotations
6 errors and 1 warning
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": "latest",
- "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
@@ -1126,11 +1126,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,
@@ -1150,11 +1150,11 @@
"reportUnusedDisableDirectives": 1,
},
"plugins": [
"@",
"perfectionist:perfectionist",
- "@typescript-eslint:@typescript-eslint/[email protected]",
+ "@typescript-eslint:@typescript-eslint/[email protected]",
"@stylistic/ts",
"react",
"react-hooks",
"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
@@ -83,11 +83,11 @@
"parser": "[email protected]",
"parserOptions": {
"extraFileExtensions": {
"0": ".astro",
},
- "parser": "typescript-eslint/[email protected]",
+ "parser": "typescript-eslint/[email protected]",
},
"sourceType": "module",
},
"linterOptions": {
"reportUnusedDisableDirectives": 1,
❯ test/snapshot.test.ts:70:22
|
Vitest
Process completed with exit code 1.
|
Vitest
Snapshot test failed.
|
Vitest
Process completed with exit code 1.
|
Filter Changed Packages
'ref' input parameter is ignored when 'base' is set to HEAD
|