Skip to content

Commit a975e59

Browse files
committed
Update applicationInsights for microsoft#60585
1 parent 924dd92 commit a975e59

12 files changed

Lines changed: 55 additions & 55 deletions

File tree

extensions/git/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1341,7 +1341,7 @@
13411341
"file-type": "^7.2.0",
13421342
"iconv-lite": "0.4.19",
13431343
"jschardet": "^1.6.0",
1344-
"vscode-extension-telemetry": "0.0.22",
1344+
"vscode-extension-telemetry": "0.1.0",
13451345
"vscode-nls": "^4.0.0",
13461346
"which": "^1.3.0"
13471347
},

extensions/git/yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@
3636
resolved "https://registry.yarnpkg.com/@types/which/-/which-1.0.28.tgz#016e387629b8817bed653fe32eab5d11279c8df6"
3737
integrity sha1-AW44dim4gXvtZT/jLqtdESecjfY=
3838

39-
applicationinsights@1.0.5:
40-
version "1.0.5"
41-
resolved "https://registry.yarnpkg.com/applicationinsights/-/applicationinsights-1.0.5.tgz#a60d1ffdf7aa1ac77c637c0ef7fcf2a9671cc869"
42-
integrity sha512-T6V4ZyhikGKnuqYGbNz1q5+ORROutUp58UqfLLwHH+X1RkcnEU+gW15kIKWJ8zqGWbilhn6bONJa+T5en642mg==
39+
applicationinsights@1.0.6:
40+
version "1.0.6"
41+
resolved "https://registry.yarnpkg.com/applicationinsights/-/applicationinsights-1.0.6.tgz#bc201810de91cea910dab34e8ad35ecde488edeb"
42+
integrity sha512-VQT3kBpJVPw5fCO5n+WUeSx0VHjxFtD7znYbILBlVgOS9/cMDuGFmV2Br3ObzFyZUDGNbEfW36fD1y2/vAiCKw==
4343
dependencies:
4444
diagnostic-channel "0.2.0"
4545
diagnostic-channel-publishers "0.2.1"
@@ -306,12 +306,12 @@ supports-color@3.1.2:
306306
dependencies:
307307
has-flag "^1.0.0"
308308

309-
vscode-extension-telemetry@0.0.22:
310-
version "0.0.22"
311-
resolved "https://registry.yarnpkg.com/vscode-extension-telemetry/-/vscode-extension-telemetry-0.0.22.tgz#ec7d6d85afb5b198aab09e80cba9e16b6d588e56"
312-
integrity sha512-6/xT3UG6nPcNbBT29RPRJ6uRplI0l1m5ZBX9VXV3XGWrINDvWw2Nk/84xMeWDF1zI1YoPCcjeD0u4gH2OIsrcA==
309+
vscode-extension-telemetry@0.1.0:
310+
version "0.1.0"
311+
resolved "https://registry.yarnpkg.com/vscode-extension-telemetry/-/vscode-extension-telemetry-0.1.0.tgz#3cdcb61d03829966bd04b5f11471a1e40d6abaad"
312+
integrity sha512-WVCnP+uLxlqB6UD98yQNV47mR5Rf79LFxpuZhSPhEf0Sb4tPZed3a63n003/dchhOwyCTCBuNN4n8XKJkLEI1Q==
313313
dependencies:
314-
applicationinsights "1.0.5"
314+
applicationinsights "1.0.6"
315315

316316
vscode-nls@^4.0.0:
317317
version "4.0.0"

extensions/html-language-features/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@
175175
}
176176
},
177177
"dependencies": {
178-
"vscode-extension-telemetry": "0.0.22",
178+
"vscode-extension-telemetry": "0.1.0",
179179
"vscode-languageclient": "^5.1.0",
180180
"vscode-nls": "^4.0.0"
181181
},

extensions/html-language-features/yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
resolved "https://registry.yarnpkg.com/@types/node/-/node-8.10.25.tgz#801fe4e39372cef18f268db880a5fbfcf71adc7e"
88
integrity sha512-WXvAXaknB0c2cJ7N44e1kUrVu5K90mSfPPaT5XxfuSMxEWva86EYIwxUZM3jNZ2P1CIC9e2z4WJqpAF69PQxeA==
99

