Skip to content

Commit 5749ef2

Browse files
Update typescript-eslint monorepo to v8.28.0 (#5240)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Michal Zgliczynski <[email protected]>
1 parent 83c0f74 commit 5749ef2

File tree

14 files changed

+218
-60
lines changed

14 files changed

+218
-60
lines changed

its/ruling/src/test/expected/jsts/Joust/typescript-S6606.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
11
{
2+
"Joust:ts/Entity.ts": [
3+
140
4+
],
5+
"Joust:ts/Launcher.tsx": [
6+
404
7+
],
8+
"Joust:ts/MetaData.ts": [
9+
6
10+
],
11+
"Joust:ts/components/DebugApplication.tsx": [
12+
116
13+
],
214
"Joust:ts/components/EventLog.tsx": [
315
185
416
],
@@ -43,6 +55,7 @@
4355
56,
4456
153,
4557
154,
58+
166,
4659
167,
4760
172,
4861
201,
@@ -69,6 +82,17 @@
6982
"Joust:ts/protocol/KettleEncoder.ts": [
7083
14
7184
],
85+
"Joust:ts/state/GameState.ts": [
86+
24,
87+
27,
88+
30,
89+
33,
90+
39,
91+
45
92+
],
93+
"Joust:ts/state/GameStateDescriptor.ts": [
94+
8
95+
],
7296
"Joust:ts/state/GameStateScrubber.ts": [
7397
17
7498
],

its/ruling/src/test/expected/jsts/TypeScript/typescript-S6606.json

Lines changed: 52 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,23 @@
99
60,
1010
61,
1111
62,
12-
19049
12+
3661,
13+
10038,
14+
11051,
15+
14885,
16+
19049,
17+
22598
1318
],
1419
"TypeScript:src/compiler/commandLineParser.ts": [
15-
1118
20+
1118,
21+
1242
1622
],
1723
"TypeScript:src/compiler/core.ts": [
18-
834
24+
834,
25+
1529
26+
],
27+
"TypeScript:src/compiler/factory.ts": [
28+
3558
1929
],
2030
"TypeScript:src/compiler/parser.ts": [
2131
1112
@@ -27,22 +37,38 @@
2737
"TypeScript:src/compiler/sys.ts": [
2838
393
2939
],
40+
"TypeScript:src/compiler/transformers/generators.ts": [
41+
2412,
42+
2834
43+
],
44+
"TypeScript:src/compiler/transformers/module/system.ts": [
45+
1787
46+
],
3047
"TypeScript:src/compiler/transformers/ts.ts": [
3148
475
3249
],
50+
"TypeScript:src/compiler/utilities.ts": [
51+
2475,
52+
2947
53+
],
3354
"TypeScript:src/harness/fourslash.ts": [
3455
2565,
3556
2578
3657
],
3758
"TypeScript:src/harness/harness.ts": [
38-
1144
59+
1144,
60+
1912
3961
],
4062
"TypeScript:src/harness/projectsRunner.ts": [
4163
159
4264
],
4365
"TypeScript:src/server/editorServices.ts": [
4466
980,
45-
1008
67+
1008,
68+
1212
69+
],
70+
"TypeScript:src/server/project.ts": [
71+
1092
4672
],
4773
"TypeScript:src/server/scriptInfo.ts": [
4874
129
@@ -59,12 +85,32 @@
5985
"TypeScript:src/services/codefixes/importFixes.ts": [
6086
514
6187
],
88+
"TypeScript:src/services/formatting/formattingContext.ts": [
89+
43,
90+
51,
91+
69,
92+
77
93+
],
94+
"TypeScript:src/services/formatting/rulesMap.ts": [
95+
51,
96+
166
97+
],
98+
"TypeScript:src/services/pathCompletions.ts": [
99+
73
100+
],
62101
"TypeScript:src/services/patternMatcher.ts": [
63102
448,
64103
453
65104
],
105+
"TypeScript:src/services/services.ts": [
106+
329,
107+
337,
108+
453,
109+
461
110+
],
66111
"TypeScript:src/services/shims.ts": [
67-
425
112+
425,
113+
1173
68114
],
69115
"TypeScript:src/services/textChanges.ts": [
70116
465,

its/ruling/src/test/expected/jsts/ag-grid/typescript-S6606.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,37 @@
11
{
2+
"ag-grid:src/ts/componentProvider.ts": [
3+
223
4+
],
5+
"ag-grid:src/ts/components/agGridWebComponent.ts": [
6+
39,
7+
56
8+
],
9+
"ag-grid:src/ts/context/context.ts": [
10+
309,
11+
317,
12+
351,
13+
376,
14+
379
15+
],
16+
"ag-grid:src/ts/eventService.ts": [
17+
70
18+
],
19+
"ag-grid:src/ts/gridSerializer.ts": [
20+
112,
21+
128
22+
],
223
"ag-grid:src/ts/templateService.ts": [
324
55
425
],
526
"ag-grid:src/ts/utils.ts": [
27+
778,
28+
785,
629
822
730
],
31+
"ag-grid:src/ts/widgets/componentAnnotations.ts": [
32+
22,
33+
44
34+
],
835
"ag-grid:src/ts/widgets/popupService.ts": [
936
246
1037
]

its/ruling/src/test/expected/jsts/ant-design/typescript-S6606.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
"ant-design:components/_util/statusUtils.tsx": [
66
23
77
],
8+
"ant-design:components/_util/throttleByAnimationFrame.tsx": [
9+
15
10+
],
811
"ant-design:components/affix/index.tsx": [
912
100
1013
],
@@ -134,6 +137,7 @@
134137
170,
135138
367,
136139
400,
140+
423,
137141
445
138142
],
139143
"ant-design:components/form/FormItemInput.tsx": [
@@ -192,6 +196,7 @@
192196
"ant-design:components/list/index.tsx": [
193197
96,
194198
98,
199+
134,
195200
143,
196201
143,
197202
263,

its/ruling/src/test/expected/jsts/console/typescript-S6606.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,11 @@
9494
68
9595
],
9696
"console:src/views/ProjectRootView/ProjectRootView.tsx": [
97-
181
97+
181,
98+
302
99+
],
100+
"console:src/views/ProjectRootView/RootRedirectView.tsx": [
101+
87
98102
],
99103
"console:src/views/ProjectRootView/SideNav.tsx": [
100104
343,

its/ruling/src/test/expected/jsts/courselit/typescript-S6606.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@
6262
57,
6363
114
6464
],
65+
"courselit:apps/web/graphql/widgets/logic.ts": [
66+
72
67+
],
6568
"courselit:apps/web/lib/auth-cookies.ts": [
6669
31
6770
],
@@ -70,10 +73,12 @@
7073
106
7174
],
7275
"courselit:apps/web/lib/passport-magic-link.ts": [
73-
24
76+
24,
77+
43
7478
],
7579
"courselit:apps/web/middlewares/verify-domain.ts": [
76-
70
80+
70,
81+
90
7782
],
7883
"courselit:apps/web/models/Course.ts": [
7984
66

its/ruling/src/test/expected/jsts/desktop/typescript-S6606.json

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44
33,
55
46
66
],
7+
"desktop:app/src/cli/load-commands.ts": [
8+
46
9+
],
10+
"desktop:app/src/cli/main.ts": [
11+
13
12+
],
713
"desktop:app/src/cli/open-desktop.ts": [
814
15
915
],
@@ -12,7 +18,8 @@
1218
513
1319
],
1420
"desktop:app/src/lib/actions-log-parser/action-log-parser.ts": [
15-
97
21+
97,
22+
162
1623
],
1724
"desktop:app/src/lib/api.ts": [
1825
557,
@@ -46,6 +53,9 @@
4653
222,
4754
271
4855
],
56+
"desktop:app/src/lib/git/core.ts": [
57+
189
58+
],
4959
"desktop:app/src/lib/git/diff-check.ts": [
5060
32
5161
],
@@ -76,6 +86,9 @@
7686
130,
7787
158
7888
],
89+
"desktop:app/src/lib/range.ts": [
90+
14
91+
],
7992
"desktop:app/src/lib/shell.ts": [
8093
42
8194
],
@@ -97,6 +110,7 @@
97110
],
98111
"desktop:app/src/lib/stores/app-store.ts": [
99112
1200,
113+
2107,
100114
3961,
101115
4867,
102116
4897,
@@ -222,6 +236,9 @@
222236
336,
223237
531
224238
],
239+
"desktop:app/src/ui/lib/app-proxy.ts": [
240+
47
241+
],
225242
"desktop:app/src/ui/lib/author-input.tsx": [
226243
376,
227244
530,
@@ -301,6 +318,8 @@
301318
"desktop:app/src/ui/preferences/preferences.tsx": [
302319
107,
303320
140,
321+
143,
322+
147,
304323
153,
305324
154
306325
],
@@ -348,6 +367,7 @@
348367
68
349368
],
350369
"desktop:script/build.ts": [
370+
155,
351371
412,
352372
413
353373
],

its/ruling/src/test/expected/jsts/eigen/typescript-S6606.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,9 @@
170170
"eigen:src/app/Components/ScrollableTabBar.tsx": [
171171
72
172172
],
173+
"eigen:src/app/Components/StickyTabPage/reanimatedHelpers.ts": [
174+
72
175+
],
173176
"eigen:src/app/Components/WorksForYou/Notification.tsx": [
174177
30
175178
],
@@ -589,6 +592,9 @@
589592
"eigen:src/app/relay/middlewares/timingMiddleware.ts": [
590593
7
591594
],
595+
"eigen:src/app/relay/middlewares/uploadMiddleware.ts": [
596+
32
597+
],
592598
"eigen:src/app/store/AuthModel.ts": [
593599
257,
594600
676,

its/ruling/src/test/expected/jsts/postgraphql/typescript-S6606.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
{
2+
"postgraphql:src/__tests__/utils/createTestInParallel.ts": [
3+
24
4+
],
25
"postgraphql:src/__tests__/utils/pgPool.ts": [
36
4
47
],
@@ -30,6 +33,7 @@
3033
34
3134
],
3235
"postgraphql:src/postgres/inventory/paginator/PgPaginatorOrderingOffset.ts": [
36+
76,
3337
95,
3438
100,
3539
100,

its/ruling/src/test/expected/jsts/rxjs/typescript-S6606.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@
2626
"rxjs:src/scheduler/AsyncAction.ts": [
2727
66
2828
],
29+
"rxjs:src/symbol/iterator.ts": [
30+
7
31+
],
2932
"rxjs:src/testing/TestScheduler.ts": [
3033
231
3134
],

0 commit comments

Comments
 (0)