Skip to content

Commit

Permalink
fix(deps): update dependency @google-cloud/precise-date to v4 (#1903)
Browse files Browse the repository at this point in the history
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@google-cloud/precise-date](https://togithub.com/googleapis/nodejs-precise-date) | [`^3.0.0` -> `^4.0.0`](https://renovatebot.com/diffs/npm/@google-cloud%2fprecise-date/3.0.1/4.0.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@google-cloud%2fprecise-date/4.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@google-cloud%2fprecise-date/4.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@google-cloud%2fprecise-date/3.0.1/4.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@google-cloud%2fprecise-date/3.0.1/4.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>googleapis/nodejs-precise-date (@&#8203;google-cloud/precise-date)</summary>

### [`v4.0.0`](https://togithub.com/googleapis/nodejs-precise-date/blob/HEAD/CHANGELOG.md#400-2023-08-10)

[Compare Source](https://togithub.com/googleapis/nodejs-precise-date/compare/v3.0.1...v4.0.0)

##### ⚠ BREAKING CHANGES

-   upgrade to Node 14 ([#&#8203;235](https://togithub.com/googleapis/nodejs-precise-date/issues/235))

##### Miscellaneous Chores

-   Upgrade to Node 14 ([#&#8203;235](https://togithub.com/googleapis/nodejs-precise-date/issues/235)) ([730c500](https://togithub.com/googleapis/nodejs-precise-date/commit/730c50022954bf4c9fbef9b6fa357266859660c3))

</details>

---

### 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.

---

 - [ ] <!-- rebase-check -->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/nodejs-spanner).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi40MC4zIiwidXBkYXRlZEluVmVyIjoiMzYuNDAuMyIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
  • Loading branch information
renovate-bot committed Nov 20, 2023
1 parent 4a882fb commit 7464c8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
},
"dependencies": {
"@google-cloud/common": "^5.0.0",
"@google-cloud/precise-date": "^3.0.0",
"@google-cloud/precise-date": "^4.0.0",
"@google-cloud/projectify": "^4.0.0",
"@google-cloud/promisify": "^4.0.0",
"@grpc/proto-loader": "^0.7.0",
Expand Down
2 changes: 1 addition & 1 deletion samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"dependencies": {
"@google-cloud/kms": "^4.0.0",
"@google-cloud/precise-date": "^3.0.0",
"@google-cloud/precise-date": "^4.0.0",
"@google-cloud/spanner": "^7.1.0",
"yargs": "^17.0.0"
},
Expand Down

0 comments on commit 7464c8b

Please sign in to comment.