From b905d51df66e289ac28edb958a2ee073dd69fcee Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Tue, 6 Feb 2024 08:06:25 +0100 Subject: [PATCH 01/15] chore(deps): update actions/checkout digest to b4ffde6 (#905) --- .github/workflows/ci.yaml | 6 +++--- .github/workflows/ci2.yaml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ab92ba08..ac261e27 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -18,7 +18,7 @@ jobs: matrix: node: [14, 16, 18, 20] steps: - - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - uses: actions/setup-node@v4 with: node-version: ${{ matrix.node }} @@ -36,7 +36,7 @@ jobs: lint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - uses: actions/setup-node@v4 with: node-version: 14 @@ -45,7 +45,7 @@ jobs: docs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - uses: actions/setup-node@v4 with: node-version: 14 diff --git a/.github/workflows/ci2.yaml b/.github/workflows/ci2.yaml index 73e03b68..06143935 100644 --- a/.github/workflows/ci2.yaml +++ b/.github/workflows/ci2.yaml @@ -10,7 +10,7 @@ jobs: system-test: runs-on: ubuntu-latest steps: - - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - uses: actions/setup-node@v4 with: node-version: 14 From da637afc7d3acc6e81395e4d4725ae56281732a1 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Wed, 28 Feb 2024 11:14:16 +0100 Subject: [PATCH 02/15] chore(deps): update dependency tmp to v0.2.2 (#921) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [tmp](https://togithub.com/raszi/node-tmp) | [`0.2.1` -> `0.2.2`](https://renovatebot.com/diffs/npm/tmp/0.2.1/0.2.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/tmp/0.2.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/tmp/0.2.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/tmp/0.2.1/0.2.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/tmp/0.2.1/0.2.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
raszi/node-tmp (tmp) ### [`v0.2.2`](https://togithub.com/raszi/node-tmp/blob/HEAD/CHANGELOG.md#v022-2022-08-26) [Compare Source](https://togithub.com/raszi/node-tmp/compare/v0.2.1...v0.2.2) ##### :bug: Bug Fix - [#​278](https://togithub.com/raszi/node-tmp/pull/278) Closes [#​268](https://togithub.com/raszi/node-tmp/issues/268): Revert "fix [#​246](https://togithub.com/raszi/node-tmp/issues/246): remove any double quotes or single quotes… ([@​mbargiel](https://togithub.com/mbargiel)) ##### :memo: Documentation - [#​279](https://togithub.com/raszi/node-tmp/pull/279) Closes [#​266](https://togithub.com/raszi/node-tmp/issues/266): move paragraph on graceful cleanup to the head of the documentation ([@​silkentrance](https://togithub.com/silkentrance)) ##### :house: Internal - switch to GitHub Actions - fix tests for node >= 16 ##### Committers: 3 - Carsten Klein ([@​silkentrance](https://togithub.com/silkentrance)) - Maxime Bargiel ([@​mbargiel](https://togithub.com/mbargiel)) - [@​robertoaceves](https://togithub.com/robertoaceves)
--- ### Configuration πŸ“… **Schedule**: Branch creation - "after 9am and before 3pm" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. β™» **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. πŸ”• **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/googleapis/cloud-profiler-nodejs). --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d4e4d1ed..2169aba1 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "nock": "^13.0.0", "sinon": "^17.0.0", "source-map": "^0.7.0", - "tmp": "0.2.1", + "tmp": "0.2.2", "typescript": "^5.1.6" }, "files": [ From 89a0ac835ddc2001ef971211c01126ac4da1cfc0 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Thu, 29 Feb 2024 12:54:18 +0100 Subject: [PATCH 03/15] chore(deps): update dependency tmp to v0.2.3 (#922) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [tmp](https://togithub.com/raszi/node-tmp) | [`0.2.2` -> `0.2.3`](https://renovatebot.com/diffs/npm/tmp/0.2.2/0.2.3) | [![age](https://developer.mend.io/api/mc/badges/age/npm/tmp/0.2.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/tmp/0.2.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/tmp/0.2.2/0.2.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/tmp/0.2.2/0.2.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
raszi/node-tmp (tmp) ### [`v0.2.3`](https://togithub.com/raszi/node-tmp/compare/v0.2.2...v0.2.3) [Compare Source](https://togithub.com/raszi/node-tmp/compare/v0.2.2...v0.2.3)
--- ### Configuration πŸ“… **Schedule**: Branch creation - "after 9am and before 3pm" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. β™» **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. πŸ”• **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/googleapis/cloud-profiler-nodejs). --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2169aba1..d12e4e10 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "nock": "^13.0.0", "sinon": "^17.0.0", "source-map": "^0.7.0", - "tmp": "0.2.2", + "tmp": "0.2.3", "typescript": "^5.1.6" }, "files": [ From 320dfbd36aaa651812499f76140423dfa16a7458 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Tue, 2 Apr 2024 16:02:11 +0200 Subject: [PATCH 04/15] chore(deps): update dependency @types/nock to v11 (#924) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d12e4e10..e6a5183f 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "@types/extend": "^3.0.0", "@types/long": "^4.0.0", "@types/mocha": "^9.0.0", - "@types/nock": "^10.0.0", + "@types/nock": "^11.0.0", "@types/node": "^20.4.9", "@types/pretty-ms": "^4.0.0", "@types/sinon": "^17.0.0", From 12426f94327c5ab4cab62c41e4d265aa056c9d83 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Tue, 2 Apr 2024 16:27:12 +0200 Subject: [PATCH 05/15] chore(deps): update dependency @types/long to v5 (#923) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e6a5183f..ff797f68 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ }, "devDependencies": { "@types/extend": "^3.0.0", - "@types/long": "^4.0.0", + "@types/long": "^5.0.0", "@types/mocha": "^9.0.0", "@types/nock": "^11.0.0", "@types/node": "^20.4.9", From 433329a47cd5da1dca602808c658e2c45d466ad1 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Wed, 3 Apr 2024 17:22:28 +0200 Subject: [PATCH 06/15] chore(deps): update dependency @types/pretty-ms to v5 (#925) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ff797f68..00da643a 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "@types/mocha": "^9.0.0", "@types/nock": "^11.0.0", "@types/node": "^20.4.9", - "@types/pretty-ms": "^4.0.0", + "@types/pretty-ms": "^5.0.0", "@types/sinon": "^17.0.0", "@types/tmp": "0.2.6", "c8": "^9.0.0", From 763d6ec856c975085a8bc082edf34e5580ad7691 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Mon, 29 Apr 2024 19:11:06 +0200 Subject: [PATCH 07/15] chore(deps): update actions/checkout digest to 0ad4b8f (#926) --- .github/workflows/ci.yaml | 6 +++--- .github/workflows/ci2.yaml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ac261e27..cad1bf74 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -18,7 +18,7 @@ jobs: matrix: node: [14, 16, 18, 20] steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 + - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4 - uses: actions/setup-node@v4 with: node-version: ${{ matrix.node }} @@ -36,7 +36,7 @@ jobs: lint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 + - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4 - uses: actions/setup-node@v4 with: node-version: 14 @@ -45,7 +45,7 @@ jobs: docs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 + - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4 - uses: actions/setup-node@v4 with: node-version: 14 diff --git a/.github/workflows/ci2.yaml b/.github/workflows/ci2.yaml index 06143935..b7f6953d 100644 --- a/.github/workflows/ci2.yaml +++ b/.github/workflows/ci2.yaml @@ -10,7 +10,7 @@ jobs: system-test: runs-on: ubuntu-latest steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 + - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4 - uses: actions/setup-node@v4 with: node-version: 14 From 89eb3be3c19e8f607d5a7764c8849a0f602f47dc Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Fri, 10 May 2024 12:16:16 +0200 Subject: [PATCH 08/15] fix(deps): update dependency protobufjs to ~7.3.0 (#928) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [protobufjs](https://protobufjs.github.io/protobuf.js/) ([source](https://togithub.com/protobufjs/protobuf.js)) | [`~7.2.4` -> `~7.3.0`](https://renovatebot.com/diffs/npm/protobufjs/7.2.6/7.3.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/protobufjs/7.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/protobufjs/7.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/protobufjs/7.2.6/7.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/protobufjs/7.2.6/7.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
protobufjs/protobuf.js (protobufjs) ### [`v7.3.0`](https://togithub.com/protobufjs/protobuf.js/blob/HEAD/CHANGELOG.md#730-2024-05-10) [Compare Source](https://togithub.com/protobufjs/protobuf.js/compare/protobufjs-v7.2.6...protobufjs-v7.3.0) ##### Features - add handling for extension range options ([#​1990](https://togithub.com/protobufjs/protobuf.js/issues/1990)) ([2d58011](https://togithub.com/protobufjs/protobuf.js/commit/2d58011cc0bc495c68ed70f5aad297deb1722378))
--- ### Configuration πŸ“… **Schedule**: Branch creation - "after 9am and before 3pm" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. β™» **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. πŸ”• **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/googleapis/cloud-profiler-nodejs). --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 00da643a..a768a553 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "parse-duration": "^1.0.0", "pprof": "4.0.0", "pretty-ms": "^7.0.0", - "protobufjs": "~7.2.4", + "protobufjs": "~7.3.0", "semver": "^7.0.0", "teeny-request": "^9.0.0" }, From 58633cc715f0f1ed912afc664782a60a325dad96 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Mon, 27 May 2024 16:18:57 +0200 Subject: [PATCH 09/15] chore(deps): update dependency sinon to v18 (#930) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a768a553..b752508c 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "linkinator": "^5.0.0", "mocha": "^9.2.2", "nock": "^13.0.0", - "sinon": "^17.0.0", + "sinon": "^18.0.0", "source-map": "^0.7.0", "tmp": "0.2.3", "typescript": "^5.1.6" From 3ea7089a2d86f5b5fffebdb05920d2a5a387b788 Mon Sep 17 00:00:00 2001 From: "gcf-owl-bot[bot]" <78513119+gcf-owl-bot[bot]@users.noreply.github.com> Date: Wed, 26 Jun 2024 00:02:26 -0700 Subject: [PATCH 10/15] ci: Enable `constraintsFiltering` for Node.js Libraries (#934) chore: Enable `constraintsFiltering` for Node.js Libraries Source-Link: https://github.com/googleapis/synthtool/commit/dae1282201b64e4da3ad512632cb4dda70a832a1 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest@sha256:d920257482ca1cd72978f29f7d28765a9f8c758c21ee0708234db5cf4c5016c2 Co-authored-by: Owl Bot --- .github/.OwlBot.lock.yaml | 6 +++--- .github/auto-approve.yml | 3 ++- renovate.json | 1 + 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/.OwlBot.lock.yaml b/.github/.OwlBot.lock.yaml index fbf0659c..9e90d54b 100644 --- a/.github/.OwlBot.lock.yaml +++ b/.github/.OwlBot.lock.yaml @@ -1,4 +1,4 @@ -# Copyright 2023 Google LLC +# Copyright 2024 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -13,5 +13,5 @@ # limitations under the License. docker: image: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest - digest: sha256:bfe4592953269bfa8d135200ca1b17809f106a337a885d7ecc12cd2a9998e98a -# created: 2023-11-15T20:00:24.246072277Z + digest: sha256:d920257482ca1cd72978f29f7d28765a9f8c758c21ee0708234db5cf4c5016c2 +# created: 2024-06-12T16:18:41.688792375Z diff --git a/.github/auto-approve.yml b/.github/auto-approve.yml index 4cd91cc1..ec51b072 100644 --- a/.github/auto-approve.yml +++ b/.github/auto-approve.yml @@ -1,3 +1,4 @@ processes: - "NodeDependency" - - "OwlBotTemplateChanges" + - "OwlBotTemplateChangesNode" + - "OwlBotPRsNode" \ No newline at end of file diff --git a/renovate.json b/renovate.json index 26428fcf..c5c702cf 100644 --- a/renovate.json +++ b/renovate.json @@ -4,6 +4,7 @@ "docker:disable", ":disableDependencyDashboard" ], + "constraintsFiltering": "strict", "pinVersions": false, "rebaseStalePrs": true, "schedule": [ From 5c16290359c75c43ef4fd6224dda69323cfde94f Mon Sep 17 00:00:00 2001 From: Aaron Abbott Date: Tue, 9 Jul 2024 18:45:43 -0400 Subject: [PATCH 11/15] chore: upgrade kokoro test to use latest go version (#935) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore: upgrade kokoro test to use latest go version * πŸ¦‰ Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot --- .repo-metadata.json | 2 +- README.md | 2 +- samples/README.md | 2 +- system-test/integration_test.sh | 14 ++++++-------- 4 files changed, 9 insertions(+), 11 deletions(-) diff --git a/.repo-metadata.json b/.repo-metadata.json index befd09d1..b98f2287 100644 --- a/.repo-metadata.json +++ b/.repo-metadata.json @@ -1,7 +1,7 @@ { "name": "profiler", "name_pretty": "Cloud Profiler", - "product_documentation": "https://cloud.google.com/profiler", + "product_documentation": "https://cloud.google.com/profiler/docs", "client_documentation": "https://cloud.google.com/nodejs/docs/reference/profiler/latest", "issue_tracker": "https://issuetracker.google.com/savedsearches/5116474", "release_level": "stable", diff --git a/README.md b/README.md index 9ab4e5c9..1a60be6e 100644 --- a/README.md +++ b/README.md @@ -400,7 +400,7 @@ Apache Version 2.0 See [LICENSE](https://github.com/googleapis/cloud-profiler-nodejs/blob/main/LICENSE) [client-docs]: https://cloud.google.com/nodejs/docs/reference/profiler/latest -[product-docs]: https://cloud.google.com/profiler +[product-docs]: https://cloud.google.com/profiler/docs [shell_img]: https://gstatic.com/cloudssh/images/open-btn.png [projects]: https://console.cloud.google.com/project [billing]: https://support.google.com/cloud/answer/6293499#enable-billing diff --git a/samples/README.md b/samples/README.md index 3cd5c756..02a26cf7 100644 --- a/samples/README.md +++ b/samples/README.md @@ -65,4 +65,4 @@ __Usage:__ [shell_img]: https://gstatic.com/cloudssh/images/open-btn.png [shell_link]: https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/cloud-profiler-nodejs&page=editor&open_in_editor=samples/README.md -[product-docs]: https://cloud.google.com/profiler +[product-docs]: https://cloud.google.com/profiler/docs diff --git a/system-test/integration_test.sh b/system-test/integration_test.sh index 7dba8fec..9596c9f5 100755 --- a/system-test/integration_test.sh +++ b/system-test/integration_test.sh @@ -29,21 +29,19 @@ export GOOGLE_APPLICATION_CREDENTIALS="${SERVICE_KEY}" # Run test. cd "system-test" +# Pull in newer version of Go than provided by Kokoro image go version - -# Ensure a newer version of Go is used so it is compatible with newer libraries. -# The current Go version in the VM is 1.18.4, however we explicitly set it to -# pin the Go dependency to v1.18.4 for consistency. -retry curl -LO https://go.dev/dl/go1.18.4.linux-amd64.tar.gz -sudo rm -rf /usr/local/go && tar -C /usr/local -xzf go1.18.4.linux-amd64.tar.gz +GO_VERSION="1.22.4" +retry curl -LO https://go.dev/dl/go${GO_VERSION}.linux-amd64.tar.gz +sudo rm -rf /usr/local/go && tar -C /usr/local -xzf go${GO_VERSION}.linux-amd64.tar.gz export PATH=$PATH:/usr/local/go/bin +go version # Initializing go modules allows our dependencies to install versions of their # dependencies specified by their go.mod files. This reduces the likelihood of # dependencies breaking this test. -go version go mod init e2e -retry go get cloud.google.com/go/profiler/proftest@HEAD +retry go get cloud.google.com/go/profiler/proftest@main retry go test -c -tags=integration . if [ "$KOKORO_GITHUB_PULL_REQUEST_NUMBER" = "" ]; then From e39e00f4bbe92ebb99e46a19617d441bdf784c15 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Tue, 27 Aug 2024 19:55:25 +0200 Subject: [PATCH 12/15] chore(deps): update actions/checkout digest to 692973e (#931) --- .github/workflows/ci.yaml | 6 +++--- .github/workflows/ci2.yaml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index cad1bf74..21d92b4e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -18,7 +18,7 @@ jobs: matrix: node: [14, 16, 18, 20] steps: - - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 - uses: actions/setup-node@v4 with: node-version: ${{ matrix.node }} @@ -36,7 +36,7 @@ jobs: lint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 - uses: actions/setup-node@v4 with: node-version: 14 @@ -45,7 +45,7 @@ jobs: docs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 - uses: actions/setup-node@v4 with: node-version: 14 diff --git a/.github/workflows/ci2.yaml b/.github/workflows/ci2.yaml index b7f6953d..649e6616 100644 --- a/.github/workflows/ci2.yaml +++ b/.github/workflows/ci2.yaml @@ -10,7 +10,7 @@ jobs: system-test: runs-on: ubuntu-latest steps: - - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 - uses: actions/setup-node@v4 with: node-version: 14 From 97ec3fbe9d254dc824b6df9eec6630b3acfd04c6 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Wed, 11 Sep 2024 21:35:32 +0200 Subject: [PATCH 13/15] fix(deps): update dependency @google-cloud/logging-min to v11 (#939) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b752508c..73f42342 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "license": "Apache-2.0", "dependencies": { "@google-cloud/common": "^5.0.0", - "@google-cloud/logging-min": "^10.0.0", + "@google-cloud/logging-min": "^11.0.0", "@types/console-log-level": "^1.4.0", "@types/semver": "^7.0.0", "console-log-level": "^1.4.0", From 60b826405724d16c5173a1b9c6a852bd34222f4d Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Wed, 11 Sep 2024 21:56:03 +0200 Subject: [PATCH 14/15] fix(deps): update dependency protobufjs to ~7.4.0 (#938) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 73f42342..991cb024 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "parse-duration": "^1.0.0", "pprof": "4.0.0", "pretty-ms": "^7.0.0", - "protobufjs": "~7.3.0", + "protobufjs": "~7.4.0", "semver": "^7.0.0", "teeny-request": "^9.0.0" }, From a8d015a9c9553c8d64997973c4d8f86a679f58cd Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Wed, 11 Sep 2024 16:13:07 -0400 Subject: [PATCH 15/15] chore(main): release 6.0.2 (#929) Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- samples/package.json | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cbc65698..93ebc2b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,15 @@ [1]: https://www.npmjs.com/package/@google-cloud/profiler?activeTab=versions +## [6.0.2](https://github.com/googleapis/cloud-profiler-nodejs/compare/v6.0.1...v6.0.2) (2024-09-11) + + +### Bug Fixes + +* **deps:** Update dependency @google-cloud/logging-min to v11 ([#939](https://github.com/googleapis/cloud-profiler-nodejs/issues/939)) ([97ec3fb](https://github.com/googleapis/cloud-profiler-nodejs/commit/97ec3fbe9d254dc824b6df9eec6630b3acfd04c6)) +* **deps:** Update dependency protobufjs to ~7.3.0 ([#928](https://github.com/googleapis/cloud-profiler-nodejs/issues/928)) ([89eb3be](https://github.com/googleapis/cloud-profiler-nodejs/commit/89eb3be3c19e8f607d5a7764c8849a0f602f47dc)) +* **deps:** Update dependency protobufjs to ~7.4.0 ([#938](https://github.com/googleapis/cloud-profiler-nodejs/issues/938)) ([60b8264](https://github.com/googleapis/cloud-profiler-nodejs/commit/60b826405724d16c5173a1b9c6a852bd34222f4d)) + ## [6.0.1](https://github.com/googleapis/cloud-profiler-nodejs/compare/v6.0.0...v6.0.1) (2024-02-05) diff --git a/package.json b/package.json index 991cb024..4ce9e97e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@google-cloud/profiler", - "version": "6.0.1", + "version": "6.0.2", "description": "Adds support for Cloud Profiler to Node.js applications", "repository": "googleapis/cloud-profiler-nodejs", "main": "build/src/index.js", diff --git a/samples/package.json b/samples/package.json index 7df85594..8eca0116 100644 --- a/samples/package.json +++ b/samples/package.json @@ -17,7 +17,7 @@ "author": "Google LLC.", "license": "Apache-2.0", "dependencies": { - "@google-cloud/profiler": "^6.0.1" + "@google-cloud/profiler": "^6.0.2" }, "files": [ "*.js"