Skip to content

Commit c304353

Browse files
chore(deps): update typescript to v7
1 parent 736985d commit c304353

2 files changed

Lines changed: 60 additions & 52 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -460,8 +460,8 @@
460460
"@types/ssh2": "^1.11.13",
461461
"@types/vscode": "^1.74.0",
462462
"@types/vscode-webview": "^1.57.2",
463-
"@typescript-eslint/eslint-plugin": "^6.9.1",
464-
"@typescript-eslint/parser": "^6.9.1",
463+
"@typescript-eslint/eslint-plugin": "^7.5.0",
464+
"@typescript-eslint/parser": "^7.5.0",
465465
"@vscode/codicons": "^0.0.33",
466466
"@vscode/vsce": "^2.21.0",
467467
"@vscode/webview-ui-toolkit": "^1.2.2",

yarn.lock

Lines changed: 58 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -600,89 +600,90 @@
600600
dependencies:
601601
"@types/node" "*"
602602

603-
"@typescript-eslint/eslint-plugin@^6.9.1":
604-
version "6.9.1"
605-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.9.1.tgz#d8ce497dc0ed42066e195c8ecc40d45c7b1254f4"
606-
integrity sha512-w0tiiRc9I4S5XSXXrMHOWgHgxbrBn1Ro+PmiYhSg2ZVdxrAJtQgzU5o2m1BfP6UOn7Vxcc6152vFjQfmZR4xEg==
603+
"@typescript-eslint/eslint-plugin@^7.5.0":
604+
version "7.5.0"
605+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.5.0.tgz#1dc52fe48454d5b54be2d5f089680452f1628a5a"
606+
integrity sha512-HpqNTH8Du34nLxbKgVMGljZMG0rJd2O9ecvr2QLYp+7512ty1j42KnsFwspPXg1Vh8an9YImf6CokUBltisZFQ==
607607
dependencies:
608608
"@eslint-community/regexpp" "^4.5.1"
609-
"@typescript-eslint/scope-manager" "6.9.1"
610-
"@typescript-eslint/type-utils" "6.9.1"
611-
"@typescript-eslint/utils" "6.9.1"
612-
"@typescript-eslint/visitor-keys" "6.9.1"
609+
"@typescript-eslint/scope-manager" "7.5.0"
610+
"@typescript-eslint/type-utils" "7.5.0"
611+
"@typescript-eslint/utils" "7.5.0"
612+
"@typescript-eslint/visitor-keys" "7.5.0"
613613
debug "^4.3.4"
614614
graphemer "^1.4.0"
615615
ignore "^5.2.4"
616616
natural-compare "^1.4.0"
617617
semver "^7.5.4"
618618
ts-api-utils "^1.0.1"
619619

620-
"@typescript-eslint/parser@^6.9.1":
621-
version "6.9.1"
622-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.9.1.tgz#4f685f672f8b9580beb38d5fb99d52fc3e34f7a3"
623-
integrity sha512-C7AK2wn43GSaCUZ9do6Ksgi2g3mwFkMO3Cis96kzmgudoVaKyt62yNzJOktP0HDLb/iO2O0n2lBOzJgr6Q/cyg==
620+
"@typescript-eslint/parser@^7.5.0":
621+
version "7.5.0"
622+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-7.5.0.tgz#1eeff36309ac2253c905dd4a88b4b71b72a358ed"
623+
integrity sha512-cj+XGhNujfD2/wzR1tabNsidnYRaFfEkcULdcIyVBYcXjBvBKOes+mpMBP7hMpOyk+gBcfXsrg4NBGAStQyxjQ==
624624
dependencies:
625-
"@typescript-eslint/scope-manager" "6.9.1"
626-
"@typescript-eslint/types" "6.9.1"
627-
"@typescript-eslint/typescript-estree" "6.9.1"
628-
"@typescript-eslint/visitor-keys" "6.9.1"
625+
"@typescript-eslint/scope-manager" "7.5.0"
626+
"@typescript-eslint/types" "7.5.0"
627+
"@typescript-eslint/typescript-estree" "7.5.0"
628+
"@typescript-eslint/visitor-keys" "7.5.0"
629629
debug "^4.3.4"
630630

