Skip to content

Commit

Permalink
[EngSys] upgrade dev dependency typescript version to 5.7.2
Browse files Browse the repository at this point in the history
with `rush add --dev -m -p typescript@~5.7.2`

except `dev-tool` due to copmilation error detailed at #32278.

Also bump versions in non-rush projects and samples.

***NO_CI***
  • Loading branch information
jeremymeng committed Dec 18, 2024
1 parent bb9a1ad commit d88347a
Show file tree
Hide file tree
Showing 801 changed files with 2,096 additions and 2,165 deletions.
2,659 changes: 1,295 additions & 1,364 deletions common/config/rush/pnpm-lock.yaml

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"devDependencies": {
"@types/node": "^18.0.0",
"typescript": "~5.6.2",
"typescript": "~5.7.2",
"rimraf": "latest"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"devDependencies": {
"@types/node": "^18.0.0",
"typescript": "~5.6.2",
"typescript": "~5.7.2",
"rimraf": "latest"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"devDependencies": {
"@types/node": "^18.0.0",
"typescript": "~5.6.2",
"typescript": "~5.7.2",
"rimraf": "latest"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"devDependencies": {
"@types/node": "^18.0.0",
"typescript": "~5.6.2",
"typescript": "~5.7.2",
"rimraf": "latest"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"devDependencies": {
"@types/node": "^18.0.0",
"typescript": "~5.6.2",
"typescript": "~5.7.2",
"rimraf": "latest"
}
}
2 changes: 1 addition & 1 deletion common/tools/eslint-plugin-azure-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
"eslint-config-prettier": "^9.0.0",
"glob": "^10.3.10",
"tslib": "^2.6.2",
"typescript": "~5.6.2",
"typescript": "~5.7.2",
"typescript-eslint": "~8.16.0"
},
"devDependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ const examplePackageGood = `{
"rollup-plugin-terser": "^5.1.1",
"sinon": "^9.0.2",
"ts-node": "^10.0.0",
"typescript": "~5.6.2",
"typescript": "~5.7.2",
"ws": "^7.1.1",
"typedoc": "0.15.2"
}
Expand Down Expand Up @@ -314,7 +314,7 @@ const examplePackageBad = `{
"rollup-plugin-terser": "^5.1.1",
"sinon": "^9.0.2",
"ts-node": "^10.0.0",
"typescript": "~5.6.2",
"typescript": "~5.7.2",
"ws": "^7.1.1",
"typedoc": "0.15.2"
}
Expand Down
2 changes: 1 addition & 1 deletion common/tools/vite-plugin-browser-test-map/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"eslint": "^9.9.0",
"prettier": "^3.3.3",
"rimraf": "^5.0.0",
"typescript": "~5.6.2",
"typescript": "~5.7.2",
"typescript-eslint": "~8.16.0"
}
}
2 changes: 1 addition & 1 deletion sdk/advisor/arm-advisor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"dotenv": "^16.0.0",
"mocha": "^11.0.2",
"ts-node": "^10.0.0",
"typescript": "~5.6.2"
"typescript": "~5.7.2"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion sdk/advisor/arm-advisor/samples/v3/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"devDependencies": {
"@types/node": "^18.0.0",
"typescript": "~5.6.2",
"typescript": "~5.7.2",
"rimraf": "latest"
}
}
2 changes: 1 addition & 1 deletion sdk/agrifood/agrifood-farming-rest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
"dotenv": "^16.0.0",
"eslint": "^9.9.0",
"playwright": "^1.49.0",
"typescript": "~5.6.2",
"typescript": "~5.7.2",
"vitest": "^2.1.5"
},
"type": "module",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
},
"devDependencies": {
"@types/node": "^18.0.0",
"typescript": "~5.6.2",
"typescript": "~5.7.2",
"rimraf": "latest"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@azure/identity": "^4.2.1"
},
"devDependencies": {
"typescript": "~5.6.2",
"typescript": "~5.7.2",
"rimraf": "latest"
}
}
2 changes: 1 addition & 1 deletion sdk/agrifood/arm-agrifood/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"chai": "^4.2.0",
"mocha": "^11.0.2",
"ts-node": "^10.0.0",
"typescript": "~5.6.2"
"typescript": "~5.7.2"
},
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/agrifood/arm-agrifood",
"repository": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"devDependencies": {
"@types/node": "^18.0.0",
"typescript": "~5.6.2",
"typescript": "~5.7.2",
"rimraf": "latest"
}
}
2 changes: 1 addition & 1 deletion sdk/ai/ai-inference-rest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
"eslint": "^9.9.0",
"playwright": "^1.41.2",
"source-map-support": "^0.5.9",
"typescript": "~5.6.2",
"typescript": "~5.7.2",
"vitest": "^2.0.5"
},
"scripts": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
},
"devDependencies": {
"@types/node": "^18.0.0",
"typescript": "~5.6.2",
"typescript": "~5.7.2",
"rimraf": "latest"
}
}
2 changes: 1 addition & 1 deletion sdk/analysisservices/arm-analysisservices/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"chai": "^4.2.0",
"mocha": "^11.0.2",
"ts-node": "^10.0.0",
"typescript": "~5.6.2"
"typescript": "~5.7.2"
},
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/analysisservices/arm-analysisservices",
"repository": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"devDependencies": {
"@types/node": "^18.0.0",
"typescript": "~5.6.2",
"typescript": "~5.7.2",
"rimraf": "latest"
}
}
2 changes: 1 addition & 1 deletion sdk/anomalydetector/ai-anomaly-detector-rest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"dotenv": "^16.0.0",
"eslint": "^9.9.0",
"playwright": "^1.49.0",
"typescript": "~5.6.2",
"typescript": "~5.7.2",
"vitest": "^2.1.5"
},
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/anomalydetector/ai-anomaly-detector-rest/README.md",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
},
"devDependencies": {
"@types/node": "^18.0.0",
"typescript": "~5.6.2",
"typescript": "~5.7.2",
"rimraf": "latest"
}
}
2 changes: 1 addition & 1 deletion sdk/apicenter/arm-apicenter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"dotenv": "^16.0.0",
"mocha": "^11.0.2",
"ts-node": "^10.0.0",
"typescript": "~5.6.2"
"typescript": "~5.7.2"
},
"repository": {
"type": "git",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"devDependencies": {
"@types/node": "^18.0.0",
"typescript": "~5.6.2",
"typescript": "~5.7.2",
"rimraf": "latest"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"magic-string": "^0.30.8",
"prettier": "^3.3.3",
"rollup": "^4.14.0",
"typescript": "~5.6.2",
"typescript": "~5.7.2",
"vitest": "^2.0.5"
},
"dependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"@vitest/coverage-istanbul": "^2.0.5",
"eslint": "^9.9.0",
"playwright": "^1.42.1",
"typescript": "~5.6.2",
"typescript": "~5.7.2",
"vitest": "^2.0.5"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion sdk/apimanagement/arm-apimanagement/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"dotenv": "^16.0.0",
"mocha": "^11.0.2",
"ts-node": "^10.0.0",
"typescript": "~5.6.2"
"typescript": "~5.7.2"
},
"repository": {
"type": "git",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"devDependencies": {
"@types/node": "^18.0.0",
"typescript": "~5.6.2",
"typescript": "~5.7.2",
"rimraf": "latest"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"mocha": "^11.0.2",
"ts-node": "^10.0.0",
"tsx": "^4.7.1",
"typescript": "~5.6.2"
"typescript": "~5.7.2"
},
"repository": {
"type": "git",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"devDependencies": {
"@types/node": "^18.0.0",
"typescript": "~5.6.2",
"typescript": "~5.7.2",
"rimraf": "latest"
}
}
2 changes: 1 addition & 1 deletion sdk/appconfiguration/app-configuration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
"eslint": "^9.9.0",
"nock": "^13.5.4",
"playwright": "^1.47.2",
"typescript": "~5.6.2",
"typescript": "~5.7.2",
"vitest": "^2.1.1"
},
"//sampleConfiguration": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
},
"devDependencies": {
"@types/node": "^18.0.0",
"typescript": "~5.6.2",
"typescript": "~5.7.2",
"rimraf": "latest"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
},
"devDependencies": {
"@types/node": "^18.0.0",
"typescript": "~5.6.2",
"typescript": "~5.7.2",
"rimraf": "latest"
}
}
2 changes: 1 addition & 1 deletion sdk/appconfiguration/arm-appconfiguration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"devDependencies": {
"@microsoft/api-extractor": "^7.31.1",
"mkdirp": "^3.0.1",
"typescript": "~5.5.3",
"typescript": "~5.7.2",
"uglify-js": "^3.4.9",
"rimraf": "^5.0.0",
"dotenv": "^16.0.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"devDependencies": {
"@types/node": "^18.0.0",
"typescript": "~5.6.2",
"typescript": "~5.7.2",
"rimraf": "latest"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@azure/dev-tool": "^1.0.0",
"@types/node": "^18.0.0",
"eslint": "^9.9.0",
"typescript": "~5.6.2"
"typescript": "~5.7.2"
},
"private": true,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion sdk/appcontainers/arm-appcontainers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"module": "./dist-esm/src/index.js",
"types": "./types/arm-appcontainers.d.ts",
"devDependencies": {
"typescript": "~5.6.2",
"typescript": "~5.7.2",
"dotenv": "^16.0.0",
"@azure/dev-tool": "^1.0.0",
"@azure/identity": "^4.2.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"devDependencies": {
"@types/node": "^18.0.0",
"typescript": "~5.6.2",
"typescript": "~5.7.2",
"rimraf": "latest"
}
}
2 changes: 1 addition & 1 deletion sdk/applicationinsights/arm-appinsights/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"chai": "^4.2.0",
"mocha": "^11.0.2",
"ts-node": "^10.0.0",
"typescript": "~5.6.2"
"typescript": "~5.7.2"
},
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/applicationinsights/arm-appinsights",
"repository": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"devDependencies": {
"@types/node": "^18.0.0",
"typescript": "~5.6.2",
"typescript": "~5.7.2",
"rimraf": "latest"
}
}
2 changes: 1 addition & 1 deletion sdk/appplatform/arm-appplatform/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"dotenv": "^16.0.0",
"mocha": "^11.0.2",
"ts-node": "^10.0.0",
"typescript": "~5.6.2"
"typescript": "~5.7.2"
},
"repository": {
"type": "git",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"devDependencies": {
"@types/node": "^18.0.0",
"typescript": "~5.6.2",
"typescript": "~5.7.2",
"rimraf": "latest"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"dotenv": "^16.0.0",
"mocha": "^11.0.2",
"ts-node": "^10.0.0",
"typescript": "~5.6.2"
"typescript": "~5.7.2"
},
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/appservice/arm-appservice-profile-2020-09-01-hybrid",
"repository": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"devDependencies": {
"@types/node": "^18.0.0",
"typescript": "~5.6.2",
"typescript": "~5.7.2",
"rimraf": "latest"
}
}
Loading

0 comments on commit d88347a

Please sign in to comment.