Skip to content

Commit 18fe0ce

Browse files
Merge pull request #3692 from Shopify/dependabot/npm_and_yarn/vscode/minor-and-patch-8b5ce088d1
Bump the minor-and-patch group in /vscode with 3 updates
2 parents 53c61e6 + f68c153 commit 18fe0ce

File tree

2 files changed

+80
-80
lines changed

2 files changed

+80
-80
lines changed

vscode/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -813,7 +813,7 @@
813813
},
814814
"devDependencies": {
815815
"@babel/core": "^7.28.0",
816-
"@eslint/js": "^9.31.0",
816+
"@eslint/js": "^9.32.0",
817817
"@types/mocha": "^10.0.10",
818818
"@types/node": "24.x",
819819
"@types/sinon": "^17.0.4",
@@ -829,7 +829,7 @@
829829
"prettier": "^3.6.2",
830830
"sinon": "^21.0.0",
831831
"typescript": "^5.8.3",
832-
"typescript-eslint": "^8.37.0",
832+
"typescript-eslint": "^8.38.0",
833833
"vscode-oniguruma": "^2.0.1",
834834
"vscode-textmate": "^9.2.0"
835835
},

vscode/yarn.lock

Lines changed: 78 additions & 78 deletions
Original file line numberDiff line numberDiff line change
@@ -513,10 +513,10 @@
513513
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.30.1.tgz#ebe9dd52a38345784c486300175a28c6013c088d"
514514
integrity sha512-zXhuECFlyep42KZUhWjfvsmXGX39W8K8LFb8AWXM9gSV9dQB+MrJGLKvW6Zw0Ggnbpw0VHTtrhFXYe3Gym18jg==
515515

516-
"@eslint/js@^9.31.0":
517-
version "9.31.0"
518-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.31.0.tgz#adb1f39953d8c475c4384b67b67541b0d7206ed8"
519-
integrity sha512-LOm5OVt7D4qiKCqoiPbA7LWmI+tbw1VbTUowBcUMgQSuM6poJufkFkYDcQpo5KfgD39TnNySV26QjOh7VFpSyw==
516+
"@eslint/js@^9.32.0":
517+
version "9.32.0"
518+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.32.0.tgz#a02916f58bd587ea276876cb051b579a3d75d091"
519+
integrity sha512-BBpRFZK3eX6uMLKz8WxFOBIFFcGFJ/g8XuwjTHCqHROSIsopI+ddn/d5Cfh36+7+e5edVS8dbSHnBNhrLEX0zg==
520520

521521
"@eslint/object-schema@^2.1.6":
522522
version "2.1.6"
@@ -971,9 +971,9 @@
971971
integrity sha512-xPyYSz1cMPnJQhl0CLMH68j3gprKZaTjG3s5Vi+fDgx+uhG9NOXwbVt52eFS8ECyXhyKcjDLCBEqBExKuiZb7Q==
972972

973973
974-
version "24.0.15"
975-
resolved "https://registry.yarnpkg.com/@types/node/-/node-24.0.15.tgz#f34fbc973e7d64217106e0c59ed8761e6b51381e"
976-
integrity sha512-oaeTSbCef7U/z7rDeJA138xpG3NuKc64/rZ2qmUFkFJmnMsAPaluIifqyWd8hSSMxyP9oie3dLAqYPblag9KgA==
974+
version "24.1.0"
975+
resolved "https://registry.yarnpkg.com/@types/node/-/node-24.1.0.tgz#0993f7dc31ab5cc402d112315b463e383d68a49c"
976+
integrity sha512-ut5FthK5moxFKH2T1CUOC6ctR67rQRvvHdFLCD2Ql6KXmMuCrjsSsRI9UsLCm9M18BMwClv4pn327UvB7eeO1w==
977977
dependencies:
978978
undici-types "~7.8.0"
979979