631-
"@typescript-eslint/scope-manager@6.9.1":
632-
version "6.9.1"
633-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.9.1.tgz#e96afeb9a68ad1cd816dba233351f61e13956b75"
634-
integrity sha512-38IxvKB6NAne3g/+MyXMs2Cda/Sz+CEpmm+KLGEM8hx/CvnSRuw51i8ukfwB/B/sESdeTGet1NH1Wj7I0YXswg==
631+
"@typescript-eslint/scope-manager@7.5.0":
632+
version "7.5.0"
633+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.5.0.tgz#70f0a7361430ab1043a5f97386da2a0d8b2f4d56"
634+
integrity sha512-Z1r7uJY0MDeUlql9XJ6kRVgk/sP11sr3HKXn268HZyqL7i4cEfrdFuSSY/0tUqT37l5zT0tJOsuDP16kio85iA==
635635
dependencies:
636-
"@typescript-eslint/types" "6.9.1"
637-
"@typescript-eslint/visitor-keys" "6.9.1"
636+
"@typescript-eslint/types" "7.5.0"
637+
"@typescript-eslint/visitor-keys" "7.5.0"
638638

639-
"@typescript-eslint/type-utils@6.9.1":
640-
version "6.9.1"
641-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.9.1.tgz#efd5db20ed35a74d3c7d8fba51b830ecba09ce32"
642-
integrity sha512-eh2oHaUKCK58qIeYp19F5V5TbpM52680sB4zNSz29VBQPTWIlE/hCj5P5B1AChxECe/fmZlspAWFuRniep1Skg==
639+
"@typescript-eslint/type-utils@7.5.0":
640+
version "7.5.0"
641+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-7.5.0.tgz#a8faa403232da3a3901655387c7082111f692cf9"
642+
integrity sha512-A021Rj33+G8mx2Dqh0nMO9GyjjIBK3MqgVgZ2qlKf6CJy51wY/lkkFqq3TqqnH34XyAHUkq27IjlUkWlQRpLHw==
643643
dependencies:
644-
"@typescript-eslint/typescript-estree" "6.9.1"
645-
"@typescript-eslint/utils" "6.9.1"
644+
"@typescript-eslint/typescript-estree" "7.5.0"
645+
"@typescript-eslint/utils" "7.5.0"
646646
debug "^4.3.4"
647647
ts-api-utils "^1.0.1"
648648

649-
"@typescript-eslint/types@6.9.1":
650-
version "6.9.1"
651-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.9.1.tgz#a6cfc20db0fcedcb2f397ea728ef583e0ee72459"
652-
integrity sha512-BUGslGOb14zUHOUmDB2FfT6SI1CcZEJYfF3qFwBeUrU6srJfzANonwRYHDpLBuzbq3HaoF2XL2hcr01c8f8OaQ==
649+
"@typescript-eslint/types@7.5.0":
650+
version "7.5.0"
651+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.5.0.tgz#0a284bcdef3cb850ec9fd57992df9f29d6bde1bc"
652+
integrity sha512-tv5B4IHeAdhR7uS4+bf8Ov3k793VEVHd45viRRkehIUZxm0WF82VPiLgHzA/Xl4TGPg1ZD49vfxBKFPecD5/mg==
653653

