Skip to content

Commit

Permalink
fix(deps): update dependency @google-cloud/logging-bunyan to v5 (#110)
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/logging-bunyan](https://togithub.com/googleapis/nodejs-logging-bunyan)
| [`^4.2.2` ->
`^5.0.0`](https://renovatebot.com/diffs/npm/@google-cloud%2flogging-bunyan/4.2.2/5.0.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@google-cloud%2flogging-bunyan/5.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@google-cloud%2flogging-bunyan/5.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@google-cloud%2flogging-bunyan/4.2.2/5.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@google-cloud%2flogging-bunyan/4.2.2/5.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

###
[`v5.0.0`](https://togithub.com/googleapis/nodejs-logging-bunyan/blob/HEAD/CHANGELOG.md#500-2023-08-10)

[Compare
Source](https://togithub.com/googleapis/nodejs-logging-bunyan/compare/v4.2.2...v5.0.0)

##### ⚠ BREAKING CHANGES

- upgrade to Node 14
([#&#8203;705](https://togithub.com/googleapis/nodejs-logging-bunyan/issues/705))

##### Miscellaneous Chores

- Upgrade to Node 14
([#&#8203;705](https://togithub.com/googleapis/nodejs-logging-bunyan/issues/705))
([e2299d6](https://togithub.com/googleapis/nodejs-logging-bunyan/commit/e2299d66ec80a8d5b5c9f15c36b071771e28f9b9))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - "after 8:00 before 23:00 every weekday except on Friday" in
timezone UTC.

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, 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/valora-inc/logging).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi40MC4zIiwidXBkYXRlZEluVmVyIjoiMzYuNDAuMyIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 14, 2023
1 parent 7d62c3f commit b09ba9d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
},
"dependencies": {
"@google-cloud/logging": "^11.0.0",
"@google-cloud/logging-bunyan": "^4.2.2",
"@google-cloud/logging-bunyan": "^5.0.0",
"@types/bunyan": "^1.8.8",
"@types/fast-redact": "^3.0.2",
"bunyan": "^1.8.15",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -375,13 +375,13 @@
retry-request "^6.0.0"
teeny-request "^9.0.0"

"@google-cloud/logging-bunyan@^4.2.2":
version "4.2.2"
resolved "https://registry.yarnpkg.com/@google-cloud/logging-bunyan/-/logging-bunyan-4.2.2.tgz#672b840c97429822ba5208407ae6c843486610b1"
integrity sha512-YSRwP7CzK2C353zjNASG2XN8gYV3HwfoDfwk+cdcQ161BQJptzuLQcfDy9vNKaM/SMf3sL7mJIgoNbeN2YZpyA==
"@google-cloud/logging-bunyan@^5.0.0":
version "5.0.0"
resolved "https://registry.yarnpkg.com/@google-cloud/logging-bunyan/-/logging-bunyan-5.0.0.tgz#05072c77daeb02896058f07ec7a53b26f69ea022"
integrity sha512-Ila0PB6JZ/Qv18wx3x4/NoPLoSfTTDCvEIeaxCyKouv97kEWOP+HYvwimdJCYlvePyClZH+y3ktW17XlJAE4gA==
dependencies:
"@google-cloud/logging" "^10.2.2"
google-auth-library "^8.0.2"
google-auth-library "^9.0.0"

"@google-cloud/logging@^10.2.2":
version "10.5.0"
Expand Down

0 comments on commit b09ba9d

Please sign in to comment.