eslint-plugin-typefest 1.0.2 → 1.0.4
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/README.md +86 -79
- package/dist/plugin.cjs +19 -21
- package/dist/plugin.cjs.map +2 -2
- package/package.json +19 -21
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://www.schemastore.org/package.json",
|
|
3
3
|
"name": "eslint-plugin-typefest",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.4",
|
|
5
5
|
"private": false,
|
|
6
6
|
"description": "ESLint rules for adopting type-fest and ts-extras conventions.",
|
|
7
7
|
"keywords": [
|
|
@@ -211,9 +211,9 @@
|
|
|
211
211
|
"jsonc-eslint-parser": "$jsonc-eslint-parser"
|
|
212
212
|
},
|
|
213
213
|
"dependencies": {
|
|
214
|
-
"@typescript-eslint/parser": "^8.57.
|
|
215
|
-
"@typescript-eslint/type-utils": "^8.57.
|
|
216
|
-
"@typescript-eslint/utils": "^8.57.
|
|
214
|
+
"@typescript-eslint/parser": "^8.57.1",
|
|
215
|
+
"@typescript-eslint/type-utils": "^8.57.1",
|
|
216
|
+
"@typescript-eslint/utils": "^8.57.1",
|
|
217
217
|
"ts-extras": "^0.17.0",
|
|
218
218
|
"type-fest": "^5.4.4"
|
|
219
219
|
},
|
|
@@ -222,9 +222,9 @@
|
|
|
222
222
|
"@csstools/stylelint-formatter-github": "^2.0.0",
|
|
223
223
|
"@docusaurus/eslint-plugin": "^3.9.2",
|
|
224
224
|
"@double-great/remark-lint-alt-text": "^1.1.1",
|
|
225
|
-
"@double-great/stylelint-a11y": "^3.4.
|
|
225
|
+
"@double-great/stylelint-a11y": "^3.4.6",
|
|
226
226
|
"@eslint-community/eslint-plugin-eslint-comments": "^4.7.1",
|
|
227
|
-
"@eslint-react/eslint-plugin": "^
|
|
227
|
+
"@eslint-react/eslint-plugin": "^3.0.0",
|
|
228
228
|
"@eslint/compat": "^2.0.3",
|
|
229
229
|
"@eslint/config-helpers": "^0.5.3",
|
|
230
230
|
"@eslint/config-inspector": "^1.5.0",
|
|
@@ -272,15 +272,15 @@
|
|
|
272
272
|
"@types/postcss-normalize": "^9.0.4",
|
|
273
273
|
"@types/postcss-reporter": "^7.0.5",
|
|
274
274
|
"@types/sloc": "^0.2.3",
|
|
275
|
-
"@typescript-eslint/eslint-plugin": "^8.57.
|
|
276
|
-
"@typescript-eslint/rule-tester": "^8.57.
|
|
275
|
+
"@typescript-eslint/eslint-plugin": "^8.57.1",
|
|
276
|
+
"@typescript-eslint/rule-tester": "^8.57.1",
|
|
277
277
|
"@vitest/coverage-v8": "^4.1.0",
|
|
278
278
|
"@vitest/eslint-plugin": "^1.6.12",
|
|
279
279
|
"@vitest/ui": "^4.1.0",
|
|
280
280
|
"actionlint": "^2.0.6",
|
|
281
281
|
"all-contributors-cli": "^6.26.1",
|
|
282
282
|
"cognitive-complexity-ts": "^0.8.1",
|
|
283
|
-
"commitlint": "^20.
|
|
283
|
+
"commitlint": "^20.5.0",
|
|
284
284
|
"commitlint-config-gitmoji": "^2.3.1",
|
|
285
285
|
"cross-env": "^10.1.0",
|
|
286
286
|
"depcheck": "^1.4.7",
|
|
@@ -299,6 +299,7 @@
|
|
|
299
299
|
"eslint-plugin-depend": "^1.5.0",
|
|
300
300
|
"eslint-plugin-eslint-plugin": "^7.3.2",
|
|
301
301
|
"eslint-plugin-etc": "^2.0.3",
|
|
302
|
+
"eslint-plugin-etc-misc": "^1.0.2",
|
|
302
303
|
"eslint-plugin-file-progress-2": "^3.4.3",
|
|
303
304
|
"eslint-plugin-html": "^8.1.4",
|
|
304
305
|
"eslint-plugin-import-x": "^4.16.2",
|
|
@@ -335,7 +336,8 @@
|
|
|
335
336
|
"eslint-plugin-toml": "^1.3.1",
|
|
336
337
|
"eslint-plugin-total-functions": "^7.1.0",
|
|
337
338
|
"eslint-plugin-tsdoc": "^0.5.2",
|
|
338
|
-
"eslint-plugin-tsdoc-require-2": "^1.0.
|
|
339
|
+
"eslint-plugin-tsdoc-require-2": "^1.0.5",
|
|
340
|
+
"eslint-plugin-typefest": "^1.0.3",
|
|
339
341
|
"eslint-plugin-undefined-css-classes": "^0.1.5",
|
|
340
342
|
"eslint-plugin-unicorn": "^63.0.0",
|
|
341
343
|
"eslint-plugin-unused-imports": "^4.4.1",
|
|
@@ -349,7 +351,7 @@
|
|
|
349
351
|
"htmlhint": "^1.9.2",
|
|
350
352
|
"jscpd": "^4.0.8",
|
|
351
353
|
"jsonc-eslint-parser": "^3.1.0",
|
|
352
|
-
"knip": "^5.
|
|
354
|
+
"knip": "^5.87.0",
|
|
353
355
|
"leasot": "^14.4.0",
|
|
354
356
|
"madge": "^8.0.0",
|
|
355
357
|
"markdown-link-check": "^3.14.2",
|
|
@@ -523,7 +525,7 @@
|
|
|
523
525
|
"stylelint-no-restricted-syntax": "^2.2.1",
|
|
524
526
|
"stylelint-no-unresolved-module": "^2.5.2",
|
|
525
527
|
"stylelint-no-unsupported-browser-features": "^8.1.1",
|
|
526
|
-
"stylelint-order": "^8.1.
|
|
528
|
+
"stylelint-order": "^8.1.1",
|
|
527
529
|
"stylelint-plugin-defensive-css": "^2.6.0",
|
|
528
530
|
"stylelint-plugin-logical-css": "^2.0.2",
|
|
529
531
|
"stylelint-plugin-use-baseline": "^1.2.7",
|
|
@@ -537,7 +539,7 @@
|
|
|
537
539
|
"ts-unused-exports": "^11.0.1",
|
|
538
540
|
"typedoc": "^0.28.17",
|
|
539
541
|
"typescript": "^5.9.3",
|
|
540
|
-
"typescript-eslint": "^8.57.
|
|
542
|
+
"typescript-eslint": "^8.57.1",
|
|
541
543
|
"typesync": "^0.14.3",
|
|
542
544
|
"vfile": "^6.0.3",
|
|
543
545
|
"vite": "^8.0.0",
|
|
@@ -552,12 +554,12 @@
|
|
|
552
554
|
},
|
|
553
555
|
"packageManager": "npm@11.11.1",
|
|
554
556
|
"engines": {
|
|
555
|
-
"node": ">=
|
|
557
|
+
"node": ">=22.0.0"
|
|
556
558
|
},
|
|
557
559
|
"devEngines": {
|
|
558
560
|
"runtime": {
|
|
559
561
|
"name": "node",
|
|
560
|
-
"version": ">=
|
|
562
|
+
"version": ">=22.0.0",
|
|
561
563
|
"onFail": "error"
|
|
562
564
|
},
|
|
563
565
|
"packageManager": {
|
|
@@ -566,13 +568,9 @@
|
|
|
566
568
|
"onFail": "error"
|
|
567
569
|
}
|
|
568
570
|
},
|
|
569
|
-
"os": [
|
|
570
|
-
"darwin",
|
|
571
|
-
"linux",
|
|
572
|
-
"win32"
|
|
573
|
-
],
|
|
574
571
|
"publishConfig": {
|
|
575
|
-
"provenance": true
|
|
572
|
+
"provenance": true,
|
|
573
|
+
"registry": "https://registry.npmjs.org/"
|
|
576
574
|
},
|
|
577
575
|
"readme": "README.md"
|
|
578
576
|
}
|