@anolilab/lint-staged-config 6.0.0 → 7.0.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 +102 -80
- package/README.md +10 -10
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,9 +1,31 @@
|
|
|
1
|
+
## @anolilab/lint-staged-config [7.0.0](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/lint-staged-config@6.0.1...@anolilab/lint-staged-config@7.0.0) (2026-03-27)
|
|
2
|
+
|
|
3
|
+
### Styles
|
|
4
|
+
|
|
5
|
+
* cs fixes on md files ([1262ea8](https://github.com/anolilab/javascript-style-guide/commit/1262ea848750c22d227f3591787356f048f02741))
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Dependencies
|
|
9
|
+
|
|
10
|
+
* **@anolilab/eslint-config:** upgraded to 23.0.0
|
|
11
|
+
|
|
12
|
+
## @anolilab/lint-staged-config [6.0.1](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/lint-staged-config@6.0.0...@anolilab/lint-staged-config@6.0.1) (2026-02-28)
|
|
13
|
+
|
|
14
|
+
### Bug Fixes
|
|
15
|
+
|
|
16
|
+
* **eslint-config:** disable css/no-invalid-at-rules for Tailwind CSS … ([#1000](https://github.com/anolilab/javascript-style-guide/pull/1000)) ([aa8b26b](https://github.com/anolilab/javascript-style-guide/commit/aa8b26b4cb711ad956a8d6360e2cc9f45d50565e))
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
### Dependencies
|
|
20
|
+
|
|
21
|
+
* **@anolilab/eslint-config:** upgraded to 22.0.2
|
|
22
|
+
|
|
1
23
|
## @anolilab/lint-staged-config [6.0.0](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/lint-staged-config@5.1.0...@anolilab/lint-staged-config@6.0.0) (2026-02-21)
|
|
2
24
|
|
|
3
25
|
### ⚠ BREAKING CHANGES
|
|
4
26
|
|
|
5
27
|
* **lint-staged-config:** Package is now ESM-only. The require export condition
|
|
6
|
-
|
|
28
|
+
And dist/index.cjs have been removed. CommonJS consumers must migrate
|
|
7
29
|
to ESM or use dynamic import().
|
|
8
30
|
|
|
9
31
|
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
|
@@ -14,7 +36,7 @@ Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
|
|
14
36
|
|
|
15
37
|
### Bug Fixes
|
|
16
38
|
|
|
17
|
-
*
|
|
39
|
+
* Resolve pre-commit hook failures and lint errors across packages ([a4707c3](https://github.com/anolilab/javascript-style-guide/commit/a4707c38941c7adb55a7a606f9689caa9c8f7962))
|
|
18
40
|
|
|
19
41
|
### Miscellaneous Chores
|
|
20
42
|
|
|
@@ -31,7 +53,7 @@ Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
|
|
31
53
|
|
|
32
54
|
### Code Refactoring
|
|
33
55
|
|
|
34
|
-
*
|
|
56
|
+
* Improve code formatting and readability across multiple files ([ee7da3d](https://github.com/anolilab/javascript-style-guide/commit/ee7da3dca10603f3faebb0d9ac9bd5c18f6ce063))
|
|
35
57
|
|
|
36
58
|
|
|
37
59
|
### Dependencies
|
|
@@ -42,7 +64,7 @@ Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
|
|
42
64
|
|
|
43
65
|
### Bug Fixes
|
|
44
66
|
|
|
45
|
-
*
|
|
67
|
+
* Update package versions and configurations ([d4c690d](https://github.com/anolilab/javascript-style-guide/commit/d4c690d6132fb7c1734a299f64fbc1020190a300))
|
|
46
68
|
|
|
47
69
|
|
|
48
70
|
### Dependencies
|
|
@@ -53,7 +75,7 @@ Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
|
|
53
75
|
|
|
54
76
|
### Bug Fixes
|
|
55
77
|
|
|
56
|
-
*
|
|
78
|
+
* Update package versions and configurations ([6a83bb6](https://github.com/anolilab/javascript-style-guide/commit/6a83bb692298f0f037c4af6e5830865cb0a6d847))
|
|
57
79
|
|
|
58
80
|
|
|
59
81
|
### Dependencies
|
|
@@ -64,7 +86,7 @@ Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
|
|
64
86
|
|
|
65
87
|
### Styles
|
|
66
88
|
|
|
67
|
-
*
|
|
89
|
+
* Update package configurations and dependencies ([98475c5](https://github.com/anolilab/javascript-style-guide/commit/98475c5e5e7bc5d832ef10d3d723f75340223347))
|
|
68
90
|
|
|
69
91
|
|
|
70
92
|
### Dependencies
|
|
@@ -82,7 +104,7 @@ Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
|
|
82
104
|
|
|
83
105
|
### Features
|
|
84
106
|
|
|
85
|
-
*
|
|
107
|
+
* Enhance React support in ESLint configuration ([2b02625](https://github.com/anolilab/javascript-style-guide/commit/2b0262556513822ac2c7ac0ad9fd10235df2a484))
|
|
86
108
|
|
|
87
109
|
|
|
88
110
|
### Dependencies
|
|
@@ -100,9 +122,9 @@ Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
|
|
100
122
|
|
|
101
123
|
### Miscellaneous Chores
|
|
102
124
|
|
|
103
|
-
*
|
|
104
|
-
*
|
|
105
|
-
*
|
|
125
|
+
* Remove deprecated packages and update repository URLs ([0a3d423](https://github.com/anolilab/javascript-style-guide/commit/0a3d42307102047ac98d6a0c0ce46c7dfe5a6446))
|
|
126
|
+
* Update configuration and scripts ([5d6a44f](https://github.com/anolilab/javascript-style-guide/commit/5d6a44f99568b5f67939dfc52047fa742fd2bf58))
|
|
127
|
+
* Update package dependencies and configurations ([94cb27e](https://github.com/anolilab/javascript-style-guide/commit/94cb27ed8989ba2c052bc6f61cd349ea9a3486d2))
|
|
106
128
|
|
|
107
129
|
|
|
108
130
|
### Dependencies
|
|
@@ -125,8 +147,8 @@ Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
|
|
125
147
|
|
|
126
148
|
### Miscellaneous Chores
|
|
127
149
|
|
|
128
|
-
* **deps:** update dependency secretlint to v11 ([#944](https://github.com/anolilab/javascript-style-guide/
|
|
129
|
-
* **deps:** update dependency vitest to v4 ([#964](https://github.com/anolilab/javascript-style-guide/
|
|
150
|
+
* **deps:** update dependency secretlint to v11 ([#944](https://github.com/anolilab/javascript-style-guide/pull/944)) ([85af8ce](https://github.com/anolilab/javascript-style-guide/commit/85af8ce69fd7ca592d57c11db4b7168598c139d9))
|
|
151
|
+
* **deps:** update dependency vitest to v4 ([#964](https://github.com/anolilab/javascript-style-guide/pull/964)) ([68f27e2](https://github.com/anolilab/javascript-style-guide/commit/68f27e27c172be51bde47f0b59fc1f16d8bd85d0))
|
|
130
152
|
|
|
131
153
|
|
|
132
154
|
### Dependencies
|
|
@@ -137,7 +159,7 @@ Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
|
|
137
159
|
|
|
138
160
|
### Miscellaneous Chores
|
|
139
161
|
|
|
140
|
-
* **deps:** update dependency jest to v29 ([#943](https://github.com/anolilab/javascript-style-guide/
|
|
162
|
+
* **deps:** update dependency jest to v29 ([#943](https://github.com/anolilab/javascript-style-guide/pull/943)) ([06a2a5e](https://github.com/anolilab/javascript-style-guide/commit/06a2a5e705d5323ddb190684d8a6dffba61fdad8))
|
|
141
163
|
|
|
142
164
|
|
|
143
165
|
### Dependencies
|
|
@@ -155,16 +177,16 @@ Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
|
|
155
177
|
|
|
156
178
|
### Bug Fixes
|
|
157
179
|
|
|
158
|
-
*
|
|
180
|
+
* Update package versions and configurations ([55338c4](https://github.com/anolilab/javascript-style-guide/commit/55338c45d98042ea4616c4aa9b4fc6989889b1ac))
|
|
159
181
|
|
|
160
182
|
### Miscellaneous Chores
|
|
161
183
|
|
|
162
|
-
*
|
|
163
|
-
*
|
|
184
|
+
* Update ESLint configuration and dependencies ([52058a1](https://github.com/anolilab/javascript-style-guide/commit/52058a1f290734801dfd7d98743db2d351687541))
|
|
185
|
+
* Update package versions and ESLint command ([5e9bc41](https://github.com/anolilab/javascript-style-guide/commit/5e9bc419600c05ae722ee1b6d29d1ebb87ecc61d))
|
|
164
186
|
|
|
165
187
|
### Code Refactoring
|
|
166
188
|
|
|
167
|
-
*
|
|
189
|
+
* Improve ESLint and Prettier configurations ([db30fca](https://github.com/anolilab/javascript-style-guide/commit/db30fcafac696fe1b103293dc6f4a6dd0d72f51a))
|
|
168
190
|
|
|
169
191
|
|
|
170
192
|
### Dependencies
|
|
@@ -175,7 +197,7 @@ Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
|
|
175
197
|
|
|
176
198
|
### Bug Fixes
|
|
177
199
|
|
|
178
|
-
*
|
|
200
|
+
* Updated @visulima/package version ([f0dd764](https://github.com/anolilab/javascript-style-guide/commit/f0dd7640406288022419fe1b8f74a0487ab963c0))
|
|
179
201
|
|
|
180
202
|
|
|
181
203
|
### Dependencies
|
|
@@ -186,7 +208,7 @@ Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
|
|
186
208
|
|
|
187
209
|
### Bug Fixes
|
|
188
210
|
|
|
189
|
-
*
|
|
211
|
+
* Update lint-staged-config for improved ESLint and Prettier integration ([58e603d](https://github.com/anolilab/javascript-style-guide/commit/58e603dae84cb8e86dc5a66110cbe7a606b3c6fb))
|
|
190
212
|
|
|
191
213
|
|
|
192
214
|
### Dependencies
|
|
@@ -197,7 +219,7 @@ Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
|
|
197
219
|
|
|
198
220
|
### Bug Fixes
|
|
199
221
|
|
|
200
|
-
*
|
|
222
|
+
* Enhance lint-staged-config with Prettier and ESLint updates ([0018245](https://github.com/anolilab/javascript-style-guide/commit/00182452abe9fb80a1be54ac889f4ab9ee9b24b6))
|
|
201
223
|
|
|
202
224
|
|
|
203
225
|
### Dependencies
|
|
@@ -208,12 +230,12 @@ Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
|
|
208
230
|
|
|
209
231
|
### Bug Fixes
|
|
210
232
|
|
|
211
|
-
*
|
|
212
|
-
*
|
|
233
|
+
* Update lint-staged-config to exclude additional unused dependency ([24e7611](https://github.com/anolilab/javascript-style-guide/commit/24e7611181112f5b383ceb98d315da7e99485bc4))
|
|
234
|
+
* Update lint-staged-config with new dependencies and ESLint rules ([37c51b6](https://github.com/anolilab/javascript-style-guide/commit/37c51b63c58858e96be3215d007e2169d206de30))
|
|
213
235
|
|
|
214
236
|
### Miscellaneous Chores
|
|
215
237
|
|
|
216
|
-
*
|
|
238
|
+
* Update ESLint configuration to disable specific rules ([e9fbe12](https://github.com/anolilab/javascript-style-guide/commit/e9fbe12c553b46cc9cb1068e57ae42c35f04a7cd))
|
|
217
239
|
|
|
218
240
|
|
|
219
241
|
### Dependencies
|
|
@@ -242,7 +264,7 @@ Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
|
|
242
264
|
|
|
243
265
|
### Bug Fixes
|
|
244
266
|
|
|
245
|
-
*
|
|
267
|
+
* Update eslint configuration and dependencies ([37da962](https://github.com/anolilab/javascript-style-guide/commit/37da962d9e96dbc70c19b0d54ace342e0135e1fd))
|
|
246
268
|
|
|
247
269
|
|
|
248
270
|
### Dependencies
|
|
@@ -253,7 +275,7 @@ Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
|
|
253
275
|
|
|
254
276
|
### Miscellaneous Chores
|
|
255
277
|
|
|
256
|
-
*
|
|
278
|
+
* Update dependencies and versions across packages ([edf84af](https://github.com/anolilab/javascript-style-guide/commit/edf84af6f9ff9a290c4e3705f3466068777e9992))
|
|
257
279
|
|
|
258
280
|
|
|
259
281
|
### Dependencies
|
|
@@ -264,7 +286,7 @@ Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
|
|
264
286
|
|
|
265
287
|
### Miscellaneous Chores
|
|
266
288
|
|
|
267
|
-
*
|
|
289
|
+
* Update dependencies across packages ([db14c14](https://github.com/anolilab/javascript-style-guide/commit/db14c14d94b2e21e8c23791b9dc83c391b1a9a87))
|
|
268
290
|
|
|
269
291
|
|
|
270
292
|
### Dependencies
|
|
@@ -275,7 +297,7 @@ Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
|
|
275
297
|
|
|
276
298
|
### Miscellaneous Chores
|
|
277
299
|
|
|
278
|
-
*
|
|
300
|
+
* Update dependencies and versions across packages ([48812ea](https://github.com/anolilab/javascript-style-guide/commit/48812ea5c4de5833636b2ed3b7302a35120aba3a))
|
|
279
301
|
|
|
280
302
|
|
|
281
303
|
### Dependencies
|
|
@@ -322,7 +344,7 @@ Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
|
|
322
344
|
|
|
323
345
|
### Miscellaneous Chores
|
|
324
346
|
|
|
325
|
-
*
|
|
347
|
+
* Update dependencies and package versions across multiple packages ([6499209](https://github.com/anolilab/javascript-style-guide/commit/64992094883c3305626a09ec586226292ba88e85))
|
|
326
348
|
|
|
327
349
|
|
|
328
350
|
### Dependencies
|
|
@@ -379,7 +401,7 @@ Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
|
|
379
401
|
|
|
380
402
|
### Bug Fixes
|
|
381
403
|
|
|
382
|
-
*
|
|
404
|
+
* Enhance packem configuration with isolated declaration transformer and cjsInterop ([fb759fc](https://github.com/anolilab/javascript-style-guide/commit/fb759fc1246adb01d2f5d7a1b254eb036a86ec13))
|
|
383
405
|
* **lint-staged-config:** update dependencies in lint-staged-config ([4ae9f4b](https://github.com/anolilab/javascript-style-guide/commit/4ae9f4bf6867a0ea90960b65a60e2a78d1fe186e))
|
|
384
406
|
|
|
385
407
|
|
|
@@ -406,7 +428,7 @@ Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
|
|
406
428
|
### Bug Fixes
|
|
407
429
|
|
|
408
430
|
* **deps:** update dependency prettier to v3.0.3 ([#891](https://github.com/anolilab/javascript-style-guide/issues/891)) ([21d2229](https://github.com/anolilab/javascript-style-guide/commit/21d222981c3eef686be957bf74c2852871929a3d))
|
|
409
|
-
* **deps:** update minor updates (minor) ([#896](https://github.com/anolilab/javascript-style-guide/
|
|
431
|
+
* **deps:** update minor updates (minor) ([#896](https://github.com/anolilab/javascript-style-guide/pull/896)) ([d5132c8](https://github.com/anolilab/javascript-style-guide/commit/d5132c8e59df185331772917e8216c78a97e47be))
|
|
410
432
|
|
|
411
433
|
|
|
412
434
|
### Dependencies
|
|
@@ -477,7 +499,7 @@ Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
|
|
477
499
|
|
|
478
500
|
### Miscellaneous Chores
|
|
479
501
|
|
|
480
|
-
*
|
|
502
|
+
* Add new linting scripts and update dependencies ([655a866](https://github.com/anolilab/javascript-style-guide/commit/655a86641903f157e4d8a4dc69d0f44448fa7cc9))
|
|
481
503
|
|
|
482
504
|
|
|
483
505
|
### Dependencies
|
|
@@ -499,26 +521,26 @@ Signed-off-by: prisis <d.bannert@anolilab.de>
|
|
|
499
521
|
### Bug Fixes
|
|
500
522
|
|
|
501
523
|
* **lint-staged-config:** updated @visulima/fs and package and all dev deps ([fc53693](https://github.com/anolilab/javascript-style-guide/commit/fc5369341bbc30f2704d864adacdaa56c5ffdcca))
|
|
502
|
-
*
|
|
524
|
+
* Refactored post-install to a bin call, fixed wrong namings ([#847](https://github.com/anolilab/javascript-style-guide/issues/847)) ([37ec01e](https://github.com/anolilab/javascript-style-guide/commit/37ec01e583932f92728b494d2fba91e30c8a9f34))
|
|
503
525
|
|
|
504
526
|
### Miscellaneous Chores
|
|
505
527
|
|
|
506
|
-
*
|
|
507
|
-
*
|
|
508
|
-
*
|
|
509
|
-
*
|
|
510
|
-
*
|
|
528
|
+
* Clean update after code changes ([c1ec624](https://github.com/anolilab/javascript-style-guide/commit/c1ec6245a20abfcf1e1d717e148464480f59262c))
|
|
529
|
+
* Remove deprecated ESLint and Prettier configurations, update project structure and dependencies ([7b269ed](https://github.com/anolilab/javascript-style-guide/commit/7b269eda93e7dbede5fbdb536dec518dab2bc54b))
|
|
530
|
+
* Update lint-staged-config dependencies for compatibility ([b6c656d](https://github.com/anolilab/javascript-style-guide/commit/b6c656d3d22f5cb358468c61c30ccc4bdc22b8ea))
|
|
531
|
+
* Update lint-staged-config dependencies to latest versions ([5b4e12f](https://github.com/anolilab/javascript-style-guide/commit/5b4e12f9f162ea30cb7757de55375bf53b9031c3))
|
|
532
|
+
* Update node engine compatibility across multiple packages ([8755783](https://github.com/anolilab/javascript-style-guide/commit/8755783d4be3199bd602ede7d83628f83be3f358))
|
|
511
533
|
|
|
512
534
|
### Continuous Integration
|
|
513
535
|
|
|
514
|
-
*
|
|
536
|
+
* Fixed build workflow ([622591f](https://github.com/anolilab/javascript-style-guide/commit/622591f129fea0d30129d45346e49795169accd2))
|
|
515
537
|
|
|
516
538
|
## @anolilab/lint-staged-config [2.1.7](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/lint-staged-config@2.1.6...@anolilab/lint-staged-config@2.1.7) (2023-12-22)
|
|
517
539
|
|
|
518
540
|
|
|
519
541
|
### Bug Fixes
|
|
520
542
|
|
|
521
|
-
*
|
|
543
|
+
* Update deps ([e75d029](https://github.com/anolilab/javascript-style-guide/commit/e75d02912fe8c0333f9fa30726f517638ac62ff7))
|
|
522
544
|
|
|
523
545
|
|
|
524
546
|
|
|
@@ -531,7 +553,7 @@ Signed-off-by: prisis <d.bannert@anolilab.de>
|
|
|
531
553
|
|
|
532
554
|
### Bug Fixes
|
|
533
555
|
|
|
534
|
-
*
|
|
556
|
+
* Allow node 21 ([e95c9f7](https://github.com/anolilab/javascript-style-guide/commit/e95c9f70fb7d1ffa7c27e3d07067606b9b91bf54))
|
|
535
557
|
|
|
536
558
|
|
|
537
559
|
|
|
@@ -545,7 +567,7 @@ Signed-off-by: prisis <d.bannert@anolilab.de>
|
|
|
545
567
|
|
|
546
568
|
### Bug Fixes
|
|
547
569
|
|
|
548
|
-
*
|
|
570
|
+
* Dont quote @ on a folder name ([5dae84f](https://github.com/anolilab/javascript-style-guide/commit/5dae84f0d7ee266ee0c1266cbef3ed987a338a0a))
|
|
549
571
|
|
|
550
572
|
|
|
551
573
|
### Miscellaneous Chores
|
|
@@ -557,21 +579,21 @@ Signed-off-by: prisis <d.bannert@anolilab.de>
|
|
|
557
579
|
|
|
558
580
|
### Bug Fixes
|
|
559
581
|
|
|
560
|
-
*
|
|
582
|
+
* Changed config loading to lazy, changed package.json key search ([b97cc00](https://github.com/anolilab/javascript-style-guide/commit/b97cc003f90e88306582806b8c6f228c4c30dcdb))
|
|
561
583
|
|
|
562
584
|
## @anolilab/lint-staged-config [2.1.3](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/lint-staged-config@2.1.2...@anolilab/lint-staged-config@2.1.3) (2023-11-02)
|
|
563
585
|
|
|
564
586
|
|
|
565
587
|
### Bug Fixes
|
|
566
588
|
|
|
567
|
-
*
|
|
589
|
+
* Added checks for prettier, for the eslint, stylelint and markdown lint group ([db409b7](https://github.com/anolilab/javascript-style-guide/commit/db409b77b1db051b7b1bcc36ad6d956e8ddd42b1))
|
|
568
590
|
|
|
569
591
|
## @anolilab/lint-staged-config [2.1.2](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/lint-staged-config@2.1.1...@anolilab/lint-staged-config@2.1.2) (2023-10-31)
|
|
570
592
|
|
|
571
593
|
|
|
572
594
|
### Bug Fixes
|
|
573
595
|
|
|
574
|
-
*
|
|
596
|
+
* Update package deps ([8d87ed0](https://github.com/anolilab/javascript-style-guide/commit/8d87ed044dd78658045c99b61f91d0594da21009))
|
|
575
597
|
|
|
576
598
|
|
|
577
599
|
### Miscellaneous Chores
|
|
@@ -590,14 +612,14 @@ Signed-off-by: prisis <d.bannert@anolilab.de>
|
|
|
590
612
|
|
|
591
613
|
### Bug Fixes
|
|
592
614
|
|
|
593
|
-
*
|
|
615
|
+
* Fixed exclude checking ([461c524](https://github.com/anolilab/javascript-style-guide/commit/461c524c548295e141cc3216dc4a055494532b84))
|
|
594
616
|
|
|
595
617
|
## @anolilab/lint-staged-config [2.1.0](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/lint-staged-config@2.0.15...@anolilab/lint-staged-config@2.1.0) (2023-10-09)
|
|
596
618
|
|
|
597
619
|
|
|
598
620
|
### Features
|
|
599
621
|
|
|
600
|
-
*
|
|
622
|
+
* Added new config to disable tsc checking, added new docs for eslint and tsc ([40581ab](https://github.com/anolilab/javascript-style-guide/commit/40581ab6c5f3a2c6e120c1d3be6883eb10c3c550))
|
|
601
623
|
|
|
602
624
|
|
|
603
625
|
### Miscellaneous Chores
|
|
@@ -609,26 +631,26 @@ Signed-off-by: prisis <d.bannert@anolilab.de>
|
|
|
609
631
|
|
|
610
632
|
### Bug Fixes
|
|
611
633
|
|
|
612
|
-
*
|
|
634
|
+
* Added missing exec ([ac12738](https://github.com/anolilab/javascript-style-guide/commit/ac12738253ad8b180db3865aaa628a35adb034f5))
|
|
613
635
|
|
|
614
636
|
## @anolilab/lint-staged-config [2.0.14](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/lint-staged-config@2.0.13...@anolilab/lint-staged-config@2.0.14) (2023-10-05)
|
|
615
637
|
|
|
616
638
|
|
|
617
639
|
### Bug Fixes
|
|
618
640
|
|
|
619
|
-
*
|
|
641
|
+
* Fixed wrong handling of eslint rule overwrite, removed cross-env ([a62e721](https://github.com/anolilab/javascript-style-guide/commit/a62e721456a8dfb2757d341d78966238cc26b287))
|
|
620
642
|
|
|
621
643
|
|
|
622
644
|
### Miscellaneous Chores
|
|
623
645
|
|
|
624
|
-
*
|
|
646
|
+
* Update core dependencies ([479d0e6](https://github.com/anolilab/javascript-style-guide/commit/479d0e603bb7ec8d3d33edafc086be0d2fc04f40))
|
|
625
647
|
|
|
626
648
|
## @anolilab/lint-staged-config [2.0.13](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/lint-staged-config@2.0.12...@anolilab/lint-staged-config@2.0.13) (2023-09-29)
|
|
627
649
|
|
|
628
650
|
|
|
629
651
|
### Miscellaneous Chores
|
|
630
652
|
|
|
631
|
-
*
|
|
653
|
+
* Updated dev deps ([d4bf8d9](https://github.com/anolilab/javascript-style-guide/commit/d4bf8d9b636e68bb214c527791dbb76ee47c6af5))
|
|
632
654
|
|
|
633
655
|
|
|
634
656
|
|
|
@@ -669,13 +691,13 @@ Signed-off-by: prisis <d.bannert@anolilab.de>
|
|
|
669
691
|
### Bug Fixes
|
|
670
692
|
|
|
671
693
|
* Handle failed promise in removeIgnoredFiles function ([c899a83](https://github.com/anolilab/javascript-style-guide/commit/c899a830080f139afb83fd8e2b7fb4bfc9aba774))
|
|
672
|
-
* Various project dependencies have been updated to their respective newer versions. This covers multiple packages such as
|
|
694
|
+
* Various project dependencies have been updated to their respective newer versions. This covers multiple packages such as ’@babel/CLI’, ’@babel/core’, ’@nrwl/js’, and ’eslint' among others within the package.json file. This upgrade is necessary to ensure the utilization of the most recent features, optimization, and security improvements of the updated packages, and it also helps to maintain overall project consistency. ([38535ab](https://github.com/anolilab/javascript-style-guide/commit/38535abf2557680e3f22e1ff74372764ca11c2f1))
|
|
673
695
|
|
|
674
696
|
|
|
675
697
|
### Styles
|
|
676
698
|
|
|
677
|
-
*
|
|
678
|
-
*
|
|
699
|
+
* Cs fixes ([e053d90](https://github.com/anolilab/javascript-style-guide/commit/e053d90a4ab7a6466699c17d5afec1a7adc2459d))
|
|
700
|
+
* Cs fixes ([bcf423f](https://github.com/anolilab/javascript-style-guide/commit/bcf423f0d292f286ff448a205575b3b2a08cae17))
|
|
679
701
|
|
|
680
702
|
|
|
681
703
|
|
|
@@ -689,12 +711,12 @@ Signed-off-by: prisis <d.bannert@anolilab.de>
|
|
|
689
711
|
|
|
690
712
|
### Bug Fixes
|
|
691
713
|
|
|
692
|
-
*
|
|
714
|
+
* Changed optionalDependencies to peerDependencies with peerDependenciesMeta ([2a21b86](https://github.com/anolilab/javascript-style-guide/commit/2a21b861f1ff60483f9ee5762579e4369fca5467))
|
|
693
715
|
|
|
694
716
|
|
|
695
717
|
### Styles
|
|
696
718
|
|
|
697
|
-
*
|
|
719
|
+
* Cs fixes ([8e66dc2](https://github.com/anolilab/javascript-style-guide/commit/8e66dc261129837075a52a4364036918f1bbc115))
|
|
698
720
|
|
|
699
721
|
|
|
700
722
|
|
|
@@ -707,13 +729,13 @@ Signed-off-by: prisis <d.bannert@anolilab.de>
|
|
|
707
729
|
|
|
708
730
|
### Miscellaneous Chores
|
|
709
731
|
|
|
710
|
-
*
|
|
711
|
-
*
|
|
732
|
+
* Update package versions and Node.js versions in actions ([ba1bd5f](https://github.com/anolilab/javascript-style-guide/commit/ba1bd5fbdb5a053b7b2929c189486399012d58bc))
|
|
733
|
+
* Updated deps ([a287003](https://github.com/anolilab/javascript-style-guide/commit/a2870031901767b64c304f1c926173d66ffaf283))
|
|
712
734
|
|
|
713
735
|
|
|
714
736
|
### Continuous Integration
|
|
715
737
|
|
|
716
|
-
*
|
|
738
|
+
* Downgrade semantic-release to v21 and conventional-changelog-conventionalcommits to v6.1 ([30d8cd7](https://github.com/anolilab/javascript-style-guide/commit/30d8cd78dae211ed4566c7d23f5b85b696cbae13))
|
|
717
739
|
|
|
718
740
|
|
|
719
741
|
|
|
@@ -726,12 +748,12 @@ Signed-off-by: prisis <d.bannert@anolilab.de>
|
|
|
726
748
|
|
|
727
749
|
### Bug Fixes
|
|
728
750
|
|
|
729
|
-
*
|
|
751
|
+
* Update dependencies ([72eabc7](https://github.com/anolilab/javascript-style-guide/commit/72eabc78c68be9778ac3e06ec4c2abb982da0636))
|
|
730
752
|
|
|
731
753
|
|
|
732
754
|
### Styles
|
|
733
755
|
|
|
734
|
-
*
|
|
756
|
+
* Cs fixes based on new rules ([b99c020](https://github.com/anolilab/javascript-style-guide/commit/b99c020b9f61f2517acd65b4d1a9f3d1f15812b1))
|
|
735
757
|
|
|
736
758
|
|
|
737
759
|
### Miscellaneous Chores
|
|
@@ -776,7 +798,7 @@ Signed-off-by: prisis <d.bannert@anolilab.de>
|
|
|
776
798
|
|
|
777
799
|
### Bug Fixes
|
|
778
800
|
|
|
779
|
-
*
|
|
801
|
+
* Upgrade project dependencies to latest versions ([340ff87](https://github.com/anolilab/javascript-style-guide/commit/340ff87dfe01ca4c7a21536c26c6dd703afc62f7))
|
|
780
802
|
|
|
781
803
|
|
|
782
804
|
### Miscellaneous Chores
|
|
@@ -795,7 +817,7 @@ Signed-off-by: prisis <d.bannert@anolilab.de>
|
|
|
795
817
|
|
|
796
818
|
### Bug Fixes
|
|
797
819
|
|
|
798
|
-
*
|
|
820
|
+
* Update dependencies across projects ([22e49ef](https://github.com/anolilab/javascript-style-guide/commit/22e49ef5c7e4f2eafee49c99d024789a39521679))
|
|
799
821
|
|
|
800
822
|
## @anolilab/lint-staged-config [2.0.3](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/lint-staged-config@2.0.2...@anolilab/lint-staged-config@2.0.3) (2023-08-04)
|
|
801
823
|
|
|
@@ -824,7 +846,7 @@ Signed-off-by: prisis <d.bannert@anolilab.de>
|
|
|
824
846
|
|
|
825
847
|
### Bug Fixes
|
|
826
848
|
|
|
827
|
-
*
|
|
849
|
+
* Included ’skip.js’ in package.json for several packages ([1c84b33](https://github.com/anolilab/javascript-style-guide/commit/1c84b33435abc75666214632eba4566f36c78e1a))
|
|
828
850
|
|
|
829
851
|
|
|
830
852
|
### Miscellaneous Chores
|
|
@@ -851,14 +873,14 @@ Signed-off-by: prisis <d.bannert@anolilab.de>
|
|
|
851
873
|
|
|
852
874
|
### ⚠ BREAKING CHANGES
|
|
853
875
|
|
|
854
|
-
*
|
|
876
|
+
* Fixing broken releases that semantic-release did create
|
|
855
877
|
Signed-off-by: prisis <d.bannert@anolilab.de>
|
|
856
878
|
|
|
857
879
|
### Bug Fixes
|
|
858
880
|
|
|
859
|
-
*
|
|
881
|
+
* Fixed broken releases ([d46de22](https://github.com/anolilab/javascript-style-guide/commit/d46de22a999cc09cc46f9a4d4e7682441705a861))
|
|
860
882
|
* Refactor code to use type annotations and Record utility type ([9021e22](https://github.com/anolilab/javascript-style-guide/commit/9021e221d0ad139e224d272f3238ddd136688028))
|
|
861
|
-
*
|
|
883
|
+
* Update node version ([9a22309](https://github.com/anolilab/javascript-style-guide/commit/9a22309775cd2219320eed903ac3e22f66ffbe94))
|
|
862
884
|
|
|
863
885
|
|
|
864
886
|
|
|
@@ -898,7 +920,7 @@ Signed-off-by: prisis <d.bannert@anolilab.de>
|
|
|
898
920
|
### Styles
|
|
899
921
|
|
|
900
922
|
* "Rearrange order of task definitions and disable ESLint on non-literal fs filename" ([d48a8c0](https://github.com/anolilab/javascript-style-guide/commit/d48a8c0a0f87582e8a7389a4f9e025cdcbb113da))
|
|
901
|
-
*
|
|
923
|
+
* Sorted keys ([dcd5718](https://github.com/anolilab/javascript-style-guide/commit/dcd5718d38849314fce1816f0a2018e45b1a9076))
|
|
902
924
|
|
|
903
925
|
|
|
904
926
|
### Miscellaneous Chores
|
|
@@ -918,12 +940,12 @@ Signed-off-by: prisis <d.bannert@anolilab.de>
|
|
|
918
940
|
|
|
919
941
|
### Bug Fixes
|
|
920
942
|
|
|
921
|
-
*
|
|
943
|
+
* This version change is needed to deprecate old version of the package and update dependency versions in multiple packages ([b3f00b2](https://github.com/anolilab/javascript-style-guide/commit/b3f00b2487b8b5f9f61b1f711c0d0a7c7df86f75))
|
|
922
944
|
|
|
923
945
|
|
|
924
946
|
### Miscellaneous Chores
|
|
925
947
|
|
|
926
|
-
*
|
|
948
|
+
* Added rimraf to dev deps ([4b5922e](https://github.com/anolilab/javascript-style-guide/commit/4b5922e9392796f26abbf4dab40c84d5ee832243))
|
|
927
949
|
|
|
928
950
|
|
|
929
951
|
|
|
@@ -937,25 +959,25 @@ Signed-off-by: prisis <d.bannert@anolilab.de>
|
|
|
937
959
|
|
|
938
960
|
### Features
|
|
939
961
|
|
|
940
|
-
*
|
|
941
|
-
*
|
|
942
|
-
*
|
|
943
|
-
*
|
|
962
|
+
* New package ([345ffc2](https://github.com/anolilab/javascript-style-guide/commit/345ffc28fb3621948179005cc1048ab336abfa44))
|
|
963
|
+
* Added the missing code ([b002144](https://github.com/anolilab/javascript-style-guide/commit/b002144febf17ea691c819cd376732d42c20a912))
|
|
964
|
+
* Adding readme ([2132069](https://github.com/anolilab/javascript-style-guide/commit/21320699c6858db429adba3fd72ea05d76b24ae3))
|
|
965
|
+
* Create groups ([ce14364](https://github.com/anolilab/javascript-style-guide/commit/ce14364b86db8e65d4368b626afb326dc4d11928))
|
|
944
966
|
* Improve linting configs and update husky setup ([5a9b73d](https://github.com/anolilab/javascript-style-guide/commit/5a9b73d6999de9f2fe49ce24106e1ed6a364213d))
|
|
945
967
|
* Updated prepare-commit-msg script for Commitizen support ([c7a56f8](https://github.com/anolilab/javascript-style-guide/commit/c7a56f8860d8d5685749898f5994412d447c5356))
|
|
946
968
|
|
|
947
969
|
|
|
948
970
|
### Bug Fixes
|
|
949
971
|
|
|
950
|
-
*
|
|
951
|
-
*
|
|
952
|
-
*
|
|
953
|
-
*
|
|
972
|
+
* Added missing jest and ava check for tests ([9399760](https://github.com/anolilab/javascript-style-guide/commit/9399760cbda39979692f670245c1c2bbd2a0dddf))
|
|
973
|
+
* Fixed exports ([5783e95](https://github.com/anolilab/javascript-style-guide/commit/5783e9524d392e90d7e1f0f37d48b5575aac3af8))
|
|
974
|
+
* Fixed postinstall script ([87ad9df](https://github.com/anolilab/javascript-style-guide/commit/87ad9df6173103ff7914ce3d27562f393b13267b))
|
|
975
|
+
* Refactored eslint config ([c503593](https://github.com/anolilab/javascript-style-guide/commit/c503593e27c1bea125673c53bb31765abe2151ac))
|
|
954
976
|
* Remove pre-push hook from postinstall script ([d6ed1a9](https://github.com/anolilab/javascript-style-guide/commit/d6ed1a948acaef84a9a7ac5935df0882bbaada91))
|
|
955
977
|
|
|
956
978
|
|
|
957
979
|
### Miscellaneous Chores
|
|
958
980
|
|
|
959
|
-
*
|
|
960
|
-
*
|
|
961
|
-
*
|
|
981
|
+
* Lock update ([e6e045c](https://github.com/anolilab/javascript-style-guide/commit/e6e045c5e94e535a975a6f8bd3fa8fefb82e994d))
|
|
982
|
+
* Update readme ([6f7aae7](https://github.com/anolilab/javascript-style-guide/commit/6f7aae7e281b616f523c091927f0972782ca36d9))
|
|
983
|
+
* Updated license date ([f4acb44](https://github.com/anolilab/javascript-style-guide/commit/f4acb44f016851fbcce1e776e7a0765c7657e659))
|
package/README.md
CHANGED
|
@@ -62,13 +62,13 @@ pnpm add @anolilab/lint-staged-config
|
|
|
62
62
|
|
|
63
63
|
## Usage
|
|
64
64
|
|
|
65
|
-
If you don
|
|
65
|
+
If you don’t have a `.lintstagedrc.js` or `.nano-staged.js`, we can create the file for you after installing `@anolilab/lint-staged-config`, call `pnpm lint-stage-config:install`.
|
|
66
66
|
|
|
67
67
|
If you already have a `.lintstagedrc.js` or `.nano-staged.js`, then you can extend the `.lintstagedrc.js` or `.nano-staged.js`, with `@anolilab/lint-staged-config`.
|
|
68
68
|
|
|
69
69
|
> Note: If the script detects an existing `.lintstagedrc.js` or `.nano-staged.js` file, it will not overwrite it.
|
|
70
70
|
|
|
71
|
-
The content of the `.lintstagedrc.js` or `.nano-staged.js` should look
|
|
71
|
+
The content of the `.lintstagedrc.js` or `.nano-staged.js` should look :
|
|
72
72
|
|
|
73
73
|
```js
|
|
74
74
|
// or
|
|
@@ -127,11 +127,11 @@ Adding the following script to your root `package.json` file makes it easier to
|
|
|
127
127
|
pnpm pkg set scripts.prepare="is-ci || husky install || exit 0"
|
|
128
128
|
```
|
|
129
129
|
|
|
130
|
-
This script will install husky only if it
|
|
130
|
+
This script will install husky only if it's not running in a CI environment.
|
|
131
131
|
|
|
132
132
|
After that you can find a `.husky` folder in your root directory, with a `pre-commit` (if not please create it) file.
|
|
133
133
|
|
|
134
|
-
The file content can look
|
|
134
|
+
The file content can look :
|
|
135
135
|
|
|
136
136
|
```bash
|
|
137
137
|
#!/bin/sh
|
|
@@ -150,7 +150,7 @@ echo Finished Git hook: pre-commit
|
|
|
150
150
|
echo --------------------------------------------
|
|
151
151
|
```
|
|
152
152
|
|
|
153
|
-
|
|
153
|
+
Or with `nano-staged`:
|
|
154
154
|
|
|
155
155
|
```bash
|
|
156
156
|
#!/bin/sh
|
|
@@ -177,9 +177,9 @@ If `commitzen` is installed, the `prepare-commit-msg` hook with predefined conte
|
|
|
177
177
|
|
|
178
178
|
## Supported Node.js Versions
|
|
179
179
|
|
|
180
|
-
Libraries in this ecosystem make the best effort to track [Node.js
|
|
180
|
+
Libraries in this ecosystem make the best effort to track [Node.js’ release schedule](https://github.com/nodejs/release#release-schedule).
|
|
181
181
|
|
|
182
|
-
Here
|
|
182
|
+
Here’s [a post on why we think this is important](https://medium.com/the-node-js-collection/maintainers-should-consider-following-node-js-release-schedule-ab08ed4de71a).
|
|
183
183
|
|
|
184
184
|
## Contributing
|
|
185
185
|
|
|
@@ -195,7 +195,7 @@ If you would like to help take a look at the [list of issues](https://github.com
|
|
|
195
195
|
|
|
196
196
|
## Made with ❤️ at Anolilab
|
|
197
197
|
|
|
198
|
-
This is an open source project and will always remain free to use. If you think it
|
|
198
|
+
This is an open source project and will always remain free to use. If you think it’s cool, please star it 🌟. [Anolilab](https://anolilab.com/open-source) is a Development and AI Studio. Contact at [hello@anolilab.com](mailto:hello@anolilab.com) if you need any help with these technologies or want to say hi!
|
|
199
199
|
|
|
200
200
|
## License
|
|
201
201
|
|
|
@@ -210,9 +210,9 @@ The anolilab lint-staged-config is open-sourced software licensed under the [MIT
|
|
|
210
210
|
[prs-welcome-badge]: https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=for-the-badge
|
|
211
211
|
[prs-welcome]: https://github.com/anolilab/javascript-style-guide/blob/main/.github/CONTRIBUTING.md
|
|
212
212
|
[chat-badge]: https://img.shields.io/discord/902465130518949899.svg?style=for-the-badge
|
|
213
|
-
[chat]: https://discord.
|
|
213
|
+
[chat]: https://discord.com/invite/4VuvwWGaaB
|
|
214
214
|
[typescript-badge]: https://img.shields.io/badge/Typescript-294E80.svg?style=for-the-badge&logo=typescript
|
|
215
215
|
[typescript-url]: https://www.typescriptlang.org/
|
|
216
216
|
[license-url]: https://opensource.org/licenses/MIT
|
|
217
|
-
[lint-staged]: https://github.com/
|
|
217
|
+
[lint-staged]: https://github.com/lint-staged/lint-staged
|
|
218
218
|
[nano-staged]: https://github.com/usmanyunusov/nano-staged
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@anolilab/lint-staged-config",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "7.0.0",
|
|
4
4
|
"description": "Shareable Lint-Staged Config for any project.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"anolilab",
|
|
@@ -63,10 +63,10 @@
|
|
|
63
63
|
"@visulima/fs": "4.1.0",
|
|
64
64
|
"@visulima/package": "^4.1.7",
|
|
65
65
|
"shell-quote": "^1.8.3",
|
|
66
|
-
"type-fest": "5.
|
|
66
|
+
"type-fest": "5.5.0"
|
|
67
67
|
},
|
|
68
68
|
"peerDependencies": {
|
|
69
|
-
"eslint": "
|
|
69
|
+
"eslint": "10.1.0",
|
|
70
70
|
"husky": "^9.x",
|
|
71
71
|
"jest": "^29.0.0",
|
|
72
72
|
"lint-staged": "^16.x",
|