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