@anolilab/lint-staged-config 6.0.1 → 8.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.
Files changed (3) hide show
  1. package/CHANGELOG.md +99 -81
  2. package/README.md +10 -10
  3. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,8 +1,26 @@
1
+ ## @anolilab/lint-staged-config [8.0.0](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/lint-staged-config@7.0.0...@anolilab/lint-staged-config@8.0.0) (2026-03-28)
2
+
3
+
4
+ ### Dependencies
5
+
6
+ * **@anolilab/eslint-config:** upgraded to 24.0.0
7
+
8
+ ## @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)
9
+
10
+ ### Styles
11
+
12
+ * cs fixes on md files ([1262ea8](https://github.com/anolilab/javascript-style-guide/commit/1262ea848750c22d227f3591787356f048f02741))
13
+
14
+
15
+ ### Dependencies
16
+
17
+ * **@anolilab/eslint-config:** upgraded to 23.0.0
18
+
1
19
  ## @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
20
 
3
21
  ### Bug Fixes
4
22
 
5
- * **eslint-config:** disable css/no-invalid-at-rules for Tailwind CSS … ([#1000](https://github.com/anolilab/javascript-style-guide/issues/1000)) ([aa8b26b](https://github.com/anolilab/javascript-style-guide/commit/aa8b26b4cb711ad956a8d6360e2cc9f45d50565e))
23
+ * **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
24
 
7
25
 
8
26
  ### Dependencies
@@ -14,7 +32,7 @@
14
32
  ### ⚠ BREAKING CHANGES
15
33
 
16
34
  * **lint-staged-config:** Package is now ESM-only. The require export condition
17
- and dist/index.cjs have been removed. CommonJS consumers must migrate
35
+ And dist/index.cjs have been removed. CommonJS consumers must migrate
18
36
  to ESM or use dynamic import().
19
37
 
20
38
  Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@@ -25,7 +43,7 @@ Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
25
43
 
26
44
  ### Bug Fixes
27
45
 
28
- * resolve pre-commit hook failures and lint errors across packages ([a4707c3](https://github.com/anolilab/javascript-style-guide/commit/a4707c38941c7adb55a7a606f9689caa9c8f7962))
46
+ * Resolve pre-commit hook failures and lint errors across packages ([a4707c3](https://github.com/anolilab/javascript-style-guide/commit/a4707c38941c7adb55a7a606f9689caa9c8f7962))
29
47
 
30
48
  ### Miscellaneous Chores
31
49
 
@@ -42,7 +60,7 @@ Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
42
60
 
43
61
  ### Code Refactoring
44
62
 
45
- * improve code formatting and readability across multiple files ([ee7da3d](https://github.com/anolilab/javascript-style-guide/commit/ee7da3dca10603f3faebb0d9ac9bd5c18f6ce063))
63
+ * Improve code formatting and readability across multiple files ([ee7da3d](https://github.com/anolilab/javascript-style-guide/commit/ee7da3dca10603f3faebb0d9ac9bd5c18f6ce063))
46
64
 
47
65
 
48
66
  ### Dependencies
@@ -53,7 +71,7 @@ Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
53
71
 
54
72
  ### Bug Fixes
55
73
 
56
- * update package versions and configurations ([d4c690d](https://github.com/anolilab/javascript-style-guide/commit/d4c690d6132fb7c1734a299f64fbc1020190a300))
74
+ * Update package versions and configurations ([d4c690d](https://github.com/anolilab/javascript-style-guide/commit/d4c690d6132fb7c1734a299f64fbc1020190a300))
57
75
 
58
76
 
59
77
  ### Dependencies
@@ -64,7 +82,7 @@ Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
64
82
 
65
83
  ### Bug Fixes
66
84
 
67
- * update package versions and configurations ([6a83bb6](https://github.com/anolilab/javascript-style-guide/commit/6a83bb692298f0f037c4af6e5830865cb0a6d847))
85
+ * Update package versions and configurations ([6a83bb6](https://github.com/anolilab/javascript-style-guide/commit/6a83bb692298f0f037c4af6e5830865cb0a6d847))
68
86
 
69
87
 
70
88
  ### Dependencies
@@ -75,7 +93,7 @@ Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
75
93
 
76
94
  ### Styles
77
95
 
78
- * update package configurations and dependencies ([98475c5](https://github.com/anolilab/javascript-style-guide/commit/98475c5e5e7bc5d832ef10d3d723f75340223347))
96
+ * Update package configurations and dependencies ([98475c5](https://github.com/anolilab/javascript-style-guide/commit/98475c5e5e7bc5d832ef10d3d723f75340223347))
79
97
 
80
98
 
81
99
  ### Dependencies
@@ -93,7 +111,7 @@ Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
93
111
 
94
112
  ### Features
95
113
 
96
- * enhance React support in ESLint configuration ([2b02625](https://github.com/anolilab/javascript-style-guide/commit/2b0262556513822ac2c7ac0ad9fd10235df2a484))
114
+ * Enhance React support in ESLint configuration ([2b02625](https://github.com/anolilab/javascript-style-guide/commit/2b0262556513822ac2c7ac0ad9fd10235df2a484))
97
115
 
98
116
 
99
117
  ### Dependencies
@@ -111,9 +129,9 @@ Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
111
129
 
112
130
  ### Miscellaneous Chores
113
131
 
114
- * remove deprecated packages and update repository URLs ([0a3d423](https://github.com/anolilab/javascript-style-guide/commit/0a3d42307102047ac98d6a0c0ce46c7dfe5a6446))
115
- * update configuration and scripts ([5d6a44f](https://github.com/anolilab/javascript-style-guide/commit/5d6a44f99568b5f67939dfc52047fa742fd2bf58))
116
- * update package dependencies and configurations ([94cb27e](https://github.com/anolilab/javascript-style-guide/commit/94cb27ed8989ba2c052bc6f61cd349ea9a3486d2))
132
+ * Remove deprecated packages and update repository URLs ([0a3d423](https://github.com/anolilab/javascript-style-guide/commit/0a3d42307102047ac98d6a0c0ce46c7dfe5a6446))
133
+ * Update configuration and scripts ([5d6a44f](https://github.com/anolilab/javascript-style-guide/commit/5d6a44f99568b5f67939dfc52047fa742fd2bf58))
134
+ * Update package dependencies and configurations ([94cb27e](https://github.com/anolilab/javascript-style-guide/commit/94cb27ed8989ba2c052bc6f61cd349ea9a3486d2))
117
135
 
118
136
 
119
137
  ### Dependencies
@@ -136,8 +154,8 @@ Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
136
154
 
137
155
  ### Miscellaneous Chores
138
156
 
139
- * **deps:** update dependency secretlint to v11 ([#944](https://github.com/anolilab/javascript-style-guide/issues/944)) ([85af8ce](https://github.com/anolilab/javascript-style-guide/commit/85af8ce69fd7ca592d57c11db4b7168598c139d9))
140
- * **deps:** update dependency vitest to v4 ([#964](https://github.com/anolilab/javascript-style-guide/issues/964)) ([68f27e2](https://github.com/anolilab/javascript-style-guide/commit/68f27e27c172be51bde47f0b59fc1f16d8bd85d0))
157
+ * **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))
158
+ * **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
159
 
142
160
 
143
161
  ### Dependencies
@@ -148,7 +166,7 @@ Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
148
166
 
149
167
  ### Miscellaneous Chores
150
168
 
151
- * **deps:** update dependency jest to v29 ([#943](https://github.com/anolilab/javascript-style-guide/issues/943)) ([06a2a5e](https://github.com/anolilab/javascript-style-guide/commit/06a2a5e705d5323ddb190684d8a6dffba61fdad8))
169
+ * **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
170
 
153
171
 
154
172
  ### Dependencies
@@ -166,16 +184,16 @@ Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
166
184
 
167
185
  ### Bug Fixes
168
186
 
169
- * update package versions and configurations ([55338c4](https://github.com/anolilab/javascript-style-guide/commit/55338c45d98042ea4616c4aa9b4fc6989889b1ac))
187
+ * Update package versions and configurations ([55338c4](https://github.com/anolilab/javascript-style-guide/commit/55338c45d98042ea4616c4aa9b4fc6989889b1ac))
170
188
 
171
189
  ### Miscellaneous Chores
172
190
 
173
- * update ESLint configuration and dependencies ([52058a1](https://github.com/anolilab/javascript-style-guide/commit/52058a1f290734801dfd7d98743db2d351687541))
174
- * update package versions and ESLint command ([5e9bc41](https://github.com/anolilab/javascript-style-guide/commit/5e9bc419600c05ae722ee1b6d29d1ebb87ecc61d))
191
+ * Update ESLint configuration and dependencies ([52058a1](https://github.com/anolilab/javascript-style-guide/commit/52058a1f290734801dfd7d98743db2d351687541))
192
+ * Update package versions and ESLint command ([5e9bc41](https://github.com/anolilab/javascript-style-guide/commit/5e9bc419600c05ae722ee1b6d29d1ebb87ecc61d))
175
193
 
176
194
  ### Code Refactoring
177
195
 
178
- * improve ESLint and Prettier configurations ([db30fca](https://github.com/anolilab/javascript-style-guide/commit/db30fcafac696fe1b103293dc6f4a6dd0d72f51a))
196
+ * Improve ESLint and Prettier configurations ([db30fca](https://github.com/anolilab/javascript-style-guide/commit/db30fcafac696fe1b103293dc6f4a6dd0d72f51a))
179
197
 
180
198
 
181
199
  ### Dependencies
@@ -186,7 +204,7 @@ Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
186
204
 
187
205
  ### Bug Fixes
188
206
 
189
- * updated @visulima/package version ([f0dd764](https://github.com/anolilab/javascript-style-guide/commit/f0dd7640406288022419fe1b8f74a0487ab963c0))
207
+ * Updated @visulima/package version ([f0dd764](https://github.com/anolilab/javascript-style-guide/commit/f0dd7640406288022419fe1b8f74a0487ab963c0))
190
208
 
191
209
 
192
210
  ### Dependencies
@@ -197,7 +215,7 @@ Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
197
215
 
198
216
  ### Bug Fixes
199
217
 
200
- * update lint-staged-config for improved ESLint and Prettier integration ([58e603d](https://github.com/anolilab/javascript-style-guide/commit/58e603dae84cb8e86dc5a66110cbe7a606b3c6fb))
218
+ * Update lint-staged-config for improved ESLint and Prettier integration ([58e603d](https://github.com/anolilab/javascript-style-guide/commit/58e603dae84cb8e86dc5a66110cbe7a606b3c6fb))
201
219
 
202
220
 
203
221
  ### Dependencies
@@ -208,7 +226,7 @@ Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
208
226
 
209
227
  ### Bug Fixes
210
228
 
211
- * enhance lint-staged-config with Prettier and ESLint updates ([0018245](https://github.com/anolilab/javascript-style-guide/commit/00182452abe9fb80a1be54ac889f4ab9ee9b24b6))
229
+ * Enhance lint-staged-config with Prettier and ESLint updates ([0018245](https://github.com/anolilab/javascript-style-guide/commit/00182452abe9fb80a1be54ac889f4ab9ee9b24b6))
212
230
 
213
231
 
214
232
  ### Dependencies
@@ -219,12 +237,12 @@ Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
219
237
 
220
238
  ### Bug Fixes
221
239
 
222
- * update lint-staged-config to exclude additional unused dependency ([24e7611](https://github.com/anolilab/javascript-style-guide/commit/24e7611181112f5b383ceb98d315da7e99485bc4))
223
- * update lint-staged-config with new dependencies and ESLint rules ([37c51b6](https://github.com/anolilab/javascript-style-guide/commit/37c51b63c58858e96be3215d007e2169d206de30))
240
+ * Update lint-staged-config to exclude additional unused dependency ([24e7611](https://github.com/anolilab/javascript-style-guide/commit/24e7611181112f5b383ceb98d315da7e99485bc4))
241
+ * Update lint-staged-config with new dependencies and ESLint rules ([37c51b6](https://github.com/anolilab/javascript-style-guide/commit/37c51b63c58858e96be3215d007e2169d206de30))
224
242
 
225
243
  ### Miscellaneous Chores
226
244
 
227
- * update ESLint configuration to disable specific rules ([e9fbe12](https://github.com/anolilab/javascript-style-guide/commit/e9fbe12c553b46cc9cb1068e57ae42c35f04a7cd))
245
+ * Update ESLint configuration to disable specific rules ([e9fbe12](https://github.com/anolilab/javascript-style-guide/commit/e9fbe12c553b46cc9cb1068e57ae42c35f04a7cd))
228
246
 
229
247
 
230
248
  ### Dependencies
@@ -253,7 +271,7 @@ Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
253
271
 
254
272
  ### Bug Fixes
255
273
 
256
- * update eslint configuration and dependencies ([37da962](https://github.com/anolilab/javascript-style-guide/commit/37da962d9e96dbc70c19b0d54ace342e0135e1fd))
274
+ * Update eslint configuration and dependencies ([37da962](https://github.com/anolilab/javascript-style-guide/commit/37da962d9e96dbc70c19b0d54ace342e0135e1fd))
257
275
 
258
276
 
259
277
  ### Dependencies
@@ -264,7 +282,7 @@ Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
264
282
 
265
283
  ### Miscellaneous Chores
266
284
 
267
- * update dependencies and versions across packages ([edf84af](https://github.com/anolilab/javascript-style-guide/commit/edf84af6f9ff9a290c4e3705f3466068777e9992))
285
+ * Update dependencies and versions across packages ([edf84af](https://github.com/anolilab/javascript-style-guide/commit/edf84af6f9ff9a290c4e3705f3466068777e9992))
268
286
 
269
287
 
270
288
  ### Dependencies
@@ -275,7 +293,7 @@ Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
275
293
 
276
294
  ### Miscellaneous Chores
277
295
 
278
- * update dependencies across packages ([db14c14](https://github.com/anolilab/javascript-style-guide/commit/db14c14d94b2e21e8c23791b9dc83c391b1a9a87))
296
+ * Update dependencies across packages ([db14c14](https://github.com/anolilab/javascript-style-guide/commit/db14c14d94b2e21e8c23791b9dc83c391b1a9a87))
279
297
 
280
298
 
281
299
  ### Dependencies
@@ -286,7 +304,7 @@ Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
286
304
 
287
305
  ### Miscellaneous Chores
288
306
 
289
- * update dependencies and versions across packages ([48812ea](https://github.com/anolilab/javascript-style-guide/commit/48812ea5c4de5833636b2ed3b7302a35120aba3a))
307
+ * Update dependencies and versions across packages ([48812ea](https://github.com/anolilab/javascript-style-guide/commit/48812ea5c4de5833636b2ed3b7302a35120aba3a))
290
308
 
291
309
 
292
310
  ### Dependencies
@@ -333,7 +351,7 @@ Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
333
351
 
334
352
  ### Miscellaneous Chores
335
353
 
336
- * update dependencies and package versions across multiple packages ([6499209](https://github.com/anolilab/javascript-style-guide/commit/64992094883c3305626a09ec586226292ba88e85))
354
+ * Update dependencies and package versions across multiple packages ([6499209](https://github.com/anolilab/javascript-style-guide/commit/64992094883c3305626a09ec586226292ba88e85))
337
355
 
338
356
 
339
357
  ### Dependencies
@@ -390,7 +408,7 @@ Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
390
408
 
391
409
  ### Bug Fixes
392
410
 
393
- * enhance packem configuration with isolated declaration transformer and cjsInterop ([fb759fc](https://github.com/anolilab/javascript-style-guide/commit/fb759fc1246adb01d2f5d7a1b254eb036a86ec13))
411
+ * Enhance packem configuration with isolated declaration transformer and cjsInterop ([fb759fc](https://github.com/anolilab/javascript-style-guide/commit/fb759fc1246adb01d2f5d7a1b254eb036a86ec13))
394
412
  * **lint-staged-config:** update dependencies in lint-staged-config ([4ae9f4b](https://github.com/anolilab/javascript-style-guide/commit/4ae9f4bf6867a0ea90960b65a60e2a78d1fe186e))
395
413
 
396
414
 
@@ -417,7 +435,7 @@ Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
417
435
  ### Bug Fixes
418
436
 
419
437
  * **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/issues/896)) ([d5132c8](https://github.com/anolilab/javascript-style-guide/commit/d5132c8e59df185331772917e8216c78a97e47be))
438
+ * **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
439
 
422
440
 
423
441
  ### Dependencies
@@ -488,7 +506,7 @@ Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
488
506
 
489
507
  ### Miscellaneous Chores
490
508
 
491
- * add new linting scripts and update dependencies ([655a866](https://github.com/anolilab/javascript-style-guide/commit/655a86641903f157e4d8a4dc69d0f44448fa7cc9))
509
+ * Add new linting scripts and update dependencies ([655a866](https://github.com/anolilab/javascript-style-guide/commit/655a86641903f157e4d8a4dc69d0f44448fa7cc9))
492
510
 
493
511
 
494
512
  ### Dependencies
@@ -510,26 +528,26 @@ Signed-off-by: prisis <d.bannert@anolilab.de>
510
528
  ### Bug Fixes
511
529
 
512
530
  * **lint-staged-config:** updated @visulima/fs and package and all dev deps ([fc53693](https://github.com/anolilab/javascript-style-guide/commit/fc5369341bbc30f2704d864adacdaa56c5ffdcca))
513
- * 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))
531
+ * 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
532
 
515
533
  ### Miscellaneous Chores
516
534
 
517
- * clean update after code changes ([c1ec624](https://github.com/anolilab/javascript-style-guide/commit/c1ec6245a20abfcf1e1d717e148464480f59262c))
518
- * remove deprecated ESLint and Prettier configurations, update project structure and dependencies ([7b269ed](https://github.com/anolilab/javascript-style-guide/commit/7b269eda93e7dbede5fbdb536dec518dab2bc54b))
519
- * update lint-staged-config dependencies for compatibility ([b6c656d](https://github.com/anolilab/javascript-style-guide/commit/b6c656d3d22f5cb358468c61c30ccc4bdc22b8ea))
520
- * update lint-staged-config dependencies to latest versions ([5b4e12f](https://github.com/anolilab/javascript-style-guide/commit/5b4e12f9f162ea30cb7757de55375bf53b9031c3))
521
- * update node engine compatibility across multiple packages ([8755783](https://github.com/anolilab/javascript-style-guide/commit/8755783d4be3199bd602ede7d83628f83be3f358))
535
+ * Clean update after code changes ([c1ec624](https://github.com/anolilab/javascript-style-guide/commit/c1ec6245a20abfcf1e1d717e148464480f59262c))
536
+ * Remove deprecated ESLint and Prettier configurations, update project structure and dependencies ([7b269ed](https://github.com/anolilab/javascript-style-guide/commit/7b269eda93e7dbede5fbdb536dec518dab2bc54b))
537
+ * Update lint-staged-config dependencies for compatibility ([b6c656d](https://github.com/anolilab/javascript-style-guide/commit/b6c656d3d22f5cb358468c61c30ccc4bdc22b8ea))
538
+ * Update lint-staged-config dependencies to latest versions ([5b4e12f](https://github.com/anolilab/javascript-style-guide/commit/5b4e12f9f162ea30cb7757de55375bf53b9031c3))
539
+ * Update node engine compatibility across multiple packages ([8755783](https://github.com/anolilab/javascript-style-guide/commit/8755783d4be3199bd602ede7d83628f83be3f358))
522
540
 
523
541
  ### Continuous Integration
524
542
 
525
- * fixed build workflow ([622591f](https://github.com/anolilab/javascript-style-guide/commit/622591f129fea0d30129d45346e49795169accd2))
543
+ * Fixed build workflow ([622591f](https://github.com/anolilab/javascript-style-guide/commit/622591f129fea0d30129d45346e49795169accd2))
526
544
 
527
545
  ## @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
546
 
529
547
 
530
548
  ### Bug Fixes
531
549
 
532
- * update deps ([e75d029](https://github.com/anolilab/javascript-style-guide/commit/e75d02912fe8c0333f9fa30726f517638ac62ff7))
550
+ * Update deps ([e75d029](https://github.com/anolilab/javascript-style-guide/commit/e75d02912fe8c0333f9fa30726f517638ac62ff7))
533
551
 
534
552
 
535
553
 
@@ -542,7 +560,7 @@ Signed-off-by: prisis <d.bannert@anolilab.de>
542
560
 
543
561
  ### Bug Fixes
544
562
 
545
- * allow node 21 ([e95c9f7](https://github.com/anolilab/javascript-style-guide/commit/e95c9f70fb7d1ffa7c27e3d07067606b9b91bf54))
563
+ * Allow node 21 ([e95c9f7](https://github.com/anolilab/javascript-style-guide/commit/e95c9f70fb7d1ffa7c27e3d07067606b9b91bf54))
546
564
 
547
565
 
548
566
 
@@ -556,7 +574,7 @@ Signed-off-by: prisis <d.bannert@anolilab.de>
556
574
 
557
575
  ### Bug Fixes
558
576
 
559
- * dont quote @ on a folder name ([5dae84f](https://github.com/anolilab/javascript-style-guide/commit/5dae84f0d7ee266ee0c1266cbef3ed987a338a0a))
577
+ * Dont quote @ on a folder name ([5dae84f](https://github.com/anolilab/javascript-style-guide/commit/5dae84f0d7ee266ee0c1266cbef3ed987a338a0a))
560
578
 
561
579
 
562
580
  ### Miscellaneous Chores
@@ -568,21 +586,21 @@ Signed-off-by: prisis <d.bannert@anolilab.de>
568
586
 
569
587
  ### Bug Fixes
570
588
 
571
- * changed config loading to lazy, changed package.json key search ([b97cc00](https://github.com/anolilab/javascript-style-guide/commit/b97cc003f90e88306582806b8c6f228c4c30dcdb))
589
+ * Changed config loading to lazy, changed package.json key search ([b97cc00](https://github.com/anolilab/javascript-style-guide/commit/b97cc003f90e88306582806b8c6f228c4c30dcdb))
572
590
 
573
591
  ## @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
592
 
575
593
 
576
594
  ### Bug Fixes
577
595
 
578
- * added checks for prettier, for the eslint, stylelint and markdown lint group ([db409b7](https://github.com/anolilab/javascript-style-guide/commit/db409b77b1db051b7b1bcc36ad6d956e8ddd42b1))
596
+ * Added checks for prettier, for the eslint, stylelint and markdown lint group ([db409b7](https://github.com/anolilab/javascript-style-guide/commit/db409b77b1db051b7b1bcc36ad6d956e8ddd42b1))
579
597
 
580
598
  ## @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
599
 
582
600
 
583
601
  ### Bug Fixes
584
602
 
585
- * update package deps ([8d87ed0](https://github.com/anolilab/javascript-style-guide/commit/8d87ed044dd78658045c99b61f91d0594da21009))
603
+ * Update package deps ([8d87ed0](https://github.com/anolilab/javascript-style-guide/commit/8d87ed044dd78658045c99b61f91d0594da21009))
586
604
 
587
605
 
588
606
  ### Miscellaneous Chores
@@ -601,14 +619,14 @@ Signed-off-by: prisis <d.bannert@anolilab.de>
601
619
 
602
620
  ### Bug Fixes
603
621
 
604
- * fixed exclude checking ([461c524](https://github.com/anolilab/javascript-style-guide/commit/461c524c548295e141cc3216dc4a055494532b84))
622
+ * Fixed exclude checking ([461c524](https://github.com/anolilab/javascript-style-guide/commit/461c524c548295e141cc3216dc4a055494532b84))
605
623
 
606
624
  ## @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
625
 
608
626
 
609
627
  ### Features
610
628
 
611
- * added new config to disable tsc checking, added new docs for eslint and tsc ([40581ab](https://github.com/anolilab/javascript-style-guide/commit/40581ab6c5f3a2c6e120c1d3be6883eb10c3c550))
629
+ * 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
630
 
613
631
 
614
632
  ### Miscellaneous Chores
@@ -620,26 +638,26 @@ Signed-off-by: prisis <d.bannert@anolilab.de>
620
638
 
621
639
  ### Bug Fixes
622
640
 
623
- * added missing exec ([ac12738](https://github.com/anolilab/javascript-style-guide/commit/ac12738253ad8b180db3865aaa628a35adb034f5))
641
+ * Added missing exec ([ac12738](https://github.com/anolilab/javascript-style-guide/commit/ac12738253ad8b180db3865aaa628a35adb034f5))
624
642
 
625
643
  ## @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
644
 
627
645
 
628
646
  ### Bug Fixes
629
647
 
630
- * fixed wrong handling of eslint rule overwrite, removed cross-env ([a62e721](https://github.com/anolilab/javascript-style-guide/commit/a62e721456a8dfb2757d341d78966238cc26b287))
648
+ * Fixed wrong handling of eslint rule overwrite, removed cross-env ([a62e721](https://github.com/anolilab/javascript-style-guide/commit/a62e721456a8dfb2757d341d78966238cc26b287))
631
649
 
632
650
 
633
651
  ### Miscellaneous Chores
634
652
 
635
- * update core dependencies ([479d0e6](https://github.com/anolilab/javascript-style-guide/commit/479d0e603bb7ec8d3d33edafc086be0d2fc04f40))
653
+ * Update core dependencies ([479d0e6](https://github.com/anolilab/javascript-style-guide/commit/479d0e603bb7ec8d3d33edafc086be0d2fc04f40))
636
654
 
637
655
  ## @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
656
 
639
657
 
640
658
  ### Miscellaneous Chores
641
659
 
642
- * updated dev deps ([d4bf8d9](https://github.com/anolilab/javascript-style-guide/commit/d4bf8d9b636e68bb214c527791dbb76ee47c6af5))
660
+ * Updated dev deps ([d4bf8d9](https://github.com/anolilab/javascript-style-guide/commit/d4bf8d9b636e68bb214c527791dbb76ee47c6af5))
643
661
 
644
662
 
645
663
 
@@ -680,13 +698,13 @@ Signed-off-by: prisis <d.bannert@anolilab.de>
680
698
  ### Bug Fixes
681
699
 
682
700
  * 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 '@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))
701
+ * 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
702
 
685
703
 
686
704
  ### Styles
687
705
 
688
- * cs fixes ([e053d90](https://github.com/anolilab/javascript-style-guide/commit/e053d90a4ab7a6466699c17d5afec1a7adc2459d))
689
- * cs fixes ([bcf423f](https://github.com/anolilab/javascript-style-guide/commit/bcf423f0d292f286ff448a205575b3b2a08cae17))
706
+ * Cs fixes ([e053d90](https://github.com/anolilab/javascript-style-guide/commit/e053d90a4ab7a6466699c17d5afec1a7adc2459d))
707
+ * Cs fixes ([bcf423f](https://github.com/anolilab/javascript-style-guide/commit/bcf423f0d292f286ff448a205575b3b2a08cae17))
690
708
 
691
709
 
692
710
 
@@ -700,12 +718,12 @@ Signed-off-by: prisis <d.bannert@anolilab.de>
700
718
 
701
719
  ### Bug Fixes
702
720
 
703
- * changed optionalDependencies to peerDependencies with peerDependenciesMeta ([2a21b86](https://github.com/anolilab/javascript-style-guide/commit/2a21b861f1ff60483f9ee5762579e4369fca5467))
721
+ * Changed optionalDependencies to peerDependencies with peerDependenciesMeta ([2a21b86](https://github.com/anolilab/javascript-style-guide/commit/2a21b861f1ff60483f9ee5762579e4369fca5467))
704
722
 
705
723
 
706
724
  ### Styles
707
725
 
708
- * cs fixes ([8e66dc2](https://github.com/anolilab/javascript-style-guide/commit/8e66dc261129837075a52a4364036918f1bbc115))
726
+ * Cs fixes ([8e66dc2](https://github.com/anolilab/javascript-style-guide/commit/8e66dc261129837075a52a4364036918f1bbc115))
709
727
 
710
728
 
711
729
 
@@ -718,13 +736,13 @@ Signed-off-by: prisis <d.bannert@anolilab.de>
718
736
 
719
737
  ### Miscellaneous Chores
720
738
 
721
- * update package versions and Node.js versions in actions ([ba1bd5f](https://github.com/anolilab/javascript-style-guide/commit/ba1bd5fbdb5a053b7b2929c189486399012d58bc))
722
- * updated deps ([a287003](https://github.com/anolilab/javascript-style-guide/commit/a2870031901767b64c304f1c926173d66ffaf283))
739
+ * Update package versions and Node.js versions in actions ([ba1bd5f](https://github.com/anolilab/javascript-style-guide/commit/ba1bd5fbdb5a053b7b2929c189486399012d58bc))
740
+ * Updated deps ([a287003](https://github.com/anolilab/javascript-style-guide/commit/a2870031901767b64c304f1c926173d66ffaf283))
723
741
 
724
742
 
725
743
  ### Continuous Integration
726
744
 
727
- * downgrade semantic-release to v21 and conventional-changelog-conventionalcommits to v6.1 ([30d8cd7](https://github.com/anolilab/javascript-style-guide/commit/30d8cd78dae211ed4566c7d23f5b85b696cbae13))
745
+ * Downgrade semantic-release to v21 and conventional-changelog-conventionalcommits to v6.1 ([30d8cd7](https://github.com/anolilab/javascript-style-guide/commit/30d8cd78dae211ed4566c7d23f5b85b696cbae13))
728
746
 
729
747
 
730
748
 
@@ -737,12 +755,12 @@ Signed-off-by: prisis <d.bannert@anolilab.de>
737
755
 
738
756
  ### Bug Fixes
739
757
 
740
- * update dependencies ([72eabc7](https://github.com/anolilab/javascript-style-guide/commit/72eabc78c68be9778ac3e06ec4c2abb982da0636))
758
+ * Update dependencies ([72eabc7](https://github.com/anolilab/javascript-style-guide/commit/72eabc78c68be9778ac3e06ec4c2abb982da0636))
741
759
 
742
760
 
743
761
  ### Styles
744
762
 
745
- * cs fixes based on new rules ([b99c020](https://github.com/anolilab/javascript-style-guide/commit/b99c020b9f61f2517acd65b4d1a9f3d1f15812b1))
763
+ * Cs fixes based on new rules ([b99c020](https://github.com/anolilab/javascript-style-guide/commit/b99c020b9f61f2517acd65b4d1a9f3d1f15812b1))
746
764
 
747
765
 
748
766
  ### Miscellaneous Chores
@@ -787,7 +805,7 @@ Signed-off-by: prisis <d.bannert@anolilab.de>
787
805
 
788
806
  ### Bug Fixes
789
807
 
790
- * upgrade project dependencies to latest versions ([340ff87](https://github.com/anolilab/javascript-style-guide/commit/340ff87dfe01ca4c7a21536c26c6dd703afc62f7))
808
+ * Upgrade project dependencies to latest versions ([340ff87](https://github.com/anolilab/javascript-style-guide/commit/340ff87dfe01ca4c7a21536c26c6dd703afc62f7))
791
809
 
792
810
 
793
811
  ### Miscellaneous Chores
@@ -806,7 +824,7 @@ Signed-off-by: prisis <d.bannert@anolilab.de>
806
824
 
807
825
  ### Bug Fixes
808
826
 
809
- * update dependencies across projects ([22e49ef](https://github.com/anolilab/javascript-style-guide/commit/22e49ef5c7e4f2eafee49c99d024789a39521679))
827
+ * Update dependencies across projects ([22e49ef](https://github.com/anolilab/javascript-style-guide/commit/22e49ef5c7e4f2eafee49c99d024789a39521679))
810
828
 
811
829
  ## @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
830
 
@@ -835,7 +853,7 @@ Signed-off-by: prisis <d.bannert@anolilab.de>
835
853
 
836
854
  ### Bug Fixes
837
855
 
838
- * included 'skip.js' in package.json for several packages ([1c84b33](https://github.com/anolilab/javascript-style-guide/commit/1c84b33435abc75666214632eba4566f36c78e1a))
856
+ * Included skip.js in package.json for several packages ([1c84b33](https://github.com/anolilab/javascript-style-guide/commit/1c84b33435abc75666214632eba4566f36c78e1a))
839
857
 
840
858
 
841
859
  ### Miscellaneous Chores
@@ -862,14 +880,14 @@ Signed-off-by: prisis <d.bannert@anolilab.de>
862
880
 
863
881
  ### ⚠ BREAKING CHANGES
864
882
 
865
- * fixing broken releases that semantic-release did create
883
+ * Fixing broken releases that semantic-release did create
866
884
  Signed-off-by: prisis <d.bannert@anolilab.de>
867
885
 
868
886
  ### Bug Fixes
869
887
 
870
- * fixed broken releases ([d46de22](https://github.com/anolilab/javascript-style-guide/commit/d46de22a999cc09cc46f9a4d4e7682441705a861))
888
+ * Fixed broken releases ([d46de22](https://github.com/anolilab/javascript-style-guide/commit/d46de22a999cc09cc46f9a4d4e7682441705a861))
871
889
  * Refactor code to use type annotations and Record utility type ([9021e22](https://github.com/anolilab/javascript-style-guide/commit/9021e221d0ad139e224d272f3238ddd136688028))
872
- * update node version ([9a22309](https://github.com/anolilab/javascript-style-guide/commit/9a22309775cd2219320eed903ac3e22f66ffbe94))
890
+ * Update node version ([9a22309](https://github.com/anolilab/javascript-style-guide/commit/9a22309775cd2219320eed903ac3e22f66ffbe94))
873
891
 
874
892
 
875
893
 
@@ -909,7 +927,7 @@ Signed-off-by: prisis <d.bannert@anolilab.de>
909
927
  ### Styles
910
928
 
911
929
  * "Rearrange order of task definitions and disable ESLint on non-literal fs filename" ([d48a8c0](https://github.com/anolilab/javascript-style-guide/commit/d48a8c0a0f87582e8a7389a4f9e025cdcbb113da))
912
- * sorted some keys ([dcd5718](https://github.com/anolilab/javascript-style-guide/commit/dcd5718d38849314fce1816f0a2018e45b1a9076))
930
+ * Sorted keys ([dcd5718](https://github.com/anolilab/javascript-style-guide/commit/dcd5718d38849314fce1816f0a2018e45b1a9076))
913
931
 
914
932
 
915
933
  ### Miscellaneous Chores
@@ -929,12 +947,12 @@ Signed-off-by: prisis <d.bannert@anolilab.de>
929
947
 
930
948
  ### Bug Fixes
931
949
 
932
- * 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))
950
+ * 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
951
 
934
952
 
935
953
  ### Miscellaneous Chores
936
954
 
937
- * added rimraf to dev deps ([4b5922e](https://github.com/anolilab/javascript-style-guide/commit/4b5922e9392796f26abbf4dab40c84d5ee832243))
955
+ * Added rimraf to dev deps ([4b5922e](https://github.com/anolilab/javascript-style-guide/commit/4b5922e9392796f26abbf4dab40c84d5ee832243))
938
956
 
939
957
 
940
958
 
@@ -948,25 +966,25 @@ Signed-off-by: prisis <d.bannert@anolilab.de>
948
966
 
949
967
  ### Features
950
968
 
951
- * new package ([345ffc2](https://github.com/anolilab/javascript-style-guide/commit/345ffc28fb3621948179005cc1048ab336abfa44))
952
- * added the missing code ([b002144](https://github.com/anolilab/javascript-style-guide/commit/b002144febf17ea691c819cd376732d42c20a912))
953
- * adding readme ([2132069](https://github.com/anolilab/javascript-style-guide/commit/21320699c6858db429adba3fd72ea05d76b24ae3))
954
- * create groups ([ce14364](https://github.com/anolilab/javascript-style-guide/commit/ce14364b86db8e65d4368b626afb326dc4d11928))
969
+ * New package ([345ffc2](https://github.com/anolilab/javascript-style-guide/commit/345ffc28fb3621948179005cc1048ab336abfa44))
970
+ * Added the missing code ([b002144](https://github.com/anolilab/javascript-style-guide/commit/b002144febf17ea691c819cd376732d42c20a912))
971
+ * Adding readme ([2132069](https://github.com/anolilab/javascript-style-guide/commit/21320699c6858db429adba3fd72ea05d76b24ae3))
972
+ * Create groups ([ce14364](https://github.com/anolilab/javascript-style-guide/commit/ce14364b86db8e65d4368b626afb326dc4d11928))
955
973
  * Improve linting configs and update husky setup ([5a9b73d](https://github.com/anolilab/javascript-style-guide/commit/5a9b73d6999de9f2fe49ce24106e1ed6a364213d))
956
974
  * Updated prepare-commit-msg script for Commitizen support ([c7a56f8](https://github.com/anolilab/javascript-style-guide/commit/c7a56f8860d8d5685749898f5994412d447c5356))
957
975
 
958
976
 
959
977
  ### Bug Fixes
960
978
 
961
- * added missing jest and ava check for tests ([9399760](https://github.com/anolilab/javascript-style-guide/commit/9399760cbda39979692f670245c1c2bbd2a0dddf))
962
- * fixed exports ([5783e95](https://github.com/anolilab/javascript-style-guide/commit/5783e9524d392e90d7e1f0f37d48b5575aac3af8))
963
- * fixed postinstall script ([87ad9df](https://github.com/anolilab/javascript-style-guide/commit/87ad9df6173103ff7914ce3d27562f393b13267b))
964
- * refactored eslint config ([c503593](https://github.com/anolilab/javascript-style-guide/commit/c503593e27c1bea125673c53bb31765abe2151ac))
979
+ * Added missing jest and ava check for tests ([9399760](https://github.com/anolilab/javascript-style-guide/commit/9399760cbda39979692f670245c1c2bbd2a0dddf))
980
+ * Fixed exports ([5783e95](https://github.com/anolilab/javascript-style-guide/commit/5783e9524d392e90d7e1f0f37d48b5575aac3af8))
981
+ * Fixed postinstall script ([87ad9df](https://github.com/anolilab/javascript-style-guide/commit/87ad9df6173103ff7914ce3d27562f393b13267b))
982
+ * Refactored eslint config ([c503593](https://github.com/anolilab/javascript-style-guide/commit/c503593e27c1bea125673c53bb31765abe2151ac))
965
983
  * Remove pre-push hook from postinstall script ([d6ed1a9](https://github.com/anolilab/javascript-style-guide/commit/d6ed1a948acaef84a9a7ac5935df0882bbaada91))
966
984
 
967
985
 
968
986
  ### Miscellaneous Chores
969
987
 
970
- * lock update ([e6e045c](https://github.com/anolilab/javascript-style-guide/commit/e6e045c5e94e535a975a6f8bd3fa8fefb82e994d))
971
- * update readme ([6f7aae7](https://github.com/anolilab/javascript-style-guide/commit/6f7aae7e281b616f523c091927f0972782ca36d9))
972
- * updated license date ([f4acb44](https://github.com/anolilab/javascript-style-guide/commit/f4acb44f016851fbcce1e776e7a0765c7657e659))
988
+ * Lock update ([e6e045c](https://github.com/anolilab/javascript-style-guide/commit/e6e045c5e94e535a975a6f8bd3fa8fefb82e994d))
989
+ * Update readme ([6f7aae7](https://github.com/anolilab/javascript-style-guide/commit/6f7aae7e281b616f523c091927f0972782ca36d9))
990
+ * 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'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`.
65
+ If you dont 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 like this:
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 is not running in a CI environment.
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 like this:
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
- or with `nano-staged`:
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' release schedule](https://github.com/nodejs/release#release-schedule).
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'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).
182
+ Heres [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's cool, please star it 🌟. [Anolilab](https://www.anolilab.com/open-source) is a Development and AI Studio. Contact us at [hello@anolilab.com](mailto:hello@anolilab.com) if you need any help with these technologies or just want to say hi!
198
+ This is an open source project and will always remain free to use. If you think its 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.gg/4VuvwWGaaB
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/okonet/lint-staged
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": "6.0.1",
3
+ "version": "8.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.4.4"
66
+ "type-fest": "5.5.0"
67
67
  },
68
68
  "peerDependencies": {
69
- "eslint": "9.39.3",
69
+ "eslint": "10.1.0",
70
70
  "husky": "^9.x",
71
71
  "jest": "^29.0.0",
72
72
  "lint-staged": "^16.x",