Skip to content

Commit

Permalink
upgrade dev dependencies for generated packages (#2928)
Browse files Browse the repository at this point in the history
* Upgrade eslint version to ^9.9.0

* also updates tshy, api-extractor, and karma-firefox-launcher

* regen test baselines

* regen test baselines

* regen

* format
  • Loading branch information
jeremymeng authored Nov 28, 2024
1 parent bd67073 commit 107d18d
Show file tree
Hide file tree
Showing 160 changed files with 86 additions and 162 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ function regularAutorestPackage(
module: `./dist-esm/index.js`,
types: `./types/${packageDetails.nameWithoutScope}.d.ts`,
devDependencies: {
"@microsoft/api-extractor": "^7.31.1",
"@microsoft/api-extractor": "^7.40.3",
mkdirp: "^3.0.1",
typescript: "~5.6.2",
rimraf: "^5.0.0",
Expand Down Expand Up @@ -179,6 +179,7 @@ function regularAutorestPackage(

if (azureSdkForJs) {
packageInfo.devDependencies["@azure/dev-tool"] = "^1.0.0";
delete packageInfo.devDependencies["@microsoft/api-extractor"];
delete packageInfo.devDependencies["rimraf"];
delete packageInfo.devDependencies["mkdirp"];
packageInfo.scripts["build"] =
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"module": "./dist-esm/src/index.js",
"types": "./types/additional-properties.d.ts",
"devDependencies": {
"@microsoft/api-extractor": "^7.31.1",
"@microsoft/api-extractor": "^7.40.3",
"mkdirp": "^3.0.1",
"typescript": "~5.6.2",
"rimraf": "^5.0.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"module": "./dist-esm/index.js",
"types": "./types/appconfiguration.d.ts",
"devDependencies": {
"@microsoft/api-extractor": "^7.31.1",
"typescript": "~5.6.2",
"dotenv": "^16.0.0",
"@azure/dev-tool": "^1.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"module": "./dist-esm/index.js",
"types": "./types/appconfiguration.d.ts",
"devDependencies": {
"@microsoft/api-extractor": "^7.31.1",
"typescript": "~5.6.2",
"dotenv": "^16.0.0",
"@azure/dev-tool": "^1.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"module": "./dist-esm/index.js",
"types": "./types/array-constraints-client.d.ts",
"devDependencies": {
"@microsoft/api-extractor": "^7.31.1",
"typescript": "~5.6.2",
"dotenv": "^16.0.0",
"@azure/dev-tool": "^1.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"module": "./dist-esm/index.js",
"types": "./types/attestation.d.ts",
"devDependencies": {
"@microsoft/api-extractor": "^7.31.1",
"typescript": "~5.6.2",
"dotenv": "^16.0.0",
"@azure/dev-tool": "^1.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"module": "./dist-esm/index.js",
"types": "./types/azure-parameter-grouping.d.ts",
"devDependencies": {
"@microsoft/api-extractor": "^7.31.1",
"typescript": "~5.6.2",
"dotenv": "^16.0.0",
"@azure/dev-tool": "^1.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"module": "./dist-esm/index.js",
"types": "./types/zzzAzureReport.d.ts",
"devDependencies": {
"@microsoft/api-extractor": "^7.31.1",
"typescript": "~5.6.2",
"dotenv": "^16.0.0",
"@azure/dev-tool": "^1.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"module": "./dist-esm/index.js",
"types": "./types/azure-special-properties.d.ts",
"devDependencies": {
"@microsoft/api-extractor": "^7.31.1",
"typescript": "~5.6.2",
"dotenv": "^16.0.0",
"@azure/dev-tool": "^1.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"module": "./dist-esm/index.js",
"types": "./types/body-array.d.ts",
"devDependencies": {
"@microsoft/api-extractor": "^7.31.1",
"typescript": "~5.6.2",
"dotenv": "^16.0.0",
"@azure/dev-tool": "^1.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"module": "./dist-esm/index.js",
"types": "./types/body-boolean.d.ts",
"devDependencies": {
"@microsoft/api-extractor": "^7.31.1",
"typescript": "~5.6.2",
"dotenv": "^16.0.0",
"@azure/dev-tool": "^1.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"module": "./dist-esm/index.js",
"types": "./types/body-boolean-quirks.d.ts",
"devDependencies": {
"@microsoft/api-extractor": "^7.31.1",
"typescript": "~5.6.2",
"dotenv": "^16.0.0",
"@azure/dev-tool": "^1.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"module": "./dist-esm/index.js",
"types": "./types/body-byte.d.ts",
"devDependencies": {
"@microsoft/api-extractor": "^7.31.1",
"typescript": "~5.6.2",
"dotenv": "^16.0.0",
"@azure/dev-tool": "^1.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"module": "./dist-esm/index.js",
"types": "./types/body-complex.d.ts",
"devDependencies": {
"@microsoft/api-extractor": "^7.31.1",
"typescript": "~5.6.2",
"dotenv": "^16.0.0",
"@azure/dev-tool": "^1.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"module": "./dist-esm/index.js",
"types": "./types/body-complex-tracing.d.ts",
"devDependencies": {
"@microsoft/api-extractor": "^7.31.1",
"typescript": "~5.6.2",
"dotenv": "^16.0.0",
"@azure/dev-tool": "^1.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"module": "./dist-esm/index.js",
"types": "./types/body-date.d.ts",
"devDependencies": {
"@microsoft/api-extractor": "^7.31.1",
"typescript": "~5.6.2",
"dotenv": "^16.0.0",
"@azure/dev-tool": "^1.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"module": "./dist-esm/index.js",
"types": "./types/body-datetime.d.ts",
"devDependencies": {
"@microsoft/api-extractor": "^7.31.1",
"typescript": "~5.6.2",
"dotenv": "^16.0.0",
"@azure/dev-tool": "^1.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"module": "./dist-esm/index.js",
"types": "./types/body-datetime-rfc1123.d.ts",
"devDependencies": {
"@microsoft/api-extractor": "^7.31.1",
"typescript": "~5.6.2",
"dotenv": "^16.0.0",
"@azure/dev-tool": "^1.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"module": "./dist-esm/index.js",
"types": "./types/body-dictionary.d.ts",
"devDependencies": {
"@microsoft/api-extractor": "^7.31.1",
"typescript": "~5.6.2",
"dotenv": "^16.0.0",
"@azure/dev-tool": "^1.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"module": "./dist-esm/index.js",
"types": "./types/body-duration.d.ts",
"devDependencies": {
"@microsoft/api-extractor": "^7.31.1",
"typescript": "~5.6.2",
"dotenv": "^16.0.0",
"@azure/dev-tool": "^1.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"module": "./dist-esm/index.js",
"types": "./types/body-file.d.ts",
"devDependencies": {
"@microsoft/api-extractor": "^7.31.1",
"typescript": "~5.6.2",
"dotenv": "^16.0.0",
"@azure/dev-tool": "^1.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"module": "./dist-esm/index.js",
"types": "./types/body-formdata.d.ts",
"devDependencies": {
"@microsoft/api-extractor": "^7.31.1",
"typescript": "~5.6.2",
"dotenv": "^16.0.0",
"@azure/dev-tool": "^1.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"module": "./dist-esm/index.js",
"types": "./types/body-integer.d.ts",
"devDependencies": {
"@microsoft/api-extractor": "^7.31.1",
"typescript": "~5.6.2",
"dotenv": "^16.0.0",
"@azure/dev-tool": "^1.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"module": "./dist-esm/index.js",
"types": "./types/body-number.d.ts",
"devDependencies": {
"@microsoft/api-extractor": "^7.31.1",
"typescript": "~5.6.2",
"dotenv": "^16.0.0",
"@azure/dev-tool": "^1.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"module": "./dist-esm/index.js",
"types": "./types/body-string.d.ts",
"devDependencies": {
"@microsoft/api-extractor": "^7.31.1",
"typescript": "~5.6.2",
"dotenv": "^16.0.0",
"@azure/dev-tool": "^1.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"module": "./dist-esm/index.js",
"types": "./types/body-time.d.ts",
"devDependencies": {
"@microsoft/api-extractor": "^7.31.1",
"typescript": "~5.6.2",
"dotenv": "^16.0.0",
"@azure/dev-tool": "^1.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"module": "./dist-esm/index.js",
"types": "./types/constantParam.d.ts",
"devDependencies": {
"@microsoft/api-extractor": "^7.31.1",
"typescript": "~5.6.2",
"dotenv": "^16.0.0",
"@azure/dev-tool": "^1.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"module": "./dist-esm/index.js",
"types": "./types/petstore.d.ts",
"devDependencies": {
"@microsoft/api-extractor": "^7.31.1",
"typescript": "~5.6.2",
"dotenv": "^16.0.0",
"@azure/dev-tool": "^1.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"module": "./dist-esm/index.js",
"types": "./types/custom-url.d.ts",
"devDependencies": {
"@microsoft/api-extractor": "^7.31.1",
"typescript": "~5.6.2",
"dotenv": "^16.0.0",
"@azure/dev-tool": "^1.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"module": "./dist-esm/index.js",
"types": "./types/custom-url-MoreOptions.d.ts",
"devDependencies": {
"@microsoft/api-extractor": "^7.31.1",
"typescript": "~5.6.2",
"dotenv": "^16.0.0",
"@azure/dev-tool": "^1.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"module": "./dist-esm/index.js",
"types": "./types/custom-url-paging.d.ts",
"devDependencies": {
"@microsoft/api-extractor": "^7.31.1",
"typescript": "~5.6.2",
"dotenv": "^16.0.0",
"@azure/dev-tool": "^1.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
"module": "./dist-esm/index.js",
"types": "./types/datafactory.d.ts",
"devDependencies": {
"@microsoft/api-extractor": "^7.31.1",
"typescript": "~5.6.2",
"dotenv": "^16.0.0",
"@azure/dev-tool": "^1.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"module": "./dist-esm/index.js",
"types": "./types/datalakestorage.d.ts",
"devDependencies": {
"@microsoft/api-extractor": "^7.31.1",
"typescript": "~5.6.2",
"dotenv": "^16.0.0",
"@azure/dev-tool": "^1.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"module": "./dist-esm/src/index.js",
"types": "./types/data-search.d.ts",
"devDependencies": {
"@microsoft/api-extractor": "^7.31.1",
"@microsoft/api-extractor": "^7.40.3",
"mkdirp": "^3.0.1",
"typescript": "~5.6.2",
"rimraf": "^5.0.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
"module": "./dist-esm/index.js",
"types": "./types/deviceprovisioning.d.ts",
"devDependencies": {
"@microsoft/api-extractor": "^7.31.1",
"typescript": "~5.6.2",
"dotenv": "^16.0.0",
"@azure/dev-tool": "^1.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
"module": "./dist-esm/index.js",
"types": "./types/domainservices.d.ts",
"devDependencies": {
"@microsoft/api-extractor": "^7.31.1",
"typescript": "~5.6.2",
"dotenv": "^16.0.0",
"@azure/dev-tool": "^1.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"module": "./dist-esm/index.js",
"types": "./types/extensible-enums.d.ts",
"devDependencies": {
"@microsoft/api-extractor": "^7.31.1",
"typescript": "~5.6.2",
"dotenv": "^16.0.0",
"@azure/dev-tool": "^1.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"module": "./dist-esm/index.js",
"types": "./types/header.d.ts",
"devDependencies": {
"@microsoft/api-extractor": "^7.31.1",
"typescript": "~5.6.2",
"dotenv": "^16.0.0",
"@azure/dev-tool": "^1.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"module": "./dist-esm/index.js",
"types": "./types/headerprefix.d.ts",
"devDependencies": {
"@microsoft/api-extractor": "^7.31.1",
"typescript": "~5.6.2",
"dotenv": "^16.0.0",
"@azure/dev-tool": "^1.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
"module": "./dist-esm/index.js",
"types": "./types/healthcareapis.d.ts",
"devDependencies": {
"@microsoft/api-extractor": "^7.31.1",
"typescript": "~5.6.2",
"dotenv": "^16.0.0",
"@azure/dev-tool": "^1.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"module": "./dist-esm/index.js",
"types": "./types/httpInfrastructure.d.ts",
"devDependencies": {
"@microsoft/api-extractor": "^7.31.1",
"typescript": "~5.6.2",
"dotenv": "^16.0.0",
"@azure/dev-tool": "^1.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"module": "./dist-esm/index.js",
"types": "./types/iotspaces.d.ts",
"devDependencies": {
"@microsoft/api-extractor": "^7.31.1",
"typescript": "~5.6.2",
"dotenv": "^16.0.0",
"@azure/dev-tool": "^1.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"module": "./dist-esm/index.js",
"types": "./types/license-header.d.ts",
"devDependencies": {
"@microsoft/api-extractor": "^7.31.1",
"typescript": "~5.6.2",
"dotenv": "^16.0.0",
"@azure/dev-tool": "^1.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
"module": "./dist-esm/index.js",
"types": "./types/lro.d.ts",
"devDependencies": {
"@microsoft/api-extractor": "^7.31.1",
"typescript": "~5.6.2",
"dotenv": "^16.0.0",
"@azure/dev-tool": "^1.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
"module": "./dist-esm/index.js",
"types": "./types/lro-parameterized-endpoints.d.ts",
"devDependencies": {
"@microsoft/api-extractor": "^7.31.1",
"typescript": "~5.6.2",
"dotenv": "^16.0.0",
"@azure/dev-tool": "^1.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"module": "./dist-esm/index.js",
"types": "./types/mapperrequired.d.ts",
"devDependencies": {
"@microsoft/api-extractor": "^7.31.1",
"typescript": "~5.6.2",
"dotenv": "^16.0.0",
"@azure/dev-tool": "^1.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"module": "./dist-esm/index.js",
"types": "./types/media-types-service.d.ts",
"devDependencies": {
"@microsoft/api-extractor": "^7.31.1",
"typescript": "~5.6.2",
"dotenv": "^16.0.0",
"@azure/dev-tool": "^1.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"module": "./dist-esm/index.js",
"types": "./types/media-types-v3-client.d.ts",
"devDependencies": {
"@microsoft/api-extractor": "^7.31.1",
"typescript": "~5.6.2",
"dotenv": "^16.0.0",
"@azure/dev-tool": "^1.0.0"
Expand Down
Loading

0 comments on commit 107d18d

Please sign in to comment.