fix(deps): update eslint #2101
test.yml
on: pull_request
Vitest (Test Package)
22s
Annotations
5 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
@@ -1183,16 +1183,16 @@
"viewport": false,
"visualViewport": false,
"when": false,
"window": false,
},
- "parser": "astro-eslint-parser@1.3.0",
+ "parser": "astro-eslint-parser@1.4.0",
"parserOptions": {
"extraFileExtensions": {
"0": ".astro",
},
- "parser": "typescript-eslint-parser-for-extra-files@8.57.2",
+ "parser": "typescript-eslint-parser-for-extra-files@8.58.1",
"project": true,
"projectService": false,
"tsconfigRootDir": "/home/runner/work/js-config/js-config",
},
"sourceType": "module",
@@ -1200,13 +1200,13 @@
"linterOptions": {
"reportUnusedDisableDirectives": 1,
},
"plugins": [
"@",
- "perfectionist:eslint-plugin-perfectionist@5.7.0",
- "@typescript-eslint:@typescript-eslint/eslint-plugin@8.57.2",
- "astro:eslint-plugin-astro@1.6.0",
+ "perfectionist:eslint-plugin-perfectionist@5.8.0",
+ "@typescript-eslint:@typescript-eslint/eslint-plugin@8.58.1",
+ "astro:eslint-plugin-astro@1.7.0",
"jsx-a11y:eslint-plugin-jsx-a11y@6.10.2",
],
"processor": "astro/client-side-ts",
"rules": {
"@babel/object-curly-spacing": [
❯ 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
@@ -29,10 +29,11 @@
"AudioEncoder": false,
"AudioListener": false,
"AudioNode": false,
"AudioParam": false,
"AudioParamMap": false,
+ "AudioPlaybackStats": false,
"AudioProcessingEvent": false,
"AudioScheduledSourceNode": false,
"AudioSinkInfo": false,
"AudioWorklet": false,
"AudioWorkletGlobalScope": false,
@@ -719,10 +720,11 @@
"SVGTransform": false,
"SVGTransformList": false,
"SVGUnitTypes": false,
"SVGUseElement": false,
"SVGViewElement": false,
+ "Sanitizer": false,
"Scheduler": false,
"Scheduling": false,
"Screen": false,
"ScreenDetailed": false,
"ScreenDetails": false,
@@ -798,10 +800,13 @@
"TextTrackCueList": false,
"TextTrackList": false,
"TextUpdateEvent": false,
"TimeEvent": false,
"TimeRanges": false,
+ "TimelineTrigger": false,
+ "TimelineTriggerRange": false,
+ "TimelineTriggerRangeList": false,
"ToggleEvent": false,
"Touch": false,
"TouchEvent": false,
"TouchList": false,
"TrackEvent": false,
@@ -1179,11 +1184,11 @@
"viewport": false,
"visualViewport": false,
"when": false,
"window": false,
},
- "parser": "typescript-eslint/parser@8.57.2",
+ "parser": "typescript-eslint/parser@8.58.1",
"parserOptions": {
"ecmaFeatures": {
"jsx": true,
},
"jsxPragma": null,
@@ -1202,12 +1207,12 @@
"linterOptions": {
"reportUnusedDisableDirectives": 1,
},
"plugins": [
"@",
- "perfectionist:eslint-plugin-perfectionist@5.7.0",
- "@typescript-eslint:@typescript-eslint/eslint-plugin@8.57.2",
+ "perfectionist:eslint-plugin-perfectionist@5.8.0",
+ "@typescript-eslint:@typescript-eslint/eslint-plugin@8.58.1",
"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.2",
+ "parser": "typescript-eslint/parser@8.58.1",
"parserOptions": {
"projectService": {
"allowDefaultProject": {
"0": "*.js",
"1": "*.mjs",
@@ -19,12 +19,12 @@
"linterOptions": {
"reportUnusedDisableDirectives": 1,
},
"plugins": [
"@",
- "perfectionist:eslint-plugin-perfectionist@5.7.0",
- "@typescript-eslint:@typescript-eslint/eslint-plugin@8.57.2",
+ "perfectionist:eslint-plugin-perfectionist@5.8.0",
+ "@typescript-eslint:@typescript-eslint/eslint-plugin@8.58.1",
],
"processor": undefined,
"rules": {
"@babel/object-curly-spacing": [
0,
❯ test/snapshot.test.ts:40: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
@@ -11,11 +11,11 @@
"linterOptions": {
"reportUnusedDisableDirectives": 1,
},
"plugins": [
"@",
- "perfectionist:eslint-plugin-perfectionist@5.7.0",
+ "perfectionist:eslint-plugin-perfectionist@5.8.0",
],
"processor": undefined,
"rules": {
"@babel/object-curly-spacing": [
0,
❯ test/snapshot.test.ts:25:22
|