Skip to content

Commit 1f4d08b

Browse files
authored
pin @vscode/dts version (#7873)
1 parent aea34b4 commit 1f4d08b

2 files changed

Lines changed: 32 additions & 4 deletions

File tree

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"activeComment",
1515
"chatParticipantAdditions",
1616
"chatParticipantPrivate",
17-
"chatSessionsProvider",
17+
"chatSessionsProvider@2",
1818
"codiconDecoration",
1919
"codeActionRanges",
2020
"commentingRangeHint",
@@ -4204,7 +4204,7 @@
42044204
"test:preprocess-gql": "node scripts/preprocess-gql --in src/github/queries.gql --out out/src/github/queries.gql && node scripts/preprocess-gql --in src/github/queriesExtra.gql --out out/src/github/queriesExtra.gql && node scripts/preprocess-gql --in src/github/queriesShared.gql --out out/src/github/queriesShared.gql && node scripts/preprocess-gql --in src/github/queriesLimited.gql --out out/src/github/queriesLimited.gql",
42054205
"test:preprocess-svg": "node scripts/preprocess-svg --in ../resources/ --out out/resources",
42064206
"test:preprocess-fixtures": "node scripts/preprocess-fixtures --in src --out out",
4207-
"update-dts": "cd \"src/@types\" && npx vscode-dts main && npx vscode-dts dev",
4207+
"update-dts": "cd \"src/@types\" && node ../../node_modules/@vscode/dts/index.js main && node ../../node_modules/@vscode/dts/index.js dev",
42084208
"watch": "webpack --watch --mode development --env esbuild",
42094209
"watch:web": "webpack --watch --mode development --config-name extension:webworker --config-name webviews",
42104210
"hygiene": "node ./build/hygiene.js",
@@ -4226,6 +4226,7 @@
42264226
"@types/webpack-env": "^1.16.0",
42274227
"@typescript-eslint/eslint-plugin": "6.10.0",
42284228
"@typescript-eslint/parser": "6.10.0",
4229+
"@vscode/dts": "^0.4.1",
42294230
"@vscode/test-cli": "^0.0.11",
42304231
"@vscode/test-electron": "^2.5.2",
42314232
"@vscode/test-web": "^0.0.71",
@@ -4310,4 +4311,4 @@
43104311
"string_decoder": "^1.3.0"
43114312
},
43124313
"license": "MIT"
4313-
}
4314+
}

yarn.lock

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -981,6 +981,15 @@
981981
resolved "https://registry.yarnpkg.com/@vscode/codicons/-/codicons-0.0.36.tgz#ccdabfaef5db596b266644ab85fc25aa701058f0"
982982
integrity sha512-wsNOvNMMJ2BY8rC2N2MNBG7yOowV3ov8KlvUE/AiVUlHKTfWsw3OgAOQduX7h0Un6GssKD3aoTVH+TF3DSQwKQ==
983983

984+
"@vscode/dts@^0.4.1":
985+
version "0.4.1"
986+
resolved "https://registry.yarnpkg.com/@vscode/dts/-/dts-0.4.1.tgz#1946cf09db412def5fe5ecac9b9ff3e058546654"
987+
integrity sha512-o8cI5Vqt6S6Y5mCI7yCkSQdiLQaLG5DMUpciJV3zReZwE+dA5KERxSVX8H3cPEhyKw21XwKGmIrg6YmN6M5uZA==
988+
dependencies:
989+
https-proxy-agent "^7.0.0"
990+
minimist "^1.2.8"
991+
prompts "^2.4.2"
992+
984993
"@vscode/extension-telemetry@0.7.5":
985994
version "0.7.5"
986995
resolved "https://registry.yarnpkg.com/@vscode/extension-telemetry/-/extension-telemetry-0.7.5.tgz#bf965731816e08c3f146f96d901ec67954fc913b"
@@ -3706,7 +3715,7 @@ https-proxy-agent@^5.0.0:
37063715
agent-base "6"
37073716
debug "4"
37083717

3709-
https-proxy-agent@^7.0.5, https-proxy-agent@^7.0.6:
3718+
https-proxy-agent@^7.0.0, https-proxy-agent@^7.0.5, https-proxy-agent@^7.0.6:
37103719
version "7.0.6"
37113720
resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-7.0.6.tgz#da8dfeac7da130b05c2ba4b59c9b6cd66611a6b9"
37123721
integrity sha512-vK9P5/iUfdl95AI+JVyUuIcVtd4ofvtrOr3HNtM2yxC9bnMbEdp3x01OhQNnjb8IJYi38VlTE3mBXwcfvywuSw==
@@ -4284,6 +4293,11 @@ keygrip@~1.1.0:
42844293
dependencies:
42854294
tsscmp "1.0.6"
42864295

4296+
kleur@^3.0.3:
4297+
version "3.0.3"
4298+
resolved "https://registry.yarnpkg.com/kleur/-/kleur-3.0.3.tgz#a79c9ecc86ee1ce3fa6206d1216c501f147fc07e"
4299+
integrity sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==
4300+
42874301
koa-compose@^4.1.0:
42884302
version "4.1.0"
42894303
resolved "https://registry.yarnpkg.com/koa-compose/-/koa-compose-4.1.0.tgz#507306b9371901db41121c812e923d0d67d3e877"
@@ -5484,6 +5498,14 @@ progress@^2.0.0:
54845498
resolved "https://registry.yarnpkg.com/progress/-/progress-2.0.3.tgz#7e8cf8d8f5b8f239c1bc68beb4eb78567d572ef8"
54855499
integrity sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA==
54865500

5501+
prompts@^2.4.2:
5502+
version "2.4.2"
5503+
resolved "https://registry.yarnpkg.com/prompts/-/prompts-2.4.2.tgz#7b57e73b3a48029ad10ebd44f74b01722a4cb069"
5504+
integrity sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==
5505+
dependencies:
5506+
kleur "^3.0.3"
5507+
sisteransi "^1.0.5"
5508+
54875509
prop-types@^15.6.2:
54885510
version "15.7.2"
54895511
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.7.2.tgz#52c41e75b8c87e72b9d9360e0206b99dcbffa6c5"
@@ -6016,6 +6038,11 @@ sinon@9.0.0:
60166038
nise "^4.0.1"
60176039
supports-color "^7.1.0"
60186040

6041+
sisteransi@^1.0.5:
6042+
version "1.0.5"
6043+
resolved "https://registry.yarnpkg.com/sisteransi/-/sisteransi-1.0.5.tgz#134d681297756437cc05ca01370d3a7a571075ed"
6044+
integrity sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==
6045+
60196046
slash@^3.0.0:
60206047
version "3.0.0"
60216048
resolved "https://registry.yarnpkg.com/slash/-/slash-3.0.0.tgz#6539be870c165adbd5240220dbe361f1bc4d4634"

0 commit comments

Comments
 (0)