From 72b8d781ed3cbf9049101b9c2675f211fb3924ba Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Tue, 7 Apr 2020 02:26:39 +0200 Subject: [PATCH] fix(deps): update dependency @google-cloud/precise-date to v2 (#934) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@google-cloud/precise-date](https://togithub.com/googleapis/nodejs-precise-date) | dependencies | major | [`^1.0.0` -> `^2.0.0`](https://renovatebot.com/diffs/npm/@google-cloud%2fprecise-date/1.0.3/2.0.0) | --- ### Release Notes
googleapis/nodejs-precise-date ### [`v2.0.0`](https://togithub.com/googleapis/nodejs-precise-date/blob/master/CHANGELOG.md#​200-httpswwwgithubcomgoogleapisnodejs-precise-datecomparev103v200-2020-03-26) [Compare Source](https://togithub.com/googleapis/nodejs-precise-date/compare/v1.0.3...v2.0.0) ##### ⚠ BREAKING CHANGES - **dep:** upgrade typescript/gts ([#​97](https://togithub.com/googleapis/nodejs-precise-date/issues/97)) - **dep:** deprecate Node 8 to 10 ([#​92](https://togithub.com/googleapis/nodejs-precise-date/issues/92)) ##### Miscellaneous Chores - **dep:** deprecate Node 8 to 10 ([#​92](https://www.github.com/googleapis/nodejs-precise-date/issues/92)) ([75ca209](https://www.github.com/googleapis/nodejs-precise-date/commit/75ca209b49abcba8efcbc401b270ac1346874647)) - **dep:** upgrade typescript/gts ([#​97](https://www.github.com/googleapis/nodejs-precise-date/issues/97)) ([59ca2de](https://www.github.com/googleapis/nodejs-precise-date/commit/59ca2de8f6da249808dddebdba3961e59140d06d)) ##### [1.0.3](https://www.github.com/googleapis/nodejs-precise-date/compare/v1.0.2...v1.0.3) (2019-12-05) ##### Bug Fixes - **deps:** pin TypeScript below 3.7.0 ([c4aef9c](https://www.github.com/googleapis/nodejs-precise-date/commit/c4aef9c42cfab91c4701891d12a7b7118e3ba76c)) ##### [1.0.2](https://www.github.com/googleapis/nodejs-precise-date/compare/v1.0.1...v1.0.2) (2019-11-15) ##### Bug Fixes - **docs:** add jsdoc-region-tag plugin ([#​60](https://www.github.com/googleapis/nodejs-precise-date/issues/60)) ([a975b1c](https://www.github.com/googleapis/nodejs-precise-date/commit/a975b1c39b9ad283b48eb8e2cb13d9eb1cb053ba)) ##### [1.0.1](https://www.github.com/googleapis/nodejs-precise-date/compare/v1.0.0...v1.0.1) (2019-06-27) ##### Bug Fixes - **docs:** make anchors work in jsdoc ([#​43](https://www.github.com/googleapis/nodejs-precise-date/issues/43)) ([5828db8](https://www.github.com/googleapis/nodejs-precise-date/commit/5828db8))
--- ### Renovate configuration :date: **Schedule**: "after 9am and before 3pm" (UTC). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. :no_bell: **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](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#googleapis/nodejs-pubsub). --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f27b8f820..5d7f6c449 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ }, "dependencies": { "@google-cloud/paginator": "^2.0.0", - "@google-cloud/precise-date": "^1.0.0", + "@google-cloud/precise-date": "^2.0.0", "@google-cloud/projectify": "^1.0.0", "@google-cloud/promisify": "^1.0.0", "@types/duplexify": "^3.6.0",