Skip to content

Commit e8612d3

Browse files
lramos15joyceerhl
andauthored
Switch to 1DS SDK + Fix importScripts Error (microsoft#155230)
* Disable chunking to prevent `importScripts` calls in web (microsoft#155226) * Upgrade module + keys Co-authored-by: Joyce Er <[email protected]>
1 parent f8e5f9e commit e8612d3

File tree

21 files changed

+411
-57
lines changed

21 files changed

+411
-57
lines changed

extensions/git/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"engines": {
99
"vscode": "^1.5.0"
1010
},
11-
"aiKey": "AIF-d9b70cd4-b9f9-4d70-929b-a071c400b217",
11+
"aiKey": "0c6ae279ed8443289764825290e4f9e2-1a736e7c-1324-4338-be46-fc2a58ae4d14-7255",
1212
"enabledApiProposals": [
1313
"diffCommand",
1414
"contribMergeEditorToolbar",
@@ -2712,7 +2712,7 @@
27122712
},
27132713
"dependencies": {
27142714
"@joaomoreno/unique-names-generator": "5.0.0",
2715-
"@vscode/extension-telemetry": "0.6.1",
2715+
"@vscode/extension-telemetry": "0.6.2",
27162716
"@vscode/iconv-lite-umd": "0.7.0",
27172717
"byline": "^5.0.0",
27182718
"file-type": "^7.2.0",

extensions/git/yarn.lock

Lines changed: 43 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,42 @@
77
resolved "https://registry.yarnpkg.com/@joaomoreno/unique-names-generator/-/unique-names-generator-5.0.0.tgz#a67fe66e3d825c929fc97abfdf17fd80a72beab0"
88
integrity sha512-3kP6z7aoGEoM3tvhTBZioYa1QFkovOU8uxAlVclnZlXivwF/WTE5EcOzvoDdM+jtjJyWvCMDR1Q4RBjDqupD3A==
99

10+
"@microsoft/[email protected]", "@microsoft/1ds-core-js@^3.2.3":
11+
version "3.2.4"
12+
resolved "https://registry.yarnpkg.com/@microsoft/1ds-core-js/-/1ds-core-js-3.2.4.tgz#fbffd3fbcc80b04ba57c961486ff581c59e1180e"
13+
integrity sha512-ZkbCb63JF7hN+YQ8e/4nRe6vAIBMpoF8PQNiYiXSzYtdhXZ/pM3jB9/7g0O5LR4h/2IU1amAq0kpBgPbd6NWqg==
14+
dependencies:
15+
"@microsoft/applicationinsights-core-js" "2.8.5"
16+
"@microsoft/applicationinsights-shims" "^2.0.1"
17+
"@microsoft/dynamicproto-js" "^1.1.6"
18+
19+
"@microsoft/1ds-post-js@^3.2.3":
20+
version "3.2.4"
21+
resolved "https://registry.yarnpkg.com/@microsoft/1ds-post-js/-/1ds-post-js-3.2.4.tgz#38913faa3fbaca320cea14d275f7cd4c28242d35"
22+
integrity sha512-SblhGNkd8C6kzewq+Gc/ViN2oYp1/TJFw0Y4rOfHXCr6siznInBggm5ehqZd/QPXh/7MYqCx4Gpw9Rra18fO0g==
23+
dependencies:
24+
"@microsoft/1ds-core-js" "3.2.4"
25+
"@microsoft/applicationinsights-shims" "^2.0.1"
26+
"@microsoft/dynamicproto-js" "^1.1.6"
27+
28+
"@microsoft/[email protected]":
29+
version "2.8.5"
30+
resolved "https://registry.yarnpkg.com/@microsoft/applicationinsights-core-js/-/applicationinsights-core-js-2.8.5.tgz#02adb1b9a7dca83897a9a06a98d1aecdc7526b6f"
31+
integrity sha512-7/EgK6r8GiDVluo84skCMNthgnPa6P7TXiJqHBJbuCf11N4YqkZoGjKs+Fo7h6XIPuYMUHVMNLpBObI7oS7HsQ==
32+
dependencies:
33+
"@microsoft/applicationinsights-shims" "2.0.1"
34+
"@microsoft/dynamicproto-js" "^1.1.6"
35+
36+
"@microsoft/[email protected]", "@microsoft/applicationinsights-shims@^2.0.1":
37+
version "2.0.1"
38+
resolved "https://registry.yarnpkg.com/@microsoft/applicationinsights-shims/-/applicationinsights-shims-2.0.1.tgz#5d72fb7aaf4056c4fda54f9d7c93ccf8ca9bcbfd"
39+
integrity sha512-G0MXf6R6HndRbDy9BbEj0zrLeuhwt2nsXk2zKtF0TnYo39KgYqhYC2ayIzKPTm2KAE+xzD7rgyLdZnrcRvt9WQ==
40+
41+
"@microsoft/dynamicproto-js@^1.1.6":
42+
version "1.1.6"
43+
resolved "https://registry.yarnpkg.com/@microsoft/dynamicproto-js/-/dynamicproto-js-1.1.6.tgz#6fe03468862861f5f88ac4c3959a652b3797f1bc"
44+
integrity sha512-D1Oivw1A4bIXhzBIy3/BBPn3p2On+kpO2NiYt9shICDK7L/w+cR6FFBUsBZ05l6iqzTeL+Jm8lAYn0g6G7DmDg==
45+
1046
1147
version "4.2.31"
1248
resolved "https://registry.yarnpkg.com/@types/byline/-/byline-4.2.31.tgz#0e61fcb9c03e047d21c4496554c7116297ab60cd"
@@ -46,10 +82,13 @@
4682
resolved "https://registry.yarnpkg.com/@types/which/-/which-1.0.28.tgz#016e387629b8817bed653fe32eab5d11279c8df6"
4783
integrity sha1-AW44dim4gXvtZT/jLqtdESecjfY=
4884

49-
50-
version "0.6.1"
51-
resolved "https://registry.yarnpkg.com/@vscode/extension-telemetry/-/extension-telemetry-0.6.1.tgz#f8d1f7145baf932b75077c48107edff48501fc14"
52-
integrity sha512-Y4Oc8yGURGVF4WhCZcu+EVy+MAIeQDLDVeDlLn59H0C1w+7xr8dL2ZtDBioy+Hog1Edrd6zOwr3Na7xe1iC/UA==
85+
86+
version "0.6.2"
87+
resolved "https://registry.yarnpkg.com/@vscode/extension-telemetry/-/extension-telemetry-0.6.2.tgz#b86814ee680615730da94220c2b03ea9c3c14a8e"
88+
integrity sha512-yb/wxLuaaCRcBAZtDCjNYSisAXz3FWsSqAha5nhHcYxx2ZPdQdWuZqVXGKq0ZpHVndBWWtK6XqtpCN2/HB4S1w==
89+
dependencies:
90+
"@microsoft/1ds-core-js" "^3.2.3"
91+
"@microsoft/1ds-post-js" "^3.2.3"
5392

5493
5594
version "0.7.0"

extensions/github-authentication/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
}
4949
}
5050
},
51-
"aiKey": "AIF-d9b70cd4-b9f9-4d70-929b-a071c400b217",
51+
"aiKey": "0c6ae279ed8443289764825290e4f9e2-1a736e7c-1324-4338-be46-fc2a58ae4d14-7255",
5252
"main": "./out/extension.js",
5353
"browser": "./dist/browser/extension.js",
5454
"scripts": {
@@ -61,7 +61,7 @@
6161
"dependencies": {
6262
"node-fetch": "2.6.7",
6363
"uuid": "8.1.0",
64-
"@vscode/extension-telemetry": "0.6.1",
64+
"@vscode/extension-telemetry": "0.6.2",
6565
"vscode-nls": "^5.0.0",
6666
"vscode-tas-client": "^0.1.47"
6767
},

extensions/github-authentication/yarn.lock

Lines changed: 43 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,42 @@
22
# yarn lockfile v1
33

44

5+
"@microsoft/[email protected]", "@microsoft/1ds-core-js@^3.2.3":
6+
version "3.2.4"
7+
resolved "https://registry.yarnpkg.com/@microsoft/1ds-core-js/-/1ds-core-js-3.2.4.tgz#fbffd3fbcc80b04ba57c961486ff581c59e1180e"
8+
integrity sha512-ZkbCb63JF7hN+YQ8e/4nRe6vAIBMpoF8PQNiYiXSzYtdhXZ/pM3jB9/7g0O5LR4h/2IU1amAq0kpBgPbd6NWqg==
9+
dependencies:
10+
"@microsoft/applicationinsights-core-js" "2.8.5"
11+
"@microsoft/applicationinsights-shims" "^2.0.1"
12+
"@microsoft/dynamicproto-js" "^1.1.6"
13+
14+
"@microsoft/1ds-post-js@^3.2.3":
15+
version "3.2.4"
16+
resolved "https://registry.yarnpkg.com/@microsoft/1ds-post-js/-/1ds-post-js-3.2.4.tgz#38913faa3fbaca320cea14d275f7cd4c28242d35"
17+
integrity sha512-SblhGNkd8C6kzewq+Gc/ViN2oYp1/TJFw0Y4rOfHXCr6siznInBggm5ehqZd/QPXh/7MYqCx4Gpw9Rra18fO0g==
18+
dependencies:
19+
"@microsoft/1ds-core-js" "3.2.4"
20+
"@microsoft/applicationinsights-shims" "^2.0.1"
21+
"@microsoft/dynamicproto-js" "^1.1.6"
22+
23+
"@microsoft/[email protected]":
24+
version "2.8.5"
25+
resolved "https://registry.yarnpkg.com/@microsoft/applicationinsights-core-js/-/applicationinsights-core-js-2.8.5.tgz#02adb1b9a7dca83897a9a06a98d1aecdc7526b6f"
26+
integrity sha512-7/EgK6r8GiDVluo84skCMNthgnPa6P7TXiJqHBJbuCf11N4YqkZoGjKs+Fo7h6XIPuYMUHVMNLpBObI7oS7HsQ==
27+
dependencies:
28+
"@microsoft/applicationinsights-shims" "2.0.1"
29+
"@microsoft/dynamicproto-js" "^1.1.6"
30+
31+
"@microsoft/[email protected]", "@microsoft/applicationinsights-shims@^2.0.1":
32+
version "2.0.1"
33+
resolved "https://registry.yarnpkg.com/@microsoft/applicationinsights-shims/-/applicationinsights-shims-2.0.1.tgz#5d72fb7aaf4056c4fda54f9d7c93ccf8ca9bcbfd"
34+
integrity sha512-G0MXf6R6HndRbDy9BbEj0zrLeuhwt2nsXk2zKtF0TnYo39KgYqhYC2ayIzKPTm2KAE+xzD7rgyLdZnrcRvt9WQ==
35+
36+
"@microsoft/dynamicproto-js@^1.1.6":
37+
version "1.1.6"
38+
resolved "https://registry.yarnpkg.com/@microsoft/dynamicproto-js/-/dynamicproto-js-1.1.6.tgz#6fe03468862861f5f88ac4c3959a652b3797f1bc"
39+
integrity sha512-D1Oivw1A4bIXhzBIy3/BBPn3p2On+kpO2NiYt9shICDK7L/w+cR6FFBUsBZ05l6iqzTeL+Jm8lAYn0g6G7DmDg==
40+
541
"@types/node-fetch@^2.5.7":
642
version "2.5.7"
743
resolved "https://registry.yarnpkg.com/@types/node-fetch/-/node-fetch-2.5.7.tgz#20a2afffa882ab04d44ca786449a276f9f6bbf3c"
@@ -25,10 +61,13 @@
2561
resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-8.0.0.tgz#165aae4819ad2174a17476dbe66feebd549556c0"
2662
integrity sha512-xSQfNcvOiE5f9dyd4Kzxbof1aTrLobL278pGLKOZI6esGfZ7ts9Ka16CzIN6Y8hFHE1C7jIBZokULhK1bOgjRw==
2763

28-
29-
version "0.6.1"
30-
resolved "https://registry.yarnpkg.com/@vscode/extension-telemetry/-/extension-telemetry-0.6.1.tgz#f8d1f7145baf932b75077c48107edff48501fc14"
31-
integrity sha512-Y4Oc8yGURGVF4WhCZcu+EVy+MAIeQDLDVeDlLn59H0C1w+7xr8dL2ZtDBioy+Hog1Edrd6zOwr3Na7xe1iC/UA==
64+
65+
version "0.6.2"
66+
resolved "https://registry.yarnpkg.com/@vscode/extension-telemetry/-/extension-telemetry-0.6.2.tgz#b86814ee680615730da94220c2b03ea9c3c14a8e"
67+
integrity sha512-yb/wxLuaaCRcBAZtDCjNYSisAXz3FWsSqAha5nhHcYxx2ZPdQdWuZqVXGKq0ZpHVndBWWtK6XqtpCN2/HB4S1w==
68+
dependencies:
69+
"@microsoft/1ds-core-js" "^3.2.3"
70+
"@microsoft/1ds-post-js" "^3.2.3"
3271

3372
asynckit@^0.4.0:
3473
version "0.4.0"

extensions/html-language-features/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"version": "1.0.0",
66
"publisher": "vscode",
77
"license": "MIT",
8-
"aiKey": "AIF-d9b70cd4-b9f9-4d70-929b-a071c400b217",
8+
"aiKey": "0c6ae279ed8443289764825290e4f9e2-1a736e7c-1324-4338-be46-fc2a58ae4d14-7255",
99
"engines": {
1010
"vscode": "0.10.x"
1111
},
@@ -255,7 +255,7 @@
255255
]
256256
},
257257
"dependencies": {
258-
"@vscode/extension-telemetry": "0.5.1",
258+
"@vscode/extension-telemetry": "0.6.2",
259259
"vscode-languageclient": "^8.0.2-next.4",
260260
"vscode-nls": "^5.0.1",
261261
"vscode-uri": "^3.0.3"

extensions/html-language-features/yarn.lock

Lines changed: 43 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,54 @@
22
# yarn lockfile v1
33

44

5+
"@microsoft/[email protected]", "@microsoft/1ds-core-js@^3.2.3":
6+
version "3.2.4"
7+
resolved "https://registry.yarnpkg.com/@microsoft/1ds-core-js/-/1ds-core-js-3.2.4.tgz#fbffd3fbcc80b04ba57c961486ff581c59e1180e"
8+
integrity sha512-ZkbCb63JF7hN+YQ8e/4nRe6vAIBMpoF8PQNiYiXSzYtdhXZ/pM3jB9/7g0O5LR4h/2IU1amAq0kpBgPbd6NWqg==
9+
dependencies:
10+
"@microsoft/applicationinsights-core-js" "2.8.5"
11+
"@microsoft/applicationinsights-shims" "^2.0.1"
12+
"@microsoft/dynamicproto-js" "^1.1.6"
13+
14+
"@microsoft/1ds-post-js@^3.2.3":
15+
version "3.2.4"
16+
resolved "https://registry.yarnpkg.com/@microsoft/1ds-post-js/-/1ds-post-js-3.2.4.tgz#38913faa3fbaca320cea14d275f7cd4c28242d35"
17+
integrity sha512-SblhGNkd8C6kzewq+Gc/ViN2oYp1/TJFw0Y4rOfHXCr6siznInBggm5ehqZd/QPXh/7MYqCx4Gpw9Rra18fO0g==
18+
dependencies:
19+
"@microsoft/1ds-core-js" "3.2.4"
20+
"@microsoft/applicationinsights-shims" "^2.0.1"
21+
"@microsoft/dynamicproto-js" "^1.1.6"
22+
23+
"@microsoft/[email protected]":
24+
version "2.8.5"
25+
resolved "https://registry.yarnpkg.com/@microsoft/applicationinsights-core-js/-/applicationinsights-core-js-2.8.5.tgz#02adb1b9a7dca83897a9a06a98d1aecdc7526b6f"
26+
integrity sha512-7/EgK6r8GiDVluo84skCMNthgnPa6P7TXiJqHBJbuCf11N4YqkZoGjKs+Fo7h6XIPuYMUHVMNLpBObI7oS7HsQ==
27+
dependencies:
28+
"@microsoft/applicationinsights-shims" "2.0.1"
29+
"@microsoft/dynamicproto-js" "^1.1.6"
30+
31+
"@microsoft/[email protected]", "@microsoft/applicationinsights-shims@^2.0.1":
32+
version "2.0.1"
33+
resolved "https://registry.yarnpkg.com/@microsoft/applicationinsights-shims/-/applicationinsights-shims-2.0.1.tgz#5d72fb7aaf4056c4fda54f9d7c93ccf8ca9bcbfd"
34+
integrity sha512-G0MXf6R6HndRbDy9BbEj0zrLeuhwt2nsXk2zKtF0TnYo39KgYqhYC2ayIzKPTm2KAE+xzD7rgyLdZnrcRvt9WQ==
35+
36+
"@microsoft/dynamicproto-js@^1.1.6":
37+
version "1.1.6"
38+
resolved "https://registry.yarnpkg.com/@microsoft/dynamicproto-js/-/dynamicproto-js-1.1.6.tgz#6fe03468862861f5f88ac4c3959a652b3797f1bc"
39+
integrity sha512-D1Oivw1A4bIXhzBIy3/BBPn3p2On+kpO2NiYt9shICDK7L/w+cR6FFBUsBZ05l6iqzTeL+Jm8lAYn0g6G7DmDg==
40+
541
642
version "16.11.6"
743
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.11.6.tgz#6bef7a2a0ad684cf6e90fcfe31cecabd9ce0a3ae"
844
integrity sha512-ua7PgUoeQFjmWPcoo9khiPum3Pd60k4/2ZGXt18sm2Slk0W0xZTqt5Y0Ny1NyBiN1EVQ/+FaF9NcY4Qe6rwk5w==
945

10-
11-
version "0.5.1"
12-
resolved "https://registry.yarnpkg.com/@vscode/extension-telemetry/-/extension-telemetry-0.5.1.tgz#20150976629663b3d33799a4ad25944a1535f7db"
13-
integrity sha512-cvFq8drxdLRF8KN72WcV4lTEa9GqDiRwy9EbnYuoSCD9Jdk8zHFF49MmACC1qs4R9Ko/C1uMOmeLJmVi8EA0rQ==
46+
47+
version "0.6.2"
48+
resolved "https://registry.yarnpkg.com/@vscode/extension-telemetry/-/extension-telemetry-0.6.2.tgz#b86814ee680615730da94220c2b03ea9c3c14a8e"
49+
integrity sha512-yb/wxLuaaCRcBAZtDCjNYSisAXz3FWsSqAha5nhHcYxx2ZPdQdWuZqVXGKq0ZpHVndBWWtK6XqtpCN2/HB4S1w==
50+
dependencies:
51+
"@microsoft/1ds-core-js" "^3.2.3"
52+
"@microsoft/1ds-post-js" "^3.2.3"
1453

1554
balanced-match@^1.0.0:
1655
version "1.0.0"

extensions/image-preview/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"publisher": "vscode",
1111
"icon": "icon.png",
1212
"license": "MIT",
13-
"aiKey": "AIF-d9b70cd4-b9f9-4d70-929b-a071c400b217",
13+
"aiKey": "0c6ae279ed8443289764825290e4f9e2-1a736e7c-1324-4338-be46-fc2a58ae4d14-7255",
1414
"engines": {
1515
"vscode": "^1.39.0"
1616
},
@@ -79,7 +79,7 @@
7979
"watch-web": "npx webpack-cli --config extension-browser.webpack.config --mode none --watch --info-verbosity verbose"
8080
},
8181
"dependencies": {
82-
"@vscode/extension-telemetry": "0.6.1",
82+
"@vscode/extension-telemetry": "0.6.2",
8383
"vscode-nls": "^5.0.0"
8484
},
8585
"repository": {

extensions/image-preview/yarn.lock

Lines changed: 43 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,49 @@
22
# yarn lockfile v1
33

44

5-
6-
version "0.6.1"
7-
resolved "https://registry.yarnpkg.com/@vscode/extension-telemetry/-/extension-telemetry-0.6.1.tgz#f8d1f7145baf932b75077c48107edff48501fc14"
8-
integrity sha512-Y4Oc8yGURGVF4WhCZcu+EVy+MAIeQDLDVeDlLn59H0C1w+7xr8dL2ZtDBioy+Hog1Edrd6zOwr3Na7xe1iC/UA==
5+
"@microsoft/[email protected]", "@microsoft/1ds-core-js@^3.2.3":
6+
version "3.2.4"
7+
resolved "https://registry.yarnpkg.com/@microsoft/1ds-core-js/-/1ds-core-js-3.2.4.tgz#fbffd3fbcc80b04ba57c961486ff581c59e1180e"
8+
integrity sha512-ZkbCb63JF7hN+YQ8e/4nRe6vAIBMpoF8PQNiYiXSzYtdhXZ/pM3jB9/7g0O5LR4h/2IU1amAq0kpBgPbd6NWqg==
9+
dependencies:
10+
"@microsoft/applicationinsights-core-js" "2.8.5"
11+
"@microsoft/applicationinsights-shims" "^2.0.1"
12+
"@microsoft/dynamicproto-js" "^1.1.6"
13+
14+
"@microsoft/1ds-post-js@^3.2.3":
15+
version "3.2.4"
16+
resolved "https://registry.yarnpkg.com/@microsoft/1ds-post-js/-/1ds-post-js-3.2.4.tgz#38913faa3fbaca320cea14d275f7cd4c28242d35"
17+
integrity sha512-SblhGNkd8C6kzewq+Gc/ViN2oYp1/TJFw0Y4rOfHXCr6siznInBggm5ehqZd/QPXh/7MYqCx4Gpw9Rra18fO0g==
18+
dependencies:
19+
"@microsoft/1ds-core-js" "3.2.4"
20+
"@microsoft/applicationinsights-shims" "^2.0.1"
21+
"@microsoft/dynamicproto-js" "^1.1.6"
22+
23+
"@microsoft/[email protected]":
24+
version "2.8.5"
25+
resolved "https://registry.yarnpkg.com/@microsoft/applicationinsights-core-js/-/applicationinsights-core-js-2.8.5.tgz#02adb1b9a7dca83897a9a06a98d1aecdc7526b6f"
26+
integrity sha512-7/EgK6r8GiDVluo84skCMNthgnPa6P7TXiJqHBJbuCf11N4YqkZoGjKs+Fo7h6XIPuYMUHVMNLpBObI7oS7HsQ==
27+
dependencies:
28+
"@microsoft/applicationinsights-shims" "2.0.1"
29+
"@microsoft/dynamicproto-js" "^1.1.6"
30+
31+
"@microsoft/[email protected]", "@microsoft/applicationinsights-shims@^2.0.1":
32+
version "2.0.1"
33+
resolved "https://registry.yarnpkg.com/@microsoft/applicationinsights-shims/-/applicationinsights-shims-2.0.1.tgz#5d72fb7aaf4056c4fda54f9d7c93ccf8ca9bcbfd"
34+
integrity sha512-G0MXf6R6HndRbDy9BbEj0zrLeuhwt2nsXk2zKtF0TnYo39KgYqhYC2ayIzKPTm2KAE+xzD7rgyLdZnrcRvt9WQ==
35+
36+
"@microsoft/dynamicproto-js@^1.1.6":
37+
version "1.1.6"
38+
resolved "https://registry.yarnpkg.com/@microsoft/dynamicproto-js/-/dynamicproto-js-1.1.6.tgz#6fe03468862861f5f88ac4c3959a652b3797f1bc"
39+
integrity sha512-D1Oivw1A4bIXhzBIy3/BBPn3p2On+kpO2NiYt9shICDK7L/w+cR6FFBUsBZ05l6iqzTeL+Jm8lAYn0g6G7DmDg==
40+
41+
42+
version "0.6.2"
43+
resolved "https://registry.yarnpkg.com/@vscode/extension-telemetry/-/extension-telemetry-0.6.2.tgz#b86814ee680615730da94220c2b03ea9c3c14a8e"
44+
integrity sha512-yb/wxLuaaCRcBAZtDCjNYSisAXz3FWsSqAha5nhHcYxx2ZPdQdWuZqVXGKq0ZpHVndBWWtK6XqtpCN2/HB4S1w==
45+
dependencies:
46+
"@microsoft/1ds-core-js" "^3.2.3"
47+
"@microsoft/1ds-post-js" "^3.2.3"
948

1049
vscode-nls@^5.0.0:
1150
version "5.0.0"

extensions/json-language-features/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"version": "1.0.0",
66
"publisher": "vscode",
77
"license": "MIT",
8-
"aiKey": "AIF-d9b70cd4-b9f9-4d70-929b-a071c400b217",
8+
"aiKey": "0c6ae279ed8443289764825290e4f9e2-1a736e7c-1324-4338-be46-fc2a58ae4d14-7255",
99
"engines": {
1010
"vscode": "0.10.x"
1111
},
@@ -147,7 +147,7 @@
147147
]
148148
},
149149
"dependencies": {
150-
"@vscode/extension-telemetry": "0.6.1",
150+
"@vscode/extension-telemetry": "0.6.2",
151151
"request-light": "^0.5.8",
152152
"vscode-languageclient": "^8.0.2-next.4",
153153
"vscode-nls": "^5.0.1"

extensions/json-language-features/yarn.lock

Lines changed: 43 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,54 @@
22
# yarn lockfile v1
33

44

5+
"@microsoft/[email protected]", "@microsoft/1ds-core-js@^3.2.3":
6+
version "3.2.4"
7+
resolved "https://registry.yarnpkg.com/@microsoft/1ds-core-js/-/1ds-core-js-3.2.4.tgz#fbffd3fbcc80b04ba57c961486ff581c59e1180e"
8+
integrity sha512-ZkbCb63JF7hN+YQ8e/4nRe6vAIBMpoF8PQNiYiXSzYtdhXZ/pM3jB9/7g0O5LR4h/2IU1amAq0kpBgPbd6NWqg==
9+
dependencies:
10+
"@microsoft/applicationinsights-core-js" "2.8.5"
11+
"@microsoft/applicationinsights-shims" "^2.0.1"
12+
"@microsoft/dynamicproto-js" "^1.1.6"
13+
14+
"@microsoft/1ds-post-js@^3.2.3":
15+
version "3.2.4"
16+
resolved "https://registry.yarnpkg.com/@microsoft/1ds-post-js/-/1ds-post-js-3.2.4.tgz#38913faa3fbaca320cea14d275f7cd4c28242d35"
17+
integrity sha512-SblhGNkd8C6kzewq+Gc/ViN2oYp1/TJFw0Y4rOfHXCr6siznInBggm5ehqZd/QPXh/7MYqCx4Gpw9Rra18fO0g==
18+
dependencies:
19+
"@microsoft/1ds-core-js" "3.2.4"
20+
"@microsoft/applicationinsights-shims" "^2.0.1"
21+
"@microsoft/dynamicproto-js" "^1.1.6"
22+
23+
"@microsoft/[email protected]":
24+
version "2.8.5"
25+
resolved "https://registry.yarnpkg.com/@microsoft/applicationinsights-core-js/-/applicationinsights-core-js-2.8.5.tgz#02adb1b9a7dca83897a9a06a98d1aecdc7526b6f"
26+
integrity sha512-7/EgK6r8GiDVluo84skCMNthgnPa6P7TXiJqHBJbuCf11N4YqkZoGjKs+Fo7h6XIPuYMUHVMNLpBObI7oS7HsQ==
27+
dependencies:
28+
"@microsoft/applicationinsights-shims" "2.0.1"
29+
"@microsoft/dynamicproto-js" "^1.1.6"
30+
31+
"@microsoft/[email protected]", "@microsoft/applicationinsights-shims@^2.0.1":
32+
version "2.0.1"
33+
resolved "https://registry.yarnpkg.com/@microsoft/applicationinsights-shims/-/applicationinsights-shims-2.0.1.tgz#5d72fb7aaf4056c4fda54f9d7c93ccf8ca9bcbfd"
34+
integrity sha512-G0MXf6R6HndRbDy9BbEj0zrLeuhwt2nsXk2zKtF0TnYo39KgYqhYC2ayIzKPTm2KAE+xzD7rgyLdZnrcRvt9WQ==
35+
36+
"@microsoft/dynamicproto-js@^1.1.6":
37+
version "1.1.6"
38+
resolved "https://registry.yarnpkg.com/@microsoft/dynamicproto-js/-/dynamicproto-js-1.1.6.tgz#6fe03468862861f5f88ac4c3959a652b3797f1bc"
39+
integrity sha512-D1Oivw1A4bIXhzBIy3/BBPn3p2On+kpO2NiYt9shICDK7L/w+cR6FFBUsBZ05l6iqzTeL+Jm8lAYn0g6G7DmDg==
40+
541
642
version "16.11.6"
743
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.11.6.tgz#6bef7a2a0ad684cf6e90fcfe31cecabd9ce0a3ae"
844
integrity sha512-ua7PgUoeQFjmWPcoo9khiPum3Pd60k4/2ZGXt18sm2Slk0W0xZTqt5Y0Ny1NyBiN1EVQ/+FaF9NcY4Qe6rwk5w==
945

10-
11-
version "0.6.1"
12-
resolved "https://registry.yarnpkg.com/@vscode/extension-telemetry/-/extension-telemetry-0.6.1.tgz#f8d1f7145baf932b75077c48107edff48501fc14"
13-
integrity sha512-Y4Oc8yGURGVF4WhCZcu+EVy+MAIeQDLDVeDlLn59H0C1w+7xr8dL2ZtDBioy+Hog1Edrd6zOwr3Na7xe1iC/UA==
46+
47+
version "0.6.2"
48+
resolved "https://registry.yarnpkg.com/@vscode/extension-telemetry/-/extension-telemetry-0.6.2.tgz#b86814ee680615730da94220c2b03ea9c3c14a8e"
49+
integrity sha512-yb/wxLuaaCRcBAZtDCjNYSisAXz3FWsSqAha5nhHcYxx2ZPdQdWuZqVXGKq0ZpHVndBWWtK6XqtpCN2/HB4S1w==
50+
dependencies:
51+
"@microsoft/1ds-core-js" "^3.2.3"
52+
"@microsoft/1ds-post-js" "^3.2.3"
1453

1554
balanced-match@^1.0.0:
1655
version "1.0.0"

0 commit comments

Comments
 (0)