Skip to content

fix(deps): update eslint (eslint-config) #149

fix(deps): update eslint (eslint-config)

fix(deps): update eslint (eslint-config) #149

Triggered via pull request November 3, 2024 15:06
Status Failure
Total duration 1m 32s
Artifacts

test.yml

on: pull_request
Filter Changed Packages (Test Package)
4s
Filter Changed Packages (Test Package)
Vitest (Test Package)
20s
Vitest (Test Package)
Fit to window
Zoom out
Zoom in

Annotations

7 errors
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": "latest", - "parser": "[email protected]", + "parser": "[email protected]", "parserOptions": {}, "sourceType": "module", }, "linterOptions": { "reportUnusedDisableDirectives": 1, ❯ test/snapshot.test.ts:25: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": "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", "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 @@ -1143,11 +1143,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", @@ -1156,11 +1156,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.
Vitest (Test Package)
Snapshot test failed.
Vitest (Test Package)
Process completed with exit code 1.