From 5bf75f61857ccfc57b68042657b49a859b5abf3e Mon Sep 17 00:00:00 2001 From: Deyaaeldeen Almahallawi Date: Sun, 21 Mar 2021 22:26:08 -0400 Subject: [PATCH] Update TypeScript version to use ~ (#14387) I confirmed with the TypeScript team that patch releases should not introduce breaking changes. This PR uses tilde in TypeScript version we use so get the latest patch releases for v4.1. --- common/tools/dev-tool/package.json | 5 +++-- common/tools/eslint-plugin-azure-sdk/package.json | 4 ++-- sdk/anomalydetector/ai-anomaly-detector/package.json | 2 +- sdk/appconfiguration/app-configuration/package.json | 2 +- sdk/attestation/attestation/package.json | 2 +- .../communication-administration/package.json | 2 +- sdk/communication/communication-chat/package.json | 2 +- sdk/communication/communication-common/package.json | 2 +- .../communication-identity/package.json | 2 +- .../communication-phone-numbers/package.json | 2 +- sdk/communication/communication-sms/package.json | 2 +- .../container-registry/package.json | 2 +- sdk/core/abort-controller/package.json | 2 +- sdk/core/core-amqp/package.json | 2 +- sdk/core/core-asynciterator-polyfill/package.json | 2 +- sdk/core/core-auth/package.json | 2 +- sdk/core/core-client/package.json | 2 +- sdk/core/core-crypto/package.json | 2 +- sdk/core/core-http/package.json | 2 +- sdk/core/core-lro/package.json | 2 +- sdk/core/core-paging/package.json | 2 +- sdk/core/core-rest-pipeline/package.json | 2 +- sdk/core/core-tracing/package.json | 2 +- sdk/core/core-util/package.json | 2 +- sdk/core/core-xml/package.json | 2 +- sdk/core/logger/package.json | 2 +- sdk/cosmosdb/cosmos/package.json | 2 +- sdk/deviceupdate/iot-device-update/package.json | 2 +- sdk/digitaltwins/digital-twins-core/package.json | 2 +- sdk/eventgrid/eventgrid/package.json | 2 +- sdk/eventgrid/perf-tests/eventgrid/package.json | 2 +- sdk/eventhub/event-hubs/package.json | 2 +- sdk/eventhub/event-processor-host/package.json | 2 +- .../eventhubs-checkpointstore-blob/package.json | 2 +- sdk/eventhub/mock-hub/package.json | 2 +- sdk/eventhub/testhub/package.json | 12 ++++++------ sdk/formrecognizer/ai-form-recognizer/package.json | 2 +- sdk/identity/identity/package.json | 2 +- sdk/keyvault/keyvault-admin/package.json | 2 +- sdk/keyvault/keyvault-certificates/package.json | 2 +- sdk/keyvault/keyvault-common/package.json | 2 +- sdk/keyvault/keyvault-keys/package.json | 2 +- sdk/keyvault/keyvault-secrets/package.json | 2 +- sdk/metricsadvisor/ai-metrics-advisor/package.json | 2 +- .../mixedreality-authentication/package.json | 2 +- .../monitor-opentelemetry-exporter/package.json | 2 +- sdk/quantum/quantum-jobs/package.json | 2 +- sdk/schemaregistry/schema-registry-avro/package.json | 2 +- sdk/schemaregistry/schema-registry/package.json | 2 +- sdk/search/search-documents/package.json | 2 +- sdk/servicebus/service-bus/package.json | 2 +- sdk/storage/perf-tests/storage-blob/package.json | 2 +- .../perf-tests/storage-file-datalake/package.json | 2 +- .../perf-tests/storage-file-share/package.json | 2 +- sdk/storage/storage-blob-changefeed/package.json | 2 +- sdk/storage/storage-blob/package.json | 2 +- sdk/storage/storage-file-datalake/package.json | 2 +- sdk/storage/storage-file-share/package.json | 2 +- sdk/storage/storage-internal-avro/package.json | 2 +- sdk/storage/storage-queue/package.json | 2 +- sdk/synapse/synapse-access-control/package.json | 2 +- sdk/synapse/synapse-artifacts/package.json | 2 +- .../synapse-managed-private-endpoints/package.json | 2 +- sdk/synapse/synapse-monitoring/package.json | 2 +- sdk/synapse/synapse-spark/package.json | 2 +- sdk/tables/data-tables/package.json | 2 +- sdk/template/template/package.json | 2 +- sdk/test-utils/multi-version/package.json | 2 +- sdk/test-utils/perfstress/package.json | 2 +- sdk/test-utils/recorder/package.json | 2 +- sdk/textanalytics/ai-text-analytics/package.json | 2 +- .../perf-tests/text-analytics/package.json | 2 +- 72 files changed, 80 insertions(+), 79 deletions(-) diff --git a/common/tools/dev-tool/package.json b/common/tools/dev-tool/package.json index 9c47bcbda5e9..e73677baf65c 100644 --- a/common/tools/dev-tool/package.json +++ b/common/tools/dev-tool/package.json @@ -44,7 +44,7 @@ "minimist": "~1.2.5", "prettier": "^1.16.4", "ts-node": "^8.3.0", - "typescript": "4.1.2" + "typescript": "~4.1.2" }, "devDependencies": { "@azure/eslint-plugin-azure-sdk": "^3.0.0", @@ -69,6 +69,7 @@ "rollup": "^1.16.3", "rollup-plugin-sourcemaps": "^0.4.2", "rollup-plugin-visualizer": "^4.0.4", - "typedoc": "0.15.2" + "typedoc": "0.15.2", + "typescript": "~4.1.2" } } diff --git a/common/tools/eslint-plugin-azure-sdk/package.json b/common/tools/eslint-plugin-azure-sdk/package.json index f4ca69a9c9a7..36041ee38d9f 100644 --- a/common/tools/eslint-plugin-azure-sdk/package.json +++ b/common/tools/eslint-plugin-azure-sdk/package.json @@ -74,7 +74,7 @@ "eslint-config-prettier": "^7.0.0", "glob": "^7.1.2", "json-schema": "^0.3.0", - "typescript": "4.1.2", + "typescript": "~4.1.2", "tslib": "^2.0.0" }, "devDependencies": { @@ -93,7 +93,7 @@ "rimraf": "^3.0.0", "source-map-support": "^0.5.9", "mocha-junit-reporter": "^1.18.0", - "typescript": "4.1.2", + "typescript": "~4.1.2", "typedoc": "0.15.2" } } diff --git a/sdk/anomalydetector/ai-anomaly-detector/package.json b/sdk/anomalydetector/ai-anomaly-detector/package.json index 653da8078b53..d66a02821d4b 100644 --- a/sdk/anomalydetector/ai-anomaly-detector/package.json +++ b/sdk/anomalydetector/ai-anomaly-detector/package.json @@ -109,7 +109,7 @@ "rollup-plugin-sourcemaps": "^0.4.2", "rollup-plugin-terser": "^5.1.1", "rollup-plugin-visualizer": "^4.0.4", - "typescript": "4.1.2", + "typescript": "~4.1.2", "util": "^0.12.1", "@azure/test-utils-recorder": "^1.0.0", "typedoc": "0.15.2" diff --git a/sdk/appconfiguration/app-configuration/package.json b/sdk/appconfiguration/app-configuration/package.json index ec885b6e684a..d78415cdeefb 100644 --- a/sdk/appconfiguration/app-configuration/package.json +++ b/sdk/appconfiguration/app-configuration/package.json @@ -137,7 +137,7 @@ "rollup-plugin-terser": "^5.1.1", "sinon": "^9.0.2", "ts-node": "^8.3.0", - "typescript": "4.1.2", + "typescript": "~4.1.2", "uglify-js": "^3.4.9", "cross-env": "^7.0.2", "typedoc": "0.15.2" diff --git a/sdk/attestation/attestation/package.json b/sdk/attestation/attestation/package.json index 59d2442fc7cd..09170ee10473 100644 --- a/sdk/attestation/attestation/package.json +++ b/sdk/attestation/attestation/package.json @@ -64,7 +64,7 @@ "rollup-plugin-sourcemaps": "^0.4.2", "safe-buffer": "^5.2.1", "ts-node": "^8.3.0", - "typescript": "4.1.2", + "typescript": "~4.1.2", "typedoc": "0.15.2" }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/attestation/attestation/README.md", diff --git a/sdk/communication/communication-administration/package.json b/sdk/communication/communication-administration/package.json index 822c5b068dba..9ebfdeec79a8 100644 --- a/sdk/communication/communication-administration/package.json +++ b/sdk/communication/communication-administration/package.json @@ -124,7 +124,7 @@ "rollup-plugin-shim": "^1.0.0", "rollup": "^1.16.3", "sinon": "^9.0.2", - "typescript": "4.1.2", + "typescript": "~4.1.2", "typedoc": "0.15.2" }, "//sampleConfiguration": { diff --git a/sdk/communication/communication-chat/package.json b/sdk/communication/communication-chat/package.json index 71548e2db593..158af86a5a74 100644 --- a/sdk/communication/communication-chat/package.json +++ b/sdk/communication/communication-chat/package.json @@ -120,7 +120,7 @@ "rollup-plugin-visualizer": "^4.0.4", "rollup": "^1.16.3", "sinon": "^9.0.2", - "typescript": "4.1.2", + "typescript": "~4.1.2", "util": "^0.12.1", "typedoc": "0.15.2" } diff --git a/sdk/communication/communication-common/package.json b/sdk/communication/communication-common/package.json index 02a59b1fedc3..eac0f988ccb5 100644 --- a/sdk/communication/communication-common/package.json +++ b/sdk/communication/communication-common/package.json @@ -112,7 +112,7 @@ "rollup-plugin-visualizer": "^4.0.4", "rollup": "^1.16.3", "sinon": "^9.0.2", - "typescript": "4.1.2", + "typescript": "~4.1.2", "util": "^0.12.1", "typedoc": "0.15.2" } diff --git a/sdk/communication/communication-identity/package.json b/sdk/communication/communication-identity/package.json index bc396958166b..ae049f145f97 100644 --- a/sdk/communication/communication-identity/package.json +++ b/sdk/communication/communication-identity/package.json @@ -122,7 +122,7 @@ "rollup-plugin-shim": "^1.0.0", "rollup": "^1.16.3", "sinon": "^9.0.2", - "typescript": "4.1.2", + "typescript": "~4.1.2", "typedoc": "0.15.2" } } diff --git a/sdk/communication/communication-phone-numbers/package.json b/sdk/communication/communication-phone-numbers/package.json index 1dd0b1ca82e4..8a77acfbc1c9 100644 --- a/sdk/communication/communication-phone-numbers/package.json +++ b/sdk/communication/communication-phone-numbers/package.json @@ -122,7 +122,7 @@ "rollup-plugin-shim": "^1.0.0", "rollup": "^1.16.3", "sinon": "^9.0.2", - "typescript": "4.1.2", + "typescript": "~4.1.2", "typedoc": "0.15.2" }, "//sampleConfiguration": { diff --git a/sdk/communication/communication-sms/package.json b/sdk/communication/communication-sms/package.json index ea38e294c928..c6c27c68df6b 100644 --- a/sdk/communication/communication-sms/package.json +++ b/sdk/communication/communication-sms/package.json @@ -120,7 +120,7 @@ "rollup-plugin-shim": "^1.0.0", "rollup": "^1.16.3", "sinon": "^9.0.2", - "typescript": "4.1.2", + "typescript": "~4.1.2", "util": "^0.12.1", "typedoc": "0.15.2" }, diff --git a/sdk/containerregistry/container-registry/package.json b/sdk/containerregistry/container-registry/package.json index 4806f2068338..bdf1a7547eb6 100644 --- a/sdk/containerregistry/container-registry/package.json +++ b/sdk/containerregistry/container-registry/package.json @@ -114,7 +114,7 @@ "rimraf": "^3.0.0", "rollup": "^1.16.3", "typedoc": "0.15.2", - "typescript": "4.1.2", + "typescript": "~4.1.2", "util": "^0.12.1" }, "//sampleConfiguration": { diff --git a/sdk/core/abort-controller/package.json b/sdk/core/abort-controller/package.json index 3d4cb53fef5e..1d7d1b5bee1f 100644 --- a/sdk/core/abort-controller/package.json +++ b/sdk/core/abort-controller/package.json @@ -116,7 +116,7 @@ "rollup-plugin-sourcemaps": "^0.4.2", "rollup-plugin-terser": "^5.1.1", "ts-node": "^8.3.0", - "typescript": "4.1.2", + "typescript": "~4.1.2", "typedoc": "0.15.2" } } diff --git a/sdk/core/core-amqp/package.json b/sdk/core/core-amqp/package.json index 2a51e0914de3..beb09d5395d4 100644 --- a/sdk/core/core-amqp/package.json +++ b/sdk/core/core-amqp/package.json @@ -125,7 +125,7 @@ "rollup-plugin-terser": "^5.1.1", "sinon": "^9.0.2", "ts-node": "^8.3.0", - "typescript": "4.1.2", + "typescript": "~4.1.2", "ws": "^7.1.1", "typedoc": "0.15.2" } diff --git a/sdk/core/core-asynciterator-polyfill/package.json b/sdk/core/core-asynciterator-polyfill/package.json index ce0945e8619c..2248192792e2 100644 --- a/sdk/core/core-asynciterator-polyfill/package.json +++ b/sdk/core/core-asynciterator-polyfill/package.json @@ -60,7 +60,7 @@ "@types/node": "^8.0.0", "eslint": "^7.15.0", "prettier": "^1.16.4", - "typescript": "4.1.2", + "typescript": "~4.1.2", "typedoc": "0.15.2" } } diff --git a/sdk/core/core-auth/package.json b/sdk/core/core-auth/package.json index 8ff91005958a..d201b5a61336 100644 --- a/sdk/core/core-auth/package.json +++ b/sdk/core/core-auth/package.json @@ -92,7 +92,7 @@ "rollup-plugin-sourcemaps": "^0.4.2", "rollup-plugin-terser": "^5.1.1", "rollup-plugin-visualizer": "^4.0.4", - "typescript": "4.1.2", + "typescript": "~4.1.2", "util": "^0.12.1", "typedoc": "0.15.2" } diff --git a/sdk/core/core-client/package.json b/sdk/core/core-client/package.json index 2dcbbe2200ab..3b950e92e262 100644 --- a/sdk/core/core-client/package.json +++ b/sdk/core/core-client/package.json @@ -122,7 +122,7 @@ "rollup-plugin-terser": "^5.1.1", "rollup-plugin-visualizer": "^4.0.4", "sinon": "^9.0.2", - "typescript": "4.1.2", + "typescript": "~4.1.2", "util": "^0.12.1", "typedoc": "0.15.2" } diff --git a/sdk/core/core-crypto/package.json b/sdk/core/core-crypto/package.json index fd1e437716fa..0b5a1f4f0f29 100644 --- a/sdk/core/core-crypto/package.json +++ b/sdk/core/core-crypto/package.json @@ -115,7 +115,7 @@ "rollup-plugin-sourcemaps": "^0.4.2", "rollup-plugin-terser": "^5.1.1", "sinon": "^9.0.2", - "typescript": "4.1.2", + "typescript": "~4.1.2", "typedoc": "0.15.2" } } diff --git a/sdk/core/core-http/package.json b/sdk/core/core-http/package.json index d5c89e3d6bc3..608b8aa6423e 100644 --- a/sdk/core/core-http/package.json +++ b/sdk/core/core-http/package.json @@ -194,7 +194,7 @@ "shx": "^0.3.2", "sinon": "^9.0.2", "ts-node": "^8.3.0", - "typescript": "4.1.2", + "typescript": "~4.1.2", "uglify-js": "^3.4.9", "xhr-mock": "^2.4.1", "typedoc": "0.15.2" diff --git a/sdk/core/core-lro/package.json b/sdk/core/core-lro/package.json index cfb3bb84841d..a4dddc52eed5 100644 --- a/sdk/core/core-lro/package.json +++ b/sdk/core/core-lro/package.json @@ -138,7 +138,7 @@ "rollup-plugin-terser": "^5.1.1", "rollup-plugin-visualizer": "^4.0.4", "ts-node": "^8.3.0", - "typescript": "4.1.2", + "typescript": "~4.1.2", "uglify-js": "^3.4.9", "typedoc": "0.15.2" } diff --git a/sdk/core/core-paging/package.json b/sdk/core/core-paging/package.json index 671fac2f399d..34277712c207 100644 --- a/sdk/core/core-paging/package.json +++ b/sdk/core/core-paging/package.json @@ -76,7 +76,7 @@ "eslint": "^7.15.0", "prettier": "^1.16.4", "rimraf": "^3.0.0", - "typescript": "4.1.2", + "typescript": "~4.1.2", "typedoc": "0.15.2" } } diff --git a/sdk/core/core-rest-pipeline/package.json b/sdk/core/core-rest-pipeline/package.json index 35872486c9f8..bf4ba677c4ed 100644 --- a/sdk/core/core-rest-pipeline/package.json +++ b/sdk/core/core-rest-pipeline/package.json @@ -141,7 +141,7 @@ "rollup-plugin-visualizer": "^4.0.4", "sinon": "^9.0.2", "source-map-support": "^0.5.9", - "typescript": "4.1.2", + "typescript": "~4.1.2", "util": "^0.12.1", "typedoc": "0.15.2" } diff --git a/sdk/core/core-tracing/package.json b/sdk/core/core-tracing/package.json index e00b2c1bece4..d72f110e36c8 100644 --- a/sdk/core/core-tracing/package.json +++ b/sdk/core/core-tracing/package.json @@ -86,7 +86,7 @@ "rollup-plugin-sourcemaps": "^0.4.2", "rollup-plugin-terser": "^5.1.1", "rollup-plugin-visualizer": "^4.0.4", - "typescript": "4.1.2", + "typescript": "~4.1.2", "util": "^0.12.1", "typedoc": "0.15.2", "sinon": "^9.0.2", diff --git a/sdk/core/core-util/package.json b/sdk/core/core-util/package.json index 7b03e066ef66..72f0c4578824 100644 --- a/sdk/core/core-util/package.json +++ b/sdk/core/core-util/package.json @@ -108,7 +108,7 @@ "rollup-plugin-terser": "^5.1.1", "rollup-plugin-visualizer": "^4.0.4", "sinon": "^9.0.2", - "typescript": "4.1.2", + "typescript": "~4.1.2", "util": "^0.12.1", "typedoc": "0.15.2" } diff --git a/sdk/core/core-xml/package.json b/sdk/core/core-xml/package.json index a1ec6427121e..d63de44c9535 100644 --- a/sdk/core/core-xml/package.json +++ b/sdk/core/core-xml/package.json @@ -116,7 +116,7 @@ "rollup-plugin-terser": "^5.1.1", "rollup-plugin-visualizer": "^4.0.4", "sinon": "^9.0.2", - "typescript": "4.1.2", + "typescript": "~4.1.2", "util": "^0.12.1", "typedoc": "0.15.2" } diff --git a/sdk/core/logger/package.json b/sdk/core/logger/package.json index e3239631734d..f159c9c003a8 100644 --- a/sdk/core/logger/package.json +++ b/sdk/core/logger/package.json @@ -112,7 +112,7 @@ "rollup-plugin-terser": "^5.1.1", "sinon": "^9.0.2", "ts-node": "^8.3.0", - "typescript": "4.1.2", + "typescript": "~4.1.2", "typedoc": "0.15.2" } } diff --git a/sdk/cosmosdb/cosmos/package.json b/sdk/cosmosdb/cosmos/package.json index ba8c47a6f707..4652fe49c416 100644 --- a/sdk/cosmosdb/cosmos/package.json +++ b/sdk/cosmosdb/cosmos/package.json @@ -135,6 +135,6 @@ "source-map-support": "^0.5.9", "ts-node": "^8.3.0", "typedoc": "0.15.2", - "typescript": "4.1.2" + "typescript": "~4.1.2" } } diff --git a/sdk/deviceupdate/iot-device-update/package.json b/sdk/deviceupdate/iot-device-update/package.json index dc877e741a49..950afe21be94 100644 --- a/sdk/deviceupdate/iot-device-update/package.json +++ b/sdk/deviceupdate/iot-device-update/package.json @@ -41,7 +41,7 @@ "rollup": "^1.16.3", "source-map-support": "^0.5.9", "typedoc": "0.15.2", - "typescript": "4.1.2", + "typescript": "~4.1.2", "uglify-js": "^3.4.9", "uuid": "^8.3.0" }, diff --git a/sdk/digitaltwins/digital-twins-core/package.json b/sdk/digitaltwins/digital-twins-core/package.json index 9b535410f3ca..a49369a14e25 100644 --- a/sdk/digitaltwins/digital-twins-core/package.json +++ b/sdk/digitaltwins/digital-twins-core/package.json @@ -117,7 +117,7 @@ "rollup-plugin-terser": "^5.1.1", "rollup-plugin-visualizer": "^4.0.4", "sinon": "^9.0.2", - "typescript": "4.1.2", + "typescript": "~4.1.2", "util": "^0.12.1", "typedoc": "0.15.2" }, diff --git a/sdk/eventgrid/eventgrid/package.json b/sdk/eventgrid/eventgrid/package.json index fc0870f34687..d0d1882d6338 100644 --- a/sdk/eventgrid/eventgrid/package.json +++ b/sdk/eventgrid/eventgrid/package.json @@ -134,7 +134,7 @@ "sinon": "^9.0.2", "source-map-support": "^0.5.9", "ts-node": "^8.3.0", - "typescript": "4.1.2", + "typescript": "~4.1.2", "typedoc": "0.15.2" } } diff --git a/sdk/eventgrid/perf-tests/eventgrid/package.json b/sdk/eventgrid/perf-tests/eventgrid/package.json index 245dad269dd0..5d270e735642 100644 --- a/sdk/eventgrid/perf-tests/eventgrid/package.json +++ b/sdk/eventgrid/perf-tests/eventgrid/package.json @@ -18,7 +18,7 @@ "rimraf": "^3.0.0", "tslib": "^2.0.0", "ts-node": "^8.3.0", - "typescript": "4.1.2" + "typescript": "~4.1.2" }, "private": true, "scripts": { diff --git a/sdk/eventhub/event-hubs/package.json b/sdk/eventhub/event-hubs/package.json index 74b2ebbcffe6..eb4ba135b064 100644 --- a/sdk/eventhub/event-hubs/package.json +++ b/sdk/eventhub/event-hubs/package.json @@ -162,7 +162,7 @@ "rollup-plugin-terser": "^5.1.1", "sinon": "^9.0.2", "ts-node": "^8.3.0", - "typescript": "4.1.2", + "typescript": "~4.1.2", "ws": "^7.1.1", "typedoc": "0.15.2" } diff --git a/sdk/eventhub/event-processor-host/package.json b/sdk/eventhub/event-processor-host/package.json index 2d7c47d3ed8f..d142cd1d6a1a 100644 --- a/sdk/eventhub/event-processor-host/package.json +++ b/sdk/eventhub/event-processor-host/package.json @@ -119,7 +119,7 @@ "rollup": "^1.16.3", "rollup-plugin-sourcemaps": "^0.4.2", "ts-node": "^8.3.0", - "typescript": "4.1.2", + "typescript": "~4.1.2", "ws": "^7.1.1", "typedoc": "0.15.2" } diff --git a/sdk/eventhub/eventhubs-checkpointstore-blob/package.json b/sdk/eventhub/eventhubs-checkpointstore-blob/package.json index 9c9fa6599e71..0dfb335c78b3 100644 --- a/sdk/eventhub/eventhubs-checkpointstore-blob/package.json +++ b/sdk/eventhub/eventhubs-checkpointstore-blob/package.json @@ -116,7 +116,7 @@ "rollup-plugin-terser": "^5.1.1", "rollup-plugin-visualizer": "^4.0.4", "ts-node": "^8.3.0", - "typescript": "4.1.2", + "typescript": "~4.1.2", "util": "^0.12.1", "typedoc": "0.15.2" }, diff --git a/sdk/eventhub/mock-hub/package.json b/sdk/eventhub/mock-hub/package.json index 9628f82d96b2..a661a7418fe2 100644 --- a/sdk/eventhub/mock-hub/package.json +++ b/sdk/eventhub/mock-hub/package.json @@ -57,7 +57,7 @@ "eslint": "^7.15.0", "prettier": "^1.16.4", "rimraf": "^3.0.0", - "typescript": "4.1.2" + "typescript": "~4.1.2" }, "dependencies": { "@azure/abort-controller": "^1.0.0", diff --git a/sdk/eventhub/testhub/package.json b/sdk/eventhub/testhub/package.json index 05b3a0f4a718..6cde66640ee3 100644 --- a/sdk/eventhub/testhub/package.json +++ b/sdk/eventhub/testhub/package.json @@ -37,20 +37,20 @@ "dependencies": { "@azure/event-hubs": "^2.1.4", "@azure/event-processor-host": "^2.0.0", - "@types/node": "^8.0.0", - "@types/uuid": "^8.0.0", - "@types/yargs": "^15.0.5", "async-lock": "^1.1.3", "death": "^1.1.0", "debug": "^4.1.1", "rhea": "^1.0.24", - "rimraf": "^3.0.0", "tslib": "^2.0.0", - "typescript": "4.1.2", "uuid": "^8.3.0", "yargs": "^15.0.0" }, "devDependencies": { - "eslint": "^7.15.0" + "@types/node": "^8.0.0", + "@types/uuid": "^8.0.0", + "@types/yargs": "^15.0.5", + "eslint": "^7.15.0", + "rimraf": "^3.0.0", + "typescript": "~4.1.2" } } diff --git a/sdk/formrecognizer/ai-form-recognizer/package.json b/sdk/formrecognizer/ai-form-recognizer/package.json index cc9dc8bed970..051cdc086460 100644 --- a/sdk/formrecognizer/ai-form-recognizer/package.json +++ b/sdk/formrecognizer/ai-form-recognizer/package.json @@ -123,7 +123,7 @@ "rollup": "^1.16.3", "sinon": "^9.0.2", "source-map-support": "^0.5.9", - "typescript": "4.1.2", + "typescript": "~4.1.2", "typedoc": "0.15.2" }, "//sampleConfiguration": { diff --git a/sdk/identity/identity/package.json b/sdk/identity/identity/package.json index eae1d033b50a..ad0f6827e270 100644 --- a/sdk/identity/identity/package.json +++ b/sdk/identity/identity/package.json @@ -136,7 +136,7 @@ "rollup-plugin-sourcemaps": "^0.4.2", "rollup-plugin-terser": "^5.1.1", "rollup-plugin-visualizer": "^4.0.4", - "typescript": "4.1.2", + "typescript": "~4.1.2", "util": "^0.12.1", "sinon": "^9.0.2", "@types/sinon": "^9.0.4", diff --git a/sdk/keyvault/keyvault-admin/package.json b/sdk/keyvault/keyvault-admin/package.json index 0570fba1d7db..ebfec5b6fbe3 100644 --- a/sdk/keyvault/keyvault-admin/package.json +++ b/sdk/keyvault/keyvault-admin/package.json @@ -123,7 +123,7 @@ "rollup-plugin-visualizer": "^4.0.4", "sinon": "^9.0.2", "source-map-support": "^0.5.9", - "typescript": "4.1.2", + "typescript": "~4.1.2", "uuid": "^8.3.0", "typedoc": "0.15.2" } diff --git a/sdk/keyvault/keyvault-certificates/package.json b/sdk/keyvault/keyvault-certificates/package.json index 56bbaa561f72..f0de084c311d 100644 --- a/sdk/keyvault/keyvault-certificates/package.json +++ b/sdk/keyvault/keyvault-certificates/package.json @@ -151,7 +151,7 @@ "rollup-plugin-visualizer": "^4.0.4", "sinon": "^9.0.2", "source-map-support": "^0.5.9", - "typescript": "4.1.2", + "typescript": "~4.1.2", "url": "^0.11.0", "typedoc": "0.15.2" } diff --git a/sdk/keyvault/keyvault-common/package.json b/sdk/keyvault/keyvault-common/package.json index 998fa6a23b84..04a4fac3f77e 100644 --- a/sdk/keyvault/keyvault-common/package.json +++ b/sdk/keyvault/keyvault-common/package.json @@ -67,6 +67,6 @@ "eslint": "^7.15.0", "prettier": "^1.16.4", "rimraf": "^3.0.0", - "typescript": "4.1.2" + "typescript": "~4.1.2" } } diff --git a/sdk/keyvault/keyvault-keys/package.json b/sdk/keyvault/keyvault-keys/package.json index 20c8aee9105d..17ff1ad82e02 100644 --- a/sdk/keyvault/keyvault-keys/package.json +++ b/sdk/keyvault/keyvault-keys/package.json @@ -147,7 +147,7 @@ "rollup-plugin-visualizer": "^4.0.4", "sinon": "^9.0.2", "source-map-support": "^0.5.9", - "typescript": "4.1.2", + "typescript": "~4.1.2", "url": "^0.11.0", "typedoc": "0.15.2" } diff --git a/sdk/keyvault/keyvault-secrets/package.json b/sdk/keyvault/keyvault-secrets/package.json index 627164b9e31b..d031cc33fdd6 100644 --- a/sdk/keyvault/keyvault-secrets/package.json +++ b/sdk/keyvault/keyvault-secrets/package.json @@ -149,7 +149,7 @@ "rollup-plugin-visualizer": "^4.0.4", "sinon": "^9.0.2", "source-map-support": "^0.5.9", - "typescript": "4.1.2", + "typescript": "~4.1.2", "url": "^0.11.0", "typedoc": "0.15.2" } diff --git a/sdk/metricsadvisor/ai-metrics-advisor/package.json b/sdk/metricsadvisor/ai-metrics-advisor/package.json index 7ce2a2169cfd..01d2b6f05c6b 100644 --- a/sdk/metricsadvisor/ai-metrics-advisor/package.json +++ b/sdk/metricsadvisor/ai-metrics-advisor/package.json @@ -123,7 +123,7 @@ "sinon": "^9.0.2", "ts-node": "^8.3.0", "source-map-support": "^0.5.9", - "typescript": "4.1.2", + "typescript": "~4.1.2", "typedoc": "0.15.2" }, "//sampleConfiguration": { diff --git a/sdk/mixedreality/mixedreality-authentication/package.json b/sdk/mixedreality/mixedreality-authentication/package.json index 6a10eafb675f..085b808ebdea 100644 --- a/sdk/mixedreality/mixedreality-authentication/package.json +++ b/sdk/mixedreality/mixedreality-authentication/package.json @@ -108,7 +108,7 @@ "prettier": "^1.16.4", "rimraf": "^3.0.0", "rollup": "^1.16.3", - "typescript": "4.1.2", + "typescript": "~4.1.2", "util": "^0.12.1", "typedoc": "0.15.2" }, diff --git a/sdk/monitor/monitor-opentelemetry-exporter/package.json b/sdk/monitor/monitor-opentelemetry-exporter/package.json index 0e4f27a1b7eb..e4ef0ebf27b5 100644 --- a/sdk/monitor/monitor-opentelemetry-exporter/package.json +++ b/sdk/monitor/monitor-opentelemetry-exporter/package.json @@ -81,7 +81,7 @@ "rollup": "^1.16.3", "sinon": "^9.0.2", "ts-node": "^8.3.0", - "typescript": "4.1.2", + "typescript": "~4.1.2", "typedoc": "0.15.2" }, "dependencies": { diff --git a/sdk/quantum/quantum-jobs/package.json b/sdk/quantum/quantum-jobs/package.json index 7d6123025808..573b06f3fa60 100644 --- a/sdk/quantum/quantum-jobs/package.json +++ b/sdk/quantum/quantum-jobs/package.json @@ -115,7 +115,7 @@ "rollup-plugin-terser": "^5.1.1", "rollup-plugin-visualizer": "^4.0.4", "sinon": "^9.0.2", - "typescript": "4.1.2", + "typescript": "~4.1.2", "util": "^0.12.1", "typedoc": "0.15.2" }, diff --git a/sdk/schemaregistry/schema-registry-avro/package.json b/sdk/schemaregistry/schema-registry-avro/package.json index aab8326324d7..8d0748df0c76 100644 --- a/sdk/schemaregistry/schema-registry-avro/package.json +++ b/sdk/schemaregistry/schema-registry-avro/package.json @@ -115,7 +115,7 @@ "rollup-plugin-terser": "^5.1.1", "rollup-plugin-visualizer": "^4.0.4", "source-map-support": "^0.5.9", - "typescript": "4.1.2", + "typescript": "~4.1.2", "typedoc": "0.15.2" } } diff --git a/sdk/schemaregistry/schema-registry/package.json b/sdk/schemaregistry/schema-registry/package.json index b83c5ac2e5bf..0d7aa31910a5 100644 --- a/sdk/schemaregistry/schema-registry/package.json +++ b/sdk/schemaregistry/schema-registry/package.json @@ -126,7 +126,7 @@ "rollup-plugin-terser": "^5.1.1", "rollup-plugin-visualizer": "^4.0.4", "source-map-support": "^0.5.9", - "typescript": "4.1.2", + "typescript": "~4.1.2", "typedoc": "0.15.2" } } diff --git a/sdk/search/search-documents/package.json b/sdk/search/search-documents/package.json index 6272c9f2d51b..11ba5b8a0013 100644 --- a/sdk/search/search-documents/package.json +++ b/sdk/search/search-documents/package.json @@ -128,7 +128,7 @@ "rollup-plugin-visualizer": "^4.0.4", "sinon": "^9.0.2", "ts-node": "^8.3.0", - "typescript": "4.1.2", + "typescript": "~4.1.2", "util": "^0.12.1", "typedoc": "0.15.2" } diff --git a/sdk/servicebus/service-bus/package.json b/sdk/servicebus/service-bus/package.json index 862992dc82bf..e752ff2ebd2d 100644 --- a/sdk/servicebus/service-bus/package.json +++ b/sdk/servicebus/service-bus/package.json @@ -170,7 +170,7 @@ "rollup-plugin-sourcemaps": "^0.4.2", "rollup-plugin-terser": "^5.1.1", "ts-node": "^8.3.0", - "typescript": "4.1.2", + "typescript": "~4.1.2", "ws": "^7.1.1", "sinon": "^9.0.2", "@types/sinon": "^9.0.4", diff --git a/sdk/storage/perf-tests/storage-blob/package.json b/sdk/storage/perf-tests/storage-blob/package.json index 80eb8e807dd3..2491445c24d5 100644 --- a/sdk/storage/perf-tests/storage-blob/package.json +++ b/sdk/storage/perf-tests/storage-blob/package.json @@ -24,7 +24,7 @@ "rimraf": "^3.0.0", "tslib": "^2.0.0", "ts-node": "^8.3.0", - "typescript": "4.1.2" + "typescript": "~4.1.2" }, "private": true, "scripts": { diff --git a/sdk/storage/perf-tests/storage-file-datalake/package.json b/sdk/storage/perf-tests/storage-file-datalake/package.json index 08d2ace11a2d..b311c19cee2a 100644 --- a/sdk/storage/perf-tests/storage-file-datalake/package.json +++ b/sdk/storage/perf-tests/storage-file-datalake/package.json @@ -20,7 +20,7 @@ "rimraf": "^3.0.0", "tslib": "^2.0.0", "ts-node": "^8.3.0", - "typescript": "4.1.2" + "typescript": "~4.1.2" }, "private": true, "scripts": { diff --git a/sdk/storage/perf-tests/storage-file-share/package.json b/sdk/storage/perf-tests/storage-file-share/package.json index 366790d7b281..c97f91e6da14 100644 --- a/sdk/storage/perf-tests/storage-file-share/package.json +++ b/sdk/storage/perf-tests/storage-file-share/package.json @@ -20,7 +20,7 @@ "rimraf": "^3.0.0", "tslib": "^2.0.0", "ts-node": "^8.3.0", - "typescript": "4.1.2" + "typescript": "~4.1.2" }, "private": true, "scripts": { diff --git a/sdk/storage/storage-blob-changefeed/package.json b/sdk/storage/storage-blob-changefeed/package.json index fa196dab05b1..20fb176941ff 100644 --- a/sdk/storage/storage-blob-changefeed/package.json +++ b/sdk/storage/storage-blob-changefeed/package.json @@ -152,7 +152,7 @@ "rollup-plugin-visualizer": "^4.0.4", "source-map-support": "^0.5.9", "ts-node": "^8.3.0", - "typescript": "4.1.2", + "typescript": "~4.1.2", "util": "^0.12.1", "sinon": "^9.0.2", "typedoc": "0.15.2" diff --git a/sdk/storage/storage-blob/package.json b/sdk/storage/storage-blob/package.json index e0026fcc2252..479c03414cd8 100644 --- a/sdk/storage/storage-blob/package.json +++ b/sdk/storage/storage-blob/package.json @@ -179,7 +179,7 @@ "rollup-plugin-visualizer": "^4.0.4", "source-map-support": "^0.5.9", "ts-node": "^8.3.0", - "typescript": "4.1.2", + "typescript": "~4.1.2", "util": "^0.12.1", "typedoc": "0.15.2" } diff --git a/sdk/storage/storage-file-datalake/package.json b/sdk/storage/storage-file-datalake/package.json index 6d2e8c5c3537..fdcd9c89fd68 100644 --- a/sdk/storage/storage-file-datalake/package.json +++ b/sdk/storage/storage-file-datalake/package.json @@ -159,7 +159,7 @@ "rollup-plugin-visualizer": "^4.0.4", "source-map-support": "^0.5.9", "ts-node": "^8.3.0", - "typescript": "4.1.2", + "typescript": "~4.1.2", "util": "^0.12.1", "typedoc": "0.15.2" } diff --git a/sdk/storage/storage-file-share/package.json b/sdk/storage/storage-file-share/package.json index f58f0e5fb647..8c051b3cb7bf 100644 --- a/sdk/storage/storage-file-share/package.json +++ b/sdk/storage/storage-file-share/package.json @@ -165,7 +165,7 @@ "rollup-plugin-visualizer": "^4.0.4", "source-map-support": "^0.5.9", "ts-node": "^8.3.0", - "typescript": "4.1.2", + "typescript": "~4.1.2", "util": "^0.12.1", "typedoc": "0.15.2" } diff --git a/sdk/storage/storage-internal-avro/package.json b/sdk/storage/storage-internal-avro/package.json index f5671f98dc35..5f85fd9e9494 100644 --- a/sdk/storage/storage-internal-avro/package.json +++ b/sdk/storage/storage-internal-avro/package.json @@ -111,7 +111,7 @@ "rollup-plugin-visualizer": "^4.0.4", "source-map-support": "^0.5.9", "ts-node": "^8.3.0", - "typescript": "4.1.2", + "typescript": "~4.1.2", "util": "^0.12.1" } } diff --git a/sdk/storage/storage-queue/package.json b/sdk/storage/storage-queue/package.json index b9f438227f39..1f2712c0f9d6 100644 --- a/sdk/storage/storage-queue/package.json +++ b/sdk/storage/storage-queue/package.json @@ -159,7 +159,7 @@ "rollup-plugin-visualizer": "^4.0.4", "source-map-support": "^0.5.9", "ts-node": "^8.3.0", - "typescript": "4.1.2", + "typescript": "~4.1.2", "util": "^0.12.1", "typedoc": "0.15.2" } diff --git a/sdk/synapse/synapse-access-control/package.json b/sdk/synapse/synapse-access-control/package.json index 3c307d18b0e6..61ad614edefa 100644 --- a/sdk/synapse/synapse-access-control/package.json +++ b/sdk/synapse/synapse-access-control/package.json @@ -31,7 +31,7 @@ "module": "./dist-esm/src/index.js", "types": "./types/synapse-access-control.d.ts", "devDependencies": { - "typescript": "4.1.2", + "typescript": "~4.1.2", "eslint": "^7.15.0", "@azure/eslint-plugin-azure-sdk": "^3.0.0", "rimraf": "^3.0.0", diff --git a/sdk/synapse/synapse-artifacts/package.json b/sdk/synapse/synapse-artifacts/package.json index c55c8461b987..ea1cd3facbe0 100644 --- a/sdk/synapse/synapse-artifacts/package.json +++ b/sdk/synapse/synapse-artifacts/package.json @@ -33,7 +33,7 @@ "module": "./dist-esm/src/index.js", "types": "./types/synapse-artifacts.d.ts", "devDependencies": { - "typescript": "4.1.2", + "typescript": "~4.1.2", "eslint": "^7.15.0", "@azure/eslint-plugin-azure-sdk": "^3.0.0", "rimraf": "^3.0.0", diff --git a/sdk/synapse/synapse-managed-private-endpoints/package.json b/sdk/synapse/synapse-managed-private-endpoints/package.json index e8f9c4c21fb3..b1e5dee4a737 100644 --- a/sdk/synapse/synapse-managed-private-endpoints/package.json +++ b/sdk/synapse/synapse-managed-private-endpoints/package.json @@ -32,7 +32,7 @@ "module": "./dist-esm/src/index.js", "types": "./types/synapse-managed-private-endpoints.d.ts", "devDependencies": { - "typescript": "4.1.2", + "typescript": "~4.1.2", "eslint": "^7.15.0", "@azure/eslint-plugin-azure-sdk": "^3.0.0", "rimraf": "^3.0.0", diff --git a/sdk/synapse/synapse-monitoring/package.json b/sdk/synapse/synapse-monitoring/package.json index 05529df5f652..a14c06b3b234 100644 --- a/sdk/synapse/synapse-monitoring/package.json +++ b/sdk/synapse/synapse-monitoring/package.json @@ -31,7 +31,7 @@ "module": "./dist-esm/src/index.js", "types": "./types/synapse-monitoring.d.ts", "devDependencies": { - "typescript": "4.1.2", + "typescript": "~4.1.2", "eslint": "^7.15.0", "@azure/eslint-plugin-azure-sdk": "^3.0.0", "rimraf": "^3.0.0", diff --git a/sdk/synapse/synapse-spark/package.json b/sdk/synapse/synapse-spark/package.json index bbf95898e8bf..2a8c6365e54d 100644 --- a/sdk/synapse/synapse-spark/package.json +++ b/sdk/synapse/synapse-spark/package.json @@ -31,7 +31,7 @@ "module": "./dist-esm/src/index.js", "types": "./types/synapse-spark.d.ts", "devDependencies": { - "typescript": "4.1.2", + "typescript": "~4.1.2", "eslint": "^7.15.0", "@azure/eslint-plugin-azure-sdk": "^3.0.0", "rimraf": "^3.0.0", diff --git a/sdk/tables/data-tables/package.json b/sdk/tables/data-tables/package.json index 65e7eebd57bf..f1e8c8637692 100644 --- a/sdk/tables/data-tables/package.json +++ b/sdk/tables/data-tables/package.json @@ -117,7 +117,7 @@ "rollup-plugin-terser": "^5.1.1", "rollup-plugin-visualizer": "^4.0.4", "sinon": "^9.0.2", - "typescript": "4.1.2", + "typescript": "~4.1.2", "util": "^0.12.1", "dotenv": "^8.2.0", "@azure/test-utils-recorder": "^1.0.0", diff --git a/sdk/template/template/package.json b/sdk/template/template/package.json index 2c212526be8e..078d101ff676 100644 --- a/sdk/template/template/package.json +++ b/sdk/template/template/package.json @@ -124,7 +124,7 @@ "rimraf": "^3.0.0", "rollup": "^1.16.3", "typedoc": "0.15.2", - "typescript": "4.1.2", + "typescript": "~4.1.2", "util": "^0.12.1" }, "//sampleConfiguration": { diff --git a/sdk/test-utils/multi-version/package.json b/sdk/test-utils/multi-version/package.json index ce7f23832275..5f9790a54f4a 100644 --- a/sdk/test-utils/multi-version/package.json +++ b/sdk/test-utils/multi-version/package.json @@ -80,6 +80,6 @@ "prettier": "^1.16.4", "rimraf": "^3.0.0", "rollup": "^1.16.3", - "typescript": "4.1.2" + "typescript": "~4.1.2" } } diff --git a/sdk/test-utils/perfstress/package.json b/sdk/test-utils/perfstress/package.json index f3c63fb1d1e2..51a5f9079755 100644 --- a/sdk/test-utils/perfstress/package.json +++ b/sdk/test-utils/perfstress/package.json @@ -82,6 +82,6 @@ "karma-env-preprocessor": "^0.1.1", "prettier": "^1.16.4", "rimraf": "^3.0.0", - "typescript": "4.1.2" + "typescript": "~4.1.2" } } diff --git a/sdk/test-utils/recorder/package.json b/sdk/test-utils/recorder/package.json index 8828b368baf6..2101191f703a 100644 --- a/sdk/test-utils/recorder/package.json +++ b/sdk/test-utils/recorder/package.json @@ -115,7 +115,7 @@ "rollup-plugin-sourcemaps": "^0.4.2", "rollup-plugin-terser": "^5.1.1", "rollup-plugin-visualizer": "^4.0.4", - "typescript": "4.1.2", + "typescript": "~4.1.2", "xhr-mock": "^2.4.1" } } diff --git a/sdk/textanalytics/ai-text-analytics/package.json b/sdk/textanalytics/ai-text-analytics/package.json index 60292cb2ba5e..4b85e29c688a 100644 --- a/sdk/textanalytics/ai-text-analytics/package.json +++ b/sdk/textanalytics/ai-text-analytics/package.json @@ -131,7 +131,7 @@ "rollup": "^1.16.3", "sinon": "^9.0.2", "source-map-support": "^0.5.9", - "typescript": "4.1.2", + "typescript": "~4.1.2", "ts-node": "^8.3.0", "karma-source-map-support": "~1.4.0", "typedoc": "0.15.2" diff --git a/sdk/textanalytics/perf-tests/text-analytics/package.json b/sdk/textanalytics/perf-tests/text-analytics/package.json index cec99f848b97..a62787d2ffbb 100644 --- a/sdk/textanalytics/perf-tests/text-analytics/package.json +++ b/sdk/textanalytics/perf-tests/text-analytics/package.json @@ -19,7 +19,7 @@ "rimraf": "^3.0.0", "tslib": "^2.0.0", "ts-node": "^8.3.0", - "typescript": "4.1.2" + "typescript": "~4.1.2" }, "private": true, "scripts": {