Skip to content

Commit 35fc5e9

Browse files
Merge pull request #2906 from Shopify/dependabot/npm_and_yarn/vscode/minor-and-patch-5a0683503f
Bump the minor-and-patch group in /vscode with 4 updates
2 parents d6b8cad + 5dea579 commit 35fc5e9

File tree

3 files changed

+32
-30
lines changed

3 files changed

+32
-30
lines changed

Diff for: vscode/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -732,7 +732,7 @@
732732
"@shopify/eslint-plugin": "^46.0.0",
733733
"@shopify/prettier-config": "^1.1.2",
734734
"@types/glob": "^8.1.0",
735-
"@types/mocha": "^10.0.9",
735+
"@types/mocha": "^10.0.10",
736736
"@types/node": "22.x",
737737
"@types/sinon": "^17.0.3",
738738
"@types/vscode": "^1.91.0",
@@ -746,9 +746,9 @@
746746
"eslint-plugin-prettier": "^5.2.1",
747747
"glob": "^11.0.0",
748748
"mocha": "^10.8.2",
749-
"ovsx": "^0.10.0",
749+
"ovsx": "^0.10.1",
750750
"prettier": "^3.3.3",
751-
"typescript": "^5.6.3",
751+
"typescript": "^5.7.2",
752752
"sinon": "^19.0.2",
753753
"vscode-oniguruma": "^2.0.1",
754754
"vscode-textmate": "^9.1.0"

Diff for: vscode/src/test/suite/grammars.test.ts

