From 955f3c943f39126bb5c31efaf6afa5dcaed43668 Mon Sep 17 00:00:00 2001 From: Cindy Peng <148148319+cindy-peng@users.noreply.github.com> Date: Wed, 21 May 2025 16:13:33 -0500 Subject: [PATCH 1/4] chore: fix promisify version to fix node 18 tests failure before we upgrade --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 68e98c5e..19df8c6d 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "@google-cloud/common": "^5.0.0", "@google-cloud/paginator": "^5.0.0", "@google-cloud/projectify": "^4.0.0", - "@google-cloud/promisify": "^4.0.0", + "@google-cloud/promisify": "4.0.0", "arrify": "^2.0.1", "dot-prop": "^6.0.0", "eventid": "^2.0.0", From e3c12cda7467ab07e12552f95e1809ba619d996a Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Wed, 21 May 2025 21:19:04 +0000 Subject: [PATCH 2/4] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot=20po?= =?UTF-8?q?st-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- protos/protos.d.ts | 2 +- protos/protos.js | 2 +- protos/protos.json | 3 +++ 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/protos/protos.d.ts b/protos/protos.d.ts index c721f107..8b3a9888 100644 --- a/protos/protos.d.ts +++ b/protos/protos.d.ts @@ -1,4 +1,4 @@ -// Copyright 2024 Google LLC +// Copyright 2025 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/protos/protos.js b/protos/protos.js index e92f5752..09bd536d 100644 --- a/protos/protos.js +++ b/protos/protos.js @@ -1,4 +1,4 @@ -// Copyright 2024 Google LLC +// Copyright 2025 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/protos/protos.json b/protos/protos.json index 3861f95a..1d8f1bad 100644 --- a/protos/protos.json +++ b/protos/protos.json @@ -1,4 +1,7 @@ { + "options": { + "syntax": "proto3" + }, "nested": { "google": { "nested": { From 8cab9378443fb93d89ffc7d30d7a8a506c8f9c18 Mon Sep 17 00:00:00 2001 From: Cindy Peng <148148319+cindy-peng@users.noreply.github.com> Date: Wed, 21 May 2025 16:30:46 -0500 Subject: [PATCH 3/4] Fix sinon version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 19df8c6d..99d769d2 100644 --- a/package.json +++ b/package.json @@ -89,7 +89,7 @@ "null-loader": "^4.0.0", "pack-n-play": "^2.0.0", "proxyquire": "^2.1.3", - "sinon": "^18.0.0", + "sinon": "18.0.0", "ts-loader": "^9.0.0", "typescript": "^5.1.6", "uglify-js": "^3.13.5", From 5d236ad4d257a9129df2d0446d905e13e17b00c6 Mon Sep 17 00:00:00 2001 From: Cindy Peng <148148319+cindy-peng@users.noreply.github.com> Date: Wed, 21 May 2025 16:56:02 -0500 Subject: [PATCH 4/4] Fix regexp version --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 99d769d2..8f3a78af 100644 --- a/package.json +++ b/package.json @@ -90,6 +90,7 @@ "pack-n-play": "^2.0.0", "proxyquire": "^2.1.3", "sinon": "18.0.0", + "path-to-regexp": "6.2.2", "ts-loader": "^9.0.0", "typescript": "^5.1.6", "uglify-js": "^3.13.5",