10-
applicationinsights@1.0.5:
11-
version "1.0.5"
12-
resolved "https://registry.yarnpkg.com/applicationinsights/-/applicationinsights-1.0.5.tgz#a60d1ffdf7aa1ac77c637c0ef7fcf2a9671cc869"
13-
integrity sha512-T6V4ZyhikGKnuqYGbNz1q5+ORROutUp58UqfLLwHH+X1RkcnEU+gW15kIKWJ8zqGWbilhn6bONJa+T5en642mg==
10+
applicationinsights@1.0.6:
11+
version "1.0.6"
12+
resolved "https://registry.yarnpkg.com/applicationinsights/-/applicationinsights-1.0.6.tgz#bc201810de91cea910dab34e8ad35ecde488edeb"
13+
integrity sha512-VQT3kBpJVPw5fCO5n+WUeSx0VHjxFtD7znYbILBlVgOS9/cMDuGFmV2Br3ObzFyZUDGNbEfW36fD1y2/vAiCKw==
1414
dependencies:
1515
diagnostic-channel "0.2.0"
1616
diagnostic-channel-publishers "0.2.1"
@@ -33,12 +33,12 @@ semver@^5.3.0, semver@^5.5.0:
3333
resolved "https://registry.yarnpkg.com/semver/-/semver-5.5.1.tgz#7dfdd8814bdb7cabc7be0fb1d734cfb66c940477"
3434
integrity sha512-PqpAxfrEhlSUWge8dwIp4tZnQ25DIOthpiaHNIthsjEFQD6EvqUKUDM7L8O2rShkFccYo1VjJR0coWfNkCubRw==
3535

36-
vscode-extension-telemetry@0.0.22:
37-
version "0.0.22"
38-
resolved "https://registry.yarnpkg.com/vscode-extension-telemetry/-/vscode-extension-telemetry-0.0.22.tgz#ec7d6d85afb5b198aab09e80cba9e16b6d588e56"
39-
integrity sha512-6/xT3UG6nPcNbBT29RPRJ6uRplI0l1m5ZBX9VXV3XGWrINDvWw2Nk/84xMeWDF1zI1YoPCcjeD0u4gH2OIsrcA==
36+
vscode-extension-telemetry@0.1.0:
37+
version "0.1.0"
38+
resolved "https://registry.yarnpkg.com/vscode-extension-telemetry/-/vscode-extension-telemetry-0.1.0.tgz#3cdcb61d03829966bd04b5f11471a1e40d6abaad"
39+
integrity sha512-WVCnP+uLxlqB6UD98yQNV47mR5Rf79LFxpuZhSPhEf0Sb4tPZed3a63n003/dchhOwyCTCBuNN4n8XKJkLEI1Q==
4040
dependencies:
41-
applicationinsights "1.0.5"
41+
applicationinsights "1.0.6"
4242

4343
vscode-jsonrpc@^4.0.0:
4444
version "4.0.0"

extensions/json-language-features/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
}
101101
},
102102
"dependencies": {
103-
"vscode-extension-telemetry": "0.0.22",
103+
"vscode-extension-telemetry": "0.1.0",
104104
"vscode-languageclient": "^5.1.0",
105105
"vscode-nls": "^4.0.0"
106106
},

extensions/json-language-features/yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
resolved "https://registry.yarnpkg.com/@types/node/-/node-8.10.25.tgz#801fe4e39372cef18f268db880a5fbfcf71adc7e"
88
integrity sha512-WXvAXaknB0c2cJ7N44e1kUrVu5K90mSfPPaT5XxfuSMxEWva86EYIwxUZM3jNZ2P1CIC9e2z4WJqpAF69PQxeA==
99

