-
Notifications
You must be signed in to change notification settings - Fork 677
Expand file tree
/
Copy pathCHANGELOG.json
More file actions
652 lines (652 loc) · 17.1 KB
/
CHANGELOG.json
File metadata and controls
652 lines (652 loc) · 17.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
{
"name": "@rushstack/eslint-plugin",
"entries": [
{
"version": "0.23.2",
"tag": "@rushstack/eslint-plugin_v0.23.2",
"date": "Wed, 25 Feb 2026 21:39:42 GMT",
"comments": {
"patch": [
{
"comment": "Bump `@typescript-eslint/*` dependencies to `~8.56.1`."
}
]
}
},
{
"version": "0.23.1",
"tag": "@rushstack/eslint-plugin_v0.23.1",
"date": "Fri, 20 Feb 2026 00:15:04 GMT",
"comments": {
"patch": [
{
"comment": "Add `\"node\"` condition before `\"import\"` in the `\"exports\"` map so that Node.js uses the CJS output (which handles extensionless imports), while bundlers still use ESM via `\"import\"`. Fixes https://github.com/microsoft/rushstack/issues/5644."
}
],
"dependency": [
{
"comment": "Updating dependency \"@rushstack/tree-pattern\" to `0.4.1`"
}
]
}
},
{
"version": "0.23.0",
"tag": "@rushstack/eslint-plugin_v0.23.0",
"date": "Thu, 19 Feb 2026 00:04:52 GMT",
"comments": {
"minor": [
{
"comment": "Normalize package layout. CommonJS is now under `lib-commonjs`, DTS is now under `lib-dts`, and ESM is now under `lib-esm`. Imports to `lib` still work as before, handled by the `\"exports\"` field in `package.json`."
}
],
"dependency": [
{
"comment": "Updating dependency \"@rushstack/tree-pattern\" to `0.4.0`"
}
]
}
},
{
"version": "0.22.1",
"tag": "@rushstack/eslint-plugin_v0.22.1",
"date": "Tue, 11 Nov 2025 16:13:26 GMT",
"comments": {
"patch": [
{
"comment": "Fix calculation of project root folder when using the ESLint extension in VS Code. Report the paths being compared in 'no-external-local-imports' rule violations."
}
]
}
},
{
"version": "0.22.0",
"tag": "@rushstack/eslint-plugin_v0.22.0",
"date": "Wed, 22 Oct 2025 00:57:54 GMT",
"comments": {
"minor": [
{
"comment": "Introduce a `@rushstack/import-requires-chunk-name` rule. This rule requires that dynamic imports include a Webpack chunk name magic comment."
},
{
"comment": "Introduce a `@rushstack/pair-react-dom-render-unmount` rule. This rule requires that every React DOM `render` call has a matching `unmountComponentAtNode` call."
}
],
"patch": [
{
"comment": "Include missing rule documentation."
}
]
}
},
{
"version": "0.21.1",
"tag": "@rushstack/eslint-plugin_v0.21.1",
"date": "Tue, 14 Oct 2025 15:13:22 GMT",
"comments": {
"patch": [
{
"comment": "Added documentation for the @rushstack/typedef-var ESLint rule. This clarifies the rule's rationale (readability over writability) and explicitly lists all local variable exemptions, resolving confusion around its usage."
}
]
}
},
{
"version": "0.21.0",
"tag": "@rushstack/eslint-plugin_v0.21.0",
"date": "Mon, 13 Oct 2025 15:13:02 GMT",
"comments": {
"minor": [
{
"comment": "Bump `eslint` to `~9.37.0` and the `@typescript-eslint/*` packages to `~8.46.0`."
}
]
}
},
{
"version": "0.20.0",
"tag": "@rushstack/eslint-plugin_v0.20.0",
"date": "Fri, 03 Oct 2025 20:09:59 GMT",
"comments": {
"minor": [
{
"comment": "Normalize import of builtin modules to use the `node:` protocol."
}
]
}
},
{
"version": "0.19.0",
"tag": "@rushstack/eslint-plugin_v0.19.0",
"date": "Thu, 26 Jun 2025 18:57:04 GMT",
"comments": {
"minor": [
{
"comment": "Update for compatibility with ESLint 9"
}
]
}
},
{
"version": "0.18.0",
"tag": "@rushstack/eslint-plugin_v0.18.0",
"date": "Tue, 11 Mar 2025 02:12:33 GMT",
"comments": {
"minor": [
{
"comment": "Bump the `@typescript-eslint/*` packages to add support for TypeScript 5.8."
}
]
}
},
{
"version": "0.17.0",
"tag": "@rushstack/eslint-plugin_v0.17.0",
"date": "Sat, 01 Mar 2025 07:23:16 GMT",
"comments": {
"minor": [
{
"comment": "Bump the `@typescript-eslint/*` dependencies to `~8.24.0` to support newer versions of TypeScript."
}
]
}
},
{
"version": "0.16.1",
"tag": "@rushstack/eslint-plugin_v0.16.1",
"date": "Thu, 19 Sep 2024 00:11:08 GMT",
"comments": {
"patch": [
{
"comment": "Fix ESLint broken links"
}
]
}
},
{
"version": "0.16.0",
"tag": "@rushstack/eslint-plugin_v0.16.0",
"date": "Wed, 14 Aug 2024 22:37:32 GMT",
"comments": {
"minor": [
{
"comment": "Add 4 new ESLint rules: \"@rushstack/no-backslash-imports\", used to prevent backslashes in import and require statements; \"@rushstack/no-external-local-imports\", used to prevent referencing external depedencies in import and require statements; \"@rushstack/no-transitive-dependency-imports\", used to prevent referencing transitive dependencies (ie. dependencies of dependencies) in import and require statements; and \"@rushstack/normalized-imports\", used to ensure that the most direct path to a dependency is provided in import and require statements"
}
]
}
},
{
"version": "0.15.2",
"tag": "@rushstack/eslint-plugin_v0.15.2",
"date": "Sat, 27 Jul 2024 00:10:27 GMT",
"comments": {
"patch": [
{
"comment": "Include CHANGELOG.md in published releases again"
}
],
"dependency": [
{
"comment": "Updating dependency \"@rushstack/tree-pattern\" to `0.3.4`"
}
]
}
},
{
"version": "0.15.1",
"tag": "@rushstack/eslint-plugin_v0.15.1",
"date": "Sat, 17 Feb 2024 06:24:34 GMT",
"comments": {
"patch": [
{
"comment": "Fix broken link to API documentation"
}
],
"dependency": [
{
"comment": "Updating dependency \"@rushstack/tree-pattern\" to `0.3.3`"
}
]
}
},
{
"version": "0.15.0",
"tag": "@rushstack/eslint-plugin_v0.15.0",
"date": "Wed, 07 Feb 2024 01:11:18 GMT",
"comments": {
"minor": [
{
"comment": "Allow using `as const` in `typedef-var`"
}
]
}
},
{
"version": "0.14.0",
"tag": "@rushstack/eslint-plugin_v0.14.0",
"date": "Tue, 16 Jan 2024 18:30:10 GMT",
"comments": {
"minor": [
{
"comment": "Add support for TypeScript 5.3 with @typescript-eslint 6.19.x"
}
],
"dependency": [
{
"comment": "Updating dependency \"@rushstack/tree-pattern\" to `0.3.2`"
}
]
}
},
{
"version": "0.13.1",
"tag": "@rushstack/eslint-plugin_v0.13.1",
"date": "Tue, 26 Sep 2023 09:30:33 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@rushstack/tree-pattern\" to `0.3.1`"
}
]
}
},
{
"version": "0.13.0",
"tag": "@rushstack/eslint-plugin_v0.13.0",
"date": "Fri, 15 Sep 2023 00:36:58 GMT",
"comments": {
"minor": [
{
"comment": "Update @types/node from 14 to 18"
}
],
"dependency": [
{
"comment": "Updating dependency \"@rushstack/tree-pattern\" to `0.3.0`"
}
]
}
},
{
"version": "0.12.0",
"tag": "@rushstack/eslint-plugin_v0.12.0",
"date": "Mon, 22 May 2023 06:34:32 GMT",
"comments": {
"minor": [
{
"comment": "Upgrade the @typescript-eslint/* dependencies to ~5.59.2"
}
]
}
},
{
"version": "0.11.0",
"tag": "@rushstack/eslint-plugin_v0.11.0",
"date": "Thu, 29 Sep 2022 07:13:06 GMT",
"comments": {
"none": [
{
"comment": "Update resolution for typescript-eslint/parser"
}
],
"minor": [
{
"comment": "Upgraded @typescript-eslint dependencies to 5.30.x to enable support for TypeScript 4.8"
}
]
}
},
{
"version": "0.10.0",
"tag": "@rushstack/eslint-plugin_v0.10.0",
"date": "Wed, 03 Aug 2022 18:40:35 GMT",
"comments": {
"minor": [
{
"comment": "Upgrade TypeScript dependency to 4.7"
}
]
}
},
{
"version": "0.9.1",
"tag": "@rushstack/eslint-plugin_v0.9.1",
"date": "Fri, 17 Jun 2022 00:16:18 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@rushstack/tree-pattern\" to `0.2.4`"
}
]
}
},
{
"version": "0.9.0",
"tag": "@rushstack/eslint-plugin_v0.9.0",
"date": "Sat, 23 Apr 2022 02:13:06 GMT",
"comments": {
"minor": [
{
"comment": "Add support for TypeScript 4.6"
}
]
}
},
{
"version": "0.8.6",
"tag": "@rushstack/eslint-plugin_v0.8.6",
"date": "Sat, 09 Apr 2022 02:24:26 GMT",
"comments": {
"patch": [
{
"comment": "Rename the \"master\" branch to \"main\"."
}
],
"dependency": [
{
"comment": "Updating dependency \"@rushstack/tree-pattern\" to `0.2.3`"
}
]
}
},
{
"version": "0.8.5",
"tag": "@rushstack/eslint-plugin_v0.8.5",
"date": "Tue, 15 Mar 2022 19:15:53 GMT",
"comments": {
"patch": [
{
"comment": "Fix the path in the package.json \"directory\" field."
}
]
}
},
{
"version": "0.8.4",
"tag": "@rushstack/eslint-plugin_v0.8.4",
"date": "Mon, 06 Dec 2021 16:08:32 GMT",
"comments": {
"patch": [
{
"comment": "Add support for ESLint v8"
}
]
}
},
{
"version": "0.8.3",
"tag": "@rushstack/eslint-plugin_v0.8.3",
"date": "Wed, 27 Oct 2021 00:08:15 GMT",
"comments": {
"patch": [
{
"comment": "Update the package.json repository field to include the directory property."
}
],
"dependency": [
{
"comment": "Updating dependency \"@rushstack/tree-pattern\" to `0.2.2`"
}
]
}
},
{
"version": "0.8.2",
"tag": "@rushstack/eslint-plugin_v0.8.2",
"date": "Thu, 07 Oct 2021 07:13:35 GMT",
"comments": {
"patch": [
{
"comment": "Update typescript-eslint to add support for TypeScript 4.4."
}
]
}
},
{
"version": "0.8.1",
"tag": "@rushstack/eslint-plugin_v0.8.1",
"date": "Thu, 23 Sep 2021 00:10:40 GMT",
"comments": {
"patch": [
{
"comment": "Upgrade the `@types/node` dependency to version to version 12."
}
]
}
},
{
"version": "0.8.0",
"tag": "@rushstack/eslint-plugin_v0.8.0",
"date": "Mon, 12 Jul 2021 23:08:26 GMT",
"comments": {
"minor": [
{
"comment": "Upgrade @typescript-eslint/* packages to 4.28.0 (GitHub #2389)"
}
]
}
},
{
"version": "0.7.3",
"tag": "@rushstack/eslint-plugin_v0.7.3",
"date": "Tue, 06 Apr 2021 15:14:22 GMT",
"comments": {
"patch": [
{
"comment": "Fix unlisted dependency on @typescript-eslint/experimental-utils"
}
]
}
},
{
"version": "0.7.2",
"tag": "@rushstack/eslint-plugin_v0.7.2",
"date": "Wed, 30 Sep 2020 18:39:17 GMT",
"comments": {
"patch": [
{
"comment": "Update to build with @rushstack/heft-node-rig"
}
],
"dependency": [
{
"comment": "Updating dependency \"@rushstack/tree-pattern\" to `0.2.1`"
}
]
}
},
{
"version": "0.7.1",
"tag": "@rushstack/eslint-plugin_v0.7.1",
"date": "Wed, 30 Sep 2020 06:53:53 GMT",
"comments": {
"patch": [
{
"comment": "Include missing \"License\" field."
},
{
"comment": "Update README.md"
}
],
"dependency": [
{
"comment": "Updating dependency \"@rushstack/tree-pattern\" to `0.2.0`"
}
]
}
},
{
"version": "0.7.0",
"tag": "@rushstack/eslint-plugin_v0.7.0",
"date": "Tue, 22 Sep 2020 01:45:31 GMT",
"comments": {
"minor": [
{
"comment": "Add a new rule \"@rushstack/typedef-var\" which supplements \"@typescript-eslint/typedef\" by enabling a special policy for local variables"
}
]
}
},
{
"version": "0.6.3",
"tag": "@rushstack/eslint-plugin_v0.6.3",
"date": "Sat, 19 Sep 2020 04:37:26 GMT",
"comments": {
"patch": [
{
"comment": "Add missing dependency"
}
]
}
},
{
"version": "0.6.2",
"tag": "@rushstack/eslint-plugin_v0.6.2",
"date": "Sat, 19 Sep 2020 03:33:06 GMT",
"comments": {
"patch": [
{
"comment": "Extract the pattern matcher into the new \"@rushstack/tree-pattern\" package"
}
],
"dependency": [
{
"comment": "Updating dependency \"@rushstack/tree-pattern\" to `0.1.0`"
}
]
}
},
{
"version": "0.6.1",
"tag": "@rushstack/eslint-plugin_v0.6.1",
"date": "Thu, 27 Aug 2020 11:27:06 GMT",
"comments": {
"patch": [
{
"comment": "Revise the \"@rushstack/hoist-jest-mock\" rule to allow some common Jest coding practices that are not problematic"
}
]
}
},
{
"version": "0.6.0",
"tag": "@rushstack/eslint-plugin_v0.6.0",
"date": "Mon, 24 Aug 2020 07:35:20 GMT",
"comments": {
"minor": [
{
"comment": "Add new rule @rushstack/hoist-jest-mock"
}
]
}
},
{
"version": "0.5.0",
"tag": "@rushstack/eslint-plugin_v0.5.0",
"date": "Sat, 22 Aug 2020 05:55:42 GMT",
"comments": {
"minor": [
{
"comment": "Add a new rule \"@rushstack/no-new-null\" that will replace \"@rushstack/no-null\""
}
]
}
},
{
"version": "0.4.2",
"tag": "@rushstack/eslint-plugin_v0.4.2",
"date": "Wed, 12 Aug 2020 00:10:05 GMT",
"comments": {
"patch": [
{
"comment": "Updated project to build with Heft"
}
]
}
},
{
"version": "0.4.1",
"tag": "@rushstack/eslint-plugin_v0.4.1",
"date": "Wed, 24 Jun 2020 09:50:48 GMT",
"comments": {
"patch": [
{
"comment": "Fix an issue with the published file set"
}
]
}
},
{
"version": "0.4.0",
"tag": "@rushstack/eslint-plugin_v0.4.0",
"date": "Wed, 24 Jun 2020 09:04:28 GMT",
"comments": {
"minor": [
{
"comment": "Upgrade to ESLint 7"
}
]
}
},
{
"version": "0.3.2",
"tag": "@rushstack/eslint-plugin_v0.3.2",
"date": "Wed, 18 Mar 2020 15:07:47 GMT",
"comments": {
"patch": [
{
"comment": "Upgrade cyclic dependencies"
}
]
}
},
{
"version": "0.3.1",
"tag": "@rushstack/eslint-plugin_v0.3.1",
"date": "Sun, 19 Jan 2020 02:26:53 GMT",
"comments": {
"patch": [
{
"comment": "Upgrade Node typings to Node 10"
}
]
}
},
{
"version": "0.3.0",
"tag": "@rushstack/eslint-plugin_v0.3.0",
"date": "Fri, 17 Jan 2020 01:08:23 GMT",
"comments": {
"minor": [
{
"comment": "Allow null in == and != conditionals for no-null eslint rule"
}
]
}
},
{
"version": "0.2.0",
"tag": "@rushstack/eslint-plugin_v0.2.0",
"date": "Thu, 09 Jan 2020 06:44:12 GMT",
"comments": {
"minor": [
{
"comment": "Add new rule `@rushstack/no-untyped-underscore`"
}
]
}
},
{
"version": "0.1.0",
"tag": "@rushstack/eslint-plugin_v0.1.0",
"date": "Wed, 08 Jan 2020 00:11:31 GMT",
"comments": {
"minor": [
{
"comment": "Initial release"
}
]
}
}
]
}