From 4dbb5dcb652263abd5f2e292d5748ff113f1264b Mon Sep 17 00:00:00 2001 From: SteVen Batten Date: Wed, 19 Apr 2023 10:34:35 -0700 Subject: [PATCH] bump tas-client-umd 0.1.8 (#180345) * bump tas-client-umd 0.1.8 * undo accidental spdlog addition --- package.json | 2 +- remote/package.json | 2 +- remote/web/package.json | 2 +- remote/web/yarn.lock | 8 ++++---- remote/yarn.lock | 8 ++++---- src/vs/base/common/product.ts | 1 - src/vs/platform/assignment/common/assignmentService.ts | 1 - yarn.lock | 8 ++++---- 8 files changed, 15 insertions(+), 17 deletions(-) diff --git a/package.json b/package.json index d97d5f93fa6..3539a09d248 100644 --- a/package.json +++ b/package.json @@ -82,7 +82,7 @@ "native-keymap": "^3.3.2", "native-watchdog": "^1.4.1", "node-pty": "0.11.0-beta32", - "tas-client-umd": "0.1.6", + "tas-client-umd": "0.1.8", "v8-inspect-profiler": "^0.1.0", "vscode-oniguruma": "1.7.0", "vscode-regexpp": "^3.1.0", diff --git a/remote/package.json b/remote/package.json index 2d7ed047af4..f2c52c0138c 100644 --- a/remote/package.json +++ b/remote/package.json @@ -20,7 +20,7 @@ "minimist": "^1.2.6", "native-watchdog": "^1.4.1", "node-pty": "0.11.0-beta32", - "tas-client-umd": "0.1.6", + "tas-client-umd": "0.1.8", "vscode-oniguruma": "1.7.0", "vscode-regexpp": "^3.1.0", "vscode-textmate": "9.0.0", diff --git a/remote/web/package.json b/remote/web/package.json index 1d15da91cf3..33de37a2574 100644 --- a/remote/web/package.json +++ b/remote/web/package.json @@ -8,7 +8,7 @@ "@vscode/iconv-lite-umd": "0.7.0", "@vscode/vscode-languagedetection": "1.0.21", "jschardet": "3.0.0", - "tas-client-umd": "0.1.6", + "tas-client-umd": "0.1.8", "vscode-oniguruma": "1.7.0", "vscode-textmate": "9.0.0", "xterm": "5.2.0-beta.35", diff --git a/remote/web/yarn.lock b/remote/web/yarn.lock index 54f9a742693..235ae916310 100644 --- a/remote/web/yarn.lock +++ b/remote/web/yarn.lock @@ -53,10 +53,10 @@ jschardet@3.0.0: resolved "https://registry.yarnpkg.com/jschardet/-/jschardet-3.0.0.tgz#898d2332e45ebabbdb6bf2feece9feea9a99e882" integrity sha512-lJH6tJ77V8Nzd5QWRkFYCLc13a3vADkh3r/Fi8HupZGWk2OVVDfnZP8V/VgQgZ+lzW0kG2UGb5hFgt3V3ndotQ== -tas-client-umd@0.1.6: - version "0.1.6" - resolved "https://registry.yarnpkg.com/tas-client-umd/-/tas-client-umd-0.1.6.tgz#a0cf70a68f50d406773457630666224f0eb545a6" - integrity sha512-eOz5IK4cuNmSZI9QlqlT0FdvgfnnHDB6rjqleFaYAbzYE4RdJzYNiM28zFIXgmOVEgESvfabMFxG8WX5M4z3HA== +tas-client-umd@0.1.8: + version "0.1.8" + resolved "https://registry.yarnpkg.com/tas-client-umd/-/tas-client-umd-0.1.8.tgz#38bd32d49545417a0ea67fb618e646298e1b67cc" + integrity sha512-0jAAujLmjjGXf9PzrNpjOrr/6CTpSOp8jX80NOHK5nlOTWWpwaZ16EOyrPdHnm2bVfPHvT0/RAD0xyiQHGQvCQ== vscode-oniguruma@1.7.0: version "1.7.0" diff --git a/remote/yarn.lock b/remote/yarn.lock index 7410ed5370e..5c2e117e0ed 100644 --- a/remote/yarn.lock +++ b/remote/yarn.lock @@ -785,10 +785,10 @@ tar-stream@^2.1.4: inherits "^2.0.3" readable-stream "^3.1.1" -tas-client-umd@0.1.6: - version "0.1.6" - resolved "https://registry.yarnpkg.com/tas-client-umd/-/tas-client-umd-0.1.6.tgz#a0cf70a68f50d406773457630666224f0eb545a6" - integrity sha512-eOz5IK4cuNmSZI9QlqlT0FdvgfnnHDB6rjqleFaYAbzYE4RdJzYNiM28zFIXgmOVEgESvfabMFxG8WX5M4z3HA== +tas-client-umd@0.1.8: + version "0.1.8" + resolved "https://registry.yarnpkg.com/tas-client-umd/-/tas-client-umd-0.1.8.tgz#38bd32d49545417a0ea67fb618e646298e1b67cc" + integrity sha512-0jAAujLmjjGXf9PzrNpjOrr/6CTpSOp8jX80NOHK5nlOTWWpwaZ16EOyrPdHnm2bVfPHvT0/RAD0xyiQHGQvCQ== to-regex-range@^5.0.1: version "5.0.1" diff --git a/src/vs/base/common/product.ts b/src/vs/base/common/product.ts index 387d8b8a4ab..2526747a1ff 100644 --- a/src/vs/base/common/product.ts +++ b/src/vs/base/common/product.ts @@ -89,7 +89,6 @@ export interface IProductConfiguration { readonly tasConfig?: { endpoint: string; telemetryEventName: string; - featuresTelemetryPropertyName: string; assignmentContextTelemetryPropertyName: string; }; diff --git a/src/vs/platform/assignment/common/assignmentService.ts b/src/vs/platform/assignment/common/assignmentService.ts index b7cf3a1127c..7c5287d6a32 100644 --- a/src/vs/platform/assignment/common/assignmentService.ts +++ b/src/vs/platform/assignment/common/assignmentService.ts @@ -90,7 +90,6 @@ export abstract class BaseAssignmentService implements IAssignmentService { telemetry: this.telemetry, storageKey: ASSIGNMENT_STORAGE_KEY, keyValueStorage: this.keyValueStorage, - featuresTelemetryPropertyName: tasConfig.featuresTelemetryPropertyName, assignmentContextTelemetryPropertyName: tasConfig.assignmentContextTelemetryPropertyName, telemetryEventName: tasConfig.telemetryEventName, endpoint: tasConfig.endpoint, diff --git a/yarn.lock b/yarn.lock index 709e299059f..20003bb1f28 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9583,10 +9583,10 @@ tar@^6.1.11: mkdirp "^1.0.3" yallist "^4.0.0" -tas-client-umd@0.1.6: - version "0.1.6" - resolved "https://registry.yarnpkg.com/tas-client-umd/-/tas-client-umd-0.1.6.tgz#a0cf70a68f50d406773457630666224f0eb545a6" - integrity sha512-eOz5IK4cuNmSZI9QlqlT0FdvgfnnHDB6rjqleFaYAbzYE4RdJzYNiM28zFIXgmOVEgESvfabMFxG8WX5M4z3HA== +tas-client-umd@0.1.8: + version "0.1.8" + resolved "https://registry.yarnpkg.com/tas-client-umd/-/tas-client-umd-0.1.8.tgz#38bd32d49545417a0ea67fb618e646298e1b67cc" + integrity sha512-0jAAujLmjjGXf9PzrNpjOrr/6CTpSOp8jX80NOHK5nlOTWWpwaZ16EOyrPdHnm2bVfPHvT0/RAD0xyiQHGQvCQ== temp@^0.8.3: version "0.8.4"