Skip to content

Commit

Permalink
fix(deps): update to gcf-utils v16 (#5484)
Browse files Browse the repository at this point in the history
Upgrades gcf-utils dependencies and google-cloud dependencies for the
remainder of the bots
  • Loading branch information
chingor13 committed Sep 10, 2024
1 parent d309192 commit 3128c40
Show file tree
Hide file tree
Showing 36 changed files with 25,211 additions and 48,272 deletions.
4,184 changes: 2,407 additions & 1,777 deletions packages/failurechecker/package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions packages/failurechecker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
"lint": "gts check"
},
"dependencies": {
"@google-automations/issue-utils": "^2.1.0",
"gcf-utils": "^14.2.0",
"@google-automations/issue-utils": "^4.0.0",
"gcf-utils": "^16.0.1",
"jsonwebtoken": "^9.0.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/failurechecker/src/failurechecker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ class FailureChecker {
private async *pullRequestIterator(label: string) {
const now = TimeMethods.Date().getTime();
for await (const response of this.octokit.paginate.iterator(
this.octokit.issues.listForRepo,
'GET /repos/{owner}/{repo}/issues',
{
owner: this.owner,
repo: this.repo,
Expand Down
Loading

0 comments on commit 3128c40

Please sign in to comment.