10-
applicationinsights@1.0.5:
11-
version "1.0.5"
12-
resolved "https://registry.yarnpkg.com/applicationinsights/-/applicationinsights-1.0.5.tgz#a60d1ffdf7aa1ac77c637c0ef7fcf2a9671cc869"
13-
integrity sha512-T6V4ZyhikGKnuqYGbNz1q5+ORROutUp58UqfLLwHH+X1RkcnEU+gW15kIKWJ8zqGWbilhn6bONJa+T5en642mg==
10+
applicationinsights@1.0.6:
11+
version "1.0.6"
12+
resolved "https://registry.yarnpkg.com/applicationinsights/-/applicationinsights-1.0.6.tgz#bc201810de91cea910dab34e8ad35ecde488edeb"
13+
integrity sha512-VQT3kBpJVPw5fCO5n+WUeSx0VHjxFtD7znYbILBlVgOS9/cMDuGFmV2Br3ObzFyZUDGNbEfW36fD1y2/vAiCKw==
1414
dependencies:
1515
diagnostic-channel "0.2.0"
1616
diagnostic-channel-publishers "0.2.1"
@@ -38,12 +38,12 @@ semver@^5.5.0:
3838
resolved "https://registry.yarnpkg.com/semver/-/semver-5.5.1.tgz#7dfdd8814bdb7cabc7be0fb1d734cfb66c940477"
3939
integrity sha512-PqpAxfrEhlSUWge8dwIp4tZnQ25DIOthpiaHNIthsjEFQD6EvqUKUDM7L8O2rShkFccYo1VjJR0coWfNkCubRw==
4040

41-
vscode-extension-telemetry@0.0.22:
42-
version "0.0.22"
43-
resolved "https://registry.yarnpkg.com/vscode-extension-telemetry/-/vscode-extension-telemetry-0.0.22.tgz#ec7d6d85afb5b198aab09e80cba9e16b6d588e56"
44-
integrity sha512-6/xT3UG6nPcNbBT29RPRJ6uRplI0l1m5ZBX9VXV3XGWrINDvWw2Nk/84xMeWDF1zI1YoPCcjeD0u4gH2OIsrcA==
41+
vscode-extension-telemetry@0.1.0:
42+
version "0.1.0"
43+
resolved "https://registry.yarnpkg.com/vscode-extension-telemetry/-/vscode-extension-telemetry-0.1.0.tgz#3cdcb61d03829966bd04b5f11471a1e40d6abaad"
44+
integrity sha512-WVCnP+uLxlqB6UD98yQNV47mR5Rf79LFxpuZhSPhEf0Sb4tPZed3a63n003/dchhOwyCTCBuNN4n8XKJkLEI1Q==
4545
dependencies:
46-
applicationinsights "1.0.5"
46+
applicationinsights "1.0.6"
4747

4848
vscode-jsonrpc@^4.0.0:
4949
version "4.0.0"

