Skip to content

Commit ea226fa

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

2 files changed

Lines changed: 87 additions & 79 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.12.0",
464+
"@typescript-eslint/parser": "^7.12.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: 85 additions & 77 deletions
Original file line numberDiff line numberDiff line change
@@ -174,10 +174,10 @@
174174
dependencies:
175175
eslint-visitor-keys "^3.3.0"
176176

177-
"@eslint-community/regexpp@^4.5.1":
178-
version "4.5.1"
179-
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.5.1.tgz#cdd35dce4fa1a89a4fd42b1599eb35b3af408884"
180-
integrity sha512-Z5ba73P98O1KUYCCJTUeVpja9RcGoMdncZ6T49FCUl2lN38JtCJ+3WgIDBv0AuY4WChU5PmtJmOCTlN6FZTFKQ==
177+
"@eslint-community/regexpp@^4.10.0":
178+
version "4.10.1"
179+
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.10.1.tgz#361461e5cb3845d874e61731c11cfedd664d83a0"
180+
integrity sha512-Zm2NGpWELsQAD1xsJzGQpYfvICSsFkEpU0jxBjfdC6uNEWXcHnfs9hScFWtXVDVl+rBQJGrl4g1vcKIejpH9dA==
181181

182182
"@eslint-community/regexpp@^4.6.1":
183183
version "4.8.0"
@@ -451,7 +451,7 @@
451451
dependencies:
452452
"@types/node" "*"
453453

454-
"@types/json-schema@*", "@types/json-schema@^7.0.12", "@types/json-schema@^7.0.8", "@types/json-schema@^7.0.9":
454+
"@types/json-schema@*", "@types/json-schema@^7.0.8", "@types/json-schema@^7.0.9":
455455
version "7.0.12"
456456
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.12.tgz#d70faba7039d5fca54c83c7dbab41051d2b6f6cb"
457457
integrity sha512-Hr5Jfhc9eYOQNPYO5WLDq/n4jqijdHNlDXjuAQkkt+mWdQR+XJToOHrsD4cPaMXpn6KO7y2+wM8AZEs8VpBLVA==
@@ -541,11 +541,6 @@
541541
resolved "https://registry.npmjs.org/@types/scheduler/-/scheduler-0.16.3.tgz"
542542
integrity sha512-5cJ8CB4yAx7BH1oMvdU0Jh9lrEXyPkar6F9G/ERswkCuvP4KQZfZkSjcMbAICCpQTN4OuZn8tz0HiKv9TGZgrQ==
543543