654-
"@typescript-eslint/typescript-estree@6.9.1":
655-
version "6.9.1"
656-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.9.1.tgz#8c77910a49a04f0607ba94d78772da07dab275ad"
657-
integrity sha512-U+mUylTHfcqeO7mLWVQ5W/tMLXqVpRv61wm9ZtfE5egz7gtnmqVIw9ryh0mgIlkKk9rZLY3UHygsBSdB9/ftyw==
654+
"@typescript-eslint/typescript-estree@7.5.0":
655+
version "7.5.0"
656+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.5.0.tgz#aa5031c511874420f6b5edd90f8e4021525ee776"
657+
integrity sha512-YklQQfe0Rv2PZEueLTUffiQGKQneiIEKKnfIqPIOxgM9lKSZFCjT5Ad4VqRKj/U4+kQE3fa8YQpskViL7WjdPQ==
658658
dependencies:
659-
"@typescript-eslint/types" "6.9.1"
660-
"@typescript-eslint/visitor-keys" "6.9.1"
659+
"@typescript-eslint/types" "7.5.0"
660+
"@typescript-eslint/visitor-keys" "7.5.0"
661661
debug "^4.3.4"
662662
globby "^11.1.0"
663663
is-glob "^4.0.3"
664+
minimatch "9.0.3"
664665
semver "^7.5.4"
665666
ts-api-utils "^1.0.1"
666667

667-
"@typescript-eslint/utils@6.9.1":
668-
version "6.9.1"
669-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.9.1.tgz#763da41281ef0d16974517b5f0d02d85897a1c1e"
670-
integrity sha512-L1T0A5nFdQrMVunpZgzqPL6y2wVreSyHhKGZryS6jrEN7bD9NplVAyMryUhXsQ4TWLnZmxc2ekar/lSGIlprCA==
668+
"@typescript-eslint/utils@7.5.0":
669+
version "7.5.0"
670+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.5.0.tgz#bbd963647fbbe9ffea033f42c0fb7e89bb19c858"
671+
integrity sha512-3vZl9u0R+/FLQcpy2EHyRGNqAS/ofJ3Ji8aebilfJe+fobK8+LbIFmrHciLVDxjDoONmufDcnVSF38KwMEOjzw==
671672
dependencies:
672673
"@eslint-community/eslint-utils" "^4.4.0"
673674
"@types/json-schema" "^7.0.12"
674675
"@types/semver" "^7.5.0"
675-
"@typescript-eslint/scope-manager" "6.9.1"
676-
"@typescript-eslint/types" "6.9.1"
677-
"@typescript-eslint/typescript-estree" "6.9.1"
676+
"@typescript-eslint/scope-manager" "7.5.0"
677+
"@typescript-eslint/types" "7.5.0"
678+
"@typescript-eslint/typescript-estree" "7.5.0"
678679
semver "^7.5.4"
679680

680-
"@typescript-eslint/visitor-keys@6.9.1":
681-
version "6.9.1"
682-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.9.1.tgz#6753a9225a0ba00459b15d6456b9c2780b66707d"
683-
integrity sha512-MUaPUe/QRLEffARsmNfmpghuQkW436DvESW+h+M52w0coICHRfD6Np9/K6PdACwnrq1HmuLl+cSPZaJmeVPkSw==
681+
"@typescript-eslint/visitor-keys@7.5.0":
682+
version "7.5.0"
683+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.5.0.tgz#8abcac66f93ef20b093e87a400c2d21e3a6d55ee"
684+
integrity sha512-mcuHM/QircmA6O7fy6nn2w/3ditQkj+SgtOc8DW3uQ10Yfj42amm2i+6F2K4YAOPNNTmE6iM1ynM6lrSwdendA==
684685
dependencies:
685-
"@typescript-eslint/types" "6.9.1"
686+
"@typescript-eslint/types" "7.5.0"
686687
eslint-visitor-keys "^3.4.1"
687688

688689
"@ungap/structured-clone@^1.2.0":
@@ -3112,6 +3113,13 @@ minimalistic-assert@^1.0.0:
31123113
resolved "https://registry.yarnpkg.com/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz#2e194de044626d4a10e7f7fbc00ce73e83e4d5c7"
31133114
integrity sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==
31143115

3116+
minimatch@9.0.3:
3117+
version "9.0.3"
3118+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.3.tgz#a6e00c3de44c3a542bfaae70abfc22420a6da825"
3119+
integrity sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==
3120+
dependencies:
3121+
brace-expansion "^2.0.1"
3122+
31153123
minimatch@^3.0.3, minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
31163124
version "3.1.2"
31173125
resolved "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz"

0 commit comments

Comments
 (0)