extensions/markdown-language-features/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@
308308
"dependencies": {
309309
"highlight.js": "9.12.0",
310310
"markdown-it": "^8.4.1",
311-
"vscode-extension-telemetry": "0.0.22",
311+
"vscode-extension-telemetry": "0.1.0",
312312
"vscode-nls": "^4.0.0"
313313
},
314314
"devDependencies": {

extensions/markdown-language-features/yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -159,10 +159,10 @@ anymatch@^2.0.0:
159159
micromatch "^3.1.4"
160160
normalize-path "^2.1.1"
161161

162-
applicationinsights@1.0.5:
163-
version "1.0.5"
164-
resolved "https://registry.yarnpkg.com/applicationinsights/-/applicationinsights-1.0.5.tgz#a60d1ffdf7aa1ac77c637c0ef7fcf2a9671cc869"
165-
integrity sha512-T6V4ZyhikGKnuqYGbNz1q5+ORROutUp58UqfLLwHH+X1RkcnEU+gW15kIKWJ8zqGWbilhn6bONJa+T5en642mg==
162+
applicationinsights@1.0.6:
163+
version "1.0.6"
164+
resolved "https://registry.yarnpkg.com/applicationinsights/-/applicationinsights-1.0.6.tgz#bc201810de91cea910dab34e8ad35ecde488edeb"
165+
integrity sha512-VQT3kBpJVPw5fCO5n+WUeSx0VHjxFtD7znYbILBlVgOS9/cMDuGFmV2Br3ObzFyZUDGNbEfW36fD1y2/vAiCKw==
166166
dependencies:
167167
diagnostic-channel "0.2.0"
168168
diagnostic-channel-publishers "0.2.1"
@@ -6308,12 +6308,12 @@ vm-browserify@0.0.4:
63086308
dependencies:
63096309
indexof "0.0.1"
63106310

6311-
vscode-extension-telemetry@0.0.22:
6312-
version "0.0.22"
6313-
resolved "https://registry.yarnpkg.com/vscode-extension-telemetry/-/vscode-extension-telemetry-0.0.22.tgz#ec7d6d85afb5b198aab09e80cba9e16b6d588e56"
6314-
integrity sha512-6/xT3UG6nPcNbBT29RPRJ6uRplI0l1m5ZBX9VXV3XGWrINDvWw2Nk/84xMeWDF1zI1YoPCcjeD0u4gH2OIsrcA==
6311+
vscode-extension-telemetry@0.1.0:
6312+
version "0.1.0"
6313+
resolved "https://registry.yarnpkg.com/vscode-extension-telemetry/-/vscode-extension-telemetry-0.1.0.tgz#3cdcb61d03829966bd04b5f11471a1e40d6abaad"
6314+
integrity sha512-WVCnP+uLxlqB6UD98yQNV47mR5Rf79LFxpuZhSPhEf0Sb4tPZed3a63n003/dchhOwyCTCBuNN4n8XKJkLEI1Q==
63156315
dependencies:
6316-
applicationinsights "1.0.5"
6316+
applicationinsights "1.0.6"
63176317

63186318
vscode-nls@^4.0.0:
63196319
version "4.0.0"

extensions/typescript-language-features/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"dependencies": {
1919
"jsonc-parser": "^2.0.1",
2020
"semver": "5.5.1",
21-
"vscode-extension-telemetry": "0.0.22",
21+
"vscode-extension-telemetry": "0.1.0",
2222
"vscode-nls": "^4.0.0"
2323
},
2424
"devDependencies": {

extensions/typescript-language-features/yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,10 @@ ansi-wrap@0.1.0:
5858
resolved "https://registry.yarnpkg.com/ansi-wrap/-/ansi-wrap-0.1.0.tgz#a82250ddb0015e9a27ca82e82ea603bbfa45efaf"
5959
integrity sha1-qCJQ3bABXponyoLoLqYDu/pF768=
6060

61-
applicationinsights@1.0.5:
62-
version "1.0.5"
63-
resolved "https://registry.yarnpkg.com/applicationinsights/-/applicationinsights-1.0.5.tgz#a60d1ffdf7aa1ac77c637c0ef7fcf2a9671cc869"
64-
integrity sha512-T6V4ZyhikGKnuqYGbNz1q5+ORROutUp58UqfLLwHH+X1RkcnEU+gW15kIKWJ8zqGWbilhn6bONJa+T5en642mg==
61+
applicationinsights@1.0.6:
62+
version "1.0.6"
63+
resolved "https://registry.yarnpkg.com/applicationinsights/-/applicationinsights-1.0.6.tgz#bc201810de91cea910dab34e8ad35ecde488edeb"
64+
integrity sha512-VQT3kBpJVPw5fCO5n+WUeSx0VHjxFtD7znYbILBlVgOS9/cMDuGFmV2Br3ObzFyZUDGNbEfW36fD1y2/vAiCKw==
6565
dependencies:
6666
diagnostic-channel "0.2.0"
6767
diagnostic-channel-publishers "0.2.1"
@@ -1810,12 +1810,12 @@ vinyl@^2.0.1, vinyl@^2.0.2:
18101810
remove-trailing-separator "^1.0.1"
18111811
replace-ext "^1.0.0"
18121812

1813-
vscode-extension-telemetry@0.0.22:
1814-
version "0.0.22"
1815-
resolved "https://registry.yarnpkg.com/vscode-extension-telemetry/-/vscode-extension-telemetry-0.0.22.tgz#ec7d6d85afb5b198aab09e80cba9e16b6d588e56"
1816-
integrity sha512-6/xT3UG6nPcNbBT29RPRJ6uRplI0l1m5ZBX9VXV3XGWrINDvWw2Nk/84xMeWDF1zI1YoPCcjeD0u4gH2OIsrcA==
1813+
vscode-extension-telemetry@0.1.0:
1814+
version "0.1.0"
1815+
resolved "https://registry.yarnpkg.com/vscode-extension-telemetry/-/vscode-extension-telemetry-0.1.0.tgz#3cdcb61d03829966bd04b5f11471a1e40d6abaad"
1816+
integrity sha512-WVCnP+uLxlqB6UD98yQNV47mR5Rf79LFxpuZhSPhEf0Sb4tPZed3a63n003/dchhOwyCTCBuNN4n8XKJkLEI1Q==
18171817
dependencies:
1818-
applicationinsights "1.0.5"
1818+
applicationinsights "1.0.6"
18191819

18201820
vscode-nls@^4.0.0:
18211821
version "4.0.0"

0 commit comments

Comments
 (0)