Skip to content

Commit

Permalink
fix: rollback renovate forced ESM-only updates
Browse files Browse the repository at this point in the history
  • Loading branch information
subfuzion committed Aug 20, 2024
1 parent dab64cb commit 46eb9ea
Show file tree
Hide file tree
Showing 62 changed files with 63 additions and 63 deletions.
2 changes: 1 addition & 1 deletion ai-platform/snippets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"devDependencies": {
"c8": "^10.0.0",
"chai": "^5.0.0",
"chai": "^4.2.0",
"mocha": "^10.0.0",
"uuid": "^10.0.0",
"sinon": "^18.0.0"
Expand Down
2 changes: 1 addition & 1 deletion appengine/endpoints/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"devDependencies": {
"c8": "^10.0.0",
"chai": "^5.0.0",
"chai": "^4.2.0",
"mocha": "^10.0.0",
"proxyquire": "^2.1.0",
"sinon": "^18.0.0",
Expand Down
2 changes: 1 addition & 1 deletion appengine/memcached/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"devDependencies": {
"c8": "^10.0.0",
"chai": "^5.0.0",
"chai": "^4.2.0",
"mocha": "^10.0.0",
"wait-port": "^1.0.4"
}
Expand Down
2 changes: 1 addition & 1 deletion appengine/pubsub/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"devDependencies": {
"c8": "^10.0.0",
"chai": "^5.0.0",
"chai": "^4.2.0",
"jsonwebtoken": "^9.0.0",
"mocha": "^10.0.0",
"proxyquire": "^2.1.3",
Expand Down
2 changes: 1 addition & 1 deletion appengine/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@types/express": "^4.17.17",
"@types/node": "^20.0.0",
"c8": "^10.0.0",
"chai": "^5.0.0",
"chai": "^4.2.0",
"gts": "^5.0.0",
"mocha": "^10.2.0",
"typescript": "^5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion asset/snippets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"devDependencies": {
"c8": "^10.0.0",
"chai": "^5.0.0",
"chai": "^4.2.0",
"gts": "^5.0.0",
"mocha": "^10.0.0",
"sinon": "^18.0.0",
Expand Down
2 changes: 1 addition & 1 deletion automl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"devDependencies": {
"@google-cloud/storage": "^7.0.0",
"c8": "^10.0.0",
"chai": "^5.0.0",
"chai": "^4.2.0",
"mocha": "^10.0.0",
"uuid": "^10.0.0"
}
Expand Down
2 changes: 1 addition & 1 deletion batch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
"@types/mocha": "^10.0.7",
"c8": "^10.0.0",
"mocha": "^10.0.0",
"nanoid": "^5.0.0"
"nanoid": "^3.3.7"
}
}
2 changes: 1 addition & 1 deletion cloud-language/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"devDependencies": {
"c8": "^10.0.0",
"chai": "^5.0.0",
"chai": "^4.2.0",
"mocha": "^10.0.0",
"uuid": "^10.0.0"
}
Expand Down
2 changes: 1 addition & 1 deletion cloud-tasks/snippets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"devDependencies": {
"c8": "^10.0.0",
"chai": "^5.0.0",
"chai": "^4.2.0",
"mocha": "^10.0.0",
"uuid": "^10.0.0"
}
Expand Down
2 changes: 1 addition & 1 deletion cloud-tasks/tutorial-gcf/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"devDependencies": {
"c8": "^10.0.0",
"chai": "^5.0.0",
"chai": "^4.2.0",
"mocha": "^10.0.0"
}
}
2 changes: 1 addition & 1 deletion cloudbuild/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"devDependencies": {
"c8": "^10.0.0",
"chai": "^5.0.0",
"chai": "^4.2.0",
"mocha": "^10.0.0"
}
}
2 changes: 1 addition & 1 deletion composer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"devDependencies": {
"c8": "^10.0.0",
"chai": "^5.0.0",
"chai": "^4.2.0",
"mocha": "^10.0.0"
}
}
2 changes: 1 addition & 1 deletion compute/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"devDependencies": {
"@google-cloud/storage": "^7.0.0",
"c8": "^10.0.0",
"chai": "^5.0.0",
"chai": "^4.2.0",
"mocha": "^10.0.0",
"proxyquire": "^2.0.1",
"uuid": "^10.0.0"
Expand Down
2 changes: 1 addition & 1 deletion contact-center-insights/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"devDependencies": {
"c8": "^10.0.0",
"chai": "^5.0.0",
"chai": "^4.2.0",
"mocha": "^10.0.0",
"uuid": "^10.0.0"
}
Expand Down
2 changes: 1 addition & 1 deletion container-analysis/snippets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"devDependencies": {
"c8": "^10.0.0",
"chai": "^5.0.0",
"chai": "^4.2.0",
"mocha": "^10.0.0",
"uuid": "^10.0.0"
}
Expand Down
2 changes: 1 addition & 1 deletion container/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"devDependencies": {
"c8": "^10.0.0",
"chai": "^5.0.0",
"chai": "^4.2.0",
"mocha": "^10.0.0"
}
}
2 changes: 1 addition & 1 deletion datacatalog/snippets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"devDependencies": {
"c8": "^10.0.0",
"chai": "^5.0.0",
"chai": "^4.2.0",
"execa": "^9.0.0",
"mocha": "^10.0.0",
"uuid": "^10.0.0"
Expand Down
2 changes: 1 addition & 1 deletion datalabeling/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"devDependencies": {
"c8": "^10.0.0",
"chai": "^5.0.0",
"chai": "^4.2.0",
"mocha": "^10.0.0"
}
}
2 changes: 1 addition & 1 deletion dataproc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"devDependencies": {
"c8": "^10.0.0",
"chai": "^5.0.0",
"chai": "^4.2.0",
"mocha": "^10.0.0",
"uuid": "^10.0.0"
}
Expand Down
2 changes: 1 addition & 1 deletion dialogflow-cx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"devDependencies": {
"c8": "^10.0.0",
"chai": "^5.0.0",
"chai": "^4.2.0",
"mocha": "^10.0.0",
"uuid": "^10.0.0"
}
Expand Down
2 changes: 1 addition & 1 deletion dialogflow/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"devDependencies": {
"c8": "^10.0.0",
"chai": "^5.0.0",
"chai": "^4.2.0",
"mocha": "^10.0.0",
"uuid": "^10.0.0"
}
Expand Down
2 changes: 1 addition & 1 deletion discoveryengine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"p-queue": "^8.0.0"
},
"devDependencies": {
"chai": "^5.0.0",
"chai": "^4.2.0",
"mocha": "^10.0.0",
"uuid": "^10.0.0"
}
Expand Down
4 changes: 2 additions & 2 deletions dlp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
},
"devDependencies": {
"c8": "^10.0.0",
"chai": "^5.0.0",
"chai": "^4.2.0",
"mime": "^4.0.0",
"mocha": "^10.0.0",
"pixelmatch": "^6.0.0",
"pixelmatch": "^5.3.0",
"pngjs": "^7.0.0",
"proxyquire": "^2.1.3",
"sinon": "^18.0.0",
Expand Down
2 changes: 1 addition & 1 deletion document-ai/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"devDependencies": {
"c8": "^10.0.0",
"chai": "^5.0.0",
"chai": "^4.2.0",
"mocha": "^10.0.0",
"uuid": "^10.0.0"
}
Expand Down
2 changes: 1 addition & 1 deletion endpoints/getting-started-grpc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"yargs": "^17.0.0"
},
"devDependencies": {
"chai": "^5.0.0",
"chai": "^4.2.0",
"mocha": "^10.0.0",
"wait-port": "^1.0.4"
}
Expand Down
2 changes: 1 addition & 1 deletion error-reporting/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"devDependencies": {
"c8": "^10.0.0",
"chai": "^5.0.0",
"chai": "^4.2.0",
"gaxios": "^6.0.0",
"mocha": "^10.0.0"
}
Expand Down
2 changes: 1 addition & 1 deletion eventarc/audit-storage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"devDependencies": {
"c8": "^10.0.0",
"got": "^14.0.0",
"got": "^11.5.0",
"mocha": "^10.0.0",
"sinon": "^18.0.0",
"supertest": "^7.0.0"
Expand Down
2 changes: 1 addition & 1 deletion eventarc/generic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"devDependencies": {
"c8": "^10.0.0",
"got": "^14.0.0",
"got": "^11.5.0",
"mocha": "^10.0.0",
"sinon": "^18.0.0",
"supertest": "^7.0.0",
Expand Down
2 changes: 1 addition & 1 deletion eventarc/pubsub/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"devDependencies": {
"c8": "^10.0.0",
"got": "^14.0.0",
"got": "^11.5.0",
"mocha": "^10.0.0",
"supertest": "^7.0.0"
}
Expand Down
2 changes: 1 addition & 1 deletion generative-ai/snippets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"devDependencies": {
"c8": "^10.0.0",
"chai": "^5.0.0",
"chai": "^4.2.0",
"mocha": "^10.0.0",
"sinon": "^18.0.0",
"uuid": "^10.0.0"
Expand Down
2 changes: 1 addition & 1 deletion iam/deny/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"devDependencies": {
"c8": "^10.0.0",
"chai": "^5.0.0",
"chai": "^4.2.0",
"mocha": "^10.0.0",
"uuid": "^10.0.0"
}
Expand Down
2 changes: 1 addition & 1 deletion kms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"devDependencies": {
"c8": "^10.0.0",
"chai": "^5.0.0",
"chai": "^4.2.0",
"mocha": "^10.0.0",
"uuid": "^10.0.0"
}
Expand Down
2 changes: 1 addition & 1 deletion media/livestream/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"devDependencies": {
"c8": "^10.0.0",
"chai": "^5.0.0",
"chai": "^4.2.0",
"mocha": "^10.1.0",
"uuid": "^10.0.0"
}
Expand Down
2 changes: 1 addition & 1 deletion media/video-stitcher/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"devDependencies": {
"c8": "^10.0.0",
"chai": "^5.0.0",
"chai": "^4.2.0",
"mocha": "^10.1.0",
"uuid": "^10.0.0"
}
Expand Down
2 changes: 1 addition & 1 deletion mediatranslation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"devDependencies": {
"c8": "^10.0.0",
"chai": "^5.0.0",
"chai": "^4.2.0",
"mocha": "^10.0.0"
}
}
2 changes: 1 addition & 1 deletion monitoring/snippets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"yargs": "^17.0.0"
},
"devDependencies": {
"chai": "^5.0.0",
"chai": "^4.2.0",
"mocha": "^10.0.0",
"uuid": "^10.0.0"
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
},
"dependencies": {
"commander": "^12.0.0",
"eslint": "^9.0.0"
"eslint": "^8.57.0"
}
}
2 changes: 1 addition & 1 deletion recaptcha_enterprise/snippets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@types/node": "^20.0.0",
"@types/yargs": "^17.0.19",
"c8": "^10.0.0",
"eslint": "^9.0.0",
"eslint": "^8.57.0",
"gts": "^5.0.0",
"mocha": "^10.2.0",
"ts-node": "^10.9.1",
Expand Down
2 changes: 1 addition & 1 deletion retail/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"devDependencies": {
"c8": "^10.0.0",
"chai": "^5.0.0",
"chai": "^4.2.0",
"mocha": "^10.2.0"
}
}
2 changes: 1 addition & 1 deletion routeoptimization/snippets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"devDependencies": {
"c8": "^10.0.0",
"chai": "^5.0.0",
"chai": "^4.2.0",
"mocha": "^10.0.0"
}
}
2 changes: 1 addition & 1 deletion run/hello-broken/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"devDependencies": {
"c8": "^10.0.0",
"google-auth-library": "^9.0.0",
"got": "^14.0.0",
"got": "^11.5.0",
"mocha": "^10.0.0"
}
}
2 changes: 1 addition & 1 deletion run/helloworld/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"devDependencies": {
"c8": "^10.0.0",
"google-auth-library": "^9.0.0",
"got": "^14.0.0",
"got": "^11.5.0",
"mocha": "^10.0.0",
"supertest": "^7.0.0"
}
Expand Down
2 changes: 1 addition & 1 deletion run/idp-sql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"devDependencies": {
"c8": "^10.0.0",
"got": "^14.0.0",
"got": "^11.5.0",
"mocha": "^10.0.0",
"short-uuid": "^5.0.0",
"sinon": "^18.0.0",
Expand Down
Loading

0 comments on commit 46eb9ea

Please sign in to comment.