544-
"@types/semver@^7.5.0":
545-
version "7.5.0"
546-
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.0.tgz#591c1ce3a702c45ee15f47a42ade72c2fd78978a"
547-
integrity sha512-G8hZ6XJiHnuhQKR7ZmysCeJWE08o8T0AXtk5darsCaTVsYZhhgUrq53jizaR2FvsoeCwJhlmwTjkXBY5Pn/ZHw==
548-
549544
"@types/send@*":
550545
version "0.17.1"
551546
resolved "https://registry.yarnpkg.com/@types/send/-/send-0.17.1.tgz#ed4932b8a2a805f1fe362a70f4e62d0ac994e301"
@@ -600,90 +595,86 @@
600595
dependencies:
601596
"@types/node" "*"
602597

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==
598+
"@typescript-eslint/eslint-plugin@^7.12.0":
599+
version "7.12.0"
600+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.12.0.tgz#f87a32e8972b8a60024f2f8f12205e7c8108bc41"
601+
integrity sha512-7F91fcbuDf/d3S8o21+r3ZncGIke/+eWk0EpO21LXhDfLahriZF9CGj4fbAetEjlaBdjdSm9a6VeXbpbT6Z40Q==
607602
dependencies:
608-
"@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"
613-
debug "^4.3.4"
603+
"@eslint-community/regexpp" "^4.10.0"
604+
"@typescript-eslint/scope-manager" "7.12.0"
605+
"@typescript-eslint/type-utils" "7.12.0"
606+
"@typescript-eslint/utils" "7.12.0"
607+
"@typescript-eslint/visitor-keys" "7.12.0"
614608
graphemer "^1.4.0"
615-
ignore "^5.2.4"
609+
ignore "^5.3.1"
616610
natural-compare "^1.4.0"
617-
semver "^7.5.4"
618-
ts-api-utils "^1.0.1"
611+
ts-api-utils "^1.3.0"
619612

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==
613+
"@typescript-eslint/parser@^7.12.0":
614+
version "7.12.0"
615+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-7.12.0.tgz#8761df3345528b35049353db80010b385719b1c3"
616+
integrity sha512-dm/J2UDY3oV3TKius2OUZIFHsomQmpHtsV0FTh1WO8EKgHLQ1QCADUqscPgTpU+ih1e21FQSRjXckHn3txn6kQ==
624617
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"
618+
"@typescript-eslint/scope-manager" "7.12.0"
619+
"@typescript-eslint/types" "7.12.0"
620+
"@typescript-eslint/typescript-estree" "7.12.0"
621+
"@typescript-eslint/visitor-keys" "7.12.0"
629622
debug "^4.3.4"
630623

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==
624+
"@typescript-eslint/scope-manager@7.12.0":
625+
version "7.12.0"
626+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.12.0.tgz#259c014362de72dd34f995efe6bd8dda486adf58"
627+
integrity sha512-itF1pTnN6F3unPak+kutH9raIkL3lhH1YRPGgt7QQOh43DQKVJXmWkpb+vpc/TiDHs6RSd9CTbDsc/Y+Ygq7kg==
635628
dependencies:
636-
"@typescript-eslint/types" "6.9.1"
637-
"@typescript-eslint/visitor-keys" "6.9.1"
629+
"@typescript-eslint/types" "7.12.0"
630+
"@typescript-eslint/visitor-keys" "7.12.0"
638631

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==
632+
"@typescript-eslint/type-utils@7.12.0":
633+
version "7.12.0"
634+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-7.12.0.tgz#9dfaaa1972952f395ec5be4f5bbfc4d3cdc63908"
635+
integrity sha512-lib96tyRtMhLxwauDWUp/uW3FMhLA6D0rJ8T7HmH7x23Gk1Gwwu8UZ94NMXBvOELn6flSPiBrCKlehkiXyaqwA==
643636
dependencies:
644-
"@typescript-eslint/typescript-estree" "6.9.1"
645-
"@typescript-eslint/utils" "6.9.1"
637+
"@typescript-eslint/typescript-estree" "7.12.0"
638+
"@typescript-eslint/utils" "7.12.0"
646639
debug "^4.3.4"
647-
ts-api-utils "^1.0.1"
640+
ts-api-utils "^1.3.0"
648641

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==
642+
"@typescript-eslint/types@7.12.0":
643+
version "7.12.0"
644+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.12.0.tgz#bf208f971a8da1e7524a5d9ae2b5f15192a37981"
645+
integrity sha512-o+0Te6eWp2ppKY3mLCU+YA9pVJxhUJE15FV7kxuD9jgwIAa+w/ycGJBMrYDTpVGUM/tgpa9SeMOugSabWFq7bg==
653646

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==
647+
"@typescript-eslint/typescript-estree@7.12.0":
648+
version "7.12.0"
649+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.12.0.tgz#e6c1074f248b3db6573ab6a7c47a39c4cd498ff9"
650+
integrity sha512-5bwqLsWBULv1h6pn7cMW5dXX/Y2amRqLaKqsASVwbBHMZSnHqE/HN4vT4fE0aFsiwxYvr98kqOWh1a8ZKXalCQ==
658651
dependencies:
659-
"@typescript-eslint/types" "6.9.1"
660-
"@typescript-eslint/visitor-keys" "6.9.1"
652+
"@typescript-eslint/types" "7.12.0"
653+
"@typescript-eslint/visitor-keys" "7.12.0"
661654
debug "^4.3.4"
662655
globby "^11.1.0"
663656
is-glob "^4.0.3"
664-
semver "^7.5.4"
665-
ts-api-utils "^1.0.1"
657+
minimatch "^9.0.4"
658+
semver "^7.6.0"
659+
ts-api-utils "^1.3.0"
666660

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==
661+
"@typescript-eslint/utils@7.12.0":
662+
version "7.12.0"
663+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.12.0.tgz#c6e58fd7f724cdccc848f71e388ad80cbdb95dd0"
664+
integrity sha512-Y6hhwxwDx41HNpjuYswYp6gDbkiZ8Hin9Bf5aJQn1bpTs3afYY4GX+MPYxma8jtoIV2GRwTM/UJm/2uGCVv+DQ==
671665
dependencies:
672666
"@eslint-community/eslint-utils" "^4.4.0"
673-
"@types/json-schema" "^7.0.12"
674-
"@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"
678-
semver "^7.5.4"
667+
"@typescript-eslint/scope-manager" "7.12.0"
668+
"@typescript-eslint/types" "7.12.0"
669+
"@typescript-eslint/typescript-estree" "7.12.0"
679670

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==
671+
"@typescript-eslint/visitor-keys@7.12.0":
672+
version "7.12.0"
673+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.12.0.tgz#c053b55a996679528beeedd8e565710ce1ae1ad3"
674+
integrity sha512-uZk7DevrQLL3vSnfFl5bj4sL75qC9D6EdjemIdbtkuUmIheWpuiiylSY01JxJE7+zGrOWDZrp1WxOuDntvKrHQ==
684675
dependencies:
685-
"@typescript-eslint/types" "6.9.1"
686-
eslint-visitor-keys "^3.4.1"
676+
"@typescript-eslint/types" "7.12.0"
677+
eslint-visitor-keys "^3.4.3"
687678

688679
"@ungap/structured-clone@^1.2.0":
689680
version "1.2.0"
@@ -2592,11 +2583,16 @@ ieee754@^1.1.13:
25922583
resolved "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz"
25932584
integrity sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==
25942585

2595-
ignore@^5.2.0, ignore@^5.2.4:
2586+
ignore@^5.2.0:
25962587
version "5.2.4"
25972588
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.4.tgz#a291c0c6178ff1b960befe47fcdec301674a6324"
25982589
integrity sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==
25992590

2591+
ignore@^5.3.1:
2592+
version "5.3.1"
2593+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.1.tgz#5073e554cd42c5b33b394375f538b8593e34d4ef"
2594+
integrity sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==
2595+
26002596
import-fresh@^3.2.1:
26012597
version "3.3.0"
26022598
resolved "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz"
@@ -3126,6 +3122,13 @@ minimatch@^9.0.1:
31263122
dependencies:
31273123
brace-expansion "^2.0.1"
31283124

3125+
minimatch@^9.0.4:
3126+
version "9.0.4"
3127+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.4.tgz#8e49c731d1749cbec05050ee5145147b32496a51"
3128+
integrity sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==
3129+
dependencies:
3130+
brace-expansion "^2.0.1"
3131+
31293132
minimist@^1.2.0, minimist@^1.2.3:
31303133
version "1.2.8"
31313134
resolved "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz"
@@ -4102,6 +4105,11 @@ semver@^7.5.2, semver@^7.5.4:
41024105
dependencies:
41034106
lru-cache "^6.0.0"
41044107

4108+
semver@^7.6.0:
4109+
version "7.6.2"
4110+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.2.tgz#1e3b34759f896e8f14d6134732ce798aeb0c6e13"
4111+
integrity sha512-FNAIBWCx9qcRhoHcgcJ0gvU7SN1lYU2ZXuSfl04bSC5OpvDHFyJCjdNHomPXxjQlCBU67YW64PzY7/VIEH7F2w==
4112+
41054113
send@0.18.0:
41064114
version "0.18.0"
41074115
resolved "https://registry.yarnpkg.com/send/-/send-0.18.0.tgz#670167cc654b05f5aa4a767f9113bb371bc706be"
@@ -4659,10 +4667,10 @@ tree-kill@^1.2.2:
46594667
resolved "https://registry.yarnpkg.com/tree-kill/-/tree-kill-1.2.2.tgz#4ca09a9092c88b73a7cdc5e8a01b507b0790a0cc"
46604668
integrity sha512-L0Orpi8qGpRG//Nd+H90vFB+3iHnue1zSSGmNOOCh1GLJ7rUKVwV2HvijphGQS2UmhUZewS9VgvxYIdgr+fG1A==
46614669

4662-
ts-api-utils@^1.0.1:
4663-
version "1.0.1"
4664-
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.0.1.tgz#8144e811d44c749cd65b2da305a032510774452d"
4665-
integrity sha512-lC/RGlPmwdrIBFTX59wwNzqh7aR2otPNPR/5brHZm/XKFYKsfqxihXUe9pU3JI+3vGkl+vyCoNNnPhJn3aLK1A==
4670+
ts-api-utils@^1.3.0:
4671+
version "1.3.0"
4672+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.3.0.tgz#4b490e27129f1e8e686b45cc4ab63714dc60eea1"
4673+
integrity sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==
46664674

46674675
ts-interface-checker@^0.1.9:
46684676
version "0.1.13"

0 commit comments

Comments
 (0)