Skip to content

Commit a5ae81b

Browse files
authored
Merge pull request #567 from VirtualLiveLab/renovate/eslint
fix(deps): update eslint
2 parents 9fbef3c + 08dcbbb commit a5ae81b

4 files changed

Lines changed: 174 additions & 116 deletions

File tree

.changeset/dependencies-GH-567.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: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -35,27 +35,27 @@
3535
},
3636
"dependencies": {
3737
"@astrojs/compiler": "2.13.0",
38-
"@eslint/compat": "1.4.0",
39-
"@eslint/config-helpers": "0.4.1",
40-
"@eslint/eslintrc": "3.3.1",
41-
"@eslint/js": "9.38.0",
42-
"@typescript-eslint/utils": "8.46.2",
38+
"@eslint/compat": "1.4.1",
39+
"@eslint/config-helpers": "0.5.0",
40+
"@eslint/eslintrc": "3.3.3",
41+
"@eslint/js": "9.39.1",
42+
"@typescript-eslint/utils": "8.48.0",
4343
"astro-eslint-parser": "1.2.2",
4444
"astrojs-compiler-sync": "1.1.1",
4545
"defu": "6.1.4",
4646
"eslint-config-flat-gitignore": "2.1.0",
4747
"eslint-config-prettier": "10.1.8",
48-
"eslint-plugin-astro": "1.4.0",
48+
"eslint-plugin-astro": "1.5.0",
4949
"eslint-plugin-jsx-a11y": "6.10.2",
5050
"eslint-plugin-perfectionist": "4.15.1",
5151
"eslint-plugin-react": "7.37.5",
5252
"eslint-plugin-react-hooks": "7.0.1",
5353
"eslint-plugin-react-refresh": "0.4.24",
5454
"eslint-plugin-react-you-might-not-need-an-effect": "0.7.0",
5555
"eslint-plugin-tailwindcss": "3.18.2",
56-
"globals": "16.4.0",
56+
"globals": "16.5.0",
5757
"package-directory": "8.1.0",
58-
"typescript-eslint": "8.46.2",
58+
"typescript-eslint": "8.48.0",
5959
"typescript-eslint-parser-for-extra-files": "0.9.0"
6060
},
6161
"devDependencies": {

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

Lines changed: 17 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,7 @@ exports[`Test ESLint config with snapshot > astro preset > matches snapshot 1`]
200200
"DeviceMotionEventRotationRate": false,
201201
"DeviceOrientationEvent": false,
202202
"DevicePosture": false,
203+
"DigitalCredential": false,
203204
"DisposableStack": false,
204205
"Document": false,
205206
"DocumentFragment": false,
@@ -397,6 +398,7 @@ exports[`Test ESLint config with snapshot > astro preset > matches snapshot 1`]
397398
"IDBKeyRange": false,
398399
"IDBObjectStore": false,
399400
"IDBOpenDBRequest": false,
401+
"IDBRecord": false,
400402
"IDBRequest": false,
401403
"IDBTransaction": false,
402404
"IDBVersionChangeEvent": false,
@@ -419,6 +421,7 @@ exports[`Test ESLint config with snapshot > astro preset > matches snapshot 1`]
419421
"InputDeviceInfo": false,
420422
"InputEvent": false,
421423
"IntegrityViolationReportBody": false,
424+
"InterestEvent": false,
422425
"IntersectionObserver": false,
423426
"IntersectionObserverEntry": false,
424427
"Keyboard": false,
@@ -495,6 +498,7 @@ exports[`Test ESLint config with snapshot > astro preset > matches snapshot 1`]
495498
"NavigationCurrentEntryChangeEvent": false,
496499
"NavigationDestination": false,
497500
"NavigationHistoryEntry": false,
501+
"NavigationPrecommitController": false,
498502
"NavigationPreloadManager": false,
499503
"NavigationTransition": false,
500504
"Navigator": false,
@@ -752,6 +756,7 @@ exports[`Test ESLint config with snapshot > astro preset > matches snapshot 1`]
752756
"SpeechRecognition": false,
753757
"SpeechRecognitionErrorEvent": false,
754758
"SpeechRecognitionEvent": false,
759+
"SpeechRecognitionPhrase": false,
755760
"SpeechSynthesis": false,
756761
"SpeechSynthesisErrorEvent": false,
757762
"SpeechSynthesisEvent": false,
@@ -1188,7 +1193,7 @@ exports[`Test ESLint config with snapshot > astro preset > matches snapshot 1`]
11881193
"extraFileExtensions": {
11891194
"0": ".astro",
11901195
},
1191-
"parser": "typescript-eslint-parser-for-extra-files@8.46.2",
1196+
"parser": "typescript-eslint-parser-for-extra-files@8.48.0",
11921197
"project": true,
11931198
"projectService": false,
11941199
"tsconfigRootDir": "/home/runner/work/js-config/js-config",
@@ -1201,8 +1206,8 @@ exports[`Test ESLint config with snapshot > astro preset > matches snapshot 1`]
12011206
"plugins": [
12021207
"@",
12031208
"perfectionist:eslint-plugin-perfectionist@4.15.1",
1204-
"@typescript-eslint:@typescript-eslint/eslint-plugin@8.46.2",
1205-
"astro:eslint-plugin-astro@1.4.0",
1209+
"@typescript-eslint:@typescript-eslint/eslint-plugin@8.48.0",
1210+
"astro:eslint-plugin-astro@1.5.0",
12061211
"jsx-a11y:eslint-plugin-jsx-a11y@6.10.2",
12071212
],
12081213
"processor": "astro/client-side-ts",
@@ -4879,6 +4884,7 @@ exports[`Test ESLint config with snapshot > react preset > matches snapshot 1`]
48794884
"DeviceMotionEventRotationRate": false,
48804885
"DeviceOrientationEvent": false,
48814886
"DevicePosture": false,
4887+
"DigitalCredential": false,
48824888
"DisposableStack": false,
48834889
"Document": false,
48844890
"DocumentFragment": false,
@@ -5075,6 +5081,7 @@ exports[`Test ESLint config with snapshot > react preset > matches snapshot 1`]
50755081
"IDBKeyRange": false,
50765082
"IDBObjectStore": false,
50775083
"IDBOpenDBRequest": false,
5084+
"IDBRecord": false,
50785085
"IDBRequest": false,
50795086
"IDBTransaction": false,
50805087
"IDBVersionChangeEvent": false,
@@ -5097,6 +5104,7 @@ exports[`Test ESLint config with snapshot > react preset > matches snapshot 1`]
50975104
"InputDeviceInfo": false,
50985105
"InputEvent": false,
50995106
"IntegrityViolationReportBody": false,
5107+
"InterestEvent": false,
51005108
"IntersectionObserver": false,
51015109
"IntersectionObserverEntry": false,
51025110
"Keyboard": false,
@@ -5173,6 +5181,7 @@ exports[`Test ESLint config with snapshot > react preset > matches snapshot 1`]
51735181
"NavigationCurrentEntryChangeEvent": false,
51745182
"NavigationDestination": false,
51755183
"NavigationHistoryEntry": false,
5184+
"NavigationPrecommitController": false,
51765185
"NavigationPreloadManager": false,
51775186
"NavigationTransition": false,
51785187
"Navigator": false,
@@ -5430,6 +5439,7 @@ exports[`Test ESLint config with snapshot > react preset > matches snapshot 1`]
54305439
"SpeechRecognition": false,
54315440
"SpeechRecognitionErrorEvent": false,
54325441
"SpeechRecognitionEvent": false,
5442+
"SpeechRecognitionPhrase": false,
54335443
"SpeechSynthesis": false,
54345444
"SpeechSynthesisErrorEvent": false,
54355445
"SpeechSynthesisEvent": false,
@@ -5852,7 +5862,7 @@ exports[`Test ESLint config with snapshot > react preset > matches snapshot 1`]
58525862
"when": false,
58535863
"window": false,
58545864
},
5855-
"parser": "typescript-eslint/parser@8.46.2",
5865+
"parser": "typescript-eslint/parser@8.48.0",
58565866
"parserOptions": {
58575867
"ecmaFeatures": {
58585868
"jsx": true,
@@ -5876,7 +5886,7 @@ exports[`Test ESLint config with snapshot > react preset > matches snapshot 1`]
58765886
"plugins": [
58775887
"@",
58785888
"perfectionist:eslint-plugin-perfectionist@4.15.1",
5879-
"@typescript-eslint:@typescript-eslint/eslint-plugin@8.46.2",
5889+
"@typescript-eslint:@typescript-eslint/eslint-plugin@8.48.0",
58805890
"react",
58815891
"react-you-might-not-need-an-effect:react-you-might-not-need-an-effect",
58825892
"react-refresh",
@@ -7621,7 +7631,7 @@ exports[`Test ESLint config with snapshot > ts preset > matches snapshot 1`] = `
76217631
"language": "@/js",
76227632
"languageOptions": {
76237633
"ecmaVersion": 2026,
7624-
"parser": "typescript-eslint/parser@8.46.2",
7634+
"parser": "typescript-eslint/parser@8.48.0",
76257635
"parserOptions": {
76267636
"projectService": {
76277637
"allowDefaultProject": {
@@ -7641,7 +7651,7 @@ exports[`Test ESLint config with snapshot > ts preset > matches snapshot 1`] = `
76417651
"plugins": [
76427652
"@",
76437653
"perfectionist:eslint-plugin-perfectionist@4.15.1",
7644-
"@typescript-eslint:@typescript-eslint/eslint-plugin@8.46.2",
7654+
"@typescript-eslint:@typescript-eslint/eslint-plugin@8.48.0",
76457655
],
76467656
"processor": undefined,
76477657
"rules": {

0 commit comments

Comments
 (0)