eslint-plugin-tsdoc-require-2 1.2.1 → 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/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.1",
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@1.4.2 build --outDir \"docs/docusaurus/static/eslint-inspector\" --base \"/eslint-plugin-tsdoc-require-2/eslint-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": "rimraf coverage dist temp .cache",
85
- "clean:cache": "rimraf dist coverage cache .cache .vite .turbo",
86
- "clean:cache:coverage": "rimraf coverage .coverage",
87
- "clean:cache:dist": "rimraf dist release",
88
- "clean:cache:eslint": "rimraf .cache/.eslintcache",
89
- "clean:cache:ncu": "rimraf .cache/.ncu-cache.json",
90
- "clean:cache:prettier": "rimraf .cache/.prettier-cache .prettier-cache .prettiercache",
91
- "clean:cache:stryker": "rimraf .stryker-tmp",
92
- "clean:cache:stylelint": "rimraf .cache/stylelintcache stylelintcache .stylelintcache",
93
- "clean:cache:temp": "rimraf \".temp/.**\" --glob",
94
- "clean:cache:typescript": "rimraf .cache/**.tsbuildinfo .cache/builds",
95
- "clean:cache:vite": "rimraf .cache/vite .cache/vitest .cache/vitest-zero-coverage .cache/vite-zero-coverage",
96
- "clean:database": "rimraf %appdata%/uptime-watcher/uptime-watcher.sqlite",
97
- "clean:docs": "rimraf docs/docusaurus/.docusaurus/** docs/docusaurus/build/** docs/docusaurus/site-docs/developer/api/**",
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": "depcheck",
121
- "lint:deps": "depcheck && npm run knip",
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",
@@ -151,7 +151,7 @@
151
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": "depcheck --ignores='@types/*,@testing-library/*,@vitest/*'",
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.1",
209
+ "@typescript-eslint/utils": "^8.59.3",
210
210
  "ts-extras": "^1.0.0",
211
211
  "type-fest": "^5.6.0"
212
212
  },
@@ -214,8 +214,8 @@
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
- "@eslint/compat": "^2.0.5",
218
- "@eslint/config-inspector": "^2.0.0",
217
+ "@eslint/compat": "^2.1.0",
218
+ "@eslint/config-inspector": "^3.0.2",
219
219
  "@microsoft/tsdoc-config": "^0.18.1",
220
220
  "@stryker-ignorer/console-all": "^0.3.2",
221
221
  "@stryker-mutator/core": "^9.6.1",
@@ -223,79 +223,58 @@
223
223
  "@stryker-mutator/vitest-runner": "^9.6.1",
224
224
  "@types/htmlhint": "^1.1.5",
225
225
  "@types/madge": "^5.0.3",
226
- "@types/node": "^25.6.0",
227
- "@types/postcss-clamp": "^4.1.3",
228
- "@types/postcss-flexbugs-fixes": "^5.0.3",
229
- "@types/postcss-html": "^1.5.3",
230
- "@types/postcss-import": "^14.0.3",
231
- "@types/postcss-inline-svg": "^5.0.4",
232
- "@types/postcss-normalize": "^9.0.4",
233
- "@types/postcss-reporter": "^7.0.5",
226
+ "@types/node": "^25.7.0",
234
227
  "@types/sloc": "^0.2.3",
235
- "@typescript-eslint/parser": "^8.59.1",
236
- "@typescript-eslint/rule-tester": "^8.59.1",
237
- "@vitest/coverage-v8": "^4.1.5",
238
- "@vitest/ui": "^4.1.5",
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",
239
232
  "actionlint": "^2.0.6",
240
233
  "all-contributors-cli": "^6.26.1",
241
234
  "cognitive-complexity-ts": "^0.8.1",
242
- "commitlint": "^20.5.3",
235
+ "commitlint": "^21.0.1",
243
236
  "commitlint-config-gitmoji": "^2.3.1",
244
237
  "cross-env": "^10.1.0",
245
- "depcheck": "^1.4.7",
246
238
  "detect-secrets": "^1.0.6",
247
239
  "eslint": "^10.3.0",
