eslint-plugin-tsdoc-require-2 1.2.0 → 1.2.2
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/internal/require-tag-factory.cjs +18 -34
- package/dist/internal/require-tag-factory.d.ts +6 -6
- package/dist/internal/require-tag-factory.d.ts.map +1 -1
- package/dist/internal/require-tag-factory.js +18 -34
- package/dist/internal/require-tag-factory.js.map +1 -1
- package/dist/plugin.cjs +9 -2
- package/dist/plugin.d.ts.map +1 -1
- package/dist/plugin.js +9 -2
- package/dist/plugin.js.map +1 -1
- package/dist/rules/require-tag-rules.js +112 -112
- package/dist/rules/require.cjs +17 -33
- package/dist/rules/require.d.ts +2 -2
- package/dist/rules/require.d.ts.map +1 -1
- package/dist/rules/require.js +17 -33
- package/dist/rules/require.js.map +1 -1
- package/dist/rules/restrict-tags.cjs +18 -34
- package/dist/rules/restrict-tags.d.ts +2 -2
- package/dist/rules/restrict-tags.d.ts.map +1 -1
- package/dist/rules/restrict-tags.js +18 -34
- package/dist/rules/restrict-tags.js.map +1 -1
- package/package.json +49 -239
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://www.schemastore.org/package.json",
|
|
3
3
|
"name": "eslint-plugin-tsdoc-require-2",
|
|
4
|
-
"version": "1.2.
|
|
4
|
+
"version": "1.2.2",
|
|
5
5
|
"private": false,
|
|
6
6
|
"description": "Require TSDoc comments for exported TypeScript declarations.",
|
|
7
7
|
"keywords": [
|
|
@@ -75,26 +75,26 @@
|
|
|
75
75
|
"build": "tsc -p tsconfig.build.json && node ./scripts/write-cjs-entry.mjs",
|
|
76
76
|
"build:cjs": "esbuild dist/plugin.js --bundle --format=cjs --platform=node --packages=external --sourcemap --outfile=dist/plugin.cjs --footer:js=\"module.exports = module.exports.default;\"",
|
|
77
77
|
"build:clean": "node -e \"require('node:fs').rmSync('dist',{recursive:true,force:true})\"",
|
|
78
|
-
"build:eslint-inspector": "npx -y @eslint/config-inspector@
|
|
78
|
+
"build:eslint-inspector": "npx -y @eslint/config-inspector@latest build --outDir \"docs/docusaurus/static/eslint-inspector\" --base \"/eslint-plugin-tsdoc-require-2/eslint-inspector/\"",
|
|
79
79
|
"build:eslint-inspector:local": "npx @eslint/config-inspector",
|
|
80
80
|
"build:stylelint-inspector": "npx -y stylelint-config-inspector@latest build --outDir \"docs/docusaurus/static/stylelint-inspector\" --base \"/eslint-plugin-tsdoc-require-2/stylelint-inspector/\"",
|
|
81
81
|
"build:stylelint-inspector:local": "npx stylelint-config-inspector@latest",
|
|
82
82
|
"build:types:cjs": "node -e \"require('node:fs').copyFileSync('dist/plugin.d.ts','dist/plugin.d.cts')\"",
|
|
83
83
|
"changelog:release-notes": "node ./scripts/changelog-release-notes.mjs",
|
|
84
|
-
"clean": "
|
|
85
|
-
"clean:cache": "
|
|
86
|
-
"clean:cache:coverage": "
|
|
87
|
-
"clean:cache:dist": "
|
|
88
|
-
"clean:cache:eslint": "
|
|
89
|
-
"clean:cache:ncu": "
|
|
90
|
-
"clean:cache:prettier": "
|
|
91
|
-
"clean:cache:stryker": "
|
|
92
|
-
"clean:cache:stylelint": "
|
|
93
|
-
"clean:cache:temp": "
|
|
94
|
-
"clean:cache:typescript": "
|
|
95
|
-
"clean:cache:vite": "
|
|
96
|
-
"clean:database": "
|
|
97
|
-
"clean:docs": "
|
|
84
|
+
"clean": "node scripts/clean-paths.mjs coverage dist temp .cache",
|
|
85
|
+
"clean:cache": "node scripts/clean-paths.mjs dist coverage cache .cache .vite .turbo",
|
|
86
|
+
"clean:cache:coverage": "node scripts/clean-paths.mjs coverage .coverage",
|
|
87
|
+
"clean:cache:dist": "node scripts/clean-paths.mjs dist release",
|
|
88
|
+
"clean:cache:eslint": "node scripts/clean-paths.mjs .cache/.eslintcache",
|
|
89
|
+
"clean:cache:ncu": "node scripts/clean-paths.mjs .cache/.ncu-cache.json",
|
|
90
|
+
"clean:cache:prettier": "node scripts/clean-paths.mjs .cache/.prettier-cache .prettier-cache .prettiercache",
|
|
91
|
+
"clean:cache:stryker": "node scripts/clean-paths.mjs .stryker-tmp",
|
|
92
|
+
"clean:cache:stylelint": "node scripts/clean-paths.mjs .cache/stylelintcache stylelintcache .stylelintcache",
|
|
93
|
+
"clean:cache:temp": "node scripts/clean-paths.mjs .temp",
|
|
94
|
+
"clean:cache:typescript": "node scripts/clean-paths.mjs .cache/**/*.tsbuildinfo .cache/builds",
|
|
95
|
+
"clean:cache:vite": "node scripts/clean-paths.mjs .cache/vite .cache/vitest .cache/vitest-zero-coverage .cache/vite-zero-coverage",
|
|
96
|
+
"clean:database": "node scripts/clean-paths.mjs %appdata%/uptime-watcher/uptime-watcher.sqlite",
|
|
97
|
+
"clean:docs": "node scripts/clean-paths.mjs docs/docusaurus/.docusaurus docs/docusaurus/build docs/docusaurus/site-docs/developer/api",
|
|
98
98
|
"clean:docusaurus": "npm run clean:docs && npm run --workspace docs/docusaurus clear",
|
|
99
99
|
"contrib": "all-contributors",
|
|
100
100
|
"contrib:add": "all-contributors add",
|
|
@@ -117,8 +117,8 @@
|
|
|
117
117
|
"lint:config:inspect": "npx eslint --inspect-config",
|
|
118
118
|
"lint:css": "stylelint --cache --config stylelint.config.mjs --cache-strategy content --cache-location .cache/stylelintcache \"src/**/*.css\" \"docs/**/*.css\" --custom-formatter stylelint-formatter-pretty && echo \"Stylelint done!\"",
|
|
119
119
|
"lint:css:fix": "stylelint --cache --config stylelint.config.mjs --cache-strategy content --cache-location .cache/stylelintcache \"src/**/*.css\" \"docs/**/*.css\" --custom-formatter stylelint-formatter-pretty --fix && echo \"Stylelint done!\"",
|
|
120
|
-
"lint:depcheck": "
|
|
121
|
-
"lint:deps": "
|
|
120
|
+
"lint:depcheck": "npm run knip -- --dependencies",
|
|
121
|
+
"lint:deps": "npm run knip -- --dependencies",
|
|
122
122
|
"lint:dupes": "jscpd src/ --config jscpd.json",
|
|
123
123
|
"lint:dupes:all": "jscpd src/ --config jscpd.json --min-lines 3",
|
|
124
124
|
"lint:dupes:skiplocal": "jscpd src/ --skipLocal --config jscpd.json",
|
|
@@ -148,10 +148,10 @@
|
|
|
148
148
|
"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!\"",
|
|
149
149
|
"lint:remark": "remark --rc-path .remarkrc.mjs --silently-ignore --ignore-path .remarkignore --frail \"*.{md,mdx}\" \"docs/**/*.{md,mdx}\" --quiet",
|
|
150
150
|
"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",
|
|
151
|
-
"lint:secretlint": "secretlint --secretlintrc .secretlintrc.
|
|
151
|
+
"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/*\"",
|
|
152
152
|
"lint:secrets": "detect-secrets scan",
|
|
153
153
|
"lint:unused": "npm run knip -- --include unlisted,unresolved,duplicates",
|
|
154
|
-
"lint:unused-deps": "
|
|
154
|
+
"lint:unused-deps": "npm run knip -- --dependencies",
|
|
155
155
|
"lint:yaml": "cross-env NODE_OPTIONS=--max_old_space_size=16384 eslint --cache --cache-strategy content --cache-location .cache/.eslintcache \"**/*.{yml,yaml}\" && echo \"YAML lint done!\"",
|
|
156
156
|
"lint:yaml:fix": "cross-env NODE_OPTIONS=--max_old_space_size=16384 eslint --cache --cache-strategy content --cache-location .cache/.eslintcache --fix \"**/*.{yml,yaml}\" && echo \"YAML lint (fix) done!\"",
|
|
157
157
|
"madge:circular": "madge --circular --no-spinner --ts-config tsconfig.json --extensions ts,tsx,js,jsx,mjs,cjs,cts,mts ./src --exclude \"(^|[\\/])(test|dist|node_modules|cache|.cache|coverage|build|eslint-inspector|temp|.docusaurus)($|[\\/])|\\.css$\"",
|
|
@@ -206,7 +206,7 @@
|
|
|
206
206
|
"yaml": "2.8.3"
|
|
207
207
|
},
|
|
208
208
|
"dependencies": {
|
|
209
|
-
"@typescript-eslint/utils": "^8.59.
|
|
209
|
+
"@typescript-eslint/utils": "^8.59.3",
|
|
210
210
|
"ts-extras": "^1.0.0",
|
|
211
211
|
"type-fest": "^5.6.0"
|
|
212
212
|
},
|
|
@@ -214,265 +214,75 @@
|
|
|
214
214
|
"@arethetypeswrong/cli": "^0.18.2",
|
|
215
215
|
"@csstools/stylelint-formatter-github": "^2.0.0",
|
|
216
216
|
"@double-great/remark-lint-alt-text": "^1.1.1",
|
|
217
|
-
"@
|
|
218
|
-
"@eslint/
|
|
219
|
-
"@eslint/config-inspector": "^2.0.0",
|
|
217
|
+
"@eslint/compat": "^2.1.0",
|
|
218
|
+
"@eslint/config-inspector": "^3.0.2",
|
|
220
219
|
"@microsoft/tsdoc-config": "^0.18.1",
|
|
221
|
-
"@secretlint/secretlint-rule-anthropic": "^12.3.1",
|
|
222
|
-
"@secretlint/secretlint-rule-aws": "^12.3.1",
|
|
223
|
-
"@secretlint/secretlint-rule-database-connection-string": "^12.3.1",
|
|
224
|
-
"@secretlint/secretlint-rule-gcp": "^12.3.1",
|
|
225
|
-
"@secretlint/secretlint-rule-github": "^12.3.1",
|
|
226
|
-
"@secretlint/secretlint-rule-no-dotenv": "^12.3.1",
|
|
227
|
-
"@secretlint/secretlint-rule-no-homedir": "^12.3.1",
|
|
228
|
-
"@secretlint/secretlint-rule-npm": "^12.3.1",
|
|
229
|
-
"@secretlint/secretlint-rule-openai": "^12.3.1",
|
|
230
|
-
"@secretlint/secretlint-rule-pattern": "^12.3.1",
|
|
231
|
-
"@secretlint/secretlint-rule-preset-recommend": "^12.3.1",
|
|
232
|
-
"@secretlint/secretlint-rule-privatekey": "^12.3.1",
|
|
233
|
-
"@secretlint/secretlint-rule-secp256k1-privatekey": "^12.3.1",
|
|
234
|
-
"@secretlint/types": "^12.3.1",
|
|
235
|
-
"@softonus/prettier-plugin-duplicate-remover": "^1.1.2",
|
|
236
220
|
"@stryker-ignorer/console-all": "^0.3.2",
|
|
237
221
|
"@stryker-mutator/core": "^9.6.1",
|
|
238
222
|
"@stryker-mutator/typescript-checker": "^9.6.1",
|
|
239
223
|
"@stryker-mutator/vitest-runner": "^9.6.1",
|
|
240
|
-
"@stylelint-types/stylelint-order": "^7.0.1",
|
|
241
|
-
"@stylelint-types/stylelint-stylistic": "^5.0.0",
|
|
242
|
-
"@stylistic/stylelint-plugin": "^5.1.0",
|
|
243
224
|
"@types/htmlhint": "^1.1.5",
|
|
244
225
|
"@types/madge": "^5.0.3",
|
|
245
|
-
"@types/node": "^25.
|
|
246
|
-
"@types/postcss-clamp": "^4.1.3",
|
|
247
|
-
"@types/postcss-flexbugs-fixes": "^5.0.3",
|
|
248
|
-
"@types/postcss-html": "^1.5.3",
|
|
249
|
-
"@types/postcss-import": "^14.0.3",
|
|
250
|
-
"@types/postcss-inline-svg": "^5.0.4",
|
|
251
|
-
"@types/postcss-normalize": "^9.0.4",
|
|
252
|
-
"@types/postcss-reporter": "^7.0.5",
|
|
226
|
+
"@types/node": "^25.7.0",
|
|
253
227
|
"@types/sloc": "^0.2.3",
|
|
254
|
-
"@typescript-eslint/
|
|
255
|
-
"@
|
|
256
|
-
"@vitest/
|
|
228
|
+
"@typescript-eslint/parser": "^8.59.3",
|
|
229
|
+
"@typescript-eslint/rule-tester": "^8.59.3",
|
|
230
|
+
"@vitest/coverage-v8": "^4.1.6",
|
|
231
|
+
"@vitest/ui": "^4.1.6",
|
|
257
232
|
"actionlint": "^2.0.6",
|
|
258
233
|
"all-contributors-cli": "^6.26.1",
|
|
259
234
|
"cognitive-complexity-ts": "^0.8.1",
|
|
260
|
-
"commitlint": "^
|
|
235
|
+
"commitlint": "^21.0.1",
|
|
261
236
|
"commitlint-config-gitmoji": "^2.3.1",
|
|
262
237
|
"cross-env": "^10.1.0",
|
|
263
|
-
"depcheck": "^1.4.7",
|
|
264
238
|
"detect-secrets": "^1.0.6",
|
|
265
|
-
"eslint": "^10.
|
|
266
|
-
"eslint-config-nick2bad4u": "^1.0.
|
|
239
|
+
"eslint": "^10.3.0",
|
|
240
|
+
"eslint-config-nick2bad4u": "^1.0.16",
|
|
267
241
|
"eslint-formatter-unix": "^9.0.1",
|
|
268
242
|
"eslint-rule-benchmark": "^0.8.0",
|
|
269
|
-
"fast-check": "^4.
|
|
243
|
+
"fast-check": "^4.8.0",
|
|
270
244
|
"git-cliff": "^2.13.1",
|
|
271
245
|
"gitleaks-secret-scanner": "^2.1.1",
|
|
272
246
|
"htmlhint": "^1.9.2",
|
|
273
|
-
"jscpd": "^4.
|
|
274
|
-
"knip": "^6.
|
|
247
|
+
"jscpd": "^4.1.1",
|
|
248
|
+
"knip": "^6.13.1",
|
|
275
249
|
"leasot": "^14.4.0",
|
|
276
250
|
"madge": "^8.0.0",
|
|
277
251
|
"markdown-link-check": "^3.14.2",
|
|
278
|
-
"npm-check-updates": "^22.0
|
|
279
|
-
"npm-package-json-lint": "^10.
|
|
252
|
+
"npm-check-updates": "^22.2.0",
|
|
253
|
+
"npm-package-json-lint": "^10.4.0",
|
|
280
254
|
"picocolors": "^1.1.1",
|
|
281
|
-
"postcss": "^8.5.13",
|
|
282
|
-
"postcss-assets": "^6.0.0",
|
|
283
|
-
"postcss-clamp": "^4.1.0",
|
|
284
|
-
"postcss-combine-duplicated-selectors": "^10.0.3",
|
|
285
|
-
"postcss-flexbugs-fixes": "^5.0.2",
|
|
286
|
-
"postcss-html": "^1.8.1",
|
|
287
|
-
"postcss-import": "^16.1.1",
|
|
288
|
-
"postcss-inline-svg": "^6.0.0",
|
|
289
|
-
"postcss-logical": "^9.0.0",
|
|
290
|
-
"postcss-normalize": "^13.0.1",
|
|
291
|
-
"postcss-reporter": "^7.1.0",
|
|
292
|
-
"postcss-round-subpixels": "^2.0.0",
|
|
293
|
-
"postcss-scss": "^4.0.9",
|
|
294
|
-
"postcss-sort-media-queries": "^6.5.0",
|
|
295
|
-
"postcss-styled-jsx": "^1.0.1",
|
|
296
|
-
"postcss-styled-syntax": "^0.7.1",
|
|
297
|
-
"postcss-viewport-height-correction": "^1.1.1",
|
|
298
255
|
"prettier": "^3.8.3",
|
|
299
|
-
"prettier-
|
|
300
|
-
"
|
|
301
|
-
"prettier-plugin-jsdoc": "^1.8.0",
|
|
302
|
-
"prettier-plugin-merge": "^0.10.1",
|
|
303
|
-
"prettier-plugin-multiline-arrays": "^4.1.7",
|
|
304
|
-
"prettier-plugin-packagejson": "^3.0.2",
|
|
305
|
-
"prettier-plugin-properties": "^0.3.1",
|
|
306
|
-
"prettier-plugin-sh": "^0.18.1",
|
|
307
|
-
"prettier-plugin-sort-json": "^4.2.0",
|
|
308
|
-
"prettier-plugin-sql": "^0.20.0",
|
|
309
|
-
"prettier-plugin-toml": "^2.0.6",
|
|
310
|
-
"publint": "^0.3.18",
|
|
256
|
+
"prettier-config-nick2bad4u": "^1.0.12",
|
|
257
|
+
"publint": "^0.3.21",
|
|
311
258
|
"rehype-katex": "^7.0.1",
|
|
312
259
|
"remark": "^15.0.1",
|
|
313
260
|
"remark-cli": "^12.0.1",
|
|
314
|
-
"remark-
|
|
315
|
-
"
|
|
316
|
-
"
|
|
317
|
-
"remark-ignore": "^3.0.0",
|
|
318
|
-
"remark-inline-links": "^7.0.0",
|
|
319
|
-
"remark-lint": "^10.0.1",
|
|
320
|
-
"remark-lint-blockquote-indentation": "^4.0.1",
|
|
321
|
-
"remark-lint-check-toc": "^1.0.0",
|
|
322
|
-
"remark-lint-checkbox-character-style": "^5.0.1",
|
|
323
|
-
"remark-lint-checkbox-content-indent": "^5.0.1",
|
|
324
|
-
"remark-lint-code-block-split-list": "^1.0.0",
|
|
325
|
-
"remark-lint-code-block-style": "^4.0.1",
|
|
326
|
-
"remark-lint-correct-media-syntax": "^1.0.1",
|
|
327
|
-
"remark-lint-definition-case": "^4.0.1",
|
|
328
|
-
"remark-lint-definition-sort": "^1.0.1",
|
|
329
|
-
"remark-lint-definition-spacing": "^4.0.1",
|
|
330
|
-
"remark-lint-directive-attribute-sort": "^1.0.1",
|
|
331
|
-
"remark-lint-directive-collapsed-attribute": "^1.0.1",
|
|
332
|
-
"remark-lint-directive-quote-style": "^1.0.1",
|
|
333
|
-
"remark-lint-directive-shortcut-attribute": "^1.0.1",
|
|
334
|
-
"remark-lint-directive-unique-attribute-name": "^1.0.1",
|
|
335
|
-
"remark-lint-emphasis-marker": "^4.0.1",
|
|
336
|
-
"remark-lint-fenced-code-flag": "^4.2.0",
|
|
337
|
-
"remark-lint-fenced-code-flag-case": "^3.0.0",
|
|
338
|
-
"remark-lint-fenced-code-marker": "^4.0.1",
|
|
339
|
-
"remark-lint-file-extension": "^3.0.1",
|
|
340
|
-
"remark-lint-final-definition": "^4.0.2",
|
|
341
|
-
"remark-lint-final-newline": "^3.0.1",
|
|
342
|
-
"remark-lint-first-heading-level": "^4.0.1",
|
|
343
|
-
"remark-lint-frontmatter-schema": "^3.15.4",
|
|
344
|
-
"remark-lint-hard-break-spaces": "^4.1.1",
|
|
345
|
-
"remark-lint-heading-capitalization": "^1.3.0",
|
|
346
|
-
"remark-lint-heading-increment": "^4.0.1",
|
|
347
|
-
"remark-lint-heading-style": "^4.0.1",
|
|
348
|
-
"remark-lint-heading-whitespace": "^1.0.0",
|
|
349
|
-
"remark-lint-linebreak-style": "^4.0.1",
|
|
350
|
-
"remark-lint-link-title-style": "^4.0.1",
|
|
351
|
-
"remark-lint-list-item-bullet-indent": "^5.0.1",
|
|
352
|
-
"remark-lint-list-item-content-indent": "^4.0.1",
|
|
353
|
-
"remark-lint-list-item-indent": "^4.0.1",
|
|
354
|
-
"remark-lint-list-item-spacing": "^5.0.1",
|
|
355
|
-
"remark-lint-maximum-heading-length": "^4.1.1",
|
|
356
|
-
"remark-lint-maximum-line-length": "^4.1.1",
|
|
357
|
-
"remark-lint-mdx-jsx-attribute-sort": "^1.0.1",
|
|
358
|
-
"remark-lint-mdx-jsx-no-void-children": "^1.0.1",
|
|
359
|
-
"remark-lint-mdx-jsx-quote-style": "^1.0.1",
|
|
360
|
-
"remark-lint-mdx-jsx-self-close": "^1.0.1",
|
|
361
|
-
"remark-lint-mdx-jsx-shorthand-attribute": "^1.0.1",
|
|
362
|
-
"remark-lint-mdx-jsx-unique-attribute-name": "^1.0.1",
|
|
363
|
-
"remark-lint-media-style": "^1.0.1",
|
|
364
|
-
"remark-lint-no-blockquote-without-marker": "^6.0.1",
|
|
365
|
-
"remark-lint-no-consecutive-blank-lines": "^5.0.1",
|
|
366
|
-
"remark-lint-no-dead-urls": "^2.0.1",
|
|
367
|
-
"remark-lint-no-duplicate-defined-urls": "^3.0.1",
|
|
368
|
-
"remark-lint-no-duplicate-definitions": "^4.0.1",
|
|
369
|
-
"remark-lint-no-duplicate-headings": "^4.0.1",
|
|
370
|
-
"remark-lint-no-duplicate-headings-in-section": "^4.0.1",
|
|
371
|
-
"remark-lint-no-emphasis-as-heading": "^4.0.1",
|
|
372
|
-
"remark-lint-no-empty-sections": "^4.0.0",
|
|
373
|
-
"remark-lint-no-empty-url": "^4.0.1",
|
|
374
|
-
"remark-lint-no-file-name-articles": "^3.0.1",
|
|
375
|
-
"remark-lint-no-file-name-consecutive-dashes": "^3.0.1",
|
|
376
|
-
"remark-lint-no-file-name-irregular-characters": "^3.0.1",
|
|
377
|
-
"remark-lint-no-file-name-mixed-case": "^3.0.1",
|
|
378
|
-
"remark-lint-no-file-name-outer-dashes": "^3.0.1",
|
|
379
|
-
"remark-lint-no-heading-content-indent": "^5.0.1",
|
|
380
|
-
"remark-lint-no-heading-indent": "^5.0.1",
|
|
381
|
-
"remark-lint-no-heading-like-paragraph": "^4.0.1",
|
|
382
|
-
"remark-lint-no-heading-punctuation": "^4.0.1",
|
|
383
|
-
"remark-lint-no-hidden-table-cell": "^1.0.1",
|
|
384
|
-
"remark-lint-no-html": "^4.0.1",
|
|
385
|
-
"remark-lint-no-literal-urls": "^4.0.1",
|
|
386
|
-
"remark-lint-no-missing-blank-lines": "^4.0.1",
|
|
387
|
-
"remark-lint-no-multiple-toplevel-headings": "^4.0.1",
|
|
388
|
-
"remark-lint-no-paragraph-content-indent": "^5.0.1",
|
|
389
|
-
"remark-lint-no-reference-like-url": "^4.0.1",
|
|
390
|
-
"remark-lint-no-shell-dollars": "^4.0.1",
|
|
391
|
-
"remark-lint-no-shortcut-reference-image": "^4.0.1",
|
|
392
|
-
"remark-lint-no-shortcut-reference-link": "^4.0.1",
|
|
393
|
-
"remark-lint-no-table-indentation": "^5.0.1",
|
|
394
|
-
"remark-lint-no-tabs": "^4.0.1",
|
|
395
|
-
"remark-lint-no-undefined-references": "^5.0.2",
|
|
396
|
-
"remark-lint-no-unneeded-full-reference-image": "^4.0.1",
|
|
397
|
-
"remark-lint-no-unneeded-full-reference-link": "^4.0.1",
|
|
398
|
-
"remark-lint-no-unused-definitions": "^4.0.2",
|
|
399
|
-
"remark-lint-ordered-list-marker-style": "^4.0.1",
|
|
400
|
-
"remark-lint-ordered-list-marker-value": "^4.0.1",
|
|
401
|
-
"remark-lint-rule-style": "^4.0.1",
|
|
402
|
-
"remark-lint-strikethrough-marker": "^3.0.1",
|
|
403
|
-
"remark-lint-strong-marker": "^4.0.1",
|
|
404
|
-
"remark-lint-table-cell-padding": "^5.1.1",
|
|
405
|
-
"remark-lint-table-pipe-alignment": "^4.1.1",
|
|
406
|
-
"remark-lint-table-pipes": "^5.0.1",
|
|
407
|
-
"remark-lint-unordered-list-marker-style": "^4.0.1",
|
|
408
|
-
"remark-lint-write-good": "^1.2.0",
|
|
409
|
-
"remark-math": "^6.0.0",
|
|
410
|
-
"remark-preset-lint-consistent": "^6.0.1",
|
|
411
|
-
"remark-preset-lint-markdown-style-guide": "^6.0.1",
|
|
412
|
-
"remark-preset-lint-recommended": "^7.0.1",
|
|
413
|
-
"remark-preset-prettier": "^2.0.2",
|
|
414
|
-
"remark-toc": "^9.0.0",
|
|
415
|
-
"remark-validate-links": "^13.1.0",
|
|
416
|
-
"remark-wiki-link": "^2.0.1",
|
|
417
|
-
"rimraf": "^6.1.3",
|
|
418
|
-
"secretlint": "^12.3.1",
|
|
261
|
+
"remark-config-nick2bad4u": "^1.0.1",
|
|
262
|
+
"secretlint": "^13.0.0",
|
|
263
|
+
"secretlint-config-nick2bad4u": "^1.0.4",
|
|
419
264
|
"sloc": "^0.3.2",
|
|
420
265
|
"sort-package-json": "^3.6.1",
|
|
421
|
-
"stylelint": "^17.
|
|
422
|
-
"stylelint-
|
|
423
|
-
"
|
|
424
|
-
"stylelint-codeframe-formatter": "^1.2.0",
|
|
425
|
-
"stylelint-config-alphabetical-order": "^2.0.0",
|
|
426
|
-
"stylelint-config-idiomatic-order": "^10.0.0",
|
|
427
|
-
"stylelint-config-inspector": "^2.1.2",
|
|
428
|
-
"stylelint-config-recess-order": "^7.7.0",
|
|
429
|
-
"stylelint-config-recommended": "^18.0.0",
|
|
430
|
-
"stylelint-config-sass-guidelines": "^13.0.0",
|
|
431
|
-
"stylelint-config-standard": "^40.0.0",
|
|
432
|
-
"stylelint-config-standard-scss": "^17.0.0",
|
|
433
|
-
"stylelint-config-tailwindcss": "^1.0.1",
|
|
434
|
-
"stylelint-declaration-block-no-ignored-properties": "^3.0.0",
|
|
435
|
-
"stylelint-declaration-strict-value": "^1.11.1",
|
|
436
|
-
"stylelint-define-config": "^17.9.0",
|
|
437
|
-
"stylelint-find-new-rules": "^6.0.0",
|
|
438
|
-
"stylelint-formatter-gitlab-code-quality-report": "^1.1.0",
|
|
439
|
-
"stylelint-formatter-pretty": "^4.0.1",
|
|
440
|
-
"stylelint-gamut": "^2.0.0",
|
|
441
|
-
"stylelint-group-selectors": "^1.0.10",
|
|
442
|
-
"stylelint-high-performance-animation": "^2.0.0",
|
|
443
|
-
"stylelint-media-use-custom-media": "^4.1.0",
|
|
444
|
-
"stylelint-no-browser-hacks": "^2.0.2",
|
|
445
|
-
"stylelint-no-indistinguishable-colors": "^2.3.1",
|
|
446
|
-
"stylelint-no-restricted-syntax": "^2.2.1",
|
|
447
|
-
"stylelint-no-unresolved-module": "^2.5.2",
|
|
448
|
-
"stylelint-no-unsupported-browser-features": "^8.1.1",
|
|
449
|
-
"stylelint-order": "^8.1.1",
|
|
450
|
-
"stylelint-plugin-defensive-css": "^2.9.1",
|
|
451
|
-
"stylelint-plugin-logical-css": "^2.1.0",
|
|
452
|
-
"stylelint-plugin-use-baseline": "^1.4.1",
|
|
453
|
-
"stylelint-prettier": "^5.0.3",
|
|
454
|
-
"stylelint-react-native": "^2.7.0",
|
|
455
|
-
"stylelint-scales": "^5.0.0",
|
|
456
|
-
"stylelint-selector-bem-pattern": "^4.0.1",
|
|
457
|
-
"stylelint-use-nesting": "^6.0.2",
|
|
458
|
-
"stylelint-value-no-unknown-custom-properties": "^6.1.1",
|
|
266
|
+
"stylelint": "^17.11.0",
|
|
267
|
+
"stylelint-config-nick2bad4u": "^1.0.10",
|
|
268
|
+
"tinyglobby": "^0.2.15",
|
|
459
269
|
"ts-unused-exports": "^11.0.1",
|
|
460
270
|
"typedoc": "^0.28.19",
|
|
461
271
|
"typescript": "^6.0.3",
|
|
462
|
-
"typescript-eslint": "^8.59.
|
|
272
|
+
"typescript-eslint": "^8.59.3",
|
|
463
273
|
"typesync": "^0.14.3",
|
|
464
274
|
"vfile": "^6.0.3",
|
|
465
|
-
"vite": "^8.0.
|
|
275
|
+
"vite": "^8.0.12",
|
|
466
276
|
"vite-tsconfig-paths": "^6.1.1",
|
|
467
|
-
"vitest": "^4.1.
|
|
277
|
+
"vitest": "^4.1.6",
|
|
468
278
|
"yamllint-js": "^0.2.4"
|
|
469
279
|
},
|
|
470
280
|
"peerDependencies": {
|
|
471
281
|
"@typescript-eslint/parser": "^8.0.0 || ^9.0.0",
|
|
472
|
-
"eslint": "^9.0.0 || ^10.
|
|
282
|
+
"eslint": "^9.0.0 || ^10.3.0",
|
|
473
283
|
"typescript": ">=5.4.0"
|
|
474
284
|
},
|
|
475
|
-
"packageManager": "npm@11.
|
|
285
|
+
"packageManager": "npm@11.14.1",
|
|
476
286
|
"engines": {
|
|
477
287
|
"node": ">=20.19.0"
|
|
478
288
|
},
|