Skip to content

Commit

Permalink
fix(deps): update dependency pino to v8.15.1 (#233)
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 |
|---|---|---|---|---|---|
| [pino](https://getpino.io)
([source](https://togithub.com/pinojs/pino)) | [`8.15.0` ->
`8.15.1`](https://renovatebot.com/diffs/npm/pino/8.15.0/8.15.1) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/pino/8.15.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/pino/8.15.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/pino/8.15.0/8.15.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/pino/8.15.0/8.15.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>pinojs/pino (pino)</summary>

### [`v8.15.1`](https://togithub.com/pinojs/pino/releases/tag/v8.15.1)

[Compare
Source](https://togithub.com/pinojs/pino/compare/v8.15.0...v8.15.1)

#### What's Changed

- fix: replace nullish coalescing operator by
[@&#8203;hchangjae](https://togithub.com/hchangjae) in
[pinojs/pino#1780
- adding asString to the key by
[@&#8203;tzviki](https://togithub.com/tzviki) in
[pinojs/pino#1779
- feat([#&#8203;1595](https://togithub.com/pinojs/pino/issues/1595)):
improve stream entry type by [@&#8203;Puppo](https://togithub.com/Puppo)
in
[pinojs/pino#1778
- build(deps): bump pino-abstract-transport from v1.0.0 to 1.1.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[pinojs/pino#1797
- Skip writing a big file test in CI and CITGM by
[@&#8203;mcollina](https://togithub.com/mcollina) in
[pinojs/pino#1800

#### New Contributors

- [@&#8203;hchangjae](https://togithub.com/hchangjae) made their first
contribution in
[pinojs/pino#1780
- [@&#8203;Puppo](https://togithub.com/Puppo) made their first
contribution in
[pinojs/pino#1778

**Full Changelog**:
pinojs/pino@v8.15.0...v8.15.1

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 10pm every weekday" in timezone
Europe/Paris, Automerge - At any time (no schedule defined).

🚦 **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/specfy/specfy).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi44My4wIiwidXBkYXRlZEluVmVyIjoiMzYuODMuMCIsInRhcmdldEJyYW5jaCI6ImNob3JlL3Jlbm92YXRlQmFzZUJyYW5jaCJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Sep 16, 2023
1 parent 2694bd0 commit aa49156
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 11 deletions.
18 changes: 8 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pkgs/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"env-schema": "5.2.0",
"logsnag": "1.0.0",
"nanoid": "4.0.2",
"pino": "8.15.0",
"pino": "8.15.1",
"pino-pretty": "10.2.0",
"slugify": "1.6.5",
"zod": "3.22.2"
Expand Down

0 comments on commit aa49156

Please sign in to comment.