linter-bundle 2.19.0 → 2.20.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +61 -46
- package/eslint/overrides-jest.js +0 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -6,9 +6,22 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
|
6
6
|
|
|
7
7
|
## [Unreleased]
|
|
8
8
|
|
|
9
|
-
[Show all code changes](https://github.com/jens-duttke/linter-bundle/compare/v2.
|
|
9
|
+
[Show all code changes](https://github.com/jens-duttke/linter-bundle/compare/v2.20.0...HEAD)
|
|
10
10
|
|
|
11
|
-
## [2.
|
|
11
|
+
## [2.20.0] - 2022-09-01
|
|
12
|
+
|
|
13
|
+
### Changed
|
|
14
|
+
|
|
15
|
+
- [eslint] Updated `@typescript-eslint` from `5.35.1` to `5.36.1`
|
|
16
|
+
- [eslint] Updated `eslint-plugin-jest` from `26.9.0` to `27.0.1`
|
|
17
|
+
|
|
18
|
+
### Removed
|
|
19
|
+
|
|
20
|
+
- [eslint/overrides-jest] Removed deprecated `jest/no-jest-import`
|
|
21
|
+
|
|
22
|
+
[Show all code changes](https://github.com/jens-duttke/linter-bundle/compare/v2.19.0...v2.20.0)
|
|
23
|
+
|
|
24
|
+
## [2.19.0] - 2022-08-28
|
|
12
25
|
|
|
13
26
|
### Changed
|
|
14
27
|
|
|
@@ -27,7 +40,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
|
27
40
|
|
|
28
41
|
- [eslint/overrides-jest] Make use of [jest/prefer-each](https://github.com/jest-community/eslint-plugin-jest/blob/main/docs/rules/prefer-each.md) rule
|
|
29
42
|
|
|
30
|
-
|
|
43
|
+
[Show all code changes](https://github.com/jens-duttke/linter-bundle/compare/v2.18.0...v2.19.0)
|
|
44
|
+
|
|
45
|
+
## [2.18.0] - 2022-08-19
|
|
31
46
|
|
|
32
47
|
### Changed
|
|
33
48
|
|
|
@@ -47,7 +62,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
|
47
62
|
|
|
48
63
|
[Show all code changes](https://github.com/jens-duttke/linter-bundle/compare/v2.17.0...v2.18.0)
|
|
49
64
|
|
|
50
|
-
## [2.17.0] - 2022
|
|
65
|
+
## [2.17.0] - 2022-08-10
|
|
51
66
|
|
|
52
67
|
### Changed
|
|
53
68
|
|
|
@@ -62,7 +77,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
|
62
77
|
|
|
63
78
|
[Show all code changes](https://github.com/jens-duttke/linter-bundle/compare/v2.16.0...v2.17.0)
|
|
64
79
|
|
|
65
|
-
## [2.16.0] - 2022
|
|
80
|
+
## [2.16.0] - 2022-08-05
|
|
66
81
|
|
|
67
82
|
### Changed
|
|
68
83
|
|
|
@@ -104,7 +119,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
|
104
119
|
|
|
105
120
|
[Show all code changes](https://github.com/jens-duttke/linter-bundle/compare/v2.15.0...v2.16.0)
|
|
106
121
|
|
|
107
|
-
## [2.15.0] - 2022
|
|
122
|
+
## [2.15.0] - 2022-05-05
|
|
108
123
|
|
|
109
124
|
### Fixed
|
|
110
125
|
|
|
@@ -113,7 +128,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
|
113
128
|
|
|
114
129
|
[Show all code changes](https://github.com/jens-duttke/linter-bundle/compare/v2.14.1...v2.15.0)
|
|
115
130
|
|
|
116
|
-
## [2.14.1] - 2022
|
|
131
|
+
## [2.14.1] - 2022-05-05
|
|
117
132
|
|
|
118
133
|
### Fixed
|
|
119
134
|
|
|
@@ -121,7 +136,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
|
121
136
|
|
|
122
137
|
[Show all code changes](https://github.com/jens-duttke/linter-bundle/compare/v2.14.0...v2.14.1)
|
|
123
138
|
|
|
124
|
-
## [2.14.0] - 2022
|
|
139
|
+
## [2.14.0] - 2022-05-05
|
|
125
140
|
|
|
126
141
|
### Changed
|
|
127
142
|
|
|
@@ -143,7 +158,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
|
143
158
|
|
|
144
159
|
[Show all code changes](https://github.com/jens-duttke/linter-bundle/compare/v2.13.0...v2.14.0)
|
|
145
160
|
|
|
146
|
-
## [2.13.0] - 2022
|
|
161
|
+
## [2.13.0] - 2022-04-25
|
|
147
162
|
|
|
148
163
|
### Changed
|
|
149
164
|
|
|
@@ -171,7 +186,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
|
171
186
|
|
|
172
187
|
[Show all code changes](https://github.com/jens-duttke/linter-bundle/compare/v2.12.0...v2.13.0)
|
|
173
188
|
|
|
174
|
-
## [2.12.0] - 2022
|
|
189
|
+
## [2.12.0] - 2022-03-30
|
|
175
190
|
|
|
176
191
|
### Changed
|
|
177
192
|
|
|
@@ -195,7 +210,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
|
195
210
|
|
|
196
211
|
[Show all code changes](https://github.com/jens-duttke/linter-bundle/compare/v2.11.1...v2.12.0)
|
|
197
212
|
|
|
198
|
-
## [2.11.1] - 2022
|
|
213
|
+
## [2.11.1] - 2022-03-13
|
|
199
214
|
|
|
200
215
|
### Changed
|
|
201
216
|
|
|
@@ -204,7 +219,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
|
204
219
|
|
|
205
220
|
[Show all code changes](https://github.com/jens-duttke/linter-bundle/compare/v2.11.0...v2.11.1)
|
|
206
221
|
|
|
207
|
-
## [2.11.0] - 2022
|
|
222
|
+
## [2.11.0] - 2022-03-12
|
|
208
223
|
|
|
209
224
|
### Added
|
|
210
225
|
|
|
@@ -219,7 +234,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
|
219
234
|
|
|
220
235
|
[Show all code changes](https://github.com/jens-duttke/linter-bundle/compare/v2.10.1...v2.11.0)
|
|
221
236
|
|
|
222
|
-
## [2.10.1] - 2022
|
|
237
|
+
## [2.10.1] - 2022-03-11
|
|
223
238
|
|
|
224
239
|
### Fixed
|
|
225
240
|
|
|
@@ -227,7 +242,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
|
227
242
|
|
|
228
243
|
[Show all code changes](https://github.com/jens-duttke/linter-bundle/compare/v2.10.0...v2.10.1)
|
|
229
244
|
|
|
230
|
-
## [2.10.0] - 2022
|
|
245
|
+
## [2.10.0] - 2022-03-10
|
|
231
246
|
|
|
232
247
|
### Changed
|
|
233
248
|
|
|
@@ -248,7 +263,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
|
248
263
|
|
|
249
264
|
[Show all code changes](https://github.com/jens-duttke/linter-bundle/compare/v2.9.0...v2.10.0)
|
|
250
265
|
|
|
251
|
-
## [2.9.0] - 2022
|
|
266
|
+
## [2.9.0] - 2022-02-23
|
|
252
267
|
|
|
253
268
|
### Changed
|
|
254
269
|
|
|
@@ -263,7 +278,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
|
263
278
|
|
|
264
279
|
[Show all code changes](https://github.com/jens-duttke/linter-bundle/compare/v2.8.4...v2.9.0)
|
|
265
280
|
|
|
266
|
-
## [2.8.4] - 2022
|
|
281
|
+
## [2.8.4] - 2022-02-19
|
|
267
282
|
|
|
268
283
|
### Changed
|
|
269
284
|
|
|
@@ -271,7 +286,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
|
271
286
|
|
|
272
287
|
[Show all code changes](https://github.com/jens-duttke/linter-bundle/compare/v2.8.3...v2.8.4)
|
|
273
288
|
|
|
274
|
-
## [2.8.3] - 2022
|
|
289
|
+
## [2.8.3] - 2022-02-19
|
|
275
290
|
|
|
276
291
|
### Changed
|
|
277
292
|
|
|
@@ -279,7 +294,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
|
279
294
|
|
|
280
295
|
[Show all code changes](https://github.com/jens-duttke/linter-bundle/compare/v2.8.2...v2.8.3)
|
|
281
296
|
|
|
282
|
-
## [2.8.2] - 2022
|
|
297
|
+
## [2.8.2] - 2022-02-19
|
|
283
298
|
|
|
284
299
|
### Changed
|
|
285
300
|
|
|
@@ -287,7 +302,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
|
287
302
|
|
|
288
303
|
[Show all code changes](https://github.com/jens-duttke/linter-bundle/compare/v2.8.1...v2.8.2)
|
|
289
304
|
|
|
290
|
-
## [2.8.1] - 2022
|
|
305
|
+
## [2.8.1] - 2022-02-19
|
|
291
306
|
|
|
292
307
|
### Changed
|
|
293
308
|
|
|
@@ -295,7 +310,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
|
295
310
|
|
|
296
311
|
[Show all code changes](https://github.com/jens-duttke/linter-bundle/compare/v2.8.0...v2.8.1)
|
|
297
312
|
|
|
298
|
-
## [2.8.0] - 2022
|
|
313
|
+
## [2.8.0] - 2022-02-18
|
|
299
314
|
|
|
300
315
|
### Changed
|
|
301
316
|
|
|
@@ -312,7 +327,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
|
312
327
|
|
|
313
328
|
[Show all code changes](https://github.com/jens-duttke/linter-bundle/compare/v2.7.0...v2.8.0)
|
|
314
329
|
|
|
315
|
-
## [2.7.0] - 2022
|
|
330
|
+
## [2.7.0] - 2022-02-16
|
|
316
331
|
|
|
317
332
|
### Changed
|
|
318
333
|
|
|
@@ -325,7 +340,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
|
325
340
|
|
|
326
341
|
[Show all code changes](https://github.com/jens-duttke/linter-bundle/compare/v2.6.0...v2.7.0)
|
|
327
342
|
|
|
328
|
-
## [2.6.0] - 2022
|
|
343
|
+
## [2.6.0] - 2022-02-14
|
|
329
344
|
|
|
330
345
|
### Changed
|
|
331
346
|
|
|
@@ -336,7 +351,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
|
336
351
|
|
|
337
352
|
[Show all code changes](https://github.com/jens-duttke/linter-bundle/compare/v2.5.0...v2.6.0)
|
|
338
353
|
|
|
339
|
-
## [2.5.0] - 2022
|
|
354
|
+
## [2.5.0] - 2022-02-11
|
|
340
355
|
|
|
341
356
|
### Changed
|
|
342
357
|
|
|
@@ -346,7 +361,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
|
346
361
|
|
|
347
362
|
[Show all code changes](https://github.com/jens-duttke/linter-bundle/compare/v2.4.0...v2.5.0)
|
|
348
363
|
|
|
349
|
-
## [2.4.0] - 2022
|
|
364
|
+
## [2.4.0] - 2022-02-09
|
|
350
365
|
|
|
351
366
|
### Changed
|
|
352
367
|
|
|
@@ -369,7 +384,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
|
369
384
|
|
|
370
385
|
[Show all code changes](https://github.com/jens-duttke/linter-bundle/compare/v2.3.1...v2.4.0)
|
|
371
386
|
|
|
372
|
-
## [2.3.1] - 2022
|
|
387
|
+
## [2.3.1] - 2022-01-28
|
|
373
388
|
|
|
374
389
|
### Fixed
|
|
375
390
|
|
|
@@ -385,7 +400,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
|
385
400
|
|
|
386
401
|
[Show all code changes](https://github.com/jens-duttke/linter-bundle/compare/v2.3.0...v2.3.1)
|
|
387
402
|
|
|
388
|
-
## [2.3.0] - 2022
|
|
403
|
+
## [2.3.0] - 2022-01-27
|
|
389
404
|
|
|
390
405
|
### Changed
|
|
391
406
|
|
|
@@ -429,7 +444,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
|
429
444
|
|
|
430
445
|
[Show all code changes](https://github.com/jens-duttke/linter-bundle/compare/v2.1.0...v2.3.0)
|
|
431
446
|
|
|
432
|
-
## [2.1.0] - 2021
|
|
447
|
+
## [2.1.0] - 2021-11-07
|
|
433
448
|
|
|
434
449
|
### Changed
|
|
435
450
|
|
|
@@ -438,7 +453,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
|
438
453
|
|
|
439
454
|
[Show all code changes](https://github.com/jens-duttke/linter-bundle/compare/v2.0.0...v2.1.0)
|
|
440
455
|
|
|
441
|
-
## [2.0.0] - 2021
|
|
456
|
+
## [2.0.0] - 2021-11-05
|
|
442
457
|
|
|
443
458
|
### Removed
|
|
444
459
|
|
|
@@ -492,7 +507,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
|
492
507
|
|
|
493
508
|
[Show all code changes](https://github.com/jens-duttke/linter-bundle/compare/v1.28.0...v2.0.0)
|
|
494
509
|
|
|
495
|
-
## [1.28.0] - 2021
|
|
510
|
+
## [1.28.0] - 2021-09-18
|
|
496
511
|
|
|
497
512
|
### Changed
|
|
498
513
|
|
|
@@ -505,7 +520,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
|
505
520
|
|
|
506
521
|
[Show all code changes](https://github.com/jens-duttke/linter-bundle/compare/v1.27.0...v1.28.0)
|
|
507
522
|
|
|
508
|
-
## [1.27.0] - 2021
|
|
523
|
+
## [1.27.0] - 2021-09-12
|
|
509
524
|
|
|
510
525
|
### Changed
|
|
511
526
|
|
|
@@ -523,7 +538,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
|
523
538
|
|
|
524
539
|
[Show all code changes](https://github.com/jens-duttke/linter-bundle/compare/v1.26.0...v1.27.0)
|
|
525
540
|
|
|
526
|
-
## [1.26.0] - 2021
|
|
541
|
+
## [1.26.0] - 2021-08-29
|
|
527
542
|
|
|
528
543
|
### Changed
|
|
529
544
|
|
|
@@ -537,13 +552,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
|
537
552
|
|
|
538
553
|
[Show all code changes](https://github.com/jens-duttke/linter-bundle/compare/v1.25.2...v1.26.0)
|
|
539
554
|
|
|
540
|
-
## [1.25.2] - 2021
|
|
555
|
+
## [1.25.2] - 2021-08-27
|
|
541
556
|
|
|
542
557
|
- [eslint] Disabled `@typescript-eslint/no-implicit-any-catch` because of false-positive with the new TypeScript 4.4 option "useUnknownInCatchVariables"
|
|
543
558
|
|
|
544
559
|
[Show all code changes](https://github.com/jens-duttke/linter-bundle/compare/v1.25.1...v1.25.2)
|
|
545
560
|
|
|
546
|
-
## [1.25.1] - 2021
|
|
561
|
+
## [1.25.1] - 2021-08-25
|
|
547
562
|
|
|
548
563
|
### Fixed
|
|
549
564
|
|
|
@@ -556,7 +571,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
|
556
571
|
|
|
557
572
|
[Show all code changes](https://github.com/jens-duttke/linter-bundle/compare/v1.25.0...v1.25.1)
|
|
558
573
|
|
|
559
|
-
## [1.25.0] - 2021
|
|
574
|
+
## [1.25.0] - 2021-08-24
|
|
560
575
|
|
|
561
576
|
### Changed
|
|
562
577
|
|
|
@@ -580,7 +595,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
|
580
595
|
|
|
581
596
|
[Show all code changes](https://github.com/jens-duttke/linter-bundle/compare/v1.24.0...v1.25.0)
|
|
582
597
|
|
|
583
|
-
## [1.24.0] - 2021
|
|
598
|
+
## [1.24.0] - 2021-07-28
|
|
584
599
|
|
|
585
600
|
### Changed
|
|
586
601
|
|
|
@@ -604,7 +619,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
|
604
619
|
|
|
605
620
|
[Show all code changes](https://github.com/jens-duttke/linter-bundle/compare/v1.23.0...v1.24.0)
|
|
606
621
|
|
|
607
|
-
## [1.23.0] - 2021
|
|
622
|
+
## [1.23.0] - 2021-06-14
|
|
608
623
|
|
|
609
624
|
### Changed
|
|
610
625
|
|
|
@@ -613,7 +628,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
|
613
628
|
|
|
614
629
|
[Show all code changes](https://github.com/jens-duttke/linter-bundle/compare/v1.22.3...v1.23.0)
|
|
615
630
|
|
|
616
|
-
## [1.22.3] - 2021
|
|
631
|
+
## [1.22.3] - 2021-06-08
|
|
617
632
|
|
|
618
633
|
### Added
|
|
619
634
|
|
|
@@ -621,7 +636,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
|
621
636
|
|
|
622
637
|
[Show all code changes](https://github.com/jens-duttke/linter-bundle/compare/v1.22.2...v1.22.3)
|
|
623
638
|
|
|
624
|
-
## [1.22.2] - 2021
|
|
639
|
+
## [1.22.2] - 2021-06-08
|
|
625
640
|
|
|
626
641
|
### Changed
|
|
627
642
|
|
|
@@ -634,7 +649,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
|
634
649
|
|
|
635
650
|
[Show all code changes](https://github.com/jens-duttke/linter-bundle/compare/v1.22.1...v1.22.2)
|
|
636
651
|
|
|
637
|
-
## [1.22.1] - 2021
|
|
652
|
+
## [1.22.1] - 2021-06-07
|
|
638
653
|
|
|
639
654
|
### Changed
|
|
640
655
|
|
|
@@ -649,7 +664,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
|
649
664
|
|
|
650
665
|
[Show all code changes](https://github.com/jens-duttke/linter-bundle/compare/v1.22.0...v1.22.1)
|
|
651
666
|
|
|
652
|
-
## [1.22.0] - 2021
|
|
667
|
+
## [1.22.0] - 2021-06-02
|
|
653
668
|
|
|
654
669
|
### Changed
|
|
655
670
|
|
|
@@ -670,7 +685,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
|
670
685
|
|
|
671
686
|
[Show all code changes](https://github.com/jens-duttke/linter-bundle/compare/v1.21.0...v1.22.0)
|
|
672
687
|
|
|
673
|
-
## [1.21.0] - 2021
|
|
688
|
+
## [1.21.0] - 2021-05-27
|
|
674
689
|
|
|
675
690
|
### Changed
|
|
676
691
|
|
|
@@ -680,7 +695,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
|
680
695
|
|
|
681
696
|
[Show all code changes](https://github.com/jens-duttke/linter-bundle/compare/v1.20.0...v1.21.0)
|
|
682
697
|
|
|
683
|
-
## [1.20.0] - 2021
|
|
698
|
+
## [1.20.0] - 2021-05-22
|
|
684
699
|
|
|
685
700
|
### Changed
|
|
686
701
|
|
|
@@ -692,7 +707,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
|
692
707
|
|
|
693
708
|
[Show all code changes](https://github.com/jens-duttke/linter-bundle/compare/v1.19.0...v1.20.0)
|
|
694
709
|
|
|
695
|
-
## [1.19.0] - 2021
|
|
710
|
+
## [1.19.0] - 2021-05-18
|
|
696
711
|
|
|
697
712
|
### Changed
|
|
698
713
|
|
|
@@ -700,7 +715,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
|
700
715
|
|
|
701
716
|
[Show all code changes](https://github.com/jens-duttke/linter-bundle/compare/v1.18.0...v1.19.0)
|
|
702
717
|
|
|
703
|
-
## [1.18.0] - 2021
|
|
718
|
+
## [1.18.0] - 2021-05-17
|
|
704
719
|
|
|
705
720
|
### Added
|
|
706
721
|
|
|
@@ -716,7 +731,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
|
716
731
|
|
|
717
732
|
[Show all code changes](https://github.com/jens-duttke/linter-bundle/compare/v1.17.0...v1.18.0)
|
|
718
733
|
|
|
719
|
-
## [1.17.0] - 2021
|
|
734
|
+
## [1.17.0] - 2021-05-15
|
|
720
735
|
|
|
721
736
|
### Added
|
|
722
737
|
|
|
@@ -736,7 +751,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
|
736
751
|
|
|
737
752
|
[Show all code changes](https://github.com/jens-duttke/linter-bundle/compare/v1.16.0...v1.17.0)
|
|
738
753
|
|
|
739
|
-
## [1.16.0] - 2021
|
|
754
|
+
## [1.16.0] - 2021-05-12
|
|
740
755
|
|
|
741
756
|
### Added
|
|
742
757
|
|
package/eslint/overrides-jest.js
CHANGED
|
@@ -78,7 +78,6 @@ module.exports = {
|
|
|
78
78
|
'jest/no-identical-title': 'error',
|
|
79
79
|
'jest/no-interpolation-in-snapshots': 'error',
|
|
80
80
|
'jest/no-jasmine-globals': 'error',
|
|
81
|
-
'jest/no-jest-import': 'error',
|
|
82
81
|
'jest/no-large-snapshots': 'error',
|
|
83
82
|
'jest/no-mocks-import': 'error',
|
|
84
83
|
'jest/no-restricted-matchers': ['error', {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "linter-bundle",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.20.0",
|
|
4
4
|
"description": "Ready-to use bundle of linting tools, containing configurations for ESLint, stylelint and markdownlint.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"eslint",
|
|
@@ -40,15 +40,15 @@
|
|
|
40
40
|
"check-outdated": "npx --yes -- check-outdated --ignore-pre-releases"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@typescript-eslint/eslint-plugin": "5.
|
|
44
|
-
"@typescript-eslint/parser": "5.
|
|
43
|
+
"@typescript-eslint/eslint-plugin": "5.36.1",
|
|
44
|
+
"@typescript-eslint/parser": "5.36.1",
|
|
45
45
|
"eslint": "8.23.0",
|
|
46
46
|
"eslint-import-resolver-typescript": "3.5.0",
|
|
47
47
|
"eslint-import-resolver-webpack": "0.13.2",
|
|
48
48
|
"eslint-plugin-eslint-comments": "3.2.0",
|
|
49
49
|
"eslint-plugin-functional": "4.2.2",
|
|
50
50
|
"eslint-plugin-import": "2.26.0",
|
|
51
|
-
"eslint-plugin-jest": "
|
|
51
|
+
"eslint-plugin-jest": "27.0.1",
|
|
52
52
|
"eslint-plugin-jsdoc": "39.3.6",
|
|
53
53
|
"eslint-plugin-jsx-a11y": "6.6.1",
|
|
54
54
|
"eslint-plugin-node": "11.1.0",
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
"devDependencies": {
|
|
74
74
|
"@types/eslint": "8.4.6",
|
|
75
75
|
"@types/micromatch": "4.0.2",
|
|
76
|
-
"@types/node": "18.7.
|
|
76
|
+
"@types/node": "18.7.14",
|
|
77
77
|
"stylelint-find-new-rules": "4.0.0",
|
|
78
78
|
"typescript": "4.8.2"
|
|
79
79
|
}
|