+12-10
Original file line numberDiff line numberDiff line change
@@ -96,16 +96,18 @@ suite("Grammars", () => {
9696
"./node_modules/vscode-oniguruma/release/onig.wasm",
9797
),
9898
);
99-
const vscodeOnigurumaLib = oniguruma.loadWASM(wasmBin.buffer).then(() => {
100-
return {
101-
createOnigScanner(patterns: string[]) {
102-
return new oniguruma.OnigScanner(patterns);
103-
},
104-
createOnigString(str: string) {
105-
return new oniguruma.OnigString(str);
106-
},
107-
};
108-
});
99+
const vscodeOnigurumaLib = oniguruma
100+
.loadWASM(Buffer.from(wasmBin).buffer)
101+
.then(() => {
102+
return {
103+
createOnigScanner(patterns: string[]) {
104+
return new oniguruma.OnigScanner(patterns);
105+
},
106+
createOnigString(str: string) {
107+
return new oniguruma.OnigString(str);
108+
},
109+
};
110+
});
109111
const registry = new vsctm.Registry({
110112
onigLib: vscodeOnigurumaLib,
111113
loadGrammar: async (scopeName) => {

Diff for: vscode/yarn.lock

+17-17
Original file line numberDiff line numberDiff line change
@@ -671,15 +671,15 @@
671671
resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-5.1.2.tgz#07508b45797cb81ec3f273011b054cd0755eddca"
672672
integrity sha512-K0VQKziLUWkVKiRVrx4a40iPaxTUefQmjtkQofBkYRcoaaL/8rhwDWww9qWbrgicNOgnpIsMxyNIUM4+n6dUIA==
673673

674-
"@types/mocha@^10.0.9":
675-
version "10.0.9"
676-
resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-10.0.9.tgz#101e9da88d2c02e5ac8952982c23b224524d662a"
677-
integrity sha512-sicdRoWtYevwxjOHNMPTl3vSfJM6oyW8o1wXeI7uww6b6xHg8eBznQDNSGBCDJmsE8UMxP05JgZRtsKbTqt//Q==
674+
"@types/mocha@^10.0.10":
675+
version "10.0.10"
676+
resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-10.0.10.tgz#91f62905e8d23cbd66225312f239454a23bebfa0"
677+
integrity sha512-xPyYSz1cMPnJQhl0CLMH68j3gprKZaTjG3s5Vi+fDgx+uhG9NOXwbVt52eFS8ECyXhyKcjDLCBEqBExKuiZb7Q==
678678

679679
"@types/node@*", "@types/[email protected]":
680-
version "22.9.0"
681-
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.9.0.tgz#b7f16e5c3384788542c72dc3d561a7ceae2c0365"
682-
integrity sha512-vuyHg81vvWA1Z1ELfvLko2c8f34gyA0zaic0+Rllc5lbCnbSyuvb2Oxpm6TAUAC/2xZN3QGqxBNggD1nNR2AfQ==
680+
version "22.9.3"
681+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.9.3.tgz#08f3d64b3bc6d74b162d36f60213e8a6704ef2b4"
682+
integrity sha512-F3u1fs/fce3FFk+DAxbxc78DF8x0cY09RRL8GnXLmkJ1jvx3TtPdWoTT5/NiYfI5ASqXBmfqJi9dZ3gxMx4lzw==
683683
dependencies:
684684
undici-types "~6.19.8"
685685

@@ -857,7 +857,7 @@
857857
"@vscode/vsce-sign-win32-arm64" "2.0.2"
858858
"@vscode/vsce-sign-win32-x64" "2.0.2"
859859

860-
"@vscode/vsce@^3.1.0", "@vscode/vsce@^3.2.1":
860+
"@vscode/vsce@^3.2.1":
861861
version "3.2.1"
862862
resolved "https://registry.yarnpkg.com/@vscode/vsce/-/vsce-3.2.1.tgz#7bfa869ea43fe7d787f09e164f0f0e239df8fb1d"
863863
integrity sha512-AY9vBjwExakK1c0cI/3NN2Ey0EgiKLBye/fxl/ue+o4q6RZ7N+xzd1jAD6eI6eBeMVANi617+V2rxIAkDPco2Q==
@@ -3616,12 +3616,12 @@ ora@^7.0.1:
36163616
string-width "^6.1.0"
36173617
strip-ansi "^7.1.0"
36183618

3619-
ovsx@^0.10.0:
3620-
version "0.10.0"
3621-
resolved "https://registry.yarnpkg.com/ovsx/-/ovsx-0.10.0.tgz#85c75c5c1896d4d531722bd579bde27429789369"
3622-
integrity sha512-DSgNXGQ444nGKag+LZh92R/hM2PfRSu+6VKfVawoZ+JzFDiGX8yhMkAuyVlHrlxLCpfQOsqs80GcHje/h2SpmA==
3619+
ovsx@^0.10.1:
3620+
version "0.10.1"
3621+
resolved "https://registry.yarnpkg.com/ovsx/-/ovsx-0.10.1.tgz#444157bb2ba952b8e6e081286a5b7cf13675cc68"
3622+
integrity sha512-8i7+MJMMeq73m1zPEIClSFe17SNuuzU5br7G77ZIfOC24elB4pGQs0N1qRd+gnnbyhL5Qu96G21nFOVOBa2OBg==
36233623
dependencies:
3624-
"@vscode/vsce" "^3.1.0"
3624+
"@vscode/vsce" "^3.2.1"
36253625
commander "^6.2.1"
36263626
follow-redirects "^1.14.6"
36273627
is-ci "^2.0.0"
@@ -4562,10 +4562,10 @@ typed-rest-client@^1.8.4:
45624562
tunnel "0.0.6"
45634563
underscore "^1.12.1"
45644564

4565-
typescript@^5.6.3:
4566-
version "5.6.3"
4567-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.6.3.tgz#5f3449e31c9d94febb17de03cc081dd56d81db5b"
4568-
integrity sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==
4565+
typescript@^5.7.2:
4566+
version "5.7.2"
4567+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.7.2.tgz#3169cf8c4c8a828cde53ba9ecb3d2b1d5dd67be6"
4568+
integrity sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==
45694569

45704570
uc.micro@^2.0.0, uc.micro@^2.1.0:
45714571
version "2.1.0"

0 commit comments

Comments
 (0)