Skip to content

Commit c294f5d

Browse files
* chore!: update to Node 14 (#1439)
* docs: fix node release schedule link Co-authored-by: Jeffrey Rennie Source-Link: googleapis/synthtool@1a24315 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest@sha256:e08f9a3757808cdaf7a377e962308c65c4d7eff12db206d4fae702dd50d43430 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * chore!: update to Node 14 --------- Co-authored-by: Owl Bot Co-authored-by: Sofia Leon
1 parent 14f9853 commit c294f5d

38 files changed

+6314
-922
lines changed

.github/.OwlBot.lock.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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:0527a86c10b67742c409dc726ba9a31ec4e69b0006e3d7a49b0e6686c59cdaa9
17-
# created: 2023-05-24T20:32:43.844586914Z
16+
digest: sha256:e08f9a3757808cdaf7a377e962308c65c4d7eff12db206d4fae702dd50d43430
17+
# created: 2023-08-03T18:46:14.719706948Z

.github/sync-repo-settings.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,10 @@ branchProtectionRules:
99
- "ci/kokoro: System test"
1010
- docs
1111
- lint
12-
- test (12)
1312
- test (14)
1413
- test (16)
14+
- test (18)
15+
- test (20)
1516
- cla/google
1617
- windows
1718
- OwlBot Post Processor

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12-
node: [12, 14, 16]
12+
node: [14, 16, 18, 20]
1313
steps:
1414
- uses: actions/checkout@v3
1515
- uses: actions/setup-node@v3

.kokoro/common.cfg

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.kokoro/continuous/node12/common.cfg renamed to .kokoro/continuous/node14/common.cfg

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.kokoro/environment.sh

Lines changed: 0 additions & 101 deletions
This file was deleted.

.kokoro/environment/appengine_standard.cfg

Lines changed: 0 additions & 11 deletions
This file was deleted.

.kokoro/environment/cloudrun.cfg

Lines changed: 0 additions & 11 deletions
This file was deleted.

.kokoro/environment/common.cfg

Lines changed: 0 additions & 46 deletions
This file was deleted.

.kokoro/environment/compute.cfg

Lines changed: 0 additions & 11 deletions
This file was deleted.

.kokoro/environment/functions.cfg

Lines changed: 0 additions & 11 deletions
This file was deleted.

.kokoro/environment/kubernetes.cfg

Lines changed: 0 additions & 11 deletions
This file was deleted.

.kokoro/presubmit/node12/common.cfg renamed to .kokoro/presubmit/node14/common.cfg

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
File renamed without changes.

.kokoro/release/docs.cfg

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.kokoro/release/publish.cfg

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.kokoro/samples-test.sh

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.kokoro/system-test.sh

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.kokoro/test.bat

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.kokoro/test.sh

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ also contains samples.
245245
246246
## Supported Node.js Versions
247247
248-
Our client libraries follow the [Node.js release schedule](https://nodejs.org/en/about/releases/).
248+
Our client libraries follow the [Node.js release schedule](https://github.com/nodejs/release#release-schedule).
249249
Libraries are compatible with all current _active_ and _maintenance_ versions of
250250
Node.js.
251251
If you are using an end-of-life version of Node.js, we recommend that you update

package.json

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -45,38 +45,39 @@
4545
"postpublish": "./.kokoro/publish-min.sh"
4646
},
4747
"dependencies": {
48-
"@google-cloud/common": "^4.0.0",
49-
"@google-cloud/paginator": "^4.0.0",
50-
"@google-cloud/projectify": "^3.0.0",
51-
"@google-cloud/promisify": "^3.0.0",
48+
"@google-cloud/common": "^5.0.0",
49+
"@google-cloud/paginator": "^5.0.0",
50+
"@google-cloud/projectify": "^4.0.0",
51+
"@google-cloud/promisify": "^4.0.0",
5252
"arrify": "^2.0.1",
5353
"dot-prop": "^6.0.0",
5454
"eventid": "^2.0.0",
5555
"extend": "^3.0.2",
56-
"gcp-metadata": "^4.0.0",
57-
"google-auth-library": "^8.0.2",
58-
"google-gax": "^3.5.8",
56+
"gcp-metadata": "^6.0.0",
57+
"google-auth-library": "^9.0.0",
58+
"google-gax": "^4.0.3",
5959
"on-finished": "^2.3.0",
6060
"pumpify": "^2.0.1",
6161
"stream-events": "^1.0.5",
6262
"uuid": "^9.0.0"
6363
},
6464
"devDependencies": {
65-
"@google-cloud/bigquery": "^6.0.0",
66-
"@google-cloud/pubsub": "^3.0.0",
67-
"@google-cloud/storage": "^6.0.0",
65+
"@google-cloud/bigquery": "^7.0.0",
66+
"@google-cloud/pubsub": "^4.0.0",
67+
"@google-cloud/storage": "^7.0.0",
6868
"@types/extend": "^3.0.1",
6969
"@types/mocha": "^9.0.0",
70-
"@types/node": "^18.0.0",
70+
"@types/node": "^20.4.9",
7171
"@types/on-finished": "^2.3.1",
7272
"@types/proxyquire": "^1.3.28",
7373
"@types/pumpify": "^1.4.1",
7474
"@types/sinon": "^10.0.0",
7575
"@types/uuid": "^9.0.0",
7676
"bignumber.js": "^9.0.0",
77-
"c8": "^7.1.0",
77+
"c8": "^8.0.1",
7878
"codecov": "^3.6.5",
79-
"gts": "^3.1.0",
79+
"gapic-tools": "^0.1.8",
80+
"gts": "^5.0.0",
8081
"http2spy": "^2.0.0",
8182
"jsdoc": "^4.0.0",
8283
"jsdoc-fresh": "^2.0.0",
@@ -89,12 +90,12 @@
8990
"proxyquire": "^2.1.3",
9091
"sinon": "^15.0.0",
9192
"ts-loader": "^9.0.0",
92-
"typescript": "^4.6.4",
93+
"typescript": "^5.1.6",
9394
"uglify-js": "^3.13.5",
9495
"webpack": "^5.0.0",
9596
"webpack-cli": "^5.0.0"
9697
},
9798
"engines": {
98-
"node": ">=12.0.0"
99+
"node": ">=14.0.0"
99100
}
100101
}

0 commit comments

Comments
 (0)