Skip to content
This repository has been archived by the owner on Dec 19, 2023. It is now read-only.

fix(deps): update dependency @google-cloud/common to v3 #367

Conversation

renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Mar 28, 2020

This PR contains the following updates:

Package Type Update Change
@google-cloud/common dependencies major ^2.0.0 -> ^3.0.0

Release Notes

googleapis/nodejs-common

v3.0.0

Compare Source

⚠ BREAKING CHANGES
  • drop support for node.js 8 (#​554)
  • remove support for custom promises (#​541)
Features
Bug Fixes
Miscellaneous Chores

Renovate configuration

📅 Schedule: "after 9am and before 3pm" (UTC).

🚦 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 WhiteSource Renovate. View repository job log here.

@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:run Add this label to force Kokoro to re-run the tests. label Mar 28, 2020
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Mar 28, 2020
@yoshi-kokoro yoshi-kokoro removed the kokoro:run Add this label to force Kokoro to re-run the tests. label Mar 28, 2020
@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:run Add this label to force Kokoro to re-run the tests. label Mar 30, 2020
@bcoe bcoe added the do not merge Indicates a pull request not ready for merge, due to either quality or timing. label Mar 30, 2020
@bcoe
Copy link
Contributor

bcoe commented Mar 30, 2020

requires Node 10 in engines field.

@renovate-bot renovate-bot force-pushed the renovate/google-cloud-common-3.x branch 2 times, most recently from 468df84 to 8021de3 Compare April 1, 2020 20:15
@yoshi-kokoro yoshi-kokoro removed the kokoro:run Add this label to force Kokoro to re-run the tests. label Apr 1, 2020
@renovate-bot renovate-bot force-pushed the renovate/google-cloud-common-3.x branch from 8021de3 to 743e032 Compare April 2, 2020 21:15
@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:run Add this label to force Kokoro to re-run the tests. label Apr 2, 2020
@yoshi-kokoro yoshi-kokoro removed the kokoro:run Add this label to force Kokoro to re-run the tests. label Apr 2, 2020
@renovate-bot renovate-bot force-pushed the renovate/google-cloud-common-3.x branch from 743e032 to 4580332 Compare April 5, 2020 20:13
@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:run Add this label to force Kokoro to re-run the tests. label Apr 5, 2020
@codecov
Copy link

codecov bot commented Apr 5, 2020

Codecov Report

❗ No coverage uploaded for pull request head (renovate/google-cloud-common-3.x@a305a00). Click here to learn what that means.
The diff coverage is n/a.

@yoshi-kokoro yoshi-kokoro removed the kokoro:run Add this label to force Kokoro to re-run the tests. label Apr 5, 2020
@renovate-bot renovate-bot force-pushed the renovate/google-cloud-common-3.x branch from 4580332 to 2143235 Compare April 7, 2020 19:15
@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:run Add this label to force Kokoro to re-run the tests. label Apr 7, 2020
@yoshi-kokoro yoshi-kokoro removed the kokoro:run Add this label to force Kokoro to re-run the tests. label Apr 7, 2020
@renovate-bot renovate-bot force-pushed the renovate/google-cloud-common-3.x branch from 2143235 to 3b797c1 Compare April 9, 2020 19:22
@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:run Add this label to force Kokoro to re-run the tests. label Apr 9, 2020
@yoshi-kokoro yoshi-kokoro removed the kokoro:run Add this label to force Kokoro to re-run the tests. label Apr 9, 2020
@renovate-bot renovate-bot force-pushed the renovate/google-cloud-common-3.x branch from 3b797c1 to 95c7757 Compare April 12, 2020 02:16
@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:run Add this label to force Kokoro to re-run the tests. label Apr 12, 2020
@yoshi-kokoro yoshi-kokoro removed the kokoro:run Add this label to force Kokoro to re-run the tests. label Apr 12, 2020
@renovate-bot renovate-bot force-pushed the renovate/google-cloud-common-3.x branch from 95c7757 to a305a00 Compare April 12, 2020 20:18
@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:run Add this label to force Kokoro to re-run the tests. label Apr 12, 2020
@JustinBeckwith JustinBeckwith removed the do not merge Indicates a pull request not ready for merge, due to either quality or timing. label Apr 12, 2020
@JustinBeckwith JustinBeckwith added the automerge Merge the pull request once unit tests and other checks pass. label Apr 12, 2020
@yoshi-kokoro yoshi-kokoro removed the kokoro:run Add this label to force Kokoro to re-run the tests. label Apr 12, 2020
@gcf-merge-on-green gcf-merge-on-green bot merged commit 3d8b083 into googleapis:master Apr 12, 2020
@renovate-bot renovate-bot deleted the renovate/google-cloud-common-3.x branch April 12, 2020 20:24
gcf-merge-on-green bot pushed a commit that referenced this pull request Apr 16, 2020
🤖 I have created a release \*beep\* \*boop\* 
---
## [2.0.0](https://www.github.com/googleapis/nodejs-dns/compare/v1.2.9...v2.0.0) (2020-04-14)


### ⚠ BREAKING CHANGES

* update to latest version of gts and typescript (#376)
* require node 10 in engines field (#374)

### Features

* require node 10 in engines field ([#374](https://www.github.com/googleapis/nodejs-dns/issues/374)) ([aba0475](https://www.github.com/googleapis/nodejs-dns/commit/aba047555b12b8c6a243581fc65579381d497b1f))


### Bug Fixes

* apache license URL ([#468](https://www.github.com/googleapis/nodejs-dns/issues/468)) ([#372](https://www.github.com/googleapis/nodejs-dns/issues/372)) ([32e13a1](https://www.github.com/googleapis/nodejs-dns/commit/32e13a10bdcbea7abaa25add7cb133e5bf854c60))
* **deps:** update dependency @google-cloud/common to v3 ([#367](https://www.github.com/googleapis/nodejs-dns/issues/367)) ([3d8b083](https://www.github.com/googleapis/nodejs-dns/commit/3d8b08380e56dfb62d7b596fde9624119d08b4ec))
* **deps:** update dependency @google-cloud/paginator to v3 ([#365](https://www.github.com/googleapis/nodejs-dns/issues/365)) ([25ea868](https://www.github.com/googleapis/nodejs-dns/commit/25ea86858f27afbcda7bf8370ac742d0a8abbcb6))
* **deps:** update dependency @google-cloud/promisify to v2 ([#364](https://www.github.com/googleapis/nodejs-dns/issues/364)) ([2f732bf](https://www.github.com/googleapis/nodejs-dns/commit/2f732bf6fdc44c0f7c471126935ddb62cba5fbd3))


### Build System

* update to latest version of gts and typescript ([#376](https://www.github.com/googleapis/nodejs-dns/issues/376)) ([c35b94e](https://www.github.com/googleapis/nodejs-dns/commit/c35b94e4a49c5d2644aa64fe4ad85b2de4002e01))
---


This PR was generated with [Release Please](https://github.com/googleapis/release-please).
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
automerge Merge the pull request once unit tests and other checks pass. cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants