eslint-plugin-typefest 1.2.4 → 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 +36 -299
- package/dist/plugin.cjs.map +2 -2
- package/package.json +36 -299
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",
|
|
@@ -162,9 +162,9 @@ var package_default = {
|
|
|
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,359 +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.59.
|
|
261
|
-
"@typescript-eslint/type-utils": "^8.59.
|
|
262
|
-
"@typescript-eslint/utils": "^8.59.
|
|
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": "^12.1.0",
|
|
284
|
-
"@secretlint/secretlint-rule-aws": "^12.1.0",
|
|
285
|
-
"@secretlint/secretlint-rule-database-connection-string": "^12.1.0",
|
|
286
|
-
"@secretlint/secretlint-rule-gcp": "^12.1.0",
|
|
287
|
-
"@secretlint/secretlint-rule-github": "^12.1.0",
|
|
288
|
-
"@secretlint/secretlint-rule-no-dotenv": "^12.1.0",
|
|
289
|
-
"@secretlint/secretlint-rule-no-homedir": "^12.1.0",
|
|
290
|
-
"@secretlint/secretlint-rule-npm": "^12.1.0",
|
|
291
|
-
"@secretlint/secretlint-rule-openai": "^12.1.0",
|
|
292
|
-
"@secretlint/secretlint-rule-pattern": "^12.1.0",
|
|
293
|
-
"@secretlint/secretlint-rule-preset-recommend": "^12.1.0",
|
|
294
|
-
"@secretlint/secretlint-rule-privatekey": "^12.1.0",
|
|
295
|
-
"@secretlint/secretlint-rule-secp256k1-privatekey": "^12.1.0",
|
|
296
|
-
"@secretlint/types": "^12.1.0",
|
|
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
294
|
esbuild: "^0.28.0",
|
|
335
|
-
eslint: "^10.
|
|
336
|
-
"eslint-config-
|
|
337
|
-
"eslint-config-prettier": "^10.1.8",
|
|
295
|
+
eslint: "^10.3.0",
|
|
296
|
+
"eslint-config-nick2bad4u": "^1.0.10",
|
|
338
297
|
"eslint-formatter-unix": "^9.0.1",
|
|
339
|
-
"eslint-import-resolver-typescript": "^4.4.4",
|
|
340
|
-
"eslint-plugin-array-func": "^5.1.1",
|
|
341
|
-
"eslint-plugin-canonical": "^5.1.3",
|
|
342
|
-
"eslint-plugin-case-police": "^2.2.1",
|
|
343
|
-
"eslint-plugin-comment-length": "^2.3.0",
|
|
344
|
-
"eslint-plugin-copilot": "^1.0.8",
|
|
345
|
-
"eslint-plugin-css-modules": "^2.12.0",
|
|
346
|
-
"eslint-plugin-de-morgan": "^2.1.1",
|
|
347
|
-
"eslint-plugin-depend": "^1.5.0",
|
|
348
|
-
"eslint-plugin-docusaurus-2": "^0.1.4",
|
|
349
|
-
"eslint-plugin-eslint-plugin": "^7.3.2",
|
|
350
|
-
"eslint-plugin-etc-misc": "^1.0.7",
|
|
351
|
-
"eslint-plugin-file-progress-2": "^5.0.1",
|
|
352
|
-
"eslint-plugin-github-actions-2": "^1.0.6",
|
|
353
|
-
"eslint-plugin-immutable-2": "^1.0.10",
|
|
354
|
-
"eslint-plugin-import-x": "^4.16.2",
|
|
355
|
-
"eslint-plugin-jsdoc": "^62.9.0",
|
|
356
|
-
"eslint-plugin-jsonc": "^3.1.2",
|
|
357
|
-
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
358
|
-
"eslint-plugin-listeners": "^1.5.1",
|
|
359
|
-
"eslint-plugin-math": "^0.13.1",
|
|
360
|
-
"eslint-plugin-module-interop": "^0.3.1",
|
|
361
|
-
"eslint-plugin-n": "^17.24.0",
|
|
362
|
-
"eslint-plugin-nitpick": "^0.12.0",
|
|
363
|
-
"eslint-plugin-no-barrel-files": "^1.3.1",
|
|
364
|
-
"eslint-plugin-no-function-declare-after-return": "^1.1.0",
|
|
365
|
-
"eslint-plugin-no-lookahead-lookbehind-regexp": "^0.4.0",
|
|
366
|
-
"eslint-plugin-no-only-tests": "^3.3.0",
|
|
367
|
-
"eslint-plugin-no-secrets": "^2.3.3",
|
|
368
|
-
"eslint-plugin-no-unsanitized": "^4.1.5",
|
|
369
|
-
"eslint-plugin-no-use-extend-native": "^0.7.2",
|
|
370
|
-
"eslint-plugin-node-dependencies": "^2.2.0",
|
|
371
|
-
"eslint-plugin-package-json": "^0.91.1",
|
|
372
|
-
"eslint-plugin-perfectionist": "^5.9.0",
|
|
373
|
-
"eslint-plugin-prettier": "^5.5.5",
|
|
374
|
-
"eslint-plugin-promise": "^7.2.1",
|
|
375
|
-
"eslint-plugin-redos": "^4.5.0",
|
|
376
|
-
"eslint-plugin-regexp": "^3.1.0",
|
|
377
|
-
"eslint-plugin-require-jsdoc": "^1.0.4",
|
|
378
|
-
"eslint-plugin-sdl-2": "^1.0.7",
|
|
379
|
-
"eslint-plugin-security": "^4.0.0",
|
|
380
|
-
"eslint-plugin-sonarjs": "^4.0.3",
|
|
381
|
-
"eslint-plugin-stylelint-2": "^1.0.14",
|
|
382
|
-
"eslint-plugin-testing-library": "^7.16.2",
|
|
383
|
-
"eslint-plugin-toml": "^1.3.1",
|
|
384
|
-
"eslint-plugin-tsdoc": "^0.5.2",
|
|
385
|
-
"eslint-plugin-tsdoc-require-2": "^1.0.9",
|
|
386
|
-
"eslint-plugin-typedoc": "^1.1.4",
|
|
387
|
-
"eslint-plugin-typefest": "^1.2.3",
|
|
388
|
-
"eslint-plugin-undefined-css-classes": "^0.1.5",
|
|
389
|
-
"eslint-plugin-unicorn": "^64.0.0",
|
|
390
|
-
"eslint-plugin-unused-imports": "^4.4.1",
|
|
391
|
-
"eslint-plugin-write-good-comments-2": "^1.0.6",
|
|
392
|
-
"eslint-plugin-yml": "^3.3.1",
|
|
393
298
|
"eslint-rule-benchmark": "^0.8.0",
|
|
394
299
|
"fast-check": "^4.7.0",
|
|
395
|
-
"git-cliff": "^2.
|
|
300
|
+
"git-cliff": "^2.13.1",
|
|
396
301
|
"gitleaks-secret-scanner": "^2.1.1",
|
|
397
|
-
globals: "^17.5.0",
|
|
398
302
|
htmlhint: "^1.9.2",
|
|
399
303
|
jscpd: "^4.0.9",
|
|
400
|
-
|
|
401
|
-
knip: "^6.5.0",
|
|
304
|
+
knip: "^6.11.0",
|
|
402
305
|
leasot: "^14.4.0",
|
|
403
306
|
madge: "^8.0.0",
|
|
404
307
|
"markdown-link-check": "^3.14.2",
|
|
405
|
-
"npm-check-updates": "^
|
|
406
|
-
"npm-package-json-lint": "^10.
|
|
308
|
+
"npm-check-updates": "^22.1.0",
|
|
309
|
+
"npm-package-json-lint": "^10.4.0",
|
|
407
310
|
picocolors: "^1.1.1",
|
|
408
|
-
postcss: "^8.5.10",
|
|
409
|
-
"postcss-assets": "^6.0.0",
|
|
410
|
-
"postcss-clamp": "^4.1.0",
|
|
411
|
-
"postcss-combine-duplicated-selectors": "^10.0.3",
|
|
412
|
-
"postcss-flexbugs-fixes": "^5.0.2",
|
|
413
|
-
"postcss-html": "^1.8.1",
|
|
414
|
-
"postcss-import": "^16.1.1",
|
|
415
|
-
"postcss-inline-svg": "^6.0.0",
|
|
416
|
-
"postcss-logical": "^9.0.0",
|
|
417
|
-
"postcss-normalize": "^13.0.1",
|
|
418
|
-
"postcss-reporter": "^7.1.0",
|
|
419
|
-
"postcss-round-subpixels": "^2.0.0",
|
|
420
|
-
"postcss-scss": "^4.0.9",
|
|
421
|
-
"postcss-sort-media-queries": "^6.5.0",
|
|
422
|
-
"postcss-styled-jsx": "^1.0.1",
|
|
423
|
-
"postcss-styled-syntax": "^0.7.1",
|
|
424
|
-
"postcss-viewport-height-correction": "^1.1.1",
|
|
425
311
|
prettier: "^3.8.3",
|
|
426
|
-
"prettier-
|
|
427
|
-
"prettier-plugin-interpolated-html-tags": "^2.0.1",
|
|
428
|
-
"prettier-plugin-jsdoc": "^1.8.0",
|
|
312
|
+
"prettier-config-nick2bad4u": "^1.0.8",
|
|
429
313
|
"prettier-plugin-jsdoc-type": "^0.2.0",
|
|
430
|
-
"prettier-plugin-merge": "^0.10.1",
|
|
431
|
-
"prettier-plugin-multiline-arrays": "^4.1.5",
|
|
432
|
-
"prettier-plugin-packagejson": "^3.0.2",
|
|
433
|
-
"prettier-plugin-properties": "^0.3.1",
|
|
434
|
-
"prettier-plugin-sort-json": "^4.2.0",
|
|
435
|
-
"prettier-plugin-toml": "^2.0.6",
|
|
436
314
|
publint: "^0.3.18",
|
|
437
|
-
"recheck-jar": "^4.5.0",
|
|
438
315
|
"rehype-katex": "^7.0.1",
|
|
439
316
|
remark: "^15.0.1",
|
|
440
317
|
"remark-cli": "^12.0.1",
|
|
441
|
-
"remark-
|
|
442
|
-
"remark-frontmatter": "^5.0.0",
|
|
443
|
-
"remark-gfm": "^4.0.1",
|
|
444
|
-
"remark-ignore": "^3.0.0",
|
|
445
|
-
"remark-inline-links": "^7.0.0",
|
|
446
|
-
"remark-lint": "^10.0.1",
|
|
447
|
-
"remark-lint-blockquote-indentation": "^4.0.1",
|
|
448
|
-
"remark-lint-check-toc": "^1.0.0",
|
|
449
|
-
"remark-lint-checkbox-character-style": "^5.0.1",
|
|
450
|
-
"remark-lint-checkbox-content-indent": "^5.0.1",
|
|
451
|
-
"remark-lint-code-block-split-list": "^1.0.0",
|
|
452
|
-
"remark-lint-code-block-style": "^4.0.1",
|
|
453
|
-
"remark-lint-correct-media-syntax": "^1.0.1",
|
|
454
|
-
"remark-lint-definition-case": "^4.0.1",
|
|
455
|
-
"remark-lint-definition-sort": "^1.0.1",
|
|
456
|
-
"remark-lint-definition-spacing": "^4.0.1",
|
|
457
|
-
"remark-lint-directive-attribute-sort": "^1.0.1",
|
|
458
|
-
"remark-lint-directive-collapsed-attribute": "^1.0.1",
|
|
459
|
-
"remark-lint-directive-quote-style": "^1.0.1",
|
|
460
|
-
"remark-lint-directive-shortcut-attribute": "^1.0.1",
|
|
461
|
-
"remark-lint-directive-unique-attribute-name": "^1.0.1",
|
|
462
|
-
"remark-lint-emphasis-marker": "^4.0.1",
|
|
463
|
-
"remark-lint-fenced-code-flag": "^4.2.0",
|
|
464
|
-
"remark-lint-fenced-code-flag-case": "^3.0.0",
|
|
465
|
-
"remark-lint-fenced-code-marker": "^4.0.1",
|
|
466
|
-
"remark-lint-file-extension": "^3.0.1",
|
|
467
|
-
"remark-lint-final-definition": "^4.0.2",
|
|
468
|
-
"remark-lint-final-newline": "^3.0.1",
|
|
469
|
-
"remark-lint-first-heading-level": "^4.0.1",
|
|
470
|
-
"remark-lint-frontmatter-schema": "^3.15.4",
|
|
471
|
-
"remark-lint-hard-break-spaces": "^4.1.1",
|
|
472
|
-
"remark-lint-heading-capitalization": "^1.3.0",
|
|
473
|
-
"remark-lint-heading-increment": "^4.0.1",
|
|
474
|
-
"remark-lint-heading-style": "^4.0.1",
|
|
475
|
-
"remark-lint-heading-whitespace": "^1.0.0",
|
|
476
|
-
"remark-lint-linebreak-style": "^4.0.1",
|
|
477
|
-
"remark-lint-link-title-style": "^4.0.1",
|
|
478
|
-
"remark-lint-list-item-bullet-indent": "^5.0.1",
|
|
479
|
-
"remark-lint-list-item-content-indent": "^4.0.1",
|
|
480
|
-
"remark-lint-list-item-indent": "^4.0.1",
|
|
481
|
-
"remark-lint-list-item-spacing": "^5.0.1",
|
|
482
|
-
"remark-lint-maximum-heading-length": "^4.1.1",
|
|
483
|
-
"remark-lint-maximum-line-length": "^4.1.1",
|
|
484
|
-
"remark-lint-mdx-jsx-attribute-sort": "^1.0.1",
|
|
485
|
-
"remark-lint-mdx-jsx-no-void-children": "^1.0.1",
|
|
486
|
-
"remark-lint-mdx-jsx-quote-style": "^1.0.1",
|
|
487
|
-
"remark-lint-mdx-jsx-self-close": "^1.0.1",
|
|
488
|
-
"remark-lint-mdx-jsx-shorthand-attribute": "^1.0.1",
|
|
489
|
-
"remark-lint-mdx-jsx-unique-attribute-name": "^1.0.1",
|
|
490
|
-
"remark-lint-media-style": "^1.0.1",
|
|
491
|
-
"remark-lint-no-blockquote-without-marker": "^6.0.1",
|
|
492
|
-
"remark-lint-no-consecutive-blank-lines": "^5.0.1",
|
|
493
|
-
"remark-lint-no-dead-urls": "^2.0.1",
|
|
494
|
-
"remark-lint-no-duplicate-defined-urls": "^3.0.1",
|
|
495
|
-
"remark-lint-no-duplicate-definitions": "^4.0.1",
|
|
496
|
-
"remark-lint-no-duplicate-headings": "^4.0.1",
|
|
497
|
-
"remark-lint-no-duplicate-headings-in-section": "^4.0.1",
|
|
498
|
-
"remark-lint-no-emphasis-as-heading": "^4.0.1",
|
|
499
|
-
"remark-lint-no-empty-sections": "^4.0.0",
|
|
500
|
-
"remark-lint-no-empty-url": "^4.0.1",
|
|
501
|
-
"remark-lint-no-file-name-articles": "^3.0.1",
|
|
502
|
-
"remark-lint-no-file-name-consecutive-dashes": "^3.0.1",
|
|
503
|
-
"remark-lint-no-file-name-irregular-characters": "^3.0.1",
|
|
504
|
-
"remark-lint-no-file-name-mixed-case": "^3.0.1",
|
|
505
|
-
"remark-lint-no-file-name-outer-dashes": "^3.0.1",
|
|
506
|
-
"remark-lint-no-heading-content-indent": "^5.0.1",
|
|
507
|
-
"remark-lint-no-heading-indent": "^5.0.1",
|
|
508
|
-
"remark-lint-no-heading-like-paragraph": "^4.0.1",
|
|
509
|
-
"remark-lint-no-heading-punctuation": "^4.0.1",
|
|
510
|
-
"remark-lint-no-hidden-table-cell": "^1.0.1",
|
|
511
|
-
"remark-lint-no-html": "^4.0.1",
|
|
512
|
-
"remark-lint-no-literal-urls": "^4.0.1",
|
|
513
|
-
"remark-lint-no-missing-blank-lines": "^4.0.1",
|
|
514
|
-
"remark-lint-no-multiple-toplevel-headings": "^4.0.1",
|
|
515
|
-
"remark-lint-no-paragraph-content-indent": "^5.0.1",
|
|
516
|
-
"remark-lint-no-reference-like-url": "^4.0.1",
|
|
517
|
-
"remark-lint-no-shell-dollars": "^4.0.1",
|
|
518
|
-
"remark-lint-no-shortcut-reference-image": "^4.0.1",
|
|
519
|
-
"remark-lint-no-shortcut-reference-link": "^4.0.1",
|
|
520
|
-
"remark-lint-no-table-indentation": "^5.0.1",
|
|
521
|
-
"remark-lint-no-tabs": "^4.0.1",
|
|
522
|
-
"remark-lint-no-undefined-references": "^5.0.2",
|
|
523
|
-
"remark-lint-no-unneeded-full-reference-image": "^4.0.1",
|
|
524
|
-
"remark-lint-no-unneeded-full-reference-link": "^4.0.1",
|
|
525
|
-
"remark-lint-no-unused-definitions": "^4.0.2",
|
|
526
|
-
"remark-lint-ordered-list-marker-style": "^4.0.1",
|
|
527
|
-
"remark-lint-ordered-list-marker-value": "^4.0.1",
|
|
528
|
-
"remark-lint-rule-style": "^4.0.1",
|
|
529
|
-
"remark-lint-strikethrough-marker": "^3.0.1",
|
|
530
|
-
"remark-lint-strong-marker": "^4.0.1",
|
|
531
|
-
"remark-lint-table-cell-padding": "^5.1.1",
|
|
532
|
-
"remark-lint-table-pipe-alignment": "^4.1.1",
|
|
533
|
-
"remark-lint-table-pipes": "^5.0.1",
|
|
534
|
-
"remark-lint-unordered-list-marker-style": "^4.0.1",
|
|
535
|
-
"remark-lint-write-good": "^1.2.0",
|
|
536
|
-
"remark-math": "^6.0.0",
|
|
537
|
-
"remark-preset-lint-consistent": "^6.0.1",
|
|
538
|
-
"remark-preset-lint-markdown-style-guide": "^6.0.1",
|
|
539
|
-
"remark-preset-lint-recommended": "^7.0.1",
|
|
540
|
-
"remark-preset-prettier": "^2.0.2",
|
|
541
|
-
"remark-toc": "^9.0.0",
|
|
542
|
-
"remark-validate-links": "^13.1.0",
|
|
543
|
-
"remark-wiki-link": "^2.0.1",
|
|
318
|
+
"remark-config-nick2bad4u": "^1.0.1",
|
|
544
319
|
rimraf: "^6.1.3",
|
|
545
|
-
secretlint: "^12.1
|
|
320
|
+
secretlint: "^12.3.1",
|
|
321
|
+
"secretlint-config-nick2bad4u": "^1.0.3",
|
|
546
322
|
"size-limit": "^12.1.0",
|
|
547
323
|
sloc: "^0.3.2",
|
|
548
324
|
"sort-package-json": "^3.6.1",
|
|
549
|
-
stylelint: "^17.
|
|
550
|
-
"stylelint-
|
|
551
|
-
"stylelint-checkstyle-formatter": "^0.1.2",
|
|
552
|
-
"stylelint-codeframe-formatter": "^1.2.0",
|
|
553
|
-
"stylelint-config-alphabetical-order": "^2.0.0",
|
|
554
|
-
"stylelint-config-idiomatic-order": "^10.0.0",
|
|
555
|
-
"stylelint-config-inspector": "^2.1.2",
|
|
556
|
-
"stylelint-config-recess-order": "^7.7.0",
|
|
557
|
-
"stylelint-config-recommended": "^18.0.0",
|
|
558
|
-
"stylelint-config-sass-guidelines": "^13.0.0",
|
|
559
|
-
"stylelint-config-standard": "^40.0.0",
|
|
560
|
-
"stylelint-config-standard-scss": "^17.0.0",
|
|
561
|
-
"stylelint-config-tailwindcss": "^1.0.1",
|
|
562
|
-
"stylelint-declaration-block-no-ignored-properties": "^3.0.0",
|
|
563
|
-
"stylelint-declaration-strict-value": "^1.11.1",
|
|
564
|
-
"stylelint-define-config": "^17.5.0",
|
|
565
|
-
"stylelint-find-new-rules": "^6.0.0",
|
|
566
|
-
"stylelint-formatter-gitlab-code-quality-report": "^1.1.0",
|
|
567
|
-
"stylelint-formatter-pretty": "^4.0.1",
|
|
568
|
-
"stylelint-gamut": "^2.0.0",
|
|
569
|
-
"stylelint-group-selectors": "^1.0.10",
|
|
570
|
-
"stylelint-high-performance-animation": "^2.0.0",
|
|
571
|
-
"stylelint-media-use-custom-media": "^4.1.0",
|
|
572
|
-
"stylelint-no-browser-hacks": "^2.0.0",
|
|
573
|
-
"stylelint-no-indistinguishable-colors": "^2.3.1",
|
|
574
|
-
"stylelint-no-restricted-syntax": "^2.2.1",
|
|
575
|
-
"stylelint-no-unresolved-module": "^2.5.2",
|
|
576
|
-
"stylelint-no-unsupported-browser-features": "^8.1.1",
|
|
577
|
-
"stylelint-order": "^8.1.1",
|
|
578
|
-
"stylelint-plugin-defensive-css": "^2.9.1",
|
|
579
|
-
"stylelint-plugin-docusaurus": "^1.0.2",
|
|
580
|
-
"stylelint-plugin-logical-css": "^2.1.0",
|
|
581
|
-
"stylelint-plugin-use-baseline": "^1.4.1",
|
|
582
|
-
"stylelint-prettier": "^5.0.3",
|
|
583
|
-
"stylelint-react-native": "^2.7.0",
|
|
584
|
-
"stylelint-scales": "^5.0.0",
|
|
585
|
-
"stylelint-selector-bem-pattern": "^4.0.1",
|
|
586
|
-
"stylelint-use-nesting": "^6.0.2",
|
|
587
|
-
"stylelint-value-no-unknown-custom-properties": "^6.1.1",
|
|
588
|
-
"toml-eslint-parser": "^1.0.3",
|
|
325
|
+
stylelint: "^17.9.1",
|
|
326
|
+
"stylelint-config-nick2bad4u": "^1.0.2",
|
|
589
327
|
"ts-unused-exports": "^11.0.1",
|
|
590
328
|
typedoc: "^0.28.19",
|
|
591
329
|
typescript: "^6.0.3",
|
|
592
|
-
"typescript-eslint": "^8.59.
|
|
330
|
+
"typescript-eslint": "^8.59.1",
|
|
593
331
|
typesync: "^0.14.3",
|
|
594
332
|
vfile: "^6.0.3",
|
|
595
|
-
vite: "^8.0.
|
|
333
|
+
vite: "^8.0.10",
|
|
596
334
|
"vite-tsconfig-paths": "^6.1.1",
|
|
597
|
-
vitest: "^4.1.
|
|
598
|
-
"yaml-eslint-parser": "^2.0.0",
|
|
335
|
+
vitest: "^4.1.5",
|
|
599
336
|
"yamllint-js": "^0.2.4"
|
|
600
337
|
},
|
|
601
338
|
peerDependencies: {
|
|
602
|
-
eslint: "^9.0.0 || ^10.
|
|
339
|
+
eslint: "^9.0.0 || ^10.3.0",
|
|
603
340
|
typescript: "^5.0.0 || ^6.0.2"
|
|
604
341
|
},
|
|
605
|
-
packageManager: "npm@11.
|
|
342
|
+
packageManager: "npm@11.13.0",
|
|
606
343
|
engines: {
|
|
607
344
|
node: ">=22.0.0"
|
|
608
345
|
},
|