|
2536 | 2536 | natural-compare "^1.4.0"
|
2537 | 2537 | ts-api-utils "^2.1.0"
|
2538 | 2538 |
|
2539 |
| -"@typescript-eslint/parser@^8.35.1": |
2540 |
| - version "8.35.1" |
2541 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.35.1.tgz#787312e80f0f337d85f4c2a569411c469e852d44" |
2542 |
| - integrity sha512-3MyiDfrfLeK06bi/g9DqJxP5pV74LNv4rFTyvGDmT3x2p1yp1lOd+qYZfiRPIOf/oON+WRZR5wxxuF85qOar+w== |
| 2539 | +"@typescript-eslint/parser@^8.37.0": |
| 2540 | + version "8.37.0" |
| 2541 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.37.0.tgz#b87f6b61e25ad5cc5bbf8baf809b8da889c89804" |
| 2542 | + integrity sha512-kVIaQE9vrN9RLCQMQ3iyRlVJpTiDUY6woHGb30JDkfJErqrQEmtdWH3gV0PBAfGZgQXoqzXOO0T3K6ioApbbAA== |
2543 | 2543 | dependencies:
|
2544 |
| - "@typescript-eslint/scope-manager" "8.35.1" |
2545 |
| - "@typescript-eslint/types" "8.35.1" |
2546 |
| - "@typescript-eslint/typescript-estree" "8.35.1" |
2547 |
| - "@typescript-eslint/visitor-keys" "8.35.1" |
| 2544 | + "@typescript-eslint/scope-manager" "8.37.0" |
| 2545 | + "@typescript-eslint/types" "8.37.0" |
| 2546 | + "@typescript-eslint/typescript-estree" "8.37.0" |
| 2547 | + "@typescript-eslint/visitor-keys" "8.37.0" |
2548 | 2548 | debug "^4.3.4"
|
2549 | 2549 |
|
2550 | 2550 | "@typescript-eslint/[email protected]":
|
|
2556 | 2556 | "@typescript-eslint/types" "^8.35.1"
|
2557 | 2557 | debug "^4.3.4"
|
2558 | 2558 |
|
| 2559 | +"@typescript-eslint/[email protected]": |
| 2560 | + version "8.37.0" |
| 2561 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.37.0.tgz#0594352e32a4ac9258591b88af77b5653800cdfe" |
| 2562 | + integrity sha512-BIUXYsbkl5A1aJDdYJCBAo8rCEbAvdquQ8AnLb6z5Lp1u3x5PNgSSx9A/zqYc++Xnr/0DVpls8iQ2cJs/izTXA== |
| 2563 | + dependencies: |
| 2564 | + "@typescript-eslint/tsconfig-utils" "^8.37.0" |
| 2565 | + "@typescript-eslint/types" "^8.37.0" |
| 2566 | + debug "^4.3.4" |
| 2567 | + |
2559 | 2568 | "@typescript-eslint/[email protected]":
|
2560 | 2569 | version "7.18.0"
|
2561 | 2570 | resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.18.0.tgz#c928e7a9fc2c0b3ed92ab3112c614d6bd9951c83"
|
|
2571 | 2580 | "@typescript-eslint/types" "8.35.1"
|
2572 | 2581 | "@typescript-eslint/visitor-keys" "8.35.1"
|
2573 | 2582 |
|
| 2583 | +"@typescript-eslint/[email protected]": |
| 2584 | + version "8.37.0" |
| 2585 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.37.0.tgz#a31a3c80ca2ef4ed58de13742debb692e7d4c0a4" |
| 2586 | + integrity sha512-0vGq0yiU1gbjKob2q691ybTg9JX6ShiVXAAfm2jGf3q0hdP6/BruaFjL/ManAR/lj05AvYCH+5bbVo0VtzmjOA== |
| 2587 | + dependencies: |
| 2588 | + "@typescript-eslint/types" "8.37.0" |
| 2589 | + "@typescript-eslint/visitor-keys" "8.37.0" |
| 2590 | + |
2574 | 2591 | "@typescript-eslint/[email protected]":
|
2575 | 2592 | version "8.35.1"
|
2576 | 2593 | resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.35.1.tgz#c2db8714c181cc0700216c1a2e3cf55719c58006"
|
2577 | 2594 | integrity sha512-K5/U9VmT9dTHoNowWZpz+/TObS3xqC5h0xAIjXPw+MNcKV9qg6eSatEnmeAwkjHijhACH0/N7bkhKvbt1+DXWQ==
|
2578 | 2595 |
|
| 2596 | +"@typescript-eslint/[email protected]", "@typescript-eslint/tsconfig-utils@^8.37.0": |
| 2597 | + version "8.37.0" |
| 2598 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.37.0.tgz#47a2760d265c6125f8e7864bc5c8537cad2bd053" |
| 2599 | + integrity sha512-1/YHvAVTimMM9mmlPvTec9NP4bobA1RkDbMydxG8omqwJJLEW/Iy2C4adsAESIXU3WGLXFHSZUU+C9EoFWl4Zg== |
| 2600 | + |
2579 | 2601 | "@typescript-eslint/tsconfig-utils@^8.35.1":
|
2580 | 2602 | version "8.36.0"
|
2581 | 2603 | resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.36.0.tgz#63ef8a20ae9b5754c6ceacbe87b2fe1aab12ba13"
|
|
2600 | 2622 | resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.35.1.tgz#4344dcf934495bbf25a9f83a06dd9fe2acf15780"
|
2601 | 2623 | integrity sha512-q/O04vVnKHfrrhNAscndAn1tuQhIkwqnaW+eu5waD5IPts2eX1dgJxgqcPx5BX109/qAz7IG6VrEPTOYKCNfRQ==
|
2602 | 2624 |
|
2603 |
| -"@typescript-eslint/types@^8.34.1": |
| 2625 | +"@typescript-eslint/types@8.37.0", "@typescript-eslint/types@^8.34.1", "@typescript-eslint/types@^8.35.1", "@typescript-eslint/types@^8.37.0": |
2604 | 2626 | version "8.37.0"
|
2605 | 2627 | resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.37.0.tgz#09517aa9625eb3c68941dde3ac8835740587b6ff"
|
2606 | 2628 | integrity sha512-ax0nv7PUF9NOVPs+lmQ7yIE7IQmAf8LGcXbMvHX5Gm+YJUYNAl340XkGnrimxZ0elXyoQJuN5sbg6C4evKA4SQ==
|
2607 | 2629 |
|
2608 |
| -"@typescript-eslint/types@^8.35.1": |
2609 |
| - version "8.36.0" |
2610 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.36.0.tgz#d3d184adc2899e2912c13b17c1590486ef37c7ac" |
2611 |
| - integrity sha512-xGms6l5cTJKQPZOKM75Dl9yBfNdGeLRsIyufewnxT4vZTrjC0ImQT4fj8QmtJK84F58uSh5HVBSANwcfiXxABQ== |
2612 |
| - |
2613 | 2630 | "@typescript-eslint/[email protected]":
|
2614 | 2631 | version "7.18.0"
|
2615 | 2632 | resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.18.0.tgz#b5868d486c51ce8f312309ba79bdb9f331b37931"
|
|
2639 | 2656 | semver "^7.6.0"
|
2640 | 2657 | ts-api-utils "^2.1.0"
|
2641 | 2658 |
|
| 2659 | +"@typescript-eslint/[email protected]": |
| 2660 | + version "8.37.0" |
| 2661 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.37.0.tgz#a07e4574d8e6e4355a558f61323730c987f5fcbc" |
| 2662 | + integrity sha512-zuWDMDuzMRbQOM+bHyU4/slw27bAUEcKSKKs3hcv2aNnc/tvE/h7w60dwVw8vnal2Pub6RT1T7BI8tFZ1fE+yg== |
| 2663 | + dependencies: |
| 2664 | + "@typescript-eslint/project-service" "8.37.0" |
| 2665 | + "@typescript-eslint/tsconfig-utils" "8.37.0" |
| 2666 | + "@typescript-eslint/types" "8.37.0" |
| 2667 | + "@typescript-eslint/visitor-keys" "8.37.0" |
| 2668 | + debug "^4.3.4" |
| 2669 | + fast-glob "^3.3.2" |
| 2670 | + is-glob "^4.0.3" |
| 2671 | + minimatch "^9.0.4" |
| 2672 | + semver "^7.6.0" |
| 2673 | + ts-api-utils "^2.1.0" |
| 2674 | + |
2642 | 2675 | "@typescript-eslint/[email protected]", "@typescript-eslint/utils@^8.32.1":
|
2643 | 2676 | version "8.35.1"
|
2644 | 2677 | resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.35.1.tgz#a9a0ceeb81c9d132f3f75537ad2ca7f6ca266523"
|
|
2673 | 2706 | "@typescript-eslint/types" "8.35.1"
|
2674 | 2707 | eslint-visitor-keys "^4.2.1"
|
2675 | 2708 |
|
| 2709 | +"@typescript-eslint/[email protected]": |
| 2710 | + version "8.37.0" |
| 2711 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.37.0.tgz#cdb6a6bd3e8d6dd69bd70c1bdda36e2d18737455" |
| 2712 | + integrity sha512-YzfhzcTnZVPiLfP/oeKtDp2evwvHLMe0LOy7oe+hb9KKIumLNohYS9Hgp1ifwpu42YWxhZE8yieggz6JpqO/1w== |
| 2713 | + dependencies: |
| 2714 | + "@typescript-eslint/types" "8.37.0" |
| 2715 | + eslint-visitor-keys "^4.2.1" |
| 2716 | + |
2676 | 2717 | "@ungap/structured-clone@^1.3.0":
|
2677 | 2718 | version "1.3.0"
|
2678 | 2719 | resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.3.0.tgz#d06bbb384ebcf6c505fde1c3d0ed4ddffe0aaff8"
|
|
0 commit comments