248
- "eslint-config-nick2bad4u": "^1.0.11",
240
+ "eslint-config-nick2bad4u": "^1.0.16",
249
241
  "eslint-formatter-unix": "^9.0.1",
250
242
  "eslint-rule-benchmark": "^0.8.0",
251
- "fast-check": "^4.7.0",
243
+ "fast-check": "^4.8.0",
252
244
  "git-cliff": "^2.13.1",
253
245
  "gitleaks-secret-scanner": "^2.1.1",
254
246
  "htmlhint": "^1.9.2",
255
- "jscpd": "^4.0.9",
256
- "knip": "^6.11.0",
247
+ "jscpd": "^4.1.1",
248
+ "knip": "^6.13.1",
257
249
  "leasot": "^14.4.0",
258
250
  "madge": "^8.0.0",
259
251
  "markdown-link-check": "^3.14.2",
260
- "npm-check-updates": "^22.1.0",
252
+ "npm-check-updates": "^22.2.0",
261
253
  "npm-package-json-lint": "^10.4.0",
262
254
  "picocolors": "^1.1.1",
263
- "postcss": "^8.5.13",
264
- "postcss-assets": "^6.0.0",
265
- "postcss-clamp": "^4.1.0",
266
- "postcss-combine-duplicated-selectors": "^10.0.3",
267
- "postcss-flexbugs-fixes": "^5.0.2",
268
- "postcss-import": "^16.1.1",
269
- "postcss-inline-svg": "^6.0.0",
270
- "postcss-logical": "^9.0.0",
271
- "postcss-normalize": "^13.0.1",
272
- "postcss-reporter": "^7.1.0",
273
- "postcss-round-subpixels": "^2.0.0",
274
- "postcss-sort-media-queries": "^6.5.0",
275
- "postcss-viewport-height-correction": "^1.1.1",
276
255
  "prettier": "^3.8.3",
277
- "prettier-config-nick2bad4u": "^1.0.9",
278
- "publint": "^0.3.18",
256
+ "prettier-config-nick2bad4u": "^1.0.12",
257
+ "publint": "^0.3.21",
279
258
  "rehype-katex": "^7.0.1",
280
259
  "remark": "^15.0.1",
281
260
  "remark-cli": "^12.0.1",
282
261
  "remark-config-nick2bad4u": "^1.0.1",
283
- "rimraf": "^6.1.3",
284
- "secretlint": "^12.3.1",
285
- "secretlint-config-nick2bad4u": "^1.0.3",
262
+ "secretlint": "^13.0.0",
263
+ "secretlint-config-nick2bad4u": "^1.0.4",
286
264
  "sloc": "^0.3.2",
287
265
  "sort-package-json": "^3.6.1",
288
- "stylelint": "^17.10.0",
289
- "stylelint-config-nick2bad4u": "^1.0.5",
266
+ "stylelint": "^17.11.0",
267
+ "stylelint-config-nick2bad4u": "^1.0.10",
268
+ "tinyglobby": "^0.2.15",
290
269
  "ts-unused-exports": "^11.0.1",
291
270
  "typedoc": "^0.28.19",
292
271
  "typescript": "^6.0.3",
293
- "typescript-eslint": "^8.59.1",
272
+ "typescript-eslint": "^8.59.3",
294
273
  "typesync": "^0.14.3",
295
274
  "vfile": "^6.0.3",
296
- "vite": "^8.0.10",
275
+ "vite": "^8.0.12",
297
276
  "vite-tsconfig-paths": "^6.1.1",
298
- "vitest": "^4.1.5",
277
+ "vitest": "^4.1.6",
299
278
  "yamllint-js": "^0.2.4"
300
279
  },
301
280
  "peerDependencies": {
@@ -303,7 +282,7 @@
303
282
  "eslint": "^9.0.0 || ^10.3.0",
304
283
  "typescript": ">=5.4.0"
305
284
  },
306
- "packageManager": "npm@11.13.0",
285
+ "packageManager": "npm@11.14.1",
307
286
  "engines": {
308
287
  "node": ">=20.19.0"
309
288
  },