Skip to content

Commit 0a3e56d

Browse files
chore: update snapshot (github-actions)
1 parent fb5a51c commit 0a3e56d

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

packages/eslint-config/test/__snapshots__/snapshot.test.ts.snap

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1193,7 +1193,7 @@ exports[`Test ESLint config with snapshot > astro preset > matches snapshot 1`]
11931193
"extraFileExtensions": {
11941194
"0": ".astro",
11951195
},
1196-
"parser": "typescript-eslint-parser-for-extra-files@8.53.0",
1196+
"parser": "typescript-eslint-parser-for-extra-files@8.54.0",
11971197
"project": true,
11981198
"projectService": false,
11991199
"tsconfigRootDir": "/home/runner/work/js-config/js-config",
@@ -1205,8 +1205,8 @@ exports[`Test ESLint config with snapshot > astro preset > matches snapshot 1`]
12051205
},
12061206
"plugins": [
12071207
"@",
1208-
"perfectionist:eslint-plugin-perfectionist@5.3.1",
1209-
"@typescript-eslint:@typescript-eslint/eslint-plugin@8.53.0",
1208+
"perfectionist:eslint-plugin-perfectionist@5.4.0",
1209+
"@typescript-eslint:@typescript-eslint/eslint-plugin@8.54.0",
12101210
"astro:eslint-plugin-astro@1.5.0",
12111211
"jsx-a11y:eslint-plugin-jsx-a11y@6.10.2",
12121212
],
@@ -3219,7 +3219,7 @@ exports[`Test ESLint config with snapshot > js preset > matches snapshot 1`] = `
32193219
},
32203220
"plugins": [
32213221
"@",
3222-
"perfectionist:eslint-plugin-perfectionist@5.3.1",
3222+
"perfectionist:eslint-plugin-perfectionist@5.4.0",
32233223
],
32243224
"processor": undefined,
32253225
"rules": {
@@ -5892,7 +5892,7 @@ exports[`Test ESLint config with snapshot > react preset > matches snapshot 1`]
58925892
"when": false,
58935893
"window": false,
58945894
},
5895-
"parser": "typescript-eslint/parser@8.53.0",
5895+
"parser": "typescript-eslint/parser@8.54.0",
58965896
"parserOptions": {
58975897
"ecmaFeatures": {
58985898
"jsx": true,
@@ -5915,8 +5915,8 @@ exports[`Test ESLint config with snapshot > react preset > matches snapshot 1`]
59155915
},
59165916
"plugins": [
59175917
"@",
5918-
"perfectionist:eslint-plugin-perfectionist@5.3.1",
5919-
"@typescript-eslint:@typescript-eslint/eslint-plugin@8.53.0",
5918+
"perfectionist:eslint-plugin-perfectionist@5.4.0",
5919+
"@typescript-eslint:@typescript-eslint/eslint-plugin@8.54.0",
59205920
"react",
59215921
"react-you-might-not-need-an-effect:react-you-might-not-need-an-effect",
59225922
"react-refresh",
@@ -7672,7 +7672,7 @@ exports[`Test ESLint config with snapshot > ts preset > matches snapshot 1`] = `
76727672
"language": "@/js",
76737673
"languageOptions": {
76747674
"ecmaVersion": 2026,
7675-
"parser": "typescript-eslint/parser@8.53.0",
7675+
"parser": "typescript-eslint/parser@8.54.0",
76767676
"parserOptions": {
76777677
"projectService": {
76787678
"allowDefaultProject": {
@@ -7691,8 +7691,8 @@ exports[`Test ESLint config with snapshot > ts preset > matches snapshot 1`] = `
76917691
},
76927692
"plugins": [
76937693
"@",
7694-
"perfectionist:eslint-plugin-perfectionist@5.3.1",
7695-
"@typescript-eslint:@typescript-eslint/eslint-plugin@8.53.0",
7694+
"perfectionist:eslint-plugin-perfectionist@5.4.0",
7695+
"@typescript-eslint:@typescript-eslint/eslint-plugin@8.54.0",
76967696
],
76977697
"processor": undefined,
76987698
"rules": {

0 commit comments

Comments
 (0)