@@ -1004,102 +1004,102 @@
10041004
resolved "https://registry.yarnpkg.com/@types/vscode/-/vscode-1.92.0.tgz#b4d6bc180e7206defe643a1a5f38a1367947d418"
10051005
integrity sha512-DcZoCj17RXlzB4XJ7IfKdPTcTGDLYvTOcTNkvtjXWF+K2TlKzHHkBEXNWQRpBIXixNEUgx39cQeTFunY0E2msw==
10061006

1007-
"@typescript-eslint/eslint-plugin@8.37.0":
1008-
version "8.37.0"
1009-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.37.0.tgz#332392883f936137cd6252c8eb236d298e514e70"
1010-
integrity sha512-jsuVWeIkb6ggzB+wPCsR4e6loj+rM72ohW6IBn2C+5NCvfUVY8s33iFPySSVXqtm5Hu29Ne/9bnA0JmyLmgenA==
1007+
"@typescript-eslint/eslint-plugin@8.38.0":
1008+
version "8.38.0"
1009+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.38.0.tgz#6e5220d16f2691ab6d983c1737dd5b36e17641b7"
1010+
integrity sha512-CPoznzpuAnIOl4nhj4tRr4gIPj5AfKgkiJmGQDaq+fQnRJTYlcBjbX3wbciGmpoPf8DREufuPRe1tNMZnGdanA==
10111011
dependencies:
10121012
"@eslint-community/regexpp" "^4.10.0"
1013-
"@typescript-eslint/scope-manager" "8.37.0"
1014-
"@typescript-eslint/type-utils" "8.37.0"
1015-
"@typescript-eslint/utils" "8.37.0"
1016-
"@typescript-eslint/visitor-keys" "8.37.0"
1013+
"@typescript-eslint/scope-manager" "8.38.0"
1014+
"@typescript-eslint/type-utils" "8.38.0"
1015+
"@typescript-eslint/utils" "8.38.0"
1016+
"@typescript-eslint/visitor-keys" "8.38.0"
10171017
graphemer "^1.4.0"
10181018
ignore "^7.0.0"
10191019
natural-compare "^1.4.0"
10201020
ts-api-utils "^2.1.0"
10211021

1022-
"@typescript-eslint/parser@8.37.0":
1023-
version "8.37.0"
1024-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.37.0.tgz#b87f6b61e25ad5cc5bbf8baf809b8da889c89804"
1025-
integrity sha512-kVIaQE9vrN9RLCQMQ3iyRlVJpTiDUY6woHGb30JDkfJErqrQEmtdWH3gV0PBAfGZgQXoqzXOO0T3K6ioApbbAA==
1022+
"@typescript-eslint/parser@8.38.0":
1023+
version "8.38.0"
1024+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.38.0.tgz#6723a5ea881e1777956b1045cba30be5ea838293"
1025+
integrity sha512-Zhy8HCvBUEfBECzIl1PKqF4p11+d0aUJS1GeUiuqK9WmOug8YCmC4h4bjyBvMyAMI9sbRczmrYL5lKg/YMbrcQ==
10261026
dependencies:
1027-
"@typescript-eslint/scope-manager" "8.37.0"
1028-
"@typescript-eslint/types" "8.37.0"
1029-
"@typescript-eslint/typescript-estree" "8.37.0"
1030-
"@typescript-eslint/visitor-keys" "8.37.0"
1027+
"@typescript-eslint/scope-manager" "8.38.0"
1028+
"@typescript-eslint/types" "8.38.0"
1029+
"@typescript-eslint/typescript-estree" "8.38.0"
1030+
"@typescript-eslint/visitor-keys" "8.38.0"
10311031
debug "^4.3.4"
10321032

