Skip to content

Commit a67023f

Browse files
authored
Merge pull request #504 from VirtualLiveLab/renovate/eslint
fix(deps): update eslint
2 parents 9deb0ef + a220227 commit a67023f

4 files changed

Lines changed: 117 additions & 106 deletions

File tree

.changeset/dependencies-GH-504.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: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,25 +34,25 @@
3434
},
3535
"dependencies": {
3636
"@astrojs/compiler": "2.12.2",
37-
"@eslint/compat": "1.3.0",
37+
"@eslint/compat": "1.3.1",
3838
"@eslint/eslintrc": "3.3.1",
39-
"@eslint/js": "9.28.0",
39+
"@eslint/js": "9.29.0",
4040
"@stylistic/eslint-plugin-ts": "4.4.1",
41-
"@typescript-eslint/utils": "8.34.0",
41+
"@typescript-eslint/utils": "8.35.0",
4242
"astro-eslint-parser": "1.2.2",
4343
"astrojs-compiler-sync": "1.1.1",
4444
"eslint-config-flat-gitignore": "2.1.0",
4545
"eslint-config-prettier": "10.1.5",
4646
"eslint-plugin-astro": "1.3.1",
4747
"eslint-plugin-jsx-a11y": "6.10.2",
48-
"eslint-plugin-perfectionist": "4.14.0",
48+
"eslint-plugin-perfectionist": "4.15.0",
4949
"eslint-plugin-react": "7.37.5",
5050
"eslint-plugin-react-hooks": "5.2.0",
5151
"eslint-plugin-react-refresh": "0.4.20",
5252
"eslint-plugin-tailwindcss": "3.18.0",
5353
"globals": "16.2.0",
5454
"package-directory": "8.1.0",
55-
"typescript-eslint": "8.34.0",
55+
"typescript-eslint": "8.35.0",
5656
"typescript-eslint-parser-for-extra-files": "0.9.0"
5757
},
5858
"devDependencies": {

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

Lines changed: 10 additions & 10 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": "typescript-eslint-parser-for-extra-files@8.34.0",
1155+
"parser": "typescript-eslint-parser-for-extra-files@8.35.0",
11561156
"project": true,
11571157
"projectService": false,
11581158
"tsconfigRootDir": "/home/runner/work/js-config/js-config",
@@ -1164,8 +1164,8 @@ exports[`Test ESLint config with snapshot > astro preset > matches snapshot 1`]
11641164
},
11651165
"plugins": [
11661166
"@",
1167-
"perfectionist:eslint-plugin-perfectionist@4.14.0",
1168-
"@typescript-eslint:@typescript-eslint/eslint-plugin@8.34.0",
1167+
"perfectionist:eslint-plugin-perfectionist@4.15.0",
1168+
"@typescript-eslint:@typescript-eslint/eslint-plugin@8.35.0",
11691169
"@stylistic/ts",
11701170
"astro:eslint-plugin-astro@1.3.1",
11711171
"jsx-a11y:eslint-plugin-jsx-a11y@6.10.2",
@@ -3162,7 +3162,7 @@ exports[`Test ESLint config with snapshot > js preset > matches snapshot 1`] = `
31623162
},
31633163
"plugins": [
31643164
"@",
3165-
"perfectionist:eslint-plugin-perfectionist@4.14.0",
3165+
"perfectionist:eslint-plugin-perfectionist@4.15.0",
31663166
],
31673167
"processor": undefined,
31683168
"rules": {
@@ -5795,7 +5795,7 @@ exports[`Test ESLint config with snapshot > react preset > matches snapshot 1`]
57955795
"when": false,
57965796
"window": false,
57975797
},
5798-
"parser": "typescript-eslint/parser@8.34.0",
5798+
"parser": "typescript-eslint/parser@8.35.0",
57995799
"parserOptions": {
58005800
"ecmaFeatures": {
58015801
"jsx": true,
@@ -5818,8 +5818,8 @@ exports[`Test ESLint config with snapshot > react preset > matches snapshot 1`]
58185818
},
58195819
"plugins": [
58205820
"@",
5821-
"perfectionist:eslint-plugin-perfectionist@4.14.0",
5822-
"@typescript-eslint:@typescript-eslint/eslint-plugin@8.34.0",
5821+
"perfectionist:eslint-plugin-perfectionist@4.15.0",
5822+
"@typescript-eslint:@typescript-eslint/eslint-plugin@8.35.0",
58235823
"@stylistic/ts",
58245824
"react",
58255825
"react-hooks:eslint-plugin-react-hooks",
@@ -7538,7 +7538,7 @@ exports[`Test ESLint config with snapshot > ts preset > matches snapshot 1`] = `
75387538
"language": "@/js",
75397539
"languageOptions": {
75407540
"ecmaVersion": 2025,
7541-
"parser": "typescript-eslint/parser@8.34.0",
7541+
"parser": "typescript-eslint/parser@8.35.0",
75427542
"parserOptions": {
75437543
"projectService": {
75447544
"allowDefaultProject": {
@@ -7557,8 +7557,8 @@ exports[`Test ESLint config with snapshot > ts preset > matches snapshot 1`] = `
75577557
},
75587558
"plugins": [
75597559
"@",
7560-
"perfectionist:eslint-plugin-perfectionist@4.14.0",
7561-
"@typescript-eslint:@typescript-eslint/eslint-plugin@8.34.0",
7560+
"perfectionist:eslint-plugin-perfectionist@4.15.0",
7561+
"@typescript-eslint:@typescript-eslint/eslint-plugin@8.35.0",
75627562
"@stylistic/ts",
75637563
],
75647564
"processor": undefined,

0 commit comments

Comments
 (0)