Skip to content
This repository was archived by the owner on Mar 17, 2026. It is now read-only.

Commit 72b8d78

Browse files
authored
fix(deps): update dependency @google-cloud/precise-date to v2 (#934)
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 <details> <summary>googleapis/nodejs-precise-date</summary> ### [`v2.0.0`](https://togithub.com/googleapis/nodejs-precise-date/blob/master/CHANGELOG.md#&#8203;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 ([#&#8203;97](https://togithub.com/googleapis/nodejs-precise-date/issues/97)) - **dep:** deprecate Node 8 to 10 ([#&#8203;92](https://togithub.com/googleapis/nodejs-precise-date/issues/92)) ##### Miscellaneous Chores - **dep:** deprecate Node 8 to 10 ([#&#8203;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 ([#&#8203;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 ([#&#8203;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 ([#&#8203;43](https://www.github.com/googleapis/nodejs-precise-date/issues/43)) ([5828db8](https://www.github.com/googleapis/nodejs-precise-date/commit/5828db8)) </details> --- ### 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. --- - [ ] <!-- rebase-check -->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).
1 parent 73fc887 commit 72b8d78

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
},
5050
"dependencies": {
5151
"@google-cloud/paginator": "^2.0.0",
52-
"@google-cloud/precise-date": "^1.0.0",
52+
"@google-cloud/precise-date": "^2.0.0",
5353
"@google-cloud/projectify": "^1.0.0",
5454
"@google-cloud/promisify": "^1.0.0",
5555
"@types/duplexify": "^3.6.0",

0 commit comments

Comments
 (0)