Skip to content

Commit

Permalink
[EngSys] upgrade dev dependency typescript version to ~5.6.2
Browse files Browse the repository at this point in the history
***NO_CI***

- replace version to "~5.6.2"
- rush update
- add `"skipLibCheck": true` for several packages that are affected by vitest-dev/vitest#4688

- [formrecognizer] help TypeScript to understand with more explicit type

- [schema-registry-{avro,json}] skip lib check due to lru-cache issue with the Iterator TReturn change

isaacs/node-lru-cache#348
  • Loading branch information
jeremymeng committed Sep 20, 2024
1 parent 950ff7e commit a7b3656
Show file tree
Hide file tree
Showing 787 changed files with 2,076 additions and 2,160 deletions.
2,609 changes: 1,251 additions & 1,358 deletions common/config/rush/pnpm-lock.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion common/tools/dev-tool/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"ts-morph": "^23.0.0",
"ts-node": "^10.9.1",
"tslib": "^2.2.0",
"typescript": "~5.5.3",
"typescript": "~5.6.2",
"yaml": "^2.3.4"
},
"devDependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"devDependencies": {
"@types/node": "^18.0.0",
"typescript": "~5.5.3",
"typescript": "~5.6.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.5.3",
"typescript": "~5.6.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.5.3",
"typescript": "~5.6.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.5.3",
"typescript": "~5.6.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.5.3",
"typescript": "~5.6.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 @@ -80,7 +80,7 @@
"eslint-config-prettier": "^9.0.0",
"glob": "^10.3.10",
"typescript-eslint": "~8.2.0",
"typescript": "~5.5.3",
"typescript": "~5.6.2",
"tslib": "^2.6.2"
},
"devDependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ const examplePackageGood = `{
"rollup-plugin-terser": "^5.1.1",
"sinon": "^9.0.2",
"ts-node": "^10.0.0",
"typescript": "~5.5.3",
"typescript": "~5.6.2",
"ws": "^7.1.1",
"typedoc": "0.15.2"
}
Expand Down Expand Up @@ -316,7 +316,7 @@ const examplePackageBad = `{
"rollup-plugin-terser": "^5.1.1",
"sinon": "^9.0.2",
"ts-node": "^10.0.0",
"typescript": "~5.5.3",
"typescript": "~5.6.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,6 +57,6 @@
"prettier": "^3.3.3",
"rimraf": "^5.0.0",
"typescript-eslint": "~8.2.0",
"typescript": "~5.5.3"
"typescript": "~5.6.2"
}
}
2 changes: 1 addition & 1 deletion eng/tools/generate-doc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
"devDependencies": {
"@types/node": "^18.0.0",
"@types/yargs": "^17.0.32",
"typescript": "~5.5.3"
"typescript": "~5.6.2"
}
}
2 changes: 1 addition & 1 deletion sdk/advisor/arm-advisor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"devDependencies": {
"@microsoft/api-extractor": "^7.31.1",
"mkdirp": "^3.0.1",
"typescript": "~5.5.3",
"typescript": "~5.6.2",
"uglify-js": "^3.4.9",
"rimraf": "^5.0.5",
"dotenv": "^16.0.0",
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.5.3",
"typescript": "~5.6.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 @@ -123,7 +123,7 @@
"nyc": "^17.0.0",
"rimraf": "^5.0.5",
"source-map-support": "^0.5.9",
"typescript": "~5.5.3",
"typescript": "~5.6.2",
"ts-node": "^10.0.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
},
"devDependencies": {
"@types/node": "^18.0.0",
"typescript": "~5.5.3",
"typescript": "~5.6.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.5.3",
"typescript": "~5.6.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 @@ -30,7 +30,7 @@
"devDependencies": {
"@microsoft/api-extractor": "^7.31.1",
"mkdirp": "^3.0.1",
"typescript": "~5.5.3",
"typescript": "~5.6.2",
"uglify-js": "^3.4.9",
"rimraf": "^5.0.5",
"@azure/identity": "^4.0.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.5.3",
"typescript": "~5.6.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 @@ -104,7 +104,7 @@
"rimraf": "^5.0.5",
"source-map-support": "^0.5.9",
"tshy": "^2.0.0",
"typescript": "~5.5.3",
"typescript": "~5.6.2",
"vitest": "^2.0.5"
},
"scripts": {
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.5.3",
"typescript": "~5.6.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 @@ -30,7 +30,7 @@
"devDependencies": {
"@microsoft/api-extractor": "^7.31.1",
"mkdirp": "^3.0.1",
"typescript": "~5.5.3",
"typescript": "~5.6.2",
"uglify-js": "^3.4.9",
"rimraf": "^5.0.5",
"@azure/identity": "^4.0.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.5.3",
"typescript": "~5.6.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 @@
"mkdirp": "^3.0.1",
"rimraf": "^5.0.5",
"source-map-support": "^0.5.9",
"typescript": "~5.5.3",
"typescript": "~5.6.2",
"@azure/dev-tool": "^1.0.0",
"@azure/eslint-plugin-azure-sdk": "^3.0.0",
"@azure-tools/test-credential": "^1.0.0",
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.5.3",
"typescript": "~5.6.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 @@ -30,7 +30,7 @@
"devDependencies": {
"@microsoft/api-extractor": "^7.31.1",
"mkdirp": "^3.0.1",
"typescript": "~5.5.3",
"typescript": "~5.6.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.5.3",
"typescript": "~5.6.2",
"rimraf": "latest"
}
}

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"rimraf": "^5.0.5",
"rollup": "^4.14.0",
"tshy": "^2.0.0",
"typescript": "~5.5.3",
"typescript": "~5.6.2",
"vitest": "^2.0.5"
},
"dependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"extends": "../../../tsconfig",
"compilerOptions": {
"module": "NodeNext",
"moduleResolution": "NodeNext"
"moduleResolution": "NodeNext",
"skipLibCheck": true,
},
"exclude": ["./src/templates/**"],
"include": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"playwright": "^1.42.1",
"rimraf": "^5.0.5",
"tshy": "^2.0.0",
"typescript": "~5.5.3",
"typescript": "~5.6.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 @@ -30,7 +30,7 @@
"devDependencies": {
"@microsoft/api-extractor": "^7.31.1",
"mkdirp": "^3.0.1",
"typescript": "~5.5.3",
"typescript": "~5.6.2",
"uglify-js": "^3.4.9",
"rimraf": "^5.0.5",
"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.5.3",
"typescript": "~5.6.2",
"rimraf": "latest"
}
}
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.6.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.5.3",
"typescript": "~5.6.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 @@ -126,7 +126,7 @@
"rimraf": "^5.0.5",
"sinon": "^17.0.0",
"tsx": "^4.7.1",
"typescript": "~5.5.3"
"typescript": "~5.6.2"
},
"//sampleConfiguration": {
"productName": "Azure App Configuration",
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.5.3",
"typescript": "~5.6.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.5.3",
"typescript": "~5.6.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.6.2",
"uglify-js": "^3.4.9",
"rimraf": "^5.0.5",
"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.5.3",
"typescript": "~5.6.2",
"rimraf": "latest"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"rimraf": "^5.0.5",
"tslib": "^2.2.0",
"ts-node": "^10.0.0",
"typescript": "~5.5.3",
"typescript": "~5.6.2",
"@azure/dev-tool": "^1.0.0"
},
"private": true,
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 @@ -30,7 +30,7 @@
"devDependencies": {
"@microsoft/api-extractor": "^7.31.1",
"mkdirp": "^3.0.1",
"typescript": "~5.4.5",
"typescript": "~5.6.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.5.3",
"typescript": "~5.6.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 @@ -28,7 +28,7 @@
"devDependencies": {
"@microsoft/api-extractor": "^7.31.1",
"mkdirp": "^3.0.1",
"typescript": "~5.5.3",
"typescript": "~5.6.2",
"uglify-js": "^3.4.9",
"rimraf": "^5.0.5",
"@azure/identity": "^4.0.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.5.3",
"typescript": "~5.6.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 @@ -30,7 +30,7 @@
"devDependencies": {
"@microsoft/api-extractor": "^7.31.1",
"mkdirp": "^3.0.1",
"typescript": "~5.5.3",
"typescript": "~5.6.2",
"uglify-js": "^3.4.9",
"rimraf": "^5.0.0",
"dotenv": "^16.0.0",
Expand Down
Loading

0 comments on commit a7b3656

Please sign in to comment.