Skip to content

Commit 08dcbbb

Browse files
chore: update snapshot (github-actions)
1 parent fcafbc3 commit 08dcbbb

1 file changed

Lines changed: 17 additions & 7 deletions

File tree

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)