Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

chore!: migrate to Node 18 #1572

Open
wants to merge 12 commits into
base: main
Choose a base branch
from
7 changes: 3 additions & 4 deletions .github/.OwlBot.lock.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2023 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.
Expand All @@ -12,6 +12,5 @@
# See the License for the specific language governing permissions and
# limitations under the License.
docker:
image: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest
digest: sha256:e92044720ab3cb6984a70b0c6001081204375959ba3599ef6c42dd99a7783a67
# created: 2023-11-10T00:24:05.581078808Z
image: 'gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest'
digest: 'sha256:0d39e59663287ae929c1d4ccf8ebf7cef9946826c9b86eda7e85d8d752dbb584'
24 changes: 0 additions & 24 deletions .kokoro/continuous/node14/common.cfg

This file was deleted.

4 changes: 0 additions & 4 deletions .kokoro/continuous/node14/lint.cfg

This file was deleted.

12 changes: 0 additions & 12 deletions .kokoro/continuous/node14/samples-test.cfg

This file was deleted.

12 changes: 0 additions & 12 deletions .kokoro/continuous/node14/system-test.cfg

This file was deleted.

Empty file.
24 changes: 0 additions & 24 deletions .kokoro/presubmit/node14/common.cfg

This file was deleted.

12 changes: 0 additions & 12 deletions .kokoro/presubmit/node14/samples-test.cfg

This file was deleted.

12 changes: 0 additions & 12 deletions .kokoro/presubmit/node14/system-test.cfg

This file was deleted.

Empty file.
89 changes: 44 additions & 45 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,62 +50,61 @@
"@google-cloud/monitoring": "^4.1.0",
"@google-cloud/opentelemetry-cloud-monitoring-exporter": "^0.20.0",
"@google-cloud/opentelemetry-resource-util": "^2.4.0",
"@google-cloud/precise-date": "^4.0.0",
"@google-cloud/projectify": "^4.0.0",
"@google-cloud/promisify": "4.0.0",
"@google-cloud/precise-date": "^5.0.0",
"@google-cloud/projectify": "^5.0.0",
"@google-cloud/promisify": "^4.0.0",
"@opentelemetry/api": "^1.9.0",
"@opentelemetry/resources": "^1.30.0",
"@opentelemetry/sdk-metrics": "^1.30.0",
"arrify": "^2.0.0",
"@opentelemetry/resources": "^1.30.1",
"@opentelemetry/sdk-metrics": "^1.30.1",
"arrify": "2.0.0",
"concat-stream": "^2.0.0",
"dot-prop": "^6.0.0",
"escape-string-regexp": "^4.0.0",
"escape-string-regexp": "3.0.0",
"extend": "^3.0.2",
"google-gax": "^4.0.3",
"google-gax": "^5.0.0-rc.3",
"grpc-gcp": "^1.0.1",
"is": "^3.0.1",
"is": "^3.3.0",
"is-utf8": "^0.2.1",
"lodash.snakecase": "^4.1.1",
"long": "^4.0.0",
"pumpify": "^2.0.0",
"stream-events": "^1.0.2"
"long": "^5.3.1",
"pumpify": "^2.0.1",
"stream-events": "^1.0.5"
},
"devDependencies": {
"@grpc/grpc-js": "^1.9.0",
"@grpc/proto-loader": "^0.7.3",
"@types/escape-string-regexp": "^2.0.0",
"@types/extend": "^3.0.1",
"@types/is": "0.0.25",
"@types/lodash.snakecase": "^4.1.5",
"@types/mocha": "^9.0.0",
"@types/node": "^20.4.9",
"@types/proxyquire": "^1.3.28",
"@types/pumpify": "^1.4.1",
"@types/sinon": "^10.0.0",
"@types/uuid": "^9.0.0",
"c8": "^9.0.0",
"codecov": "^3.6.5",
"gapic-tools": "^0.4.0",
"gts": "^5.0.0",
"jsdoc": "^4.0.2",
"@grpc/grpc-js": "^1.12.6",
"@grpc/proto-loader": "^0.7.13",
"@types/escape-string-regexp": "^2.0.3",
"@types/extend": "^3.0.4",
"@types/is": "^0.0.25",
"@types/lodash.snakecase": "^4.1.9",
"@types/mocha": "^10.0.10",
"@types/node": "^22.13.10",
"@types/proxyquire": "^1.3.31",
"@types/pumpify": "^1.4.4",
"@types/sinon": "^17.0.4",
"@types/uuid": "^10.0.0",
"c8": "^10.1.3",
"codecov": "^3.8.3",
"gapic-tools": "^1.0.1",
"gts": "^6.0.2",
"jsdoc": "^4.0.4",
"jsdoc-fresh": "^3.0.0",
"jsdoc-region-tag": "^2.0.0",
"linkinator": "^5.0.0",
"mocha": "^9.2.2",
"null-loader": "^4.0.0",
"p-queue": "^6.0.2",
"pack-n-play": "^2.0.0",
"proxyquire": "^2.0.0",
"sinon": "^16.0.0",
"snap-shot-it": "^7.9.1",
"jsdoc-region-tag": "^3.0.0",
"linkinator": "^6.1.2",
"mocha": "^11.1.0",
"null-loader": "^4.0.1",
"p-queue": "^8.1.0",
"pack-n-play": "^2.1.0",
"proxyquire": "^2.1.3",
"sinon": "^19.0.2",
"snap-shot-it": "^7.9.10",
"tcp-port-used": "^1.0.2",
"ts-loader": "^9.0.0",
"typescript": "^5.1.6",
"uuid": "^9.0.0",
"webpack": "^5.0.0",
"webpack-cli": "^5.0.0"
"ts-loader": "^9.5.2",
"typescript": "^5.8.2",
"uuid": "^11.1.0",
"webpack": "^5.98.0",
"webpack-cli": "^6.0.1"
},
"engines": {
"node": ">=14.0.0"
"node": ">=18"
}
}
Loading
Loading