Skip to content

Commit bba9db6

Browse files
authored
Merge pull request #484 from VirtualLiveLab/renovate/eslint
fix(deps): update eslint
2 parents 00fb867 + 8d9b2df commit bba9db6

File tree

4 files changed

+108
-91
lines changed

4 files changed

+108
-91
lines changed

.changeset/dependencies-GH-484.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@virtual-live-lab/eslint-config": patch
3+
---
4+
5+
fix(deps): update eslint

packages/eslint-config/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@
3333
"eslint": "^8.57.0 || ^9.0.0"
3434
},
3535
"dependencies": {
36-
"@astrojs/compiler": "2.11.0",
37-
"@eslint/compat": "1.2.8",
36+
"@astrojs/compiler": "2.12.0",
37+
"@eslint/compat": "1.2.9",
3838
"@eslint/eslintrc": "3.3.1",
39-
"@eslint/js": "9.25.1",
39+
"@eslint/js": "9.26.0",
4040
"@stylistic/eslint-plugin-ts": "4.2.0",
41-
"@typescript-eslint/utils": "8.31.0",
41+
"@typescript-eslint/utils": "8.31.1",
4242
"astro-eslint-parser": "1.2.2",
4343
"astrojs-compiler-sync": "1.1.1",
4444
"eslint-config-flat-gitignore": "2.1.0",
@@ -52,8 +52,8 @@
5252
"eslint-plugin-tailwindcss": "3.18.0",
5353
"globals": "16.0.0",
5454
"pkg-dir": "8.0.0",
55-
"typescript-eslint": "8.31.0",
56-
"typescript-eslint-parser-for-extra-files": "0.8.0"
55+
"typescript-eslint": "8.31.1",
56+
"typescript-eslint-parser-for-extra-files": "0.9.0"
5757
},
5858
"devDependencies": {
5959
"@types/node": "catalog:",

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1152,7 +1152,7 @@ exports[`Test ESLint config with snapshot > astro preset > matches snapshot 1`]
11521152
"extraFileExtensions": {
11531153
"0": ".astro",
11541154
},
1155-
"parser": "[email protected].0",
1155+
"parser": "[email protected].1",
11561156
"project": true,
11571157
"projectService": false,
11581158
"tsconfigRootDir": "/home/runner/work/js-config/js-config",
@@ -1165,7 +1165,7 @@ exports[`Test ESLint config with snapshot > astro preset > matches snapshot 1`]
11651165
"plugins": [
11661166
"@",
11671167
"perfectionist:[email protected]",
1168-
"@typescript-eslint:@typescript-eslint/[email protected].0",
1168+
"@typescript-eslint:@typescript-eslint/[email protected].1",
11691169
"@stylistic/ts",
11701170
11711171
"jsx-a11y:[email protected]",
@@ -5762,7 +5762,7 @@ exports[`Test ESLint config with snapshot > react preset > matches snapshot 1`]
57625762
"visualViewport": false,
57635763
"window": false,
57645764
},
5765-
"parser": "typescript-eslint/[email protected].0",
5765+
"parser": "typescript-eslint/[email protected].1",
57665766
"parserOptions": {
57675767
"ecmaFeatures": {
57685768
"jsx": true,
@@ -5786,7 +5786,7 @@ exports[`Test ESLint config with snapshot > react preset > matches snapshot 1`]
57865786
"plugins": [
57875787
"@",
57885788
"perfectionist:[email protected]",
5789-
"@typescript-eslint:@typescript-eslint/[email protected].0",
5789+
"@typescript-eslint:@typescript-eslint/[email protected].1",
57905790
"@stylistic/ts",
57915791
"react",
57925792
"react-hooks:eslint-plugin-react-hooks",
@@ -7504,7 +7504,7 @@ exports[`Test ESLint config with snapshot > ts preset > matches snapshot 1`] = `
75047504
"language": "@/js",
75057505
"languageOptions": {
75067506
"ecmaVersion": 2025,
7507-
"parser": "typescript-eslint/[email protected].0",
7507+
"parser": "typescript-eslint/[email protected].1",
75087508
"parserOptions": {
75097509
"projectService": {
75107510
"allowDefaultProject": {
@@ -7524,7 +7524,7 @@ exports[`Test ESLint config with snapshot > ts preset > matches snapshot 1`] = `
75247524
"plugins": [
75257525
"@",
75267526
"perfectionist:[email protected]",
7527-
"@typescript-eslint:@typescript-eslint/[email protected].0",
7527+
"@typescript-eslint:@typescript-eslint/[email protected].1",
75287528
"@stylistic/ts",
75297529
],
75307530
"processor": undefined,

0 commit comments

Comments
 (0)