@anolilab/lint-staged-config 6.0.1 → 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 +92 -81
- package/README.md +10 -10
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,8 +1,19 @@
|
|
|
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
|
+
|
|
1
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)
|
|
2
13
|
|
|
3
14
|
### Bug Fixes
|
|
4
15
|
|
|
5
|
-
* **eslint-config:** disable css/no-invalid-at-rules for Tailwind CSS … ([#1000](https://github.com/anolilab/javascript-style-guide/
|
|
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))
|
|
6
17
|
|
|
7
18
|
|
|
8
19
|
### Dependencies
|
|
@@ -14,7 +25,7 @@
|
|
|
14
25
|
### ⚠ BREAKING CHANGES
|
|
15
26
|
|
|
16
27
|
* **lint-staged-config:** Package is now ESM-only. The require export condition
|
|
17
|
-
|
|
28
|
+
And dist/index.cjs have been removed. CommonJS consumers must migrate
|
|
18
29
|
to ESM or use dynamic import().
|
|
19
30
|
|
|
20
31
|
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
|
@@ -25,7 +36,7 @@ Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
|
|
25
36
|
|
|
26
37
|
### Bug Fixes
|
|
27
38
|
|
|
28
|
-
*
|
|
39
|
+
* Resolve pre-commit hook failures and lint errors across packages ([a4707c3](https://github.com/anolilab/javascript-style-guide/commit/a4707c38941c7adb55a7a606f9689caa9c8f7962))
|
|
29
40
|
|
|
30
41
|
### Miscellaneous Chores
|
|
31
42
|
|
|
@@ -42,7 +53,7 @@ Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
|
|
42
53
|
|
|
43
54
|
### Code Refactoring
|
|
44
55
|
|
|
45
|
-
*
|
|
56
|
+
* Improve code formatting and readability across multiple files ([ee7da3d](https://github.com/anolilab/javascript-style-guide/commit/ee7da3dca10603f3faebb0d9ac9bd5c18f6ce063))
|
|
46
57
|
|
|
47
58
|
|
|
48
59
|
### Dependencies
|
|
@@ -53,7 +64,7 @@ Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
|
|
53
64
|
|
|
54
65
|
### Bug Fixes
|
|
55
66
|
|
|
56
|
-
*
|
|
67
|
+
* Update package versions and configurations ([d4c690d](https://github.com/anolilab/javascript-style-guide/commit/d4c690d6132fb7c1734a299f64fbc1020190a300))
|
|
57
68
|
|
|
58
69
|
|
|
59
70
|
### Dependencies
|
|
@@ -64,7 +75,7 @@ Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
|
|
64
75
|
|
|
65
76
|
### Bug Fixes
|
|
66
77
|
|
|
67
|
-
*
|
|
78
|
+
* Update package versions and configurations ([6a83bb6](https://github.com/anolilab/javascript-style-guide/commit/6a83bb692298f0f037c4af6e5830865cb0a6d847))
|
|
68
79
|
|
|
69
80
|
|
|
70
81
|
### Dependencies
|
|
@@ -75,7 +86,7 @@ Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
|
|
75
86
|
|
|
76
87
|
### Styles
|
|
77
88
|
|
|
78
|
-
*
|
|
89
|
+
* Update package configurations and dependencies ([98475c5](https://github.com/anolilab/javascript-style-guide/commit/98475c5e5e7bc5d832ef10d3d723f75340223347))
|
|
79
90
|
|
|
80
91
|
|
|
81
92
|
### Dependencies
|
|
@@ -93,7 +104,7 @@ Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
|
|
93
104
|
|
|
94
105
|
### Features
|
|
95
106
|
|
|
96
|
-
*
|
|
107
|
+
* Enhance React support in ESLint configuration ([2b02625](https://github.com/anolilab/javascript-style-guide/commit/2b0262556513822ac2c7ac0ad9fd10235df2a484))
|
|
97
108
|
|
|
98
109
|
|
|
99
110
|
### Dependencies
|
|
@@ -111,9 +122,9 @@ Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
|
|
111
122
|
|
|
112
123
|
### Miscellaneous Chores
|
|
113
124
|
|
|
114
|
-
*
|
|
115
|
-
*
|
|
116
|
-
*
|
|
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))
|
|
117
128
|
|
|
118
129
|
|
|
119
130
|
### Dependencies
|
|
@@ -136,8 +147,8 @@ Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
|
|
136
147
|
|
|
137
148
|
### Miscellaneous Chores
|
|
138
149
|
|
|
139
|
-
* **deps:** update dependency secretlint to v11 ([#944](https://github.com/anolilab/javascript-style-guide/
|
|
140
|
-
* **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))
|
|
141
152
|
|
|
142
153
|
|
|
143
154
|
### Dependencies
|
|
@@ -148,7 +159,7 @@ Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
|
|
148
159
|
|
|
149
160
|
### Miscellaneous Chores
|
|
150
161
|
|
|
151
|
-
* **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))
|
|
152
163
|
|
|
153
164
|
|
|
154
165
|
### Dependencies
|
|
@@ -166,16 +177,16 @@ Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
|
|
166
177
|
|
|
167
178
|
### Bug Fixes
|
|
168
179
|
|
|
169
|
-
*
|
|
180
|
+
* Update package versions and configurations ([55338c4](https://github.com/anolilab/javascript-style-guide/commit/55338c45d98042ea4616c4aa9b4fc6989889b1ac))
|
|
170
181
|
|
|
171
182
|
### Miscellaneous Chores
|
|
172
183
|
|
|
173
|
-
*
|
|
174
|
-
*
|
|
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))
|
|
175
186
|
|
|
176
187
|
### Code Refactoring
|
|
177
188
|
|
|
178
|
-
*
|
|
189
|
+
* Improve ESLint and Prettier configurations ([db30fca](https://github.com/anolilab/javascript-style-guide/commit/db30fcafac696fe1b103293dc6f4a6dd0d72f51a))
|
|
179
190
|
|
|
180
191
|
|
|
181
192
|
### Dependencies
|
|
@@ -186,7 +197,7 @@ Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
|
|
186
197
|
|
|
187
198
|
### Bug Fixes
|
|
188
199
|
|
|
189
|
-
*
|
|
200
|
+
* Updated @visulima/package version ([f0dd764](https://github.com/anolilab/javascript-style-guide/commit/f0dd7640406288022419fe1b8f74a0487ab963c0))
|
|
190
201
|
|
|
191
202
|
|
|
192
203
|
### Dependencies
|
|
@@ -197,7 +208,7 @@ Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
|
|
197
208
|
|
|
198
209
|
### Bug Fixes
|
|
199
210
|
|
|
200
|
-
*
|
|
211
|
+
* Update lint-staged-config for improved ESLint and Prettier integration ([58e603d](https://github.com/anolilab/javascript-style-guide/commit/58e603dae84cb8e86dc5a66110cbe7a606b3c6fb))
|
|
201
212
|
|
|
202
213
|
|
|
203
214
|
### Dependencies
|
|
@@ -208,7 +219,7 @@ Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
|
|
208
219
|
|
|
209
220
|
### Bug Fixes
|
|
210
221
|
|
|
211
|
-
*
|
|
222
|
+
* Enhance lint-staged-config with Prettier and ESLint updates ([0018245](https://github.com/anolilab/javascript-style-guide/commit/00182452abe9fb80a1be54ac889f4ab9ee9b24b6))
|
|
212
223
|
|
|
213
224
|
|
|
214
225
|
### Dependencies
|
|
@@ -219,12 +230,12 @@ Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
|
|
219
230
|
|
|
220
231
|
### Bug Fixes
|
|
221
232
|
|
|
222
|
-
*
|
|
223
|
-
*
|
|
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))
|
|
224
235
|
|
|
225
236
|
### Miscellaneous Chores
|
|
226
237
|
|
|
227
|
-
*
|
|
238
|
+
* Update ESLint configuration to disable specific rules ([e9fbe12](https://github.com/anolilab/javascript-style-guide/commit/e9fbe12c553b46cc9cb1068e57ae42c35f04a7cd))
|
|
228
239
|
|
|
229
240
|
|
|
230
241
|
### Dependencies
|
|
@@ -253,7 +264,7 @@ Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
|
|
253
264
|
|
|
254
265
|
### Bug Fixes
|
|
255
266
|
|
|
256
|
-
*
|
|
267
|
+
* Update eslint configuration and dependencies ([37da962](https://github.com/anolilab/javascript-style-guide/commit/37da962d9e96dbc70c19b0d54ace342e0135e1fd))
|
|
257
268
|
|
|
258
269
|
|
|
259
270
|
### Dependencies
|
|
@@ -264,7 +275,7 @@ Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
|
|
264
275
|
|
|
265
276
|
### Miscellaneous Chores
|
|
266
277
|
|
|
267
|
-
*
|
|
278
|
+
* Update dependencies and versions across packages ([edf84af](https://github.com/anolilab/javascript-style-guide/commit/edf84af6f9ff9a290c4e3705f3466068777e9992))
|
|
268
279
|
|
|
269
280
|
|
|
270
281
|
### Dependencies
|
|
@@ -275,7 +286,7 @@ Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
|
|
275
286
|
|
|
276
287
|
### Miscellaneous Chores
|
|
277
288
|
|
|
278
|
-
*
|
|
289
|
+
* Update dependencies across packages ([db14c14](https://github.com/anolilab/javascript-style-guide/commit/db14c14d94b2e21e8c23791b9dc83c391b1a9a87))
|
|
279
290
|
|
|
280
291
|
|
|
281
292
|
### Dependencies
|
|
@@ -286,7 +297,7 @@ Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
|
|
286
297
|
|
|
287
298
|
### Miscellaneous Chores
|
|
288
299
|
|
|
289
|
-
*
|
|
300
|
+
* Update dependencies and versions across packages ([48812ea](https://github.com/anolilab/javascript-style-guide/commit/48812ea5c4de5833636b2ed3b7302a35120aba3a))
|
|
290
301
|
|
|
291
302
|
|
|
292
303
|
### Dependencies
|
|
@@ -333,7 +344,7 @@ Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
|
|
333
344
|
|
|
334
345
|
### Miscellaneous Chores
|
|
335
346
|
|
|
336
|
-
*
|
|
347
|
+
* Update dependencies and package versions across multiple packages ([6499209](https://github.com/anolilab/javascript-style-guide/commit/64992094883c3305626a09ec586226292ba88e85))
|
|
337
348
|
|
|
338
349
|
|
|
339
350
|
### Dependencies
|
|
@@ -390,7 +401,7 @@ Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
|
|
390
401
|
|
|
391
402
|
### Bug Fixes
|
|
392
403
|
|
|
393
|
-
*
|
|
404
|
+
* Enhance packem configuration with isolated declaration transformer and cjsInterop ([fb759fc](https://github.com/anolilab/javascript-style-guide/commit/fb759fc1246adb01d2f5d7a1b254eb036a86ec13))
|
|
394
405
|
* **lint-staged-config:** update dependencies in lint-staged-config ([4ae9f4b](https://github.com/anolilab/javascript-style-guide/commit/4ae9f4bf6867a0ea90960b65a60e2a78d1fe186e))
|
|
395
406
|
|
|
396
407
|
|
|
@@ -417,7 +428,7 @@ Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
|
|
417
428
|
### Bug Fixes
|
|
418
429
|
|
|
419
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))
|
|
420
|
-
* **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))
|
|
421
432
|
|
|
422
433
|
|
|
423
434
|
### Dependencies
|
|
@@ -488,7 +499,7 @@ Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
|
|
488
499
|
|
|
489
500
|
### Miscellaneous Chores
|
|
490
501
|
|
|
491
|
-
*
|
|
502
|
+
* Add new linting scripts and update dependencies ([655a866](https://github.com/anolilab/javascript-style-guide/commit/655a86641903f157e4d8a4dc69d0f44448fa7cc9))
|
|
492
503
|
|
|
493
504
|
|
|
494
505
|
### Dependencies
|
|
@@ -510,26 +521,26 @@ Signed-off-by: prisis <d.bannert@anolilab.de>
|
|
|
510
521
|
### Bug Fixes
|
|
511
522
|
|
|
512
523
|
* **lint-staged-config:** updated @visulima/fs and package and all dev deps ([fc53693](https://github.com/anolilab/javascript-style-guide/commit/fc5369341bbc30f2704d864adacdaa56c5ffdcca))
|
|
513
|
-
*
|
|
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))
|
|
514
525
|
|
|
515
526
|
### Miscellaneous Chores
|
|
516
527
|
|
|
517
|
-
*
|
|
518
|
-
*
|
|
519
|
-
*
|
|
520
|
-
*
|
|
521
|
-
*
|
|
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))
|
|
522
533
|
|
|
523
534
|
### Continuous Integration
|
|
524
535
|
|
|
525
|
-
*
|
|
536
|
+
* Fixed build workflow ([622591f](https://github.com/anolilab/javascript-style-guide/commit/622591f129fea0d30129d45346e49795169accd2))
|
|
526
537
|
|
|
527
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)
|
|
528
539
|
|
|
529
540
|
|
|
530
541
|
### Bug Fixes
|
|
531
542
|
|
|
532
|
-
*
|
|
543
|
+
* Update deps ([e75d029](https://github.com/anolilab/javascript-style-guide/commit/e75d02912fe8c0333f9fa30726f517638ac62ff7))
|
|
533
544
|
|
|
534
545
|
|
|
535
546
|
|
|
@@ -542,7 +553,7 @@ Signed-off-by: prisis <d.bannert@anolilab.de>
|
|
|
542
553
|
|
|
543
554
|
### Bug Fixes
|
|
544
555
|
|
|
545
|
-
*
|
|
556
|
+
* Allow node 21 ([e95c9f7](https://github.com/anolilab/javascript-style-guide/commit/e95c9f70fb7d1ffa7c27e3d07067606b9b91bf54))
|
|
546
557
|
|
|
547
558
|
|
|
548
559
|
|
|
@@ -556,7 +567,7 @@ Signed-off-by: prisis <d.bannert@anolilab.de>
|
|
|
556
567
|
|
|
557
568
|
### Bug Fixes
|
|
558
569
|
|
|
559
|
-
*
|
|
570
|
+
* Dont quote @ on a folder name ([5dae84f](https://github.com/anolilab/javascript-style-guide/commit/5dae84f0d7ee266ee0c1266cbef3ed987a338a0a))
|
|
560
571
|
|
|
561
572
|
|
|
562
573
|
### Miscellaneous Chores
|
|
@@ -568,21 +579,21 @@ Signed-off-by: prisis <d.bannert@anolilab.de>
|
|
|
568
579
|
|
|
569
580
|
### Bug Fixes
|
|
570
581
|
|
|
571
|
-
*
|
|
582
|
+
* Changed config loading to lazy, changed package.json key search ([b97cc00](https://github.com/anolilab/javascript-style-guide/commit/b97cc003f90e88306582806b8c6f228c4c30dcdb))
|
|
572
583
|
|
|
573
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)
|
|
574
585
|
|
|
575
586
|
|
|
576
587
|
### Bug Fixes
|
|
577
588
|
|
|
578
|
-
*
|
|
589
|
+
* Added checks for prettier, for the eslint, stylelint and markdown lint group ([db409b7](https://github.com/anolilab/javascript-style-guide/commit/db409b77b1db051b7b1bcc36ad6d956e8ddd42b1))
|
|
579
590
|
|
|
580
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)
|
|
581
592
|
|
|
582
593
|
|
|
583
594
|
### Bug Fixes
|
|
584
595
|
|
|
585
|
-
*
|
|
596
|
+
* Update package deps ([8d87ed0](https://github.com/anolilab/javascript-style-guide/commit/8d87ed044dd78658045c99b61f91d0594da21009))
|
|
586
597
|
|
|
587
598
|
|
|
588
599
|
### Miscellaneous Chores
|
|
@@ -601,14 +612,14 @@ Signed-off-by: prisis <d.bannert@anolilab.de>
|
|
|
601
612
|
|
|
602
613
|
### Bug Fixes
|
|
603
614
|
|
|
604
|
-
*
|
|
615
|
+
* Fixed exclude checking ([461c524](https://github.com/anolilab/javascript-style-guide/commit/461c524c548295e141cc3216dc4a055494532b84))
|
|
605
616
|
|
|
606
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)
|
|
607
618
|
|
|
608
619
|
|
|
609
620
|
### Features
|
|
610
621
|
|
|
611
|
-
*
|
|
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))
|
|
612
623
|
|
|
613
624
|
|
|
614
625
|
### Miscellaneous Chores
|
|
@@ -620,26 +631,26 @@ Signed-off-by: prisis <d.bannert@anolilab.de>
|
|
|
620
631
|
|
|
621
632
|
### Bug Fixes
|
|
622
633
|
|
|
623
|
-
*
|
|
634
|
+
* Added missing exec ([ac12738](https://github.com/anolilab/javascript-style-guide/commit/ac12738253ad8b180db3865aaa628a35adb034f5))
|
|
624
635
|
|
|
625
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)
|
|
626
637
|
|
|
627
638
|
|
|
628
639
|
### Bug Fixes
|
|
629
640
|
|
|
630
|
-
*
|
|
641
|
+
* Fixed wrong handling of eslint rule overwrite, removed cross-env ([a62e721](https://github.com/anolilab/javascript-style-guide/commit/a62e721456a8dfb2757d341d78966238cc26b287))
|
|
631
642
|
|
|
632
643
|
|
|
633
644
|
### Miscellaneous Chores
|
|
634
645
|
|
|
635
|
-
*
|
|
646
|
+
* Update core dependencies ([479d0e6](https://github.com/anolilab/javascript-style-guide/commit/479d0e603bb7ec8d3d33edafc086be0d2fc04f40))
|
|
636
647
|
|
|
637
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)
|
|
638
649
|
|
|
639
650
|
|
|
640
651
|
### Miscellaneous Chores
|
|
641
652
|
|
|
642
|
-
*
|
|
653
|
+
* Updated dev deps ([d4bf8d9](https://github.com/anolilab/javascript-style-guide/commit/d4bf8d9b636e68bb214c527791dbb76ee47c6af5))
|
|
643
654
|
|
|
644
655
|
|
|
645
656
|
|
|
@@ -680,13 +691,13 @@ Signed-off-by: prisis <d.bannert@anolilab.de>
|
|
|
680
691
|
### Bug Fixes
|
|
681
692
|
|
|
682
693
|
* Handle failed promise in removeIgnoredFiles function ([c899a83](https://github.com/anolilab/javascript-style-guide/commit/c899a830080f139afb83fd8e2b7fb4bfc9aba774))
|
|
683
|
-
* 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))
|
|
684
695
|
|
|
685
696
|
|
|
686
697
|
### Styles
|
|
687
698
|
|
|
688
|
-
*
|
|
689
|
-
*
|
|
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))
|
|
690
701
|
|
|
691
702
|
|
|
692
703
|
|
|
@@ -700,12 +711,12 @@ Signed-off-by: prisis <d.bannert@anolilab.de>
|
|
|
700
711
|
|
|
701
712
|
### Bug Fixes
|
|
702
713
|
|
|
703
|
-
*
|
|
714
|
+
* Changed optionalDependencies to peerDependencies with peerDependenciesMeta ([2a21b86](https://github.com/anolilab/javascript-style-guide/commit/2a21b861f1ff60483f9ee5762579e4369fca5467))
|
|
704
715
|
|
|
705
716
|
|
|
706
717
|
### Styles
|
|
707
718
|
|
|
708
|
-
*
|
|
719
|
+
* Cs fixes ([8e66dc2](https://github.com/anolilab/javascript-style-guide/commit/8e66dc261129837075a52a4364036918f1bbc115))
|
|
709
720
|
|
|
710
721
|
|
|
711
722
|
|
|
@@ -718,13 +729,13 @@ Signed-off-by: prisis <d.bannert@anolilab.de>
|
|
|
718
729
|
|
|
719
730
|
### Miscellaneous Chores
|
|
720
731
|
|
|
721
|
-
*
|
|
722
|
-
*
|
|
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))
|
|
723
734
|
|
|
724
735
|
|
|
725
736
|
### Continuous Integration
|
|
726
737
|
|
|
727
|
-
*
|
|
738
|
+
* Downgrade semantic-release to v21 and conventional-changelog-conventionalcommits to v6.1 ([30d8cd7](https://github.com/anolilab/javascript-style-guide/commit/30d8cd78dae211ed4566c7d23f5b85b696cbae13))
|
|
728
739
|
|
|
729
740
|
|
|
730
741
|
|
|
@@ -737,12 +748,12 @@ Signed-off-by: prisis <d.bannert@anolilab.de>
|
|
|
737
748
|
|
|
738
749
|
### Bug Fixes
|
|
739
750
|
|
|
740
|
-
*
|
|
751
|
+
* Update dependencies ([72eabc7](https://github.com/anolilab/javascript-style-guide/commit/72eabc78c68be9778ac3e06ec4c2abb982da0636))
|
|
741
752
|
|
|
742
753
|
|
|
743
754
|
### Styles
|
|
744
755
|
|
|
745
|
-
*
|
|
756
|
+
* Cs fixes based on new rules ([b99c020](https://github.com/anolilab/javascript-style-guide/commit/b99c020b9f61f2517acd65b4d1a9f3d1f15812b1))
|
|
746
757
|
|
|
747
758
|
|
|
748
759
|
### Miscellaneous Chores
|
|
@@ -787,7 +798,7 @@ Signed-off-by: prisis <d.bannert@anolilab.de>
|
|
|
787
798
|
|
|
788
799
|
### Bug Fixes
|
|
789
800
|
|
|
790
|
-
*
|
|
801
|
+
* Upgrade project dependencies to latest versions ([340ff87](https://github.com/anolilab/javascript-style-guide/commit/340ff87dfe01ca4c7a21536c26c6dd703afc62f7))
|
|
791
802
|
|
|
792
803
|
|
|
793
804
|
### Miscellaneous Chores
|
|
@@ -806,7 +817,7 @@ Signed-off-by: prisis <d.bannert@anolilab.de>
|
|
|
806
817
|
|
|
807
818
|
### Bug Fixes
|
|
808
819
|
|
|
809
|
-
*
|
|
820
|
+
* Update dependencies across projects ([22e49ef](https://github.com/anolilab/javascript-style-guide/commit/22e49ef5c7e4f2eafee49c99d024789a39521679))
|
|
810
821
|
|
|
811
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)
|
|
812
823
|
|
|
@@ -835,7 +846,7 @@ Signed-off-by: prisis <d.bannert@anolilab.de>
|
|
|
835
846
|
|
|
836
847
|
### Bug Fixes
|
|
837
848
|
|
|
838
|
-
*
|
|
849
|
+
* Included ’skip.js’ in package.json for several packages ([1c84b33](https://github.com/anolilab/javascript-style-guide/commit/1c84b33435abc75666214632eba4566f36c78e1a))
|
|
839
850
|
|
|
840
851
|
|
|
841
852
|
### Miscellaneous Chores
|
|
@@ -862,14 +873,14 @@ Signed-off-by: prisis <d.bannert@anolilab.de>
|
|
|
862
873
|
|
|
863
874
|
### ⚠ BREAKING CHANGES
|
|
864
875
|
|
|
865
|
-
*
|
|
876
|
+
* Fixing broken releases that semantic-release did create
|
|
866
877
|
Signed-off-by: prisis <d.bannert@anolilab.de>
|
|
867
878
|
|
|
868
879
|
### Bug Fixes
|
|
869
880
|
|
|
870
|
-
*
|
|
881
|
+
* Fixed broken releases ([d46de22](https://github.com/anolilab/javascript-style-guide/commit/d46de22a999cc09cc46f9a4d4e7682441705a861))
|
|
871
882
|
* Refactor code to use type annotations and Record utility type ([9021e22](https://github.com/anolilab/javascript-style-guide/commit/9021e221d0ad139e224d272f3238ddd136688028))
|
|
872
|
-
*
|
|
883
|
+
* Update node version ([9a22309](https://github.com/anolilab/javascript-style-guide/commit/9a22309775cd2219320eed903ac3e22f66ffbe94))
|
|
873
884
|
|
|
874
885
|
|
|
875
886
|
|
|
@@ -909,7 +920,7 @@ Signed-off-by: prisis <d.bannert@anolilab.de>
|
|
|
909
920
|
### Styles
|
|
910
921
|
|
|
911
922
|
* "Rearrange order of task definitions and disable ESLint on non-literal fs filename" ([d48a8c0](https://github.com/anolilab/javascript-style-guide/commit/d48a8c0a0f87582e8a7389a4f9e025cdcbb113da))
|
|
912
|
-
*
|
|
923
|
+
* Sorted keys ([dcd5718](https://github.com/anolilab/javascript-style-guide/commit/dcd5718d38849314fce1816f0a2018e45b1a9076))
|
|
913
924
|
|
|
914
925
|
|
|
915
926
|
### Miscellaneous Chores
|
|
@@ -929,12 +940,12 @@ Signed-off-by: prisis <d.bannert@anolilab.de>
|
|
|
929
940
|
|
|
930
941
|
### Bug Fixes
|
|
931
942
|
|
|
932
|
-
*
|
|
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))
|
|
933
944
|
|
|
934
945
|
|
|
935
946
|
### Miscellaneous Chores
|
|
936
947
|
|
|
937
|
-
*
|
|
948
|
+
* Added rimraf to dev deps ([4b5922e](https://github.com/anolilab/javascript-style-guide/commit/4b5922e9392796f26abbf4dab40c84d5ee832243))
|
|
938
949
|
|
|
939
950
|
|
|
940
951
|
|
|
@@ -948,25 +959,25 @@ Signed-off-by: prisis <d.bannert@anolilab.de>
|
|
|
948
959
|
|
|
949
960
|
### Features
|
|
950
961
|
|
|
951
|
-
*
|
|
952
|
-
*
|
|
953
|
-
*
|
|
954
|
-
*
|
|
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))
|
|
955
966
|
* Improve linting configs and update husky setup ([5a9b73d](https://github.com/anolilab/javascript-style-guide/commit/5a9b73d6999de9f2fe49ce24106e1ed6a364213d))
|
|
956
967
|
* Updated prepare-commit-msg script for Commitizen support ([c7a56f8](https://github.com/anolilab/javascript-style-guide/commit/c7a56f8860d8d5685749898f5994412d447c5356))
|
|
957
968
|
|
|
958
969
|
|
|
959
970
|
### Bug Fixes
|
|
960
971
|
|
|
961
|
-
*
|
|
962
|
-
*
|
|
963
|
-
*
|
|
964
|
-
*
|
|
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))
|
|
965
976
|
* Remove pre-push hook from postinstall script ([d6ed1a9](https://github.com/anolilab/javascript-style-guide/commit/d6ed1a948acaef84a9a7ac5935df0882bbaada91))
|
|
966
977
|
|
|
967
978
|
|
|
968
979
|
### Miscellaneous Chores
|
|
969
980
|
|
|
970
|
-
*
|
|
971
|
-
*
|
|
972
|
-
*
|
|
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",
|