eslint-plugin-typefest 1.2.3 → 1.2.5
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/dist/plugin.cjs +38 -300
- package/dist/plugin.cjs.map +2 -2
- package/dist/rules/prefer-type-fest-union-length.js.map +1 -1
- package/package.json +38 -300
package/dist/plugin.cjs
CHANGED
|
@@ -40,7 +40,7 @@ var import_ts_extras43 = require("ts-extras");
|
|
|
40
40
|
var package_default = {
|
|
41
41
|
$schema: "https://www.schemastore.org/package.json",
|
|
42
42
|
name: "eslint-plugin-typefest",
|
|
43
|
-
version: "1.2.
|
|
43
|
+
version: "1.2.5",
|
|
44
44
|
private: false,
|
|
45
45
|
description: "ESLint rules for adopting type-fest and ts-extras conventions.",
|
|
46
46
|
keywords: [
|
|
@@ -51,7 +51,7 @@ var package_default = {
|
|
|
51
51
|
"ts-extras",
|
|
52
52
|
"typescript"
|
|
53
53
|
],
|
|
54
|
-
homepage: "https://github.
|
|
54
|
+
homepage: "https://nick2bad4u.github.io/eslint-plugin-typefest/",
|
|
55
55
|
bugs: {
|
|
56
56
|
url: "https://github.com/Nick2bad4u/eslint-plugin-typefest/issues",
|
|
57
57
|
email: "20943337+Nick2bad4u@users.noreply.github.com"
|
|
@@ -136,7 +136,7 @@ var package_default = {
|
|
|
136
136
|
"clean:docs": "rimraf docs/docusaurus/.docusaurus/** docs/docusaurus/build/** docs/docusaurus/site-docs/developer/api/**",
|
|
137
137
|
"clean:docusaurus": "npm run clean:docs && npm run --workspace docs/docusaurus clear",
|
|
138
138
|
"cognitive-complexity": "cognitive-complexity-ts --threshold 10",
|
|
139
|
-
precommit: "npm run sync:
|
|
139
|
+
precommit: "npm run sync:rules:write",
|
|
140
140
|
commit: "git-cz",
|
|
141
141
|
contrib: "all-contributors",
|
|
142
142
|
"contrib:add": "all-contributors add",
|
|
@@ -158,13 +158,13 @@ var package_default = {
|
|
|
158
158
|
"docs:typedoc": "npm run --workspace docs/docusaurus docs:api",
|
|
159
159
|
"docs:typedoc:local": "npm run --workspace docs/docusaurus docs:api:local",
|
|
160
160
|
"docs:validate-links": "remark docs --use remark-validate-links --frail",
|
|
161
|
-
knip: "cross-env NODE_OPTIONS=--max_old_space_size=4096 NODE_NO_WARNINGS=1 npx knip -c knip.config.ts --
|
|
161
|
+
knip: "cross-env NODE_OPTIONS=--max_old_space_size=4096 NODE_NO_WARNINGS=1 npx knip -c knip.config.ts --cache --cache-location .cache/knip --tsConfig tsconfig.json",
|
|
162
162
|
lint: "cross-env NODE_OPTIONS=--max_old_space_size=16384 eslint . --cache --cache-strategy content --cache-location .cache/.eslintcache",
|
|
163
163
|
"lint:action": "npm run lint:actions",
|
|
164
164
|
"lint:actions": "node scripts/lint-actionlint.mjs",
|
|
165
|
-
"lint:all": "npm run lint && npm run lint:css && npm run lint:prettier && npm run lint:remark && npm run lint:package && npm run lint:secretlint && npm run lint:yaml && npm run lint:actions && npm run lint:circular",
|
|
166
|
-
"lint:all:fix": "npm run lint:fix && npm run lint:css:fix && npm run lint:prettier:fix && npm run lint:remark && npm run lint:package && npm run lint:secretlint && npm run lint:yaml:fix && npm run lint:actions && npm run lint:circular",
|
|
167
|
-
"lint:all:fix:quiet": "npm run lint:fix:quiet && npm run lint:css:fix && npm run lint:prettier:fix && npm run lint:remark && npm run lint:package && npm run lint:secretlint && npm run lint:yaml:fix && npm run lint:actions && npm run lint:circular",
|
|
165
|
+
"lint:all": "npm run lint && npm run typecheck && npm run lint:css && npm run lint:prettier && npm run lint:remark && npm run lint:package && npm run lint:secretlint && npm run lint:yaml && npm run lint:actions && npm run lint:circular && npm run sync:rules:check",
|
|
166
|
+
"lint:all:fix": "npm run lint:fix && npm run typecheck && npm run lint:css:fix && npm run lint:prettier:fix && npm run lint:remark && npm run lint:package && npm run lint:secretlint && npm run lint:yaml:fix && npm run lint:actions && npm run lint:circular && npm run sync:rules:write",
|
|
167
|
+
"lint:all:fix:quiet": "npm run lint:fix:quiet && npm run typecheck && npm run lint:css:fix && npm run lint:prettier:fix && npm run lint:remark && npm run lint:package && npm run lint:secretlint && npm run lint:yaml:fix && npm run lint:actions && npm run lint:circular && npm run sync:rules:write",
|
|
168
168
|
"lint:circular": "npm run madge:circular",
|
|
169
169
|
"lint:compat:eslint9": "node scripts/eslint9-compat-smoke.mjs",
|
|
170
170
|
"lint:config:build": "npm run build:eslint-inspector",
|
|
@@ -203,7 +203,7 @@ var package_default = {
|
|
|
203
203
|
"lint:quiet": 'cross-env ESLINT_PROGRESS=nofile NODE_OPTIONS=--max_old_space_size=16384 eslint . --cache --cache-strategy content --cache-location .cache/.eslintcache && echo "Eslint done!"',
|
|
204
204
|
"lint:remark": 'remark --rc-path .remarkrc.mjs --silently-ignore --ignore-path .remarkignore --frail "*.{md,mdx}" "docs/**/*.{md,mdx}" --quiet',
|
|
205
205
|
"lint:remark:fix": 'prettier --log-level warn --ignore-path prettierignore.remark --cache --cache-location=.cache/.prettier-cache --cache-strategy=content --no-error-on-unmatched-pattern --write "*.{md,mdx}" "docs/**/*.{md,mdx}" && npm run remark:fix',
|
|
206
|
-
"lint:secretlint": 'secretlint --secretlintrc .secretlintrc.
|
|
206
|
+
"lint:secretlint": 'secretlint --secretlintrc .secretlintrc.cjs --secretlintignore .secretlintignore "./*" ".vscode/**" "assets/**" "src/**" "electron/**" "shared/**" "config/**" "scripts/**" "playwright/**" "storybook/**" ".storybook" "tests/**" "benchmarks/**" ".devin/**" "public/**" ".github/**" "docs/Architecture/**" "docs/*" "docs/assets/**" "docs/Guides/**" "docs/Testing/**" "docs/TSDoc/**" "docs/docusaurus/src/**" "docs/docusaurus/static/**" "docs/docusaurus/blog/**" "docs/docusaurus/docs/**" "docs/docusaurus/docs/*"',
|
|
207
207
|
"lint:secrets": "detect-secrets scan",
|
|
208
208
|
"lint:unused": "npm run knip -- --include unlisted,unresolved,duplicates",
|
|
209
209
|
"lint:unused-deps": "depcheck --ignores='@types/*,@testing-library/*,@vitest/*'",
|
|
@@ -215,7 +215,7 @@ var package_default = {
|
|
|
215
215
|
"open:coverage": "open-cli coverage/index.html",
|
|
216
216
|
prepublishOnly: "npm run release:check",
|
|
217
217
|
"release:check": "npm run release:verify",
|
|
218
|
-
"release:verify": "cross-env NODE_OPTIONS= npm run build && cross-env NODE_OPTIONS= npm run lint:nocache && cross-env NODE_OPTIONS= npm run typecheck && cross-env NODE_OPTIONS= VITEST_TYPECHECK=false npm run test && cross-env NODE_OPTIONS= npm run sync:
|
|
218
|
+
"release:verify": "cross-env NODE_OPTIONS= npm run build && cross-env NODE_OPTIONS= npm run lint:nocache && cross-env NODE_OPTIONS= npm run typecheck && cross-env NODE_OPTIONS= VITEST_TYPECHECK=false npm run test && cross-env NODE_OPTIONS= npm run sync:rules:check && cross-env NODE_OPTIONS= npm run docs:check-links && cross-env NODE_OPTIONS= npm run lint:package:strict",
|
|
219
219
|
"remark:fix": 'remark --rc-path .remarkrc.mjs --silently-ignore --ignore-path .remarkignore --frail --quiet --output -- "*.{md,mdx}" "docs/**/*.{md,mdx}"',
|
|
220
220
|
"remark:test-config": 'remark --rc-path .remarkrc.mjs --silently-ignore --ignore-path .remarkignore --frail "README.md"',
|
|
221
221
|
size: "size-limit",
|
|
@@ -225,6 +225,8 @@ var package_default = {
|
|
|
225
225
|
"sync:readme-rules-table": "node scripts/sync-readme-rules-table.mjs",
|
|
226
226
|
"sync:readme-rules-table:update": "npm run build && cross-env TYPEFEST_UPDATE_GENERATED_DOCS=1 vitest run test/readme-rules-table-sync.test.ts -u",
|
|
227
227
|
"sync:readme-rules-table:write": "node scripts/sync-readme-rules-table.mjs --write",
|
|
228
|
+
"sync:rules:check": "npm run sync:readme-rules-table && npm run sync:presets-rules-matrix",
|
|
229
|
+
"sync:rules:write": "npm run sync:readme-rules-table:write && npm run sync:presets-rules-matrix",
|
|
228
230
|
pretest: "npm run build",
|
|
229
231
|
test: "vitest run",
|
|
230
232
|
"test:autofix:fixtures": "cross-env TYPEFEST_AUTOFIX_SMOKE=1 vitest run test/autofix-fixtures-all-rules-smoke.test.ts",
|
|
@@ -250,358 +252,94 @@ var package_default = {
|
|
|
250
252
|
typecheck: "tsc -p tsconfig.json --noEmit && tsc -p tsconfig.build.json --noEmit && tsc -p tsconfig.eslint.json --noEmit && tsc -p tsconfig.js.json --noEmit && npm run --workspace docs/docusaurus typecheck",
|
|
251
253
|
"typecheck:all": "npm run typecheck",
|
|
252
254
|
"types:update": "typesync",
|
|
253
|
-
"update-deps": "npx ncu -i --install never && npm run sync:peer-eslint-range && npm
|
|
254
|
-
"verify:readme-rules-table": "npm run build && npm run sync:
|
|
255
|
+
"update-deps": "npx ncu -i --install never && npm update --workspaces --force && npm install --force && npm run sync:peer-eslint-range && npm run sync:node-version-files && npm run sync:rules:write",
|
|
256
|
+
"verify:readme-rules-table": "npm run build && npm run sync:rules:write"
|
|
255
257
|
},
|
|
256
258
|
overrides: {
|
|
257
259
|
"jsonc-eslint-parser": "$jsonc-eslint-parser"
|
|
258
260
|
},
|
|
259
261
|
dependencies: {
|
|
260
|
-
"@typescript-eslint/parser": "^8.
|
|
261
|
-
"@typescript-eslint/type-utils": "^8.
|
|
262
|
-
"@typescript-eslint/utils": "^8.
|
|
262
|
+
"@typescript-eslint/parser": "^8.59.1",
|
|
263
|
+
"@typescript-eslint/type-utils": "^8.59.1",
|
|
264
|
+
"@typescript-eslint/utils": "^8.59.1",
|
|
263
265
|
"ts-extras": "^1.0.0",
|
|
264
266
|
"type-fest": "^5.6.0"
|
|
265
267
|
},
|
|
266
268
|
devDependencies: {
|
|
267
269
|
"@arethetypeswrong/cli": "^0.18.2",
|
|
268
270
|
"@csstools/stylelint-formatter-github": "^2.0.0",
|
|
269
|
-
"@docusaurus/eslint-plugin": "^3.10.0",
|
|
270
271
|
"@double-great/remark-lint-alt-text": "^1.1.1",
|
|
271
|
-
"@double-great/stylelint-a11y": "^3.4.10",
|
|
272
|
-
"@eslint-community/eslint-plugin-eslint-comments": "^4.7.1",
|
|
273
|
-
"@eslint-react/eslint-plugin": "^4.2.3",
|
|
274
|
-
"@eslint/config-helpers": "^0.5.5",
|
|
275
272
|
"@eslint/config-inspector": "^2.0.0",
|
|
276
|
-
"@eslint/css": "^1.1.0",
|
|
277
|
-
"@eslint/js": "^10.0.1",
|
|
278
|
-
"@eslint/json": "^1.2.0",
|
|
279
|
-
"@eslint/markdown": "^8.0.1",
|
|
280
|
-
"@html-eslint/eslint-plugin": "^0.59.0",
|
|
281
|
-
"@html-eslint/parser": "^0.59.0",
|
|
282
273
|
"@microsoft/tsdoc-config": "^0.18.1",
|
|
283
|
-
"@secretlint/secretlint-rule-anthropic": "^11.7.1",
|
|
284
|
-
"@secretlint/secretlint-rule-aws": "^11.7.1",
|
|
285
|
-
"@secretlint/secretlint-rule-database-connection-string": "^11.7.1",
|
|
286
|
-
"@secretlint/secretlint-rule-gcp": "^11.7.1",
|
|
287
|
-
"@secretlint/secretlint-rule-github": "^11.7.1",
|
|
288
|
-
"@secretlint/secretlint-rule-no-dotenv": "^11.7.1",
|
|
289
|
-
"@secretlint/secretlint-rule-no-homedir": "^11.7.1",
|
|
290
|
-
"@secretlint/secretlint-rule-npm": "^11.7.1",
|
|
291
|
-
"@secretlint/secretlint-rule-openai": "^11.7.1",
|
|
292
|
-
"@secretlint/secretlint-rule-pattern": "^11.7.1",
|
|
293
|
-
"@secretlint/secretlint-rule-preset-recommend": "^11.7.1",
|
|
294
|
-
"@secretlint/secretlint-rule-privatekey": "^11.7.1",
|
|
295
|
-
"@secretlint/secretlint-rule-secp256k1-privatekey": "^11.7.1",
|
|
296
|
-
"@secretlint/types": "^11.7.1",
|
|
297
274
|
"@size-limit/file": "^12.1.0",
|
|
298
|
-
"@softonus/prettier-plugin-duplicate-remover": "^1.1.2",
|
|
299
275
|
"@stryker-ignorer/console-all": "^0.3.2",
|
|
300
276
|
"@stryker-mutator/core": "^9.6.1",
|
|
301
277
|
"@stryker-mutator/typescript-checker": "^9.6.1",
|
|
302
278
|
"@stryker-mutator/vitest-runner": "^9.6.1",
|
|
303
|
-
"@stylelint-types/stylelint-order": "^7.0.1",
|
|
304
|
-
"@stylelint-types/stylelint-stylistic": "^5.0.0",
|
|
305
|
-
"@stylistic/eslint-plugin": "^5.10.0",
|
|
306
|
-
"@stylistic/stylelint-plugin": "^5.1.0",
|
|
307
|
-
"@types/eslint-plugin-jsx-a11y": "^6.10.1",
|
|
308
|
-
"@types/eslint-plugin-security": "^3.0.1",
|
|
309
279
|
"@types/htmlhint": "^1.1.5",
|
|
310
280
|
"@types/madge": "^5.0.3",
|
|
311
281
|
"@types/node": "^25.6.0",
|
|
312
|
-
"@types/postcss-clamp": "^4.1.3",
|
|
313
|
-
"@types/postcss-flexbugs-fixes": "^5.0.3",
|
|
314
|
-
"@types/postcss-html": "^1.5.3",
|
|
315
|
-
"@types/postcss-import": "^14.0.3",
|
|
316
|
-
"@types/postcss-inline-svg": "^5.0.4",
|
|
317
|
-
"@types/postcss-normalize": "^9.0.4",
|
|
318
|
-
"@types/postcss-reporter": "^7.0.5",
|
|
319
282
|
"@types/sloc": "^0.2.3",
|
|
320
|
-
"@typescript-eslint/
|
|
321
|
-
"@
|
|
322
|
-
"@
|
|
323
|
-
"@vitest/coverage-v8": "^4.1.4",
|
|
324
|
-
"@vitest/eslint-plugin": "^1.6.16",
|
|
325
|
-
"@vitest/ui": "^4.1.4",
|
|
283
|
+
"@typescript-eslint/rule-tester": "^8.59.1",
|
|
284
|
+
"@vitest/coverage-v8": "^4.1.5",
|
|
285
|
+
"@vitest/ui": "^4.1.5",
|
|
326
286
|
actionlint: "^2.0.6",
|
|
327
287
|
"all-contributors-cli": "^6.26.1",
|
|
328
288
|
"cognitive-complexity-ts": "^0.8.1",
|
|
329
|
-
commitlint: "^20.5.
|
|
289
|
+
commitlint: "^20.5.3",
|
|
330
290
|
"commitlint-config-gitmoji": "^2.3.1",
|
|
331
291
|
"cross-env": "^10.1.0",
|
|
332
292
|
depcheck: "^1.4.7",
|
|
333
293
|
"detect-secrets": "^1.0.6",
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
"eslint-config-
|
|
294
|
+
esbuild: "^0.28.0",
|
|
295
|
+
eslint: "^10.3.0",
|
|
296
|
+
"eslint-config-nick2bad4u": "^1.0.10",
|
|
337
297
|
"eslint-formatter-unix": "^9.0.1",
|
|
338
|
-
"eslint-import-resolver-typescript": "^4.4.4",
|
|
339
|
-
"eslint-plugin-array-func": "^5.1.1",
|
|
340
|
-
"eslint-plugin-canonical": "^5.1.3",
|
|
341
|
-
"eslint-plugin-case-police": "^2.2.1",
|
|
342
|
-
"eslint-plugin-comment-length": "^2.3.0",
|
|
343
|
-
"eslint-plugin-copilot": "^1.0.8",
|
|
344
|
-
"eslint-plugin-css-modules": "^2.12.0",
|
|
345
|
-
"eslint-plugin-de-morgan": "^2.1.1",
|
|
346
|
-
"eslint-plugin-depend": "^1.5.0",
|
|
347
|
-
"eslint-plugin-docusaurus-2": "^0.1.4",
|
|
348
|
-
"eslint-plugin-eslint-plugin": "^7.3.2",
|
|
349
|
-
"eslint-plugin-etc-misc": "^1.0.6",
|
|
350
|
-
"eslint-plugin-file-progress-2": "^5.0.1",
|
|
351
|
-
"eslint-plugin-github-actions-2": "^1.0.6",
|
|
352
|
-
"eslint-plugin-immutable-2": "^1.0.9",
|
|
353
|
-
"eslint-plugin-import-x": "^4.16.2",
|
|
354
|
-
"eslint-plugin-jsdoc": "^62.9.0",
|
|
355
|
-
"eslint-plugin-jsonc": "^3.1.2",
|
|
356
|
-
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
357
|
-
"eslint-plugin-listeners": "^1.5.1",
|
|
358
|
-
"eslint-plugin-math": "^0.13.1",
|
|
359
|
-
"eslint-plugin-module-interop": "^0.3.1",
|
|
360
|
-
"eslint-plugin-n": "^17.24.0",
|
|
361
|
-
"eslint-plugin-nitpick": "^0.12.0",
|
|
362
|
-
"eslint-plugin-no-barrel-files": "^1.3.1",
|
|
363
|
-
"eslint-plugin-no-function-declare-after-return": "^1.1.0",
|
|
364
|
-
"eslint-plugin-no-lookahead-lookbehind-regexp": "^0.4.0",
|
|
365
|
-
"eslint-plugin-no-only-tests": "^3.3.0",
|
|
366
|
-
"eslint-plugin-no-secrets": "^2.3.3",
|
|
367
|
-
"eslint-plugin-no-unsanitized": "^4.1.5",
|
|
368
|
-
"eslint-plugin-no-use-extend-native": "^0.7.2",
|
|
369
|
-
"eslint-plugin-node-dependencies": "^2.2.0",
|
|
370
|
-
"eslint-plugin-package-json": "^0.91.1",
|
|
371
|
-
"eslint-plugin-perfectionist": "^5.8.0",
|
|
372
|
-
"eslint-plugin-prettier": "^5.5.5",
|
|
373
|
-
"eslint-plugin-promise": "^7.2.1",
|
|
374
|
-
"eslint-plugin-redos": "^4.5.0",
|
|
375
|
-
"eslint-plugin-regexp": "^3.1.0",
|
|
376
|
-
"eslint-plugin-require-jsdoc": "^1.0.4",
|
|
377
|
-
"eslint-plugin-sdl-2": "^1.0.6",
|
|
378
|
-
"eslint-plugin-security": "^4.0.0",
|
|
379
|
-
"eslint-plugin-sonarjs": "^4.0.3",
|
|
380
|
-
"eslint-plugin-stylelint-2": "^1.0.14",
|
|
381
|
-
"eslint-plugin-testing-library": "^7.16.2",
|
|
382
|
-
"eslint-plugin-toml": "^1.3.1",
|
|
383
|
-
"eslint-plugin-tsdoc": "^0.5.2",
|
|
384
|
-
"eslint-plugin-tsdoc-require-2": "^1.0.9",
|
|
385
|
-
"eslint-plugin-typedoc": "^1.1.4",
|
|
386
|
-
"eslint-plugin-typefest": "^1.2.1",
|
|
387
|
-
"eslint-plugin-undefined-css-classes": "^0.1.5",
|
|
388
|
-
"eslint-plugin-unicorn": "^64.0.0",
|
|
389
|
-
"eslint-plugin-unused-imports": "^4.4.1",
|
|
390
|
-
"eslint-plugin-write-good-comments-2": "^1.0.6",
|
|
391
|
-
"eslint-plugin-yml": "^3.3.1",
|
|
392
298
|
"eslint-rule-benchmark": "^0.8.0",
|
|
393
299
|
"fast-check": "^4.7.0",
|
|
394
|
-
"git-cliff": "^2.
|
|
300
|
+
"git-cliff": "^2.13.1",
|
|
395
301
|
"gitleaks-secret-scanner": "^2.1.1",
|
|
396
|
-
globals: "^17.5.0",
|
|
397
302
|
htmlhint: "^1.9.2",
|
|
398
303
|
jscpd: "^4.0.9",
|
|
399
|
-
|
|
400
|
-
knip: "^6.4.1",
|
|
304
|
+
knip: "^6.11.0",
|
|
401
305
|
leasot: "^14.4.0",
|
|
402
306
|
madge: "^8.0.0",
|
|
403
307
|
"markdown-link-check": "^3.14.2",
|
|
404
|
-
"npm-check-updates": "^
|
|
405
|
-
"npm-package-json-lint": "^10.
|
|
308
|
+
"npm-check-updates": "^22.1.0",
|
|
309
|
+
"npm-package-json-lint": "^10.4.0",
|
|
406
310
|
picocolors: "^1.1.1",
|
|
407
|
-
postcss: "^8.5.10",
|
|
408
|
-
"postcss-assets": "^6.0.0",
|
|
409
|
-
"postcss-clamp": "^4.1.0",
|
|
410
|
-
"postcss-combine-duplicated-selectors": "^10.0.3",
|
|
411
|
-
"postcss-flexbugs-fixes": "^5.0.2",
|
|
412
|
-
"postcss-html": "^1.8.1",
|
|
413
|
-
"postcss-import": "^16.1.1",
|
|
414
|
-
"postcss-inline-svg": "^6.0.0",
|
|
415
|
-
"postcss-logical": "^9.0.0",
|
|
416
|
-
"postcss-normalize": "^13.0.1",
|
|
417
|
-
"postcss-reporter": "^7.1.0",
|
|
418
|
-
"postcss-round-subpixels": "^2.0.0",
|
|
419
|
-
"postcss-scss": "^4.0.9",
|
|
420
|
-
"postcss-sort-media-queries": "^6.5.0",
|
|
421
|
-
"postcss-styled-jsx": "^1.0.1",
|
|
422
|
-
"postcss-styled-syntax": "^0.7.1",
|
|
423
|
-
"postcss-viewport-height-correction": "^1.1.1",
|
|
424
311
|
prettier: "^3.8.3",
|
|
425
|
-
"prettier-
|
|
426
|
-
"prettier-plugin-interpolated-html-tags": "^2.0.1",
|
|
427
|
-
"prettier-plugin-jsdoc": "^1.8.0",
|
|
312
|
+
"prettier-config-nick2bad4u": "^1.0.8",
|
|
428
313
|
"prettier-plugin-jsdoc-type": "^0.2.0",
|
|
429
|
-
"prettier-plugin-merge": "^0.10.1",
|
|
430
|
-
"prettier-plugin-multiline-arrays": "^4.1.5",
|
|
431
|
-
"prettier-plugin-packagejson": "^3.0.2",
|
|
432
|
-
"prettier-plugin-properties": "^0.3.1",
|
|
433
|
-
"prettier-plugin-sort-json": "^4.2.0",
|
|
434
|
-
"prettier-plugin-toml": "^2.0.6",
|
|
435
314
|
publint: "^0.3.18",
|
|
436
|
-
"recheck-jar": "^4.5.0",
|
|
437
315
|
"rehype-katex": "^7.0.1",
|
|
438
316
|
remark: "^15.0.1",
|
|
439
317
|
"remark-cli": "^12.0.1",
|
|
440
|
-
"remark-
|
|
441
|
-
"remark-frontmatter": "^5.0.0",
|
|
442
|
-
"remark-gfm": "^4.0.1",
|
|
443
|
-
"remark-ignore": "^3.0.0",
|
|
444
|
-
"remark-inline-links": "^7.0.0",
|
|
445
|
-
"remark-lint": "^10.0.1",
|
|
446
|
-
"remark-lint-blockquote-indentation": "^4.0.1",
|
|
447
|
-
"remark-lint-check-toc": "^1.0.0",
|
|
448
|
-
"remark-lint-checkbox-character-style": "^5.0.1",
|
|
449
|
-
"remark-lint-checkbox-content-indent": "^5.0.1",
|
|
450
|
-
"remark-lint-code-block-split-list": "^1.0.0",
|
|
451
|
-
"remark-lint-code-block-style": "^4.0.1",
|
|
452
|
-
"remark-lint-correct-media-syntax": "^1.0.1",
|
|
453
|
-
"remark-lint-definition-case": "^4.0.1",
|
|
454
|
-
"remark-lint-definition-sort": "^1.0.1",
|
|
455
|
-
"remark-lint-definition-spacing": "^4.0.1",
|
|
456
|
-
"remark-lint-directive-attribute-sort": "^1.0.1",
|
|
457
|
-
"remark-lint-directive-collapsed-attribute": "^1.0.1",
|
|
458
|
-
"remark-lint-directive-quote-style": "^1.0.1",
|
|
459
|
-
"remark-lint-directive-shortcut-attribute": "^1.0.1",
|
|
460
|
-
"remark-lint-directive-unique-attribute-name": "^1.0.1",
|
|
461
|
-
"remark-lint-emphasis-marker": "^4.0.1",
|
|
462
|
-
"remark-lint-fenced-code-flag": "^4.2.0",
|
|
463
|
-
"remark-lint-fenced-code-flag-case": "^3.0.0",
|
|
464
|
-
"remark-lint-fenced-code-marker": "^4.0.1",
|
|
465
|
-
"remark-lint-file-extension": "^3.0.1",
|
|
466
|
-
"remark-lint-final-definition": "^4.0.2",
|
|
467
|
-
"remark-lint-final-newline": "^3.0.1",
|
|
468
|
-
"remark-lint-first-heading-level": "^4.0.1",
|
|
469
|
-
"remark-lint-frontmatter-schema": "^3.15.4",
|
|
470
|
-
"remark-lint-hard-break-spaces": "^4.1.1",
|
|
471
|
-
"remark-lint-heading-capitalization": "^1.3.0",
|
|
472
|
-
"remark-lint-heading-increment": "^4.0.1",
|
|
473
|
-
"remark-lint-heading-style": "^4.0.1",
|
|
474
|
-
"remark-lint-heading-whitespace": "^1.0.0",
|
|
475
|
-
"remark-lint-linebreak-style": "^4.0.1",
|
|
476
|
-
"remark-lint-link-title-style": "^4.0.1",
|
|
477
|
-
"remark-lint-list-item-bullet-indent": "^5.0.1",
|
|
478
|
-
"remark-lint-list-item-content-indent": "^4.0.1",
|
|
479
|
-
"remark-lint-list-item-indent": "^4.0.1",
|
|
480
|
-
"remark-lint-list-item-spacing": "^5.0.1",
|
|
481
|
-
"remark-lint-maximum-heading-length": "^4.1.1",
|
|
482
|
-
"remark-lint-maximum-line-length": "^4.1.1",
|
|
483
|
-
"remark-lint-mdx-jsx-attribute-sort": "^1.0.1",
|
|
484
|
-
"remark-lint-mdx-jsx-no-void-children": "^1.0.1",
|
|
485
|
-
"remark-lint-mdx-jsx-quote-style": "^1.0.1",
|
|
486
|
-
"remark-lint-mdx-jsx-self-close": "^1.0.1",
|
|
487
|
-
"remark-lint-mdx-jsx-shorthand-attribute": "^1.0.1",
|
|
488
|
-
"remark-lint-mdx-jsx-unique-attribute-name": "^1.0.1",
|
|
489
|
-
"remark-lint-media-style": "^1.0.1",
|
|
490
|
-
"remark-lint-no-blockquote-without-marker": "^6.0.1",
|
|
491
|
-
"remark-lint-no-consecutive-blank-lines": "^5.0.1",
|
|
492
|
-
"remark-lint-no-dead-urls": "^2.0.1",
|
|
493
|
-
"remark-lint-no-duplicate-defined-urls": "^3.0.1",
|
|
494
|
-
"remark-lint-no-duplicate-definitions": "^4.0.1",
|
|
495
|
-
"remark-lint-no-duplicate-headings": "^4.0.1",
|
|
496
|
-
"remark-lint-no-duplicate-headings-in-section": "^4.0.1",
|
|
497
|
-
"remark-lint-no-emphasis-as-heading": "^4.0.1",
|
|
498
|
-
"remark-lint-no-empty-sections": "^4.0.0",
|
|
499
|
-
"remark-lint-no-empty-url": "^4.0.1",
|
|
500
|
-
"remark-lint-no-file-name-articles": "^3.0.1",
|
|
501
|
-
"remark-lint-no-file-name-consecutive-dashes": "^3.0.1",
|
|
502
|
-
"remark-lint-no-file-name-irregular-characters": "^3.0.1",
|
|
503
|
-
"remark-lint-no-file-name-mixed-case": "^3.0.1",
|
|
504
|
-
"remark-lint-no-file-name-outer-dashes": "^3.0.1",
|
|
505
|
-
"remark-lint-no-heading-content-indent": "^5.0.1",
|
|
506
|
-
"remark-lint-no-heading-indent": "^5.0.1",
|
|
507
|
-
"remark-lint-no-heading-like-paragraph": "^4.0.1",
|
|
508
|
-
"remark-lint-no-heading-punctuation": "^4.0.1",
|
|
509
|
-
"remark-lint-no-hidden-table-cell": "^1.0.1",
|
|
510
|
-
"remark-lint-no-html": "^4.0.1",
|
|
511
|
-
"remark-lint-no-literal-urls": "^4.0.1",
|
|
512
|
-
"remark-lint-no-missing-blank-lines": "^4.0.1",
|
|
513
|
-
"remark-lint-no-multiple-toplevel-headings": "^4.0.1",
|
|
514
|
-
"remark-lint-no-paragraph-content-indent": "^5.0.1",
|
|
515
|
-
"remark-lint-no-reference-like-url": "^4.0.1",
|
|
516
|
-
"remark-lint-no-shell-dollars": "^4.0.1",
|
|
517
|
-
"remark-lint-no-shortcut-reference-image": "^4.0.1",
|
|
518
|
-
"remark-lint-no-shortcut-reference-link": "^4.0.1",
|
|
519
|
-
"remark-lint-no-table-indentation": "^5.0.1",
|
|
520
|
-
"remark-lint-no-tabs": "^4.0.1",
|
|
521
|
-
"remark-lint-no-undefined-references": "^5.0.2",
|
|
522
|
-
"remark-lint-no-unneeded-full-reference-image": "^4.0.1",
|
|
523
|
-
"remark-lint-no-unneeded-full-reference-link": "^4.0.1",
|
|
524
|
-
"remark-lint-no-unused-definitions": "^4.0.2",
|
|
525
|
-
"remark-lint-ordered-list-marker-style": "^4.0.1",
|
|
526
|
-
"remark-lint-ordered-list-marker-value": "^4.0.1",
|
|
527
|
-
"remark-lint-rule-style": "^4.0.1",
|
|
528
|
-
"remark-lint-strikethrough-marker": "^3.0.1",
|
|
529
|
-
"remark-lint-strong-marker": "^4.0.1",
|
|
530
|
-
"remark-lint-table-cell-padding": "^5.1.1",
|
|
531
|
-
"remark-lint-table-pipe-alignment": "^4.1.1",
|
|
532
|
-
"remark-lint-table-pipes": "^5.0.1",
|
|
533
|
-
"remark-lint-unordered-list-marker-style": "^4.0.1",
|
|
534
|
-
"remark-lint-write-good": "^1.2.0",
|
|
535
|
-
"remark-math": "^6.0.0",
|
|
536
|
-
"remark-preset-lint-consistent": "^6.0.1",
|
|
537
|
-
"remark-preset-lint-markdown-style-guide": "^6.0.1",
|
|
538
|
-
"remark-preset-lint-recommended": "^7.0.1",
|
|
539
|
-
"remark-preset-prettier": "^2.0.2",
|
|
540
|
-
"remark-toc": "^9.0.0",
|
|
541
|
-
"remark-validate-links": "^13.1.0",
|
|
542
|
-
"remark-wiki-link": "^2.0.1",
|
|
318
|
+
"remark-config-nick2bad4u": "^1.0.1",
|
|
543
319
|
rimraf: "^6.1.3",
|
|
544
|
-
secretlint: "^
|
|
320
|
+
secretlint: "^12.3.1",
|
|
321
|
+
"secretlint-config-nick2bad4u": "^1.0.3",
|
|
545
322
|
"size-limit": "^12.1.0",
|
|
546
323
|
sloc: "^0.3.2",
|
|
547
324
|
"sort-package-json": "^3.6.1",
|
|
548
|
-
stylelint: "^17.
|
|
549
|
-
"stylelint-
|
|
550
|
-
"stylelint-checkstyle-formatter": "^0.1.2",
|
|
551
|
-
"stylelint-codeframe-formatter": "^1.2.0",
|
|
552
|
-
"stylelint-config-alphabetical-order": "^2.0.0",
|
|
553
|
-
"stylelint-config-idiomatic-order": "^10.0.0",
|
|
554
|
-
"stylelint-config-inspector": "^2.1.1",
|
|
555
|
-
"stylelint-config-recess-order": "^7.7.0",
|
|
556
|
-
"stylelint-config-recommended": "^18.0.0",
|
|
557
|
-
"stylelint-config-sass-guidelines": "^13.0.0",
|
|
558
|
-
"stylelint-config-standard": "^40.0.0",
|
|
559
|
-
"stylelint-config-standard-scss": "^17.0.0",
|
|
560
|
-
"stylelint-config-tailwindcss": "^1.0.1",
|
|
561
|
-
"stylelint-declaration-block-no-ignored-properties": "^3.0.0",
|
|
562
|
-
"stylelint-declaration-strict-value": "^1.11.1",
|
|
563
|
-
"stylelint-define-config": "^17.5.0",
|
|
564
|
-
"stylelint-find-new-rules": "^6.0.0",
|
|
565
|
-
"stylelint-formatter-gitlab-code-quality-report": "^1.1.0",
|
|
566
|
-
"stylelint-formatter-pretty": "^4.0.1",
|
|
567
|
-
"stylelint-gamut": "^2.0.0",
|
|
568
|
-
"stylelint-group-selectors": "^1.0.10",
|
|
569
|
-
"stylelint-high-performance-animation": "^2.0.0",
|
|
570
|
-
"stylelint-media-use-custom-media": "^4.1.0",
|
|
571
|
-
"stylelint-no-browser-hacks": "^2.0.0",
|
|
572
|
-
"stylelint-no-indistinguishable-colors": "^2.3.1",
|
|
573
|
-
"stylelint-no-restricted-syntax": "^2.2.1",
|
|
574
|
-
"stylelint-no-unresolved-module": "^2.5.2",
|
|
575
|
-
"stylelint-no-unsupported-browser-features": "^8.1.1",
|
|
576
|
-
"stylelint-order": "^8.1.1",
|
|
577
|
-
"stylelint-plugin-defensive-css": "^2.9.0",
|
|
578
|
-
"stylelint-plugin-docusaurus": "^1.0.2",
|
|
579
|
-
"stylelint-plugin-logical-css": "^2.1.0",
|
|
580
|
-
"stylelint-plugin-use-baseline": "^1.4.1",
|
|
581
|
-
"stylelint-prettier": "^5.0.3",
|
|
582
|
-
"stylelint-react-native": "^2.7.0",
|
|
583
|
-
"stylelint-scales": "^5.0.0",
|
|
584
|
-
"stylelint-selector-bem-pattern": "^4.0.1",
|
|
585
|
-
"stylelint-use-nesting": "^6.0.2",
|
|
586
|
-
"stylelint-value-no-unknown-custom-properties": "^6.1.1",
|
|
587
|
-
"toml-eslint-parser": "^1.0.3",
|
|
325
|
+
stylelint: "^17.9.1",
|
|
326
|
+
"stylelint-config-nick2bad4u": "^1.0.2",
|
|
588
327
|
"ts-unused-exports": "^11.0.1",
|
|
589
328
|
typedoc: "^0.28.19",
|
|
590
329
|
typescript: "^6.0.3",
|
|
591
|
-
"typescript-eslint": "^8.
|
|
330
|
+
"typescript-eslint": "^8.59.1",
|
|
592
331
|
typesync: "^0.14.3",
|
|
593
332
|
vfile: "^6.0.3",
|
|
594
|
-
vite: "^8.0.
|
|
333
|
+
vite: "^8.0.10",
|
|
595
334
|
"vite-tsconfig-paths": "^6.1.1",
|
|
596
|
-
vitest: "^4.1.
|
|
597
|
-
"yaml-eslint-parser": "^2.0.0",
|
|
335
|
+
vitest: "^4.1.5",
|
|
598
336
|
"yamllint-js": "^0.2.4"
|
|
599
337
|
},
|
|
600
338
|
peerDependencies: {
|
|
601
|
-
eslint: "^9.0.0 || ^10.
|
|
339
|
+
eslint: "^9.0.0 || ^10.3.0",
|
|
602
340
|
typescript: "^5.0.0 || ^6.0.2"
|
|
603
341
|
},
|
|
604
|
-
packageManager: "npm@11.
|
|
342
|
+
packageManager: "npm@11.13.0",
|
|
605
343
|
engines: {
|
|
606
344
|
node: ">=22.0.0"
|
|
607
345
|
},
|