|
14 | 14 | "shared" |
15 | 15 | ], |
16 | 16 | "devDependencies": { |
17 | | - "@eslint/js": "^9.21.0", |
| 17 | + "@eslint/js": "^9.22.0", |
18 | 18 | "@types/eslint__js": "^9.14.0", |
19 | 19 | "@types/node": "^22.13.5", |
20 | 20 | "@vscode/vsce": "^3.2.2", |
21 | | - "eslint": "^9.21.0", |
| 21 | + "eslint": "^9.22.0", |
22 | 22 | "eslint-plugin-jest": "^28.11.0", |
23 | 23 | "globals": "^16.0.0", |
24 | 24 | "json-loader": "^0.5.7", |
25 | 25 | "jsonc": "^2.0.0", |
26 | 26 | "ts-loader": "^9.5.2", |
27 | 27 | "ts-node": "^10.9.2", |
28 | 28 | "typescript": "^5.7.3", |
29 | | - "typescript-eslint": "^8.25.0", |
| 29 | + "typescript-eslint": "^8.26.0", |
30 | 30 | "webpack": "^5.98.0", |
31 | 31 | "webpack-cli": "^6.0.1" |
32 | 32 | }, |
|
917 | 917 | "node": "^18.18.0 || ^20.9.0 || >=21.1.0" |
918 | 918 | } |
919 | 919 | }, |
| 920 | + "node_modules/@eslint/config-helpers": { |
| 921 | + "version": "0.1.0", |
| 922 | + "resolved": "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.1.0.tgz", |
| 923 | + "integrity": "sha512-kLrdPDJE1ckPo94kmPPf9Hfd0DU0Jw6oKYrhe+pwSC0iTUInmTa+w6fw8sGgcfkFJGNdWOUeOaDM4quW4a7OkA==", |
| 924 | + "dev": true, |
| 925 | + "license": "Apache-2.0", |
| 926 | + "engines": { |
| 927 | + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" |
| 928 | + } |
| 929 | + }, |
920 | 930 | "node_modules/@eslint/core": { |
921 | 931 | "version": "0.12.0", |
922 | 932 | "resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.12.0.tgz", |
|
968 | 978 | } |
969 | 979 | }, |
970 | 980 | "node_modules/@eslint/js": { |
971 | | - "version": "9.21.0", |
972 | | - "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.21.0.tgz", |
973 | | - "integrity": "sha512-BqStZ3HX8Yz6LvsF5ByXYrtigrV5AXADWLAGc7PH/1SxOb7/FIYYMszZZWiUou/GB9P2lXWk2SV4d+Z8h0nknw==", |
| 981 | + "version": "9.22.0", |
| 982 | + "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.22.0.tgz", |
| 983 | + "integrity": "sha512-vLFajx9o8d1/oL2ZkpMYbkLv8nDB6yaIwFNt7nI4+I80U/z03SxmfOMsLbvWr3p7C+Wnoh//aOu2pQW8cS0HCQ==", |
974 | 984 | "dev": true, |
975 | 985 | "license": "MIT", |
976 | 986 | "engines": { |
|
2340 | 2350 | "license": "MIT" |
2341 | 2351 | }, |
2342 | 2352 | "node_modules/@typescript-eslint/eslint-plugin": { |
2343 | | - "version": "8.25.0", |
2344 | | - "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.25.0.tgz", |
2345 | | - "integrity": "sha512-VM7bpzAe7JO/BFf40pIT1lJqS/z1F8OaSsUB3rpFJucQA4cOSuH2RVVVkFULN+En0Djgr29/jb4EQnedUo95KA==", |
| 2353 | + "version": "8.26.0", |
| 2354 | + "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.26.0.tgz", |
| 2355 | + "integrity": "sha512-cLr1J6pe56zjKYajK6SSSre6nl1Gj6xDp1TY0trpgPzjVbgDwd09v2Ws37LABxzkicmUjhEeg/fAUjPJJB1v5Q==", |
2346 | 2356 | "dev": true, |
2347 | 2357 | "license": "MIT", |
2348 | 2358 | "dependencies": { |
2349 | 2359 | "@eslint-community/regexpp": "^4.10.0", |
2350 | | - "@typescript-eslint/scope-manager": "8.25.0", |
2351 | | - "@typescript-eslint/type-utils": "8.25.0", |
2352 | | - "@typescript-eslint/utils": "8.25.0", |
2353 | | - "@typescript-eslint/visitor-keys": "8.25.0", |
| 2360 | + "@typescript-eslint/scope-manager": "8.26.0", |
| 2361 | + "@typescript-eslint/type-utils": "8.26.0", |
| 2362 | + "@typescript-eslint/utils": "8.26.0", |
| 2363 | + "@typescript-eslint/visitor-keys": "8.26.0", |
2354 | 2364 | "graphemer": "^1.4.0", |
2355 | 2365 | "ignore": "^5.3.1", |
2356 | 2366 | "natural-compare": "^1.4.0", |
|
2366 | 2376 | "peerDependencies": { |
2367 | 2377 | "@typescript-eslint/parser": "^8.0.0 || ^8.0.0-alpha.0", |
2368 | 2378 | "eslint": "^8.57.0 || ^9.0.0", |
2369 | | - "typescript": ">=4.8.4 <5.8.0" |
| 2379 | + "typescript": ">=4.8.4 <5.9.0" |
2370 | 2380 | } |
2371 | 2381 | }, |
2372 | 2382 | "node_modules/@typescript-eslint/parser": { |
2373 | | - "version": "8.25.0", |
2374 | | - "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.25.0.tgz", |
2375 | | - "integrity": "sha512-4gbs64bnbSzu4FpgMiQ1A+D+urxkoJk/kqlDJ2W//5SygaEiAP2B4GoS7TEdxgwol2el03gckFV9lJ4QOMiiHg==", |
| 2383 | + "version": "8.26.0", |
| 2384 | + "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.26.0.tgz", |
| 2385 | + "integrity": "sha512-mNtXP9LTVBy14ZF3o7JG69gRPBK/2QWtQd0j0oH26HcY/foyJJau6pNUez7QrM5UHnSvwlQcJXKsk0I99B9pOA==", |
2376 | 2386 | "dev": true, |
2377 | 2387 | "license": "MIT", |
2378 | 2388 | "dependencies": { |
2379 | | - "@typescript-eslint/scope-manager": "8.25.0", |
2380 | | - "@typescript-eslint/types": "8.25.0", |
2381 | | - "@typescript-eslint/typescript-estree": "8.25.0", |
2382 | | - "@typescript-eslint/visitor-keys": "8.25.0", |
| 2389 | + "@typescript-eslint/scope-manager": "8.26.0", |
| 2390 | + "@typescript-eslint/types": "8.26.0", |
| 2391 | + "@typescript-eslint/typescript-estree": "8.26.0", |
| 2392 | + "@typescript-eslint/visitor-keys": "8.26.0", |
2383 | 2393 | "debug": "^4.3.4" |
2384 | 2394 | }, |
2385 | 2395 | "engines": { |
|
2391 | 2401 | }, |
2392 | 2402 | "peerDependencies": { |
2393 | 2403 | "eslint": "^8.57.0 || ^9.0.0", |
2394 | | - "typescript": ">=4.8.4 <5.8.0" |
| 2404 | + "typescript": ">=4.8.4 <5.9.0" |
2395 | 2405 | } |
2396 | 2406 | }, |
2397 | 2407 | "node_modules/@typescript-eslint/scope-manager": { |
2398 | | - "version": "8.25.0", |
2399 | | - "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.25.0.tgz", |
2400 | | - "integrity": "sha512-6PPeiKIGbgStEyt4NNXa2ru5pMzQ8OYKO1hX1z53HMomrmiSB+R5FmChgQAP1ro8jMtNawz+TRQo/cSXrauTpg==", |
| 2408 | + "version": "8.26.0", |
| 2409 | + "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.26.0.tgz", |
| 2410 | + "integrity": "sha512-E0ntLvsfPqnPwng8b8y4OGuzh/iIOm2z8U3S9zic2TeMLW61u5IH2Q1wu0oSTkfrSzwbDJIB/Lm8O3//8BWMPA==", |
2401 | 2411 | "dev": true, |
2402 | 2412 | "license": "MIT", |
2403 | 2413 | "dependencies": { |
2404 | | - "@typescript-eslint/types": "8.25.0", |
2405 | | - "@typescript-eslint/visitor-keys": "8.25.0" |
| 2414 | + "@typescript-eslint/types": "8.26.0", |
| 2415 | + "@typescript-eslint/visitor-keys": "8.26.0" |
2406 | 2416 | }, |
2407 | 2417 | "engines": { |
2408 | 2418 | "node": "^18.18.0 || ^20.9.0 || >=21.1.0" |
|
2413 | 2423 | } |
2414 | 2424 | }, |
2415 | 2425 | "node_modules/@typescript-eslint/type-utils": { |
2416 | | - "version": "8.25.0", |
2417 | | - "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.25.0.tgz", |
2418 | | - "integrity": "sha512-d77dHgHWnxmXOPJuDWO4FDWADmGQkN5+tt6SFRZz/RtCWl4pHgFl3+WdYCn16+3teG09DY6XtEpf3gGD0a186g==", |
| 2426 | + "version": "8.26.0", |
| 2427 | + "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.26.0.tgz", |
| 2428 | + "integrity": "sha512-ruk0RNChLKz3zKGn2LwXuVoeBcUMh+jaqzN461uMMdxy5H9epZqIBtYj7UiPXRuOpaALXGbmRuZQhmwHhaS04Q==", |
2419 | 2429 | "dev": true, |
2420 | 2430 | "license": "MIT", |
2421 | 2431 | "dependencies": { |
2422 | | - "@typescript-eslint/typescript-estree": "8.25.0", |
2423 | | - "@typescript-eslint/utils": "8.25.0", |
| 2432 | + "@typescript-eslint/typescript-estree": "8.26.0", |
| 2433 | + "@typescript-eslint/utils": "8.26.0", |
2424 | 2434 | "debug": "^4.3.4", |
2425 | 2435 | "ts-api-utils": "^2.0.1" |
2426 | 2436 | }, |
|
2433 | 2443 | }, |
2434 | 2444 | "peerDependencies": { |
2435 | 2445 | "eslint": "^8.57.0 || ^9.0.0", |
2436 | | - "typescript": ">=4.8.4 <5.8.0" |
| 2446 | + "typescript": ">=4.8.4 <5.9.0" |
2437 | 2447 | } |
2438 | 2448 | }, |
2439 | 2449 | "node_modules/@typescript-eslint/types": { |
2440 | | - "version": "8.25.0", |
2441 | | - "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.25.0.tgz", |
2442 | | - "integrity": "sha512-+vUe0Zb4tkNgznQwicsvLUJgZIRs6ITeWSCclX1q85pR1iOiaj+4uZJIUp//Z27QWu5Cseiw3O3AR8hVpax7Aw==", |
| 2450 | + "version": "8.26.0", |
| 2451 | + "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.26.0.tgz", |
| 2452 | + "integrity": "sha512-89B1eP3tnpr9A8L6PZlSjBvnJhWXtYfZhECqlBl1D9Lme9mHO6iWlsprBtVenQvY1HMhax1mWOjhtL3fh/u+pA==", |
2443 | 2453 | "dev": true, |
2444 | 2454 | "license": "MIT", |
2445 | 2455 | "engines": { |
|
2451 | 2461 | } |
2452 | 2462 | }, |
2453 | 2463 | "node_modules/@typescript-eslint/typescript-estree": { |
2454 | | - "version": "8.25.0", |
2455 | | - "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.25.0.tgz", |
2456 | | - "integrity": "sha512-ZPaiAKEZ6Blt/TPAx5Ot0EIB/yGtLI2EsGoY6F7XKklfMxYQyvtL+gT/UCqkMzO0BVFHLDlzvFqQzurYahxv9Q==", |
| 2464 | + "version": "8.26.0", |
| 2465 | + "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.26.0.tgz", |
| 2466 | + "integrity": "sha512-tiJ1Hvy/V/oMVRTbEOIeemA2XoylimlDQ03CgPPNaHYZbpsc78Hmngnt+WXZfJX1pjQ711V7g0H7cSJThGYfPQ==", |
2457 | 2467 | "dev": true, |
2458 | 2468 | "license": "MIT", |
2459 | 2469 | "dependencies": { |
2460 | | - "@typescript-eslint/types": "8.25.0", |
2461 | | - "@typescript-eslint/visitor-keys": "8.25.0", |
| 2470 | + "@typescript-eslint/types": "8.26.0", |
| 2471 | + "@typescript-eslint/visitor-keys": "8.26.0", |
2462 | 2472 | "debug": "^4.3.4", |
2463 | 2473 | "fast-glob": "^3.3.2", |
2464 | 2474 | "is-glob": "^4.0.3", |
|
2474 | 2484 | "url": "https://opencollective.com/typescript-eslint" |
2475 | 2485 | }, |
2476 | 2486 | "peerDependencies": { |
2477 | | - "typescript": ">=4.8.4 <5.8.0" |
| 2487 | + "typescript": ">=4.8.4 <5.9.0" |
2478 | 2488 | } |
2479 | 2489 | }, |
2480 | 2490 | "node_modules/@typescript-eslint/typescript-estree/node_modules/brace-expansion": { |
|
2504 | 2514 | } |
2505 | 2515 | }, |
2506 | 2516 | "node_modules/@typescript-eslint/utils": { |
2507 | | - "version": "8.25.0", |
2508 | | - "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.25.0.tgz", |
2509 | | - "integrity": "sha512-syqRbrEv0J1wywiLsK60XzHnQe/kRViI3zwFALrNEgnntn1l24Ra2KvOAWwWbWZ1lBZxZljPDGOq967dsl6fkA==", |
| 2517 | + "version": "8.26.0", |
| 2518 | + "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.26.0.tgz", |
| 2519 | + "integrity": "sha512-2L2tU3FVwhvU14LndnQCA2frYC8JnPDVKyQtWFPf8IYFMt/ykEN1bPolNhNbCVgOmdzTlWdusCTKA/9nKrf8Ig==", |
2510 | 2520 | "dev": true, |
2511 | 2521 | "license": "MIT", |
2512 | 2522 | "dependencies": { |
2513 | 2523 | "@eslint-community/eslint-utils": "^4.4.0", |
2514 | | - "@typescript-eslint/scope-manager": "8.25.0", |
2515 | | - "@typescript-eslint/types": "8.25.0", |
2516 | | - "@typescript-eslint/typescript-estree": "8.25.0" |
| 2524 | + "@typescript-eslint/scope-manager": "8.26.0", |
| 2525 | + "@typescript-eslint/types": "8.26.0", |
| 2526 | + "@typescript-eslint/typescript-estree": "8.26.0" |
2517 | 2527 | }, |
2518 | 2528 | "engines": { |
2519 | 2529 | "node": "^18.18.0 || ^20.9.0 || >=21.1.0" |
|
2524 | 2534 | }, |
2525 | 2535 | "peerDependencies": { |
2526 | 2536 | "eslint": "^8.57.0 || ^9.0.0", |
2527 | | - "typescript": ">=4.8.4 <5.8.0" |
| 2537 | + "typescript": ">=4.8.4 <5.9.0" |
2528 | 2538 | } |
2529 | 2539 | }, |
2530 | 2540 | "node_modules/@typescript-eslint/visitor-keys": { |
2531 | | - "version": "8.25.0", |
2532 | | - "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.25.0.tgz", |
2533 | | - "integrity": "sha512-kCYXKAum9CecGVHGij7muybDfTS2sD3t0L4bJsEZLkyrXUImiCTq1M3LG2SRtOhiHFwMR9wAFplpT6XHYjTkwQ==", |
| 2541 | + "version": "8.26.0", |
| 2542 | + "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.26.0.tgz", |
| 2543 | + "integrity": "sha512-2z8JQJWAzPdDd51dRQ/oqIJxe99/hoLIqmf8RMCAJQtYDc535W/Jt2+RTP4bP0aKeBG1F65yjIZuczOXCmbWwg==", |
2534 | 2544 | "dev": true, |
2535 | 2545 | "license": "MIT", |
2536 | 2546 | "dependencies": { |
2537 | | - "@typescript-eslint/types": "8.25.0", |
| 2547 | + "@typescript-eslint/types": "8.26.0", |
2538 | 2548 | "eslint-visitor-keys": "^4.2.0" |
2539 | 2549 | }, |
2540 | 2550 | "engines": { |
|
4685 | 4695 | } |
4686 | 4696 | }, |
4687 | 4697 | "node_modules/eslint": { |
4688 | | - "version": "9.21.0", |
4689 | | - "resolved": "https://registry.npmjs.org/eslint/-/eslint-9.21.0.tgz", |
4690 | | - "integrity": "sha512-KjeihdFqTPhOMXTt7StsDxriV4n66ueuF/jfPNC3j/lduHwr/ijDwJMsF+wyMJethgiKi5wniIE243vi07d3pg==", |
| 4698 | + "version": "9.22.0", |
| 4699 | + "resolved": "https://registry.npmjs.org/eslint/-/eslint-9.22.0.tgz", |
| 4700 | + "integrity": "sha512-9V/QURhsRN40xuHXWjV64yvrzMjcz7ZyNoF2jJFmy9j/SLk0u1OLSZgXi28MrXjymnjEGSR80WCdab3RGMDveQ==", |
4691 | 4701 | "dev": true, |
4692 | 4702 | "license": "MIT", |
4693 | 4703 | "dependencies": { |
4694 | 4704 | "@eslint-community/eslint-utils": "^4.2.0", |
4695 | 4705 | "@eslint-community/regexpp": "^4.12.1", |
4696 | 4706 | "@eslint/config-array": "^0.19.2", |
| 4707 | + "@eslint/config-helpers": "^0.1.0", |
4697 | 4708 | "@eslint/core": "^0.12.0", |
4698 | 4709 | "@eslint/eslintrc": "^3.3.0", |
4699 | | - "@eslint/js": "9.21.0", |
| 4710 | + "@eslint/js": "9.22.0", |
4700 | 4711 | "@eslint/plugin-kit": "^0.2.7", |
4701 | 4712 | "@humanfs/node": "^0.16.6", |
4702 | 4713 | "@humanwhocodes/module-importer": "^1.0.1", |
|
4708 | 4719 | "cross-spawn": "^7.0.6", |
4709 | 4720 | "debug": "^4.3.2", |
4710 | 4721 | "escape-string-regexp": "^4.0.0", |
4711 | | - "eslint-scope": "^8.2.0", |
| 4722 | + "eslint-scope": "^8.3.0", |
4712 | 4723 | "eslint-visitor-keys": "^4.2.0", |
4713 | 4724 | "espree": "^10.3.0", |
4714 | 4725 | "esquery": "^1.5.0", |
|
4771 | 4782 | } |
4772 | 4783 | }, |
4773 | 4784 | "node_modules/eslint-scope": { |
4774 | | - "version": "8.2.0", |
4775 | | - "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-8.2.0.tgz", |
4776 | | - "integrity": "sha512-PHlWUfG6lvPc3yvP5A4PNyBL1W8fkDUccmI21JUu/+GKZBoH/W5u6usENXUrWFRsyoW5ACUjFGgAFQp5gUlb/A==", |
| 4785 | + "version": "8.3.0", |
| 4786 | + "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-8.3.0.tgz", |
| 4787 | + "integrity": "sha512-pUNxi75F8MJ/GdeKtVLSbYg4ZI34J6C0C7sbL4YOp2exGwen7ZsuBqKzUhXd0qMQ362yET3z+uPwKeg/0C2XCQ==", |
4777 | 4788 | "dev": true, |
4778 | 4789 | "license": "BSD-2-Clause", |
4779 | 4790 | "dependencies": { |
@@ -10500,15 +10511,15 @@ |
10500 | 10511 | } |
10501 | 10512 | }, |
10502 | 10513 | "node_modules/typescript-eslint": { |
10503 | | - "version": "8.25.0", |
10504 | | - "resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.25.0.tgz", |
10505 | | - "integrity": "sha512-TxRdQQLH4g7JkoFlYG3caW5v1S6kEkz8rqt80iQJZUYPq1zD1Ra7HfQBJJ88ABRaMvHAXnwRvRB4V+6sQ9xN5Q==", |
| 10514 | + "version": "8.26.0", |
| 10515 | + "resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.26.0.tgz", |
| 10516 | + "integrity": "sha512-PtVz9nAnuNJuAVeUFvwztjuUgSnJInODAUx47VDwWPXzd5vismPOtPtt83tzNXyOjVQbPRp786D6WFW/M2koIA==", |
10506 | 10517 | "dev": true, |
10507 | 10518 | "license": "MIT", |
10508 | 10519 | "dependencies": { |
10509 | | - "@typescript-eslint/eslint-plugin": "8.25.0", |
10510 | | - "@typescript-eslint/parser": "8.25.0", |
10511 | | - "@typescript-eslint/utils": "8.25.0" |
| 10520 | + "@typescript-eslint/eslint-plugin": "8.26.0", |
| 10521 | + "@typescript-eslint/parser": "8.26.0", |
| 10522 | + "@typescript-eslint/utils": "8.26.0" |
10512 | 10523 | }, |
10513 | 10524 | "engines": { |
10514 | 10525 | "node": "^18.18.0 || ^20.9.0 || >=21.1.0" |
|
10519 | 10530 | }, |
10520 | 10531 | "peerDependencies": { |
10521 | 10532 | "eslint": "^8.57.0 || ^9.0.0", |
10522 | | - "typescript": ">=4.8.4 <5.8.0" |
| 10533 | + "typescript": ">=4.8.4 <5.9.0" |
10523 | 10534 | } |
10524 | 10535 | }, |
10525 | 10536 | "node_modules/uc.micro": { |
|
0 commit comments