Skip to content

Commit

Permalink
fix(deps): update dependency @google-cloud/logging-bunyan to ^5.1.0 (#…
Browse files Browse the repository at this point in the history
…162)

[![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)
| [`^5.0.1` ->
`^5.1.0`](https://renovatebot.com/diffs/npm/@google-cloud%2flogging-bunyan/5.0.1/5.1.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@google-cloud%2flogging-bunyan/5.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@google-cloud%2flogging-bunyan/5.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@google-cloud%2flogging-bunyan/5.0.1/5.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@google-cloud%2flogging-bunyan/5.0.1/5.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

###
[`v5.1.0`](https://togithub.com/googleapis/nodejs-logging-bunyan/blob/HEAD/CHANGELOG.md#510-2024-01-31)

[Compare
Source](https://togithub.com/googleapis/nodejs-logging-bunyan/compare/v5.0.1...v5.1.0)

##### Features

- Enable custom json fields truncation for bunyan
([#&#8203;732](https://togithub.com/googleapis/nodejs-logging-bunyan/issues/732))
([eb6fa66](https://togithub.com/googleapis/nodejs-logging-bunyan/commit/eb6fa6615cd43f192c07f69a5329a5d4ba159206))

##### Bug Fixes

- Add speciel logging fields section in the doc
([#&#8203;728](https://togithub.com/googleapis/nodejs-logging-bunyan/issues/728))
([0b9ad2b](https://togithub.com/googleapis/nodejs-logging-bunyan/commit/0b9ad2b039ea282caf42284512aa61aaf2ed89e1))
- Fix rest links with the correct gRPC links used by library.
([#&#8203;724](https://togithub.com/googleapis/nodejs-logging-bunyan/issues/724))
([555c33e](https://togithub.com/googleapis/nodejs-logging-bunyan/commit/555c33e858248b911a5aa405d11f64a2fb5942dd))

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMDEuNCIsInVwZGF0ZWRJblZlciI6IjM3LjMwMS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJucG0iLCJyZW5vdmF0ZSJdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Apr 19, 2024
1 parent cb15c8a commit f452501
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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": "^5.0.1",
"@google-cloud/logging-bunyan": "^5.1.0",
"@types/bunyan": "^1.8.11",
"@types/fast-redact": "^3.0.4",
"bunyan": "^1.8.15",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -360,10 +360,10 @@
retry-request "^6.0.0"
teeny-request "^9.0.0"

"@google-cloud/logging-bunyan@^5.0.1":
version "5.0.1"
resolved "https://registry.yarnpkg.com/@google-cloud/logging-bunyan/-/logging-bunyan-5.0.1.tgz#77af7de6dfb3f94fc2fadb2725d6f67a4a3ad4a8"
integrity sha512-aABVWMYZbzge/vpxIWWcCHFneWwiA4V2OLraTREWef56sIZIJGMzz0+dvdvIoG1Wy2T4tDpqPVbkoZK9aPksqQ==
"@google-cloud/logging-bunyan@^5.1.0":
version "5.1.0"
resolved "https://registry.yarnpkg.com/@google-cloud/logging-bunyan/-/logging-bunyan-5.1.0.tgz#443eb338988554e459d21247c67386922e1e9a1c"
integrity sha512-D2Rg5nb+onjWre4eEowWyNmVF1RN7WThWdu1cCOcTMVOoVEGJphMxrBo9VQKQmkqdlAUG4NaM6i2sqieISQDsg==
dependencies:
"@google-cloud/logging" "^11.0.0"
google-auth-library "^9.0.0"
Expand Down

0 comments on commit f452501

Please sign in to comment.