Skip to content

Commit 85bf18f

Browse files
authored
chore: remove unused dependencies (GoogleCloudPlatform#3168)
* ci: regenerate workflows with updated template * address test failures * updates * updates * more workflows * increase security center test output buffer * security center test issue * add missing workflows * update workflows * update test timeout * additional changes for timeout * add aiplatform fix * add aiplatform skip * remove skip on deny test * skip iam test * chore: remove unused dependencies * remove additional dep * reverting run jobs due to unrelated build failure * revert idp-sql * remove unnecessary files * fix owlbot error * revert owlbot changes * final owlbot change
1 parent afd53de commit 85bf18f

28 files changed

Lines changed: 26 additions & 74 deletions

File tree

appengine/building-an-app/build/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
},
2424
"devDependencies": {
2525
"mocha": "^10.0.0",
26-
"supertest": "^6.0.0",
27-
"proxyquire": "^2.1.3"
26+
"supertest": "^6.0.0"
2827
}
2928
}

appengine/typescript/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
"gcp-build": "tsc -p ."
2323
},
2424
"dependencies": {
25+
"@typescript-eslint/parser": "^5.59.0",
2526
"express": "^4.16.3"
2627
},
2728
"devDependencies": {

asset/snippets/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@
1919
"@google-cloud/bigquery": "^6.0.0",
2020
"@google-cloud/compute": "^3.0.0",
2121
"@google-cloud/resource-manager": "^4.1.1",
22-
"@google-cloud/storage": "^6.0.0",
23-
"yargs": "^17.0.0"
22+
"@google-cloud/storage": "^6.0.0"
2423
},
2524
"devDependencies": {
2625
"chai": "^4.2.0",

automl/package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,7 @@
1717
],
1818
"dependencies": {
1919
"@google-cloud/automl": "^3.1.2",
20-
"csv": "^6.0.0",
21-
"mathjs": "^11.0.0",
22-
"yargs": "^17.0.0"
20+
"mathjs": "^11.0.0"
2321
},
2422
"devDependencies": {
2523
"@google-cloud/storage": "^6.0.0",

batch/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
},
1919
"devDependencies": {
2020
"c8": "^7.1.0",
21-
"chai": "^4.2.0",
2221
"mocha": "^10.0.0",
2322
"nanoid": "^3.3.0",
2423
"@google-cloud/storage": "^6.7.0",

cloud-language/package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,11 @@
1515
"test": "mocha --timeout 60000"
1616
},
1717
"dependencies": {
18-
"mathjs": "^11.0.0",
1918
"@google-cloud/language": "^5.1.0",
2019
"@google-cloud/storage": "^6.0.0",
2120
"yargs": "^17.0.0"
2221
},
2322
"devDependencies": {
24-
"@google-cloud/automl": "^3.0.0",
2523
"chai": "^4.2.0",
2624
"mocha": "^10.0.0",
2725
"uuid": "^9.0.0"

cloud-sql/mysql/mysql/package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@
2727
},
2828
"devDependencies": {
2929
"mocha": "^10.0.0",
30-
"proxyquire": "^2.1.0",
31-
"supertest": "^6.0.0",
32-
"sinon": "^15.0.0"
30+
"supertest": "^6.0.0"
3331
}
3432
}

cloud-sql/postgres/knex/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@
2424
"knex": "^2.0.0",
2525
"pg": "^8.0.0",
2626
"pug": "^3.0.0",
27-
"winston": "^3.1.0",
28-
"yargs": "^17.0.0"
27+
"winston": "^3.1.0"
2928
},
3029
"devDependencies": {
3130
"mocha": "^10.0.0",

container/snippets/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
},
1919
"devDependencies": {
2020
"chai": "^4.2.0",
21-
"mocha": "^10.0.0",
22-
"uuid": "^9.0.0"
21+
"mocha": "^10.0.0"
2322
}
2423
}

dlp/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@
1717
"dependencies": {
1818
"@google-cloud/dlp": "^4.3.0",
1919
"@google-cloud/pubsub": "^3.0.0",
20-
"mime": "^3.0.0",
21-
"yargs": "^17.0.0"
20+
"mime": "^3.0.0"
2221
},
2322
"devDependencies": {
2423
"chai": "^4.2.0",

0 commit comments

Comments
 (0)