1033-
"@typescript-eslint/project-service@8.37.0":
1034-
version "8.37.0"
1035-
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.37.0.tgz#0594352e32a4ac9258591b88af77b5653800cdfe"
1036-
integrity sha512-BIUXYsbkl5A1aJDdYJCBAo8rCEbAvdquQ8AnLb6z5Lp1u3x5PNgSSx9A/zqYc++Xnr/0DVpls8iQ2cJs/izTXA==
1033+
"@typescript-eslint/project-service@8.38.0":
1034+
version "8.38.0"
1035+
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.38.0.tgz#4900771f943163027fd7d2020a062892056b5e2f"
1036+
integrity sha512-dbK7Jvqcb8c9QfH01YB6pORpqX1mn5gDZc9n63Ak/+jD67oWXn3Gs0M6vddAN+eDXBCS5EmNWzbSxsn9SzFWWg==
10371037
dependencies:
1038-
"@typescript-eslint/tsconfig-utils" "^8.37.0"
1039-
"@typescript-eslint/types" "^8.37.0"
1038+
"@typescript-eslint/tsconfig-utils" "^8.38.0"
1039+
"@typescript-eslint/types" "^8.38.0"
10401040
debug "^4.3.4"
10411041

1042-
"@typescript-eslint/scope-manager@8.37.0":
1043-
version "8.37.0"
1044-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.37.0.tgz#a31a3c80ca2ef4ed58de13742debb692e7d4c0a4"
1045-
integrity sha512-0vGq0yiU1gbjKob2q691ybTg9JX6ShiVXAAfm2jGf3q0hdP6/BruaFjL/ManAR/lj05AvYCH+5bbVo0VtzmjOA==
1042+
"@typescript-eslint/scope-manager@8.38.0":
1043+
version "8.38.0"
1044+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.38.0.tgz#5a0efcb5c9cf6e4121b58f87972f567c69529226"
1045+
integrity sha512-WJw3AVlFFcdT9Ri1xs/lg8LwDqgekWXWhH3iAF+1ZM+QPd7oxQ6jvtW/JPwzAScxitILUIFs0/AnQ/UWHzbATQ==
10461046
dependencies:
1047-
"@typescript-eslint/types" "8.37.0"
1048-
"@typescript-eslint/visitor-keys" "8.37.0"
1047+
"@typescript-eslint/types" "8.38.0"
1048+
"@typescript-eslint/visitor-keys" "8.38.0"
10491049

1050-
"@typescript-eslint/tsconfig-utils@8.37.0", "@typescript-eslint/tsconfig-utils@^8.37.0":
1051-
version "8.37.0"
1052-
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.37.0.tgz#47a2760d265c6125f8e7864bc5c8537cad2bd053"
1053-
integrity sha512-1/YHvAVTimMM9mmlPvTec9NP4bobA1RkDbMydxG8omqwJJLEW/Iy2C4adsAESIXU3WGLXFHSZUU+C9EoFWl4Zg==
1050+
"@typescript-eslint/tsconfig-utils@8.38.0", "@typescript-eslint/tsconfig-utils@^8.38.0":
1051+
version "8.38.0"
1052+
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.38.0.tgz#6de4ce224a779601a8df667db56527255c42c4d0"
1053+
integrity sha512-Lum9RtSE3EroKk/bYns+sPOodqb2Fv50XOl/gMviMKNvanETUuUcC9ObRbzrJ4VSd2JalPqgSAavwrPiPvnAiQ==
10541054

1055-
"@typescript-eslint/type-utils@8.37.0":
1056-
version "8.37.0"
1057-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.37.0.tgz#2a682e4c6ff5886712dad57e9787b5e417124507"
1058-
integrity sha512-SPkXWIkVZxhgwSwVq9rqj/4VFo7MnWwVaRNznfQDc/xPYHjXnPfLWn+4L6FF1cAz6e7dsqBeMawgl7QjUMj4Ow==
1055+
"@typescript-eslint/type-utils@8.38.0":
1056+
version "8.38.0"
1057+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.38.0.tgz#a56cd84765fa6ec135fe252b5db61e304403a85b"
1058+
integrity sha512-c7jAvGEZVf0ao2z+nnz8BUaHZD09Agbh+DY7qvBQqLiz8uJzRgVPj5YvOh8I8uEiH8oIUGIfHzMwUcGVco/SJg==
10591059
dependencies:
1060-
"@typescript-eslint/types" "8.37.0"
1061-
"@typescript-eslint/typescript-estree" "8.37.0"
1062-
"@typescript-eslint/utils" "8.37.0"
1060+
"@typescript-eslint/types" "8.38.0"
1061+
"@typescript-eslint/typescript-estree" "8.38.0"
1062+
"@typescript-eslint/utils" "8.38.0"
10631063
debug "^4.3.4"
10641064
ts-api-utils "^2.1.0"
10651065

1066-
"@typescript-eslint/types@8.37.0", "@typescript-eslint/types@^8.37.0":
1067-
version "8.37.0"
1068-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.37.0.tgz#09517aa9625eb3c68941dde3ac8835740587b6ff"
1069-
integrity sha512-ax0nv7PUF9NOVPs+lmQ7yIE7IQmAf8LGcXbMvHX5Gm+YJUYNAl340XkGnrimxZ0elXyoQJuN5sbg6C4evKA4SQ==
1066+
"@typescript-eslint/types@8.38.0", "@typescript-eslint/types@^8.38.0":
1067+
version "8.38.0"
1068+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.38.0.tgz#297351c994976b93c82ac0f0e206c8143aa82529"
1069+
integrity sha512-wzkUfX3plUqij4YwWaJyqhiPE5UCRVlFpKn1oCRn2O1bJ592XxWJj8ROQ3JD5MYXLORW84063z3tZTb/cs4Tyw==
10701070

1071-
"@typescript-eslint/typescript-estree@8.37.0":
1072-
version "8.37.0"
1073-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.37.0.tgz#a07e4574d8e6e4355a558f61323730c987f5fcbc"
1074-
integrity sha512-zuWDMDuzMRbQOM+bHyU4/slw27bAUEcKSKKs3hcv2aNnc/tvE/h7w60dwVw8vnal2Pub6RT1T7BI8tFZ1fE+yg==
1071+
"@typescript-eslint/typescript-estree@8.38.0":
1072+
version "8.38.0"
1073+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.38.0.tgz#82262199eb6778bba28a319e25ad05b1158957df"
1074+
integrity sha512-fooELKcAKzxux6fA6pxOflpNS0jc+nOQEEOipXFNjSlBS6fqrJOVY/whSn70SScHrcJ2LDsxWrneFoWYSVfqhQ==
10751075
dependencies:
1076-
"@typescript-eslint/project-service" "8.37.0"
1077-
"@typescript-eslint/tsconfig-utils" "8.37.0"
1078-
"@typescript-eslint/types" "8.37.0"
1079-
"@typescript-eslint/visitor-keys" "8.37.0"
1076+
"@typescript-eslint/project-service" "8.38.0"
1077+
"@typescript-eslint/tsconfig-utils" "8.38.0"
1078+
"@typescript-eslint/types" "8.38.0"
1079+
"@typescript-eslint/visitor-keys" "8.38.0"
10801080
debug "^4.3.4"
10811081
fast-glob "^3.3.2"
10821082
is-glob "^4.0.3"
10831083
minimatch "^9.0.4"
10841084
semver "^7.6.0"
10851085
ts-api-utils "^2.1.0"
10861086

1087-
"@typescript-eslint/utils@8.37.0":
1088-
version "8.37.0"
1089-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.37.0.tgz#189ea59b2709f5d898614611f091a776751ee335"
1090-
integrity sha512-TSFvkIW6gGjN2p6zbXo20FzCABbyUAuq6tBvNRGsKdsSQ6a7rnV6ADfZ7f4iI3lIiXc4F4WWvtUfDw9CJ9pO5A==
1087+
"@typescript-eslint/utils@8.38.0":
1088+
version "8.38.0"
1089+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.38.0.tgz#5f10159899d30eb92ba70e642ca6f754bddbf15a"
1090+
integrity sha512-hHcMA86Hgt+ijJlrD8fX0j1j8w4C92zue/8LOPAFioIno+W0+L7KqE8QZKCcPGc/92Vs9x36w/4MPTJhqXdyvg==
10911091
dependencies:
10921092
"@eslint-community/eslint-utils" "^4.7.0"
1093-
"@typescript-eslint/scope-manager" "8.37.0"
1094-
"@typescript-eslint/types" "8.37.0"
1095-
"@typescript-eslint/typescript-estree" "8.37.0"
1093+
"@typescript-eslint/scope-manager" "8.38.0"
1094+
"@typescript-eslint/types" "8.38.0"
1095+
"@typescript-eslint/typescript-estree" "8.38.0"
10961096

1097-
"@typescript-eslint/visitor-keys@8.37.0":
1098-
version "8.37.0"
1099-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.37.0.tgz#cdb6a6bd3e8d6dd69bd70c1bdda36e2d18737455"
1100-
integrity sha512-YzfhzcTnZVPiLfP/oeKtDp2evwvHLMe0LOy7oe+hb9KKIumLNohYS9Hgp1ifwpu42YWxhZE8yieggz6JpqO/1w==
1097+
"@typescript-eslint/visitor-keys@8.38.0":
1098+
version "8.38.0"
1099+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.38.0.tgz#a9765a527b082cb8fc60fd8a16e47c7ad5b60ea5"
1100+
integrity sha512-pWrTcoFNWuwHlA9CvlfSsGWs14JxfN1TH25zM5L7o0pRLhsoZkDnTsXfQRJBEWJoV5DL0jf+Z+sxiud+K0mq1g==
11011101
dependencies:
1102-
"@typescript-eslint/types" "8.37.0"
1102+
"@typescript-eslint/types" "8.38.0"
11031103
eslint-visitor-keys "^4.2.1"
11041104

11051105
"@vscode/test-electron@^2.5.2":
@@ -3803,15 +3803,15 @@ typed-rest-client@^1.8.4:
38033803
tunnel "0.0.6"
38043804
underscore "^1.12.1"
38053805

3806-
typescript-eslint@^8.37.0:
3807-
version "8.37.0"
3808-
resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.37.0.tgz#2235ddfa40cdbdadb1afb05f8bda688a2294b4c2"
3809-
integrity sha512-TnbEjzkE9EmcO0Q2zM+GE8NQLItNAJpMmED1BdgoBMYNdqMhzlbqfdSwiRlAzEK2pA9UzVW0gzaaIzXWg2BjfA==
3806+
typescript-eslint@^8.38.0:
3807+
version "8.38.0"
3808+
resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.38.0.tgz#e73af7618139f07b16e2fae715eedaabb41ee8b0"
3809+
integrity sha512-FsZlrYK6bPDGoLeZRuvx2v6qrM03I0U0SnfCLPs/XCCPCFD80xU9Pg09H/K+XFa68uJuZo7l/Xhs+eDRg2l3hg==
38103810
dependencies:
3811-
"@typescript-eslint/eslint-plugin" "8.37.0"
3812-
"@typescript-eslint/parser" "8.37.0"
3813-
"@typescript-eslint/typescript-estree" "8.37.0"
3814-
"@typescript-eslint/utils" "8.37.0"
3811+
"@typescript-eslint/eslint-plugin" "8.38.0"
3812+
"@typescript-eslint/parser" "8.38.0"
3813+
"@typescript-eslint/typescript-estree" "8.38.0"
3814+
"@typescript-eslint/utils" "8.38.0"
38153815

38163816
typescript@^5.8.3:
38173817
version "5.8.3"

0 commit comments

Comments
 (0)