Skip to content

Commit 2a45168

Browse files
chore: [node] add auto-approve templates, and install dependencies with engines-strict (#345)
* chore: [node] add auto-approve templates, and install dependencies with engines-strict chore: add auto-approve templates, and install dependencies with engines-strict Source-Link: googleapis/synthtool@4a02d97 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest@sha256:68e1cece0d6d3336c4f1cb9d2857b020af5574dff6da6349293d1c6d4eea82d8 * Update package.json --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: sofisl <55454395+sofisl@users.noreply.github.com>
1 parent 8c637a5 commit 2a45168

3 files changed

Lines changed: 7 additions & 6 deletions

File tree

core/promisify/.github/.OwlBot.lock.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2023 Google LLC
1+
# Copyright 2024 Google LLC
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.
@@ -13,5 +13,5 @@
1313
# limitations under the License.
1414
docker:
1515
image: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest
16-
digest: sha256:bfe4592953269bfa8d135200ca1b17809f106a337a885d7ecc12cd2a9998e98a
17-
# created: 2023-11-15T20:00:24.246072277Z
16+
digest: sha256:68e1cece0d6d3336c4f1cb9d2857b020af5574dff6da6349293d1c6d4eea82d8
17+
# created: 2024-05-31T15:46:42.989947733Z
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
processes:
22
- "NodeDependency"
3-
- "OwlBotTemplateChanges"
3+
- "OwlBotTemplateChangesNode"
4+
- "OwlBotPRsNode"

core/promisify/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"author": "Google Inc.",
3131
"license": "Apache-2.0",
3232
"devDependencies": {
33-
"@compodoc/compodoc": "^1.1.9",
33+
"@compodoc/compodoc": "1.1.19",
3434
"@types/mocha": "^9.0.0",
3535
"@types/node": "^20.4.8",
3636
"@types/sinon": "^17.0.0",
@@ -39,7 +39,7 @@
3939
"codecov": "^3.0.4",
4040
"gts": "^5.0.0",
4141
"hard-rejection": "^2.1.0",
42-
"linkinator": "^5.0.1",
42+
"linkinator": "^3.0.1",
4343
"mocha": "^8.0.0",
4444
"sinon": "^17.0.0",
4545
"typescript": "^5.1.6"

0 commit comments

Comments
 (0)