eslint-plugin-tsdoc-require-2 1.1.0 → 1.2.1

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +3 -0
  2. package/package.json +26 -277
package/CHANGELOG.md ADDED
@@ -0,0 +1,3 @@
1
+ # Changelog
2
+
3
+ Changes are tracked through releases.
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.1.0",
4
+ "version": "1.2.1",
5
5
  "private": false,
6
6
  "description": "Require TSDoc comments for exported TypeScript declarations.",
7
7
  "keywords": [
@@ -148,7 +148,7 @@
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.json --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/*\"",
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
154
  "lint:unused-deps": "depcheck --ignores='@types/*,@testing-library/*,@vitest/*'",
@@ -171,6 +171,8 @@
171
171
  "sync:readme:presets-matrix:check": "node ./scripts/sync-presets-rules-matrix.mjs --check",
172
172
  "sync:readme:rules-table": "node ./scripts/sync-readme-rules-table.mjs",
173
173
  "sync:readme:rules-table:check": "node ./scripts/sync-readme-rules-table.mjs --check",
174
+ "sync:rules:check": "npm run sync:readme:rules-table:check && npm run sync:readme:presets-matrix:check",
175
+ "sync:rules:write": "npm run sync:readme:rules-table && npm run sync:readme:presets-matrix",
174
176
  "pretest": "npm run build",
175
177
  "test": "vitest run",
176
178
  "test:ci": "cross-env CI=true vitest run --reporter=default",
@@ -192,7 +194,7 @@
192
194
  "test:verbose": "vitest run --reporter=verbose",
193
195
  "test:watch": "vitest",
194
196
  "typecheck": "tsc -p tsconfig.json --noEmit && tsc -p tsconfig.build.json --noEmit && tsc -p tsconfig.eslint.json --noEmit && tsc -p tsconfig.js.json --noEmit",
195
- "update-deps": "npx ncu -i --install never && npm run sync:peer-eslint-range && npm install --force"
197
+ "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"
196
198
  },
197
199
  "overrides": {
198
200
  "brace-expansion@^1.1.0": "1.1.13",
@@ -204,54 +206,21 @@
204
206
  "yaml": "2.8.3"
205
207
  },
206
208
  "dependencies": {
207
- "@typescript-eslint/utils": "^8.59.0",
209
+ "@typescript-eslint/utils": "^8.59.1",
208
210
  "ts-extras": "^1.0.0",
209
211
  "type-fest": "^5.6.0"
210
212
  },
211
213
  "devDependencies": {
212
214
  "@arethetypeswrong/cli": "^0.18.2",
213
215
  "@csstools/stylelint-formatter-github": "^2.0.0",
214
- "@docusaurus/eslint-plugin": "^3.10.0",
215
216
  "@double-great/remark-lint-alt-text": "^1.1.1",
216
- "@double-great/stylelint-a11y": "^3.4.10",
217
- "@eslint-community/eslint-plugin-eslint-comments": "^4.7.1",
218
- "@eslint-react/eslint-plugin": "^4.2.3",
219
217
  "@eslint/compat": "^2.0.5",
220
- "@eslint/config-helpers": "^0.5.5",
221
218
  "@eslint/config-inspector": "^2.0.0",
222
- "@eslint/css": "^1.1.0",
223
- "@eslint/js": "^10.0.1",
224
- "@eslint/json": "^1.2.0",
225
- "@eslint/markdown": "^8.0.1",
226
- "@html-eslint/eslint-plugin": "^0.59.0",
227
- "@html-eslint/parser": "^0.59.0",
228
- "@microsoft/eslint-plugin-sdl": "^1.1.0",
229
219
  "@microsoft/tsdoc-config": "^0.18.1",
230
- "@secretlint/secretlint-rule-anthropic": "^12.2.0",
231
- "@secretlint/secretlint-rule-aws": "^12.2.0",
232
- "@secretlint/secretlint-rule-database-connection-string": "^12.2.0",
233
- "@secretlint/secretlint-rule-gcp": "^12.2.0",
234
- "@secretlint/secretlint-rule-github": "^12.2.0",
235
- "@secretlint/secretlint-rule-no-dotenv": "^12.2.0",
236
- "@secretlint/secretlint-rule-no-homedir": "^12.2.0",
237
- "@secretlint/secretlint-rule-npm": "^12.2.0",
238
- "@secretlint/secretlint-rule-openai": "^12.2.0",
239
- "@secretlint/secretlint-rule-pattern": "^12.2.0",
240
- "@secretlint/secretlint-rule-preset-recommend": "^12.2.0",
241
- "@secretlint/secretlint-rule-privatekey": "^12.2.0",
242
- "@secretlint/secretlint-rule-secp256k1-privatekey": "^12.2.0",
243
- "@secretlint/types": "^12.2.0",
244
- "@softonus/prettier-plugin-duplicate-remover": "^1.1.2",
245
220
  "@stryker-ignorer/console-all": "^0.3.2",
246
221
  "@stryker-mutator/core": "^9.6.1",
247
222
  "@stryker-mutator/typescript-checker": "^9.6.1",
248
223
  "@stryker-mutator/vitest-runner": "^9.6.1",
249
- "@stylelint-types/stylelint-order": "^7.0.1",
250
- "@stylelint-types/stylelint-stylistic": "^5.0.0",
251
- "@stylistic/eslint-plugin": "^5.10.0",
252
- "@stylistic/stylelint-plugin": "^5.1.0",
253
- "@types/eslint-plugin-jsx-a11y": "^6.10.1",
254
- "@types/eslint-plugin-security": "^3.0.1",
255
224
  "@types/htmlhint": "^1.1.5",
256
225
  "@types/madge": "^5.0.3",
257
226
  "@types/node": "^25.6.0",
@@ -263,298 +232,78 @@
263
232
  "@types/postcss-normalize": "^9.0.4",
264
233
  "@types/postcss-reporter": "^7.0.5",
265
234
  "@types/sloc": "^0.2.3",
266
- "@typescript-eslint/eslint-plugin": "^8.59.0",
267
- "@typescript-eslint/parser": "^8.59.0",
268
- "@typescript-eslint/rule-tester": "^8.59.0",
269
- "@typpi/eslint-plugin-vite": "^1.0.12",
235
+ "@typescript-eslint/parser": "^8.59.1",
236
+ "@typescript-eslint/rule-tester": "^8.59.1",
270
237
  "@vitest/coverage-v8": "^4.1.5",
271
- "@vitest/eslint-plugin": "^1.6.16",
272
238
  "@vitest/ui": "^4.1.5",
273
239
  "actionlint": "^2.0.6",
274
240
  "all-contributors-cli": "^6.26.1",
275
241
  "cognitive-complexity-ts": "^0.8.1",
276
- "commitlint": "^20.5.0",
242
+ "commitlint": "^20.5.3",
277
243
  "commitlint-config-gitmoji": "^2.3.1",
278
244
  "cross-env": "^10.1.0",
279
245
  "depcheck": "^1.4.7",
280
246
  "detect-secrets": "^1.0.6",
281
- "eslint": "^10.2.1",
282
- "eslint-config-flat-gitignore": "^2.3.0",
283
- "eslint-config-prettier": "^10.1.8",
247
+ "eslint": "^10.3.0",
248
+ "eslint-config-nick2bad4u": "^1.0.11",
284
249
  "eslint-formatter-unix": "^9.0.1",
285
- "eslint-import-resolver-typescript": "^4.4.4",
286
- "eslint-plugin-array-func": "^5.1.1",
287
- "eslint-plugin-canonical": "^5.1.3",
288
- "eslint-plugin-case-police": "^2.2.1",
289
- "eslint-plugin-comment-length": "^2.3.0",
290
- "eslint-plugin-copilot": "^1.0.8",
291
- "eslint-plugin-css-modules": "^2.12.0",
292
- "eslint-plugin-de-morgan": "^2.1.1",
293
- "eslint-plugin-depend": "^1.5.0",
294
- "eslint-plugin-docusaurus-2": "^0.1.4",
295
- "eslint-plugin-eslint-plugin": "^7.3.2",
296
- "eslint-plugin-etc": "^2.0.3",
297
- "eslint-plugin-etc-misc": "^1.0.8",
298
- "eslint-plugin-file-progress-2": "^5.0.1",
299
- "eslint-plugin-github-actions-2": "^1.0.6",
300
- "eslint-plugin-html": "^8.1.4",
301
- "eslint-plugin-immutable-2": "^1.0.10",
302
- "eslint-plugin-import-x": "^4.16.2",
303
- "eslint-plugin-jsdoc": "^62.9.0",
304
- "eslint-plugin-jsonc": "^3.1.2",
305
- "eslint-plugin-jsx-a11y": "^6.10.2",
306
- "eslint-plugin-listeners": "^1.5.1",
307
- "eslint-plugin-loadable-imports": "^1.0.1",
308
- "eslint-plugin-math": "^0.13.1",
309
- "eslint-plugin-module-interop": "^0.3.1",
310
- "eslint-plugin-n": "^17.24.0",
311
- "eslint-plugin-nitpick": "^0.12.0",
312
- "eslint-plugin-no-barrel-files": "^1.3.1",
313
- "eslint-plugin-no-explicit-type-exports": "^0.12.1",
314
- "eslint-plugin-no-function-declare-after-return": "^1.1.0",
315
- "eslint-plugin-no-lookahead-lookbehind-regexp": "^0.4.0",
316
- "eslint-plugin-no-only-tests": "^3.3.0",
317
- "eslint-plugin-no-secrets": "^2.3.3",
318
- "eslint-plugin-no-unsanitized": "^4.1.5",
319
- "eslint-plugin-no-use-extend-native": "^0.7.2",
320
- "eslint-plugin-node-dependencies": "^2.2.0",
321
- "eslint-plugin-package-json": "^0.91.1",
322
- "eslint-plugin-perfectionist": "^5.9.0",
323
- "eslint-plugin-prefer-arrow": "^1.2.3",
324
- "eslint-plugin-prettier": "^5.5.5",
325
- "eslint-plugin-promise": "^7.2.1",
326
- "eslint-plugin-redos": "^4.5.0",
327
- "eslint-plugin-regexp": "^3.1.0",
328
- "eslint-plugin-require-jsdoc": "^1.0.4",
329
- "eslint-plugin-sdl-2": "^1.0.7",
330
- "eslint-plugin-security": "^4.0.0",
331
- "eslint-plugin-sonarjs": "^4.0.3",
332
- "eslint-plugin-stylelint-2": "^1.0.14",
333
- "eslint-plugin-testing-library": "^7.16.2",
334
- "eslint-plugin-toml": "^1.3.1",
335
- "eslint-plugin-tsdoc": "^0.5.2",
336
- "eslint-plugin-tsdoc-require-2": "^1.0.9",
337
- "eslint-plugin-typedoc": "^1.1.4",
338
- "eslint-plugin-typefest": "^1.2.4",
339
- "eslint-plugin-undefined-css-classes": "^0.1.5",
340
- "eslint-plugin-unicorn": "^64.0.0",
341
- "eslint-plugin-unused-imports": "^4.4.1",
342
- "eslint-plugin-write-good-comments": "^0.2.0",
343
- "eslint-plugin-write-good-comments-2": "^1.0.6",
344
- "eslint-plugin-yml": "^3.3.1",
345
250
  "eslint-rule-benchmark": "^0.8.0",
346
251
  "fast-check": "^4.7.0",
347
- "git-cliff": "^2.12.0",
252
+ "git-cliff": "^2.13.1",
348
253
  "gitleaks-secret-scanner": "^2.1.1",
349
- "globals": "^17.5.0",
350
254
  "htmlhint": "^1.9.2",
351
255
  "jscpd": "^4.0.9",
352
- "jsonc-eslint-parser": "^3.1.0",
353
- "knip": "^6.6.0",
256
+ "knip": "^6.11.0",
354
257
  "leasot": "^14.4.0",
355
258
  "madge": "^8.0.0",
356
259
  "markdown-link-check": "^3.14.2",
357
- "npm-check-updates": "^21.0.3",
358
- "npm-package-json-lint": "^10.2.1",
260
+ "npm-check-updates": "^22.1.0",
261
+ "npm-package-json-lint": "^10.4.0",
359
262
  "picocolors": "^1.1.1",
360
- "postcss": "^8.5.10",
263
+ "postcss": "^8.5.13",
361
264
  "postcss-assets": "^6.0.0",
362
265
  "postcss-clamp": "^4.1.0",
363
266
  "postcss-combine-duplicated-selectors": "^10.0.3",
364
267
  "postcss-flexbugs-fixes": "^5.0.2",
365
- "postcss-html": "^1.8.1",
366
268
  "postcss-import": "^16.1.1",
367
269
  "postcss-inline-svg": "^6.0.0",
368
270
  "postcss-logical": "^9.0.0",
369
271
  "postcss-normalize": "^13.0.1",
370
272
  "postcss-reporter": "^7.1.0",
371
273
  "postcss-round-subpixels": "^2.0.0",
372
- "postcss-scss": "^4.0.9",
373
274
  "postcss-sort-media-queries": "^6.5.0",
374
- "postcss-styled-jsx": "^1.0.1",
375
- "postcss-styled-syntax": "^0.7.1",
376
275
  "postcss-viewport-height-correction": "^1.1.1",
377
276
  "prettier": "^3.8.3",
378
- "prettier-plugin-ini": "^1.3.0",
379
- "prettier-plugin-interpolated-html-tags": "^2.0.1",
380
- "prettier-plugin-jsdoc": "^1.8.0",
381
- "prettier-plugin-merge": "^0.10.1",
382
- "prettier-plugin-multiline-arrays": "^4.1.6",
383
- "prettier-plugin-packagejson": "^3.0.2",
384
- "prettier-plugin-properties": "^0.3.1",
385
- "prettier-plugin-sh": "^0.18.1",
386
- "prettier-plugin-sort-json": "^4.2.0",
387
- "prettier-plugin-sql": "^0.20.0",
388
- "prettier-plugin-toml": "^2.0.6",
277
+ "prettier-config-nick2bad4u": "^1.0.9",
389
278
  "publint": "^0.3.18",
390
- "recheck-jar": "^4.5.0",
391
279
  "rehype-katex": "^7.0.1",
392
280
  "remark": "^15.0.1",
393
281
  "remark-cli": "^12.0.1",
394
- "remark-directive": "^4.0.0",
395
- "remark-frontmatter": "^5.0.0",
396
- "remark-gfm": "^4.0.1",
397
- "remark-ignore": "^3.0.0",
398
- "remark-inline-links": "^7.0.0",
399
- "remark-lint": "^10.0.1",
400
- "remark-lint-blockquote-indentation": "^4.0.1",
401
- "remark-lint-check-toc": "^1.0.0",
402
- "remark-lint-checkbox-character-style": "^5.0.1",
403
- "remark-lint-checkbox-content-indent": "^5.0.1",
404
- "remark-lint-code-block-split-list": "^1.0.0",
405
- "remark-lint-code-block-style": "^4.0.1",
406
- "remark-lint-correct-media-syntax": "^1.0.1",
407
- "remark-lint-definition-case": "^4.0.1",
408
- "remark-lint-definition-sort": "^1.0.1",
409
- "remark-lint-definition-spacing": "^4.0.1",
410
- "remark-lint-directive-attribute-sort": "^1.0.1",
411
- "remark-lint-directive-collapsed-attribute": "^1.0.1",
412
- "remark-lint-directive-quote-style": "^1.0.1",
413
- "remark-lint-directive-shortcut-attribute": "^1.0.1",
414
- "remark-lint-directive-unique-attribute-name": "^1.0.1",
415
- "remark-lint-emphasis-marker": "^4.0.1",
416
- "remark-lint-fenced-code-flag": "^4.2.0",
417
- "remark-lint-fenced-code-flag-case": "^3.0.0",
418
- "remark-lint-fenced-code-marker": "^4.0.1",
419
- "remark-lint-file-extension": "^3.0.1",
420
- "remark-lint-final-definition": "^4.0.2",
421
- "remark-lint-final-newline": "^3.0.1",
422
- "remark-lint-first-heading-level": "^4.0.1",
423
- "remark-lint-frontmatter-schema": "^3.15.4",
424
- "remark-lint-hard-break-spaces": "^4.1.1",
425
- "remark-lint-heading-capitalization": "^1.3.0",
426
- "remark-lint-heading-increment": "^4.0.1",
427
- "remark-lint-heading-style": "^4.0.1",
428
- "remark-lint-heading-whitespace": "^1.0.0",
429
- "remark-lint-linebreak-style": "^4.0.1",
430
- "remark-lint-link-title-style": "^4.0.1",
431
- "remark-lint-list-item-bullet-indent": "^5.0.1",
432
- "remark-lint-list-item-content-indent": "^4.0.1",
433
- "remark-lint-list-item-indent": "^4.0.1",
434
- "remark-lint-list-item-spacing": "^5.0.1",
435
- "remark-lint-maximum-heading-length": "^4.1.1",
436
- "remark-lint-maximum-line-length": "^4.1.1",
437
- "remark-lint-mdx-jsx-attribute-sort": "^1.0.1",
438
- "remark-lint-mdx-jsx-no-void-children": "^1.0.1",
439
- "remark-lint-mdx-jsx-quote-style": "^1.0.1",
440
- "remark-lint-mdx-jsx-self-close": "^1.0.1",
441
- "remark-lint-mdx-jsx-shorthand-attribute": "^1.0.1",
442
- "remark-lint-mdx-jsx-unique-attribute-name": "^1.0.1",
443
- "remark-lint-media-style": "^1.0.1",
444
- "remark-lint-no-blockquote-without-marker": "^6.0.1",
445
- "remark-lint-no-consecutive-blank-lines": "^5.0.1",
446
- "remark-lint-no-dead-urls": "^2.0.1",
447
- "remark-lint-no-duplicate-defined-urls": "^3.0.1",
448
- "remark-lint-no-duplicate-definitions": "^4.0.1",
449
- "remark-lint-no-duplicate-headings": "^4.0.1",
450
- "remark-lint-no-duplicate-headings-in-section": "^4.0.1",
451
- "remark-lint-no-emphasis-as-heading": "^4.0.1",
452
- "remark-lint-no-empty-sections": "^4.0.0",
453
- "remark-lint-no-empty-url": "^4.0.1",
454
- "remark-lint-no-file-name-articles": "^3.0.1",
455
- "remark-lint-no-file-name-consecutive-dashes": "^3.0.1",
456
- "remark-lint-no-file-name-irregular-characters": "^3.0.1",
457
- "remark-lint-no-file-name-mixed-case": "^3.0.1",
458
- "remark-lint-no-file-name-outer-dashes": "^3.0.1",
459
- "remark-lint-no-heading-content-indent": "^5.0.1",
460
- "remark-lint-no-heading-indent": "^5.0.1",
461
- "remark-lint-no-heading-like-paragraph": "^4.0.1",
462
- "remark-lint-no-heading-punctuation": "^4.0.1",
463
- "remark-lint-no-hidden-table-cell": "^1.0.1",
464
- "remark-lint-no-html": "^4.0.1",
465
- "remark-lint-no-literal-urls": "^4.0.1",
466
- "remark-lint-no-missing-blank-lines": "^4.0.1",
467
- "remark-lint-no-multiple-toplevel-headings": "^4.0.1",
468
- "remark-lint-no-paragraph-content-indent": "^5.0.1",
469
- "remark-lint-no-reference-like-url": "^4.0.1",
470
- "remark-lint-no-shell-dollars": "^4.0.1",
471
- "remark-lint-no-shortcut-reference-image": "^4.0.1",
472
- "remark-lint-no-shortcut-reference-link": "^4.0.1",
473
- "remark-lint-no-table-indentation": "^5.0.1",
474
- "remark-lint-no-tabs": "^4.0.1",
475
- "remark-lint-no-undefined-references": "^5.0.2",
476
- "remark-lint-no-unneeded-full-reference-image": "^4.0.1",
477
- "remark-lint-no-unneeded-full-reference-link": "^4.0.1",
478
- "remark-lint-no-unused-definitions": "^4.0.2",
479
- "remark-lint-ordered-list-marker-style": "^4.0.1",
480
- "remark-lint-ordered-list-marker-value": "^4.0.1",
481
- "remark-lint-rule-style": "^4.0.1",
482
- "remark-lint-strikethrough-marker": "^3.0.1",
483
- "remark-lint-strong-marker": "^4.0.1",
484
- "remark-lint-table-cell-padding": "^5.1.1",
485
- "remark-lint-table-pipe-alignment": "^4.1.1",
486
- "remark-lint-table-pipes": "^5.0.1",
487
- "remark-lint-unordered-list-marker-style": "^4.0.1",
488
- "remark-lint-write-good": "^1.2.0",
489
- "remark-math": "^6.0.0",
490
- "remark-preset-lint-consistent": "^6.0.1",
491
- "remark-preset-lint-markdown-style-guide": "^6.0.1",
492
- "remark-preset-lint-recommended": "^7.0.1",
493
- "remark-preset-prettier": "^2.0.2",
494
- "remark-toc": "^9.0.0",
495
- "remark-validate-links": "^13.1.0",
496
- "remark-wiki-link": "^2.0.1",
282
+ "remark-config-nick2bad4u": "^1.0.1",
497
283
  "rimraf": "^6.1.3",
498
- "secretlint": "^12.2.0",
284
+ "secretlint": "^12.3.1",
285
+ "secretlint-config-nick2bad4u": "^1.0.3",
499
286
  "sloc": "^0.3.2",
500
287
  "sort-package-json": "^3.6.1",
501
- "stylelint": "^17.8.0",
502
- "stylelint-actions-formatters": "^16.3.1",
503
- "stylelint-checkstyle-formatter": "^0.1.2",
504
- "stylelint-codeframe-formatter": "^1.2.0",
505
- "stylelint-config-alphabetical-order": "^2.0.0",
506
- "stylelint-config-idiomatic-order": "^10.0.0",
507
- "stylelint-config-inspector": "^2.1.2",
508
- "stylelint-config-recess-order": "^7.7.0",
509
- "stylelint-config-recommended": "^18.0.0",
510
- "stylelint-config-sass-guidelines": "^13.0.0",
511
- "stylelint-config-standard": "^40.0.0",
512
- "stylelint-config-standard-scss": "^17.0.0",
513
- "stylelint-config-tailwindcss": "^1.0.1",
514
- "stylelint-declaration-block-no-ignored-properties": "^3.0.0",
515
- "stylelint-declaration-strict-value": "^1.11.1",
516
- "stylelint-define-config": "^17.8.0",
517
- "stylelint-find-new-rules": "^6.0.0",
518
- "stylelint-formatter-gitlab-code-quality-report": "^1.1.0",
519
- "stylelint-formatter-pretty": "^4.0.1",
520
- "stylelint-gamut": "^2.0.0",
521
- "stylelint-group-selectors": "^1.0.10",
522
- "stylelint-high-performance-animation": "^2.0.0",
523
- "stylelint-media-use-custom-media": "^4.1.0",
524
- "stylelint-no-browser-hacks": "^2.0.0",
525
- "stylelint-no-indistinguishable-colors": "^2.3.1",
526
- "stylelint-no-restricted-syntax": "^2.2.1",
527
- "stylelint-no-unresolved-module": "^2.5.2",
528
- "stylelint-no-unsupported-browser-features": "^8.1.1",
529
- "stylelint-order": "^8.1.1",
530
- "stylelint-plugin-defensive-css": "^2.9.1",
531
- "stylelint-plugin-logical-css": "^2.1.0",
532
- "stylelint-plugin-use-baseline": "^1.4.1",
533
- "stylelint-prettier": "^5.0.3",
534
- "stylelint-react-native": "^2.7.0",
535
- "stylelint-scales": "^5.0.0",
536
- "stylelint-selector-bem-pattern": "^4.0.1",
537
- "stylelint-use-nesting": "^6.0.2",
538
- "stylelint-value-no-unknown-custom-properties": "^6.1.1",
539
- "toml-eslint-parser": "^1.0.3",
288
+ "stylelint": "^17.10.0",
289
+ "stylelint-config-nick2bad4u": "^1.0.5",
540
290
  "ts-unused-exports": "^11.0.1",
541
291
  "typedoc": "^0.28.19",
542
292
  "typescript": "^6.0.3",
543
- "typescript-eslint": "^8.59.0",
293
+ "typescript-eslint": "^8.59.1",
544
294
  "typesync": "^0.14.3",
545
295
  "vfile": "^6.0.3",
546
- "vite": "^8.0.9",
296
+ "vite": "^8.0.10",
547
297
  "vite-tsconfig-paths": "^6.1.1",
548
298
  "vitest": "^4.1.5",
549
- "yaml-eslint-parser": "^2.0.0",
550
299
  "yamllint-js": "^0.2.4"
551
300
  },
552
301
  "peerDependencies": {
553
302
  "@typescript-eslint/parser": "^8.0.0 || ^9.0.0",
554
- "eslint": "^9.0.0 || ^10.2.1",
303
+ "eslint": "^9.0.0 || ^10.3.0",
555
304
  "typescript": ">=5.4.0"
556
305
  },
557
- "packageManager": "npm@11.12.1",
306
+ "packageManager": "npm@11.13.0",
558
307
  "engines": {
559
308
  "node": ">=20.19.0"
560
309
  },