Commit b38e941
authored
fix(deps): update dependency pino to v9 (#11030)
[](https://renovatebot.com)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [pino](https://getpino.io)
([source](https://github.com/pinojs/pino)) | [`8.21.0` ->
`9.3.1`](https://renovatebot.com/diffs/npm/pino/8.21.0/9.3.1) |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
<details>
<summary>pinojs/pino (pino)</summary>
### [`v9.3.1`](https://github.com/pinojs/pino/releases/tag/v9.3.1)
[Compare
Source](https://github.com/pinojs/pino/compare/v9.3.0...v9.3.1)
**Full Changelog**:
pinojs/pino@v9.3.0...v9.3.1
###
[`v9.3.0`](https://github.com/pinojs/pino/compare/v9.2.0...92f2cee98e83d3f864b228a6e1dc29a31e54ba49)
[Compare
Source](https://github.com/pinojs/pino/compare/v9.2.0...v9.3.0)
### [`v9.2.0`](https://github.com/pinojs/pino/releases/tag/v9.2.0)
[Compare
Source](https://github.com/pinojs/pino/compare/v9.1.0...v9.2.0)
#### What's Changed
- shallow clone target options by
[@​mcollina](https://github.com/mcollina) in
[https://github.com/pinojs/pino/pull/1973](https://github.com/pinojs/pino/pull/1973)
- add logger instance as third parameter by
[@​emmyakin](https://github.com/emmyakin) in
[https://github.com/pinojs/pino/pull/1977](https://github.com/pinojs/pino/pull/1977)
- use boolean flag to ensure serializers are applied once by
[@​emmyakin](https://github.com/emmyakin) in
[https://github.com/pinojs/pino/pull/1976](https://github.com/pinojs/pino/pull/1976)
- suppport messageKey in pino/browser by
[@​emmyakin](https://github.com/emmyakin) in
[https://github.com/pinojs/pino/pull/1980](https://github.com/pinojs/pino/pull/1980)
- Fixing browser side child log issue
([#​960](https://github.com/pinojs/pino/issues/960)) child level
can now be set at cr… by
[@​stevel032](https://github.com/stevel032) in
[https://github.com/pinojs/pino/pull/1986](https://github.com/pinojs/pino/pull/1986)
#### New Contributors
- [@​stevel032](https://github.com/stevel032) made their first
contribution in
[https://github.com/pinojs/pino/pull/1986](https://github.com/pinojs/pino/pull/1986)
**Full Changelog**:
pinojs/pino@v9.1.0...v9.2.0
### [`v9.1.0`](https://github.com/pinojs/pino/releases/tag/v9.1.0)
[Compare
Source](https://github.com/pinojs/pino/compare/v9.0.0...v9.1.0)
#### What's Changed
- fix(transport-stream): Fix import error when using pkg with node v20
by [@​nagyszabi](https://github.com/nagyszabi) in
[https://github.com/pinojs/pino/pull/1949](https://github.com/pinojs/pino/pull/1949)
- Update LTS doc by [@​jsumners](https://github.com/jsumners) in
[https://github.com/pinojs/pino/pull/1955](https://github.com/pinojs/pino/pull/1955)
- Update pino types for browser.formatters by
[@​KatelynKim](https://github.com/KatelynKim) in
[https://github.com/pinojs/pino/pull/1946](https://github.com/pinojs/pino/pull/1946)
- add node v22 to CI by
[@​mcollina](https://github.com/mcollina) in
[https://github.com/pinojs/pino/pull/1953](https://github.com/pinojs/pino/pull/1953)
- Add Platformatic to sponsors by
[@​mcollina](https://github.com/mcollina) in
[https://github.com/pinojs/pino/pull/1956](https://github.com/pinojs/pino/pull/1956)
- Update h3 example by [@​mcollina](https://github.com/mcollina)
in
[https://github.com/pinojs/pino/pull/1968](https://github.com/pinojs/pino/pull/1968)
- Support file URLs when configuring multiple transports by
[@​haines](https://github.com/haines) in
[https://github.com/pinojs/pino/pull/1961](https://github.com/pinojs/pino/pull/1961)
- Adding support for mix\&match pipelines by
[@​dbacarel](https://github.com/dbacarel) in
[https://github.com/pinojs/pino/pull/1954](https://github.com/pinojs/pino/pull/1954)
- apply serializers to args once before asObject or transmit by
[@​emmyakin](https://github.com/emmyakin) in
[https://github.com/pinojs/pino/pull/1971](https://github.com/pinojs/pino/pull/1971)
- build(deps-dev): bump pino-pretty from 10.3.1 to 11.0.0 by
[@​dependabot](https://github.com/dependabot) in
[https://github.com/pinojs/pino/pull/1933](https://github.com/pinojs/pino/pull/1933)
- build(deps): bump sonic-boom from 3.8.1 to 4.0.1 by
[@​dependabot](https://github.com/dependabot) in
[https://github.com/pinojs/pino/pull/1960](https://github.com/pinojs/pino/pull/1960)
- build(deps): bump pino-std-serializers from 6.2.2 to 7.0.0 by
[@​dependabot](https://github.com/dependabot) in
[https://github.com/pinojs/pino/pull/1957](https://github.com/pinojs/pino/pull/1957)
- build(deps-dev): bump tsd from 0.30.7 to 0.31.0 by
[@​dependabot](https://github.com/dependabot) in
[https://github.com/pinojs/pino/pull/1937](https://github.com/pinojs/pino/pull/1937)
- build(deps): bump actions/dependency-review-action from 3 to 4 by
[@​dependabot](https://github.com/dependabot) in
[https://github.com/pinojs/pino/pull/1894](https://github.com/pinojs/pino/pull/1894)
- build(deps): bump pnpm/action-setup from 2.4.0 to 3.0.0 by
[@​dependabot](https://github.com/dependabot) in
[https://github.com/pinojs/pino/pull/1913](https://github.com/pinojs/pino/pull/1913)
- Drop yarn support and update pnpm by
[@​mcollina](https://github.com/mcollina) in
[https://github.com/pinojs/pino/pull/1972](https://github.com/pinojs/pino/pull/1972)
- build(deps): bump thread-stream from 2.7.0 to 3.0.0 by
[@​dependabot](https://github.com/dependabot) in
[https://github.com/pinojs/pino/pull/1959](https://github.com/pinojs/pino/pull/1959)
#### New Contributors
- [@​nagyszabi](https://github.com/nagyszabi) made their first
contribution in
[https://github.com/pinojs/pino/pull/1949](https://github.com/pinojs/pino/pull/1949)
- [@​haines](https://github.com/haines) made their first
contribution in
[https://github.com/pinojs/pino/pull/1961](https://github.com/pinojs/pino/pull/1961)
- [@​emmyakin](https://github.com/emmyakin) made their first
contribution in
[https://github.com/pinojs/pino/pull/1971](https://github.com/pinojs/pino/pull/1971)
**Full Changelog**:
pinojs/pino@v9.0.0...v9.1.0
###
[`v9.0.0`](https://github.com/pinojs/pino/compare/v8.21.0...4f8ea32aa69ec94b2fb5561716a7701aec991ce7)
[Compare
Source](https://github.com/pinojs/pino/compare/v8.21.0...v9.0.0)
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.
♻ **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/redwoodjs/redwood).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MzEuNCIsInVwZGF0ZWRJblZlciI6IjM3LjQzMS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent ff269cd commit b38e941
2 files changed
+6
-52
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7291 | 7291 | | |
7292 | 7292 | | |
7293 | 7293 | | |
7294 | | - | |
| 7294 | + | |
7295 | 7295 | | |
7296 | 7296 | | |
7297 | 7297 | | |
| |||
24783 | 24783 | | |
24784 | 24784 | | |
24785 | 24785 | | |
24786 | | - | |
24787 | | - | |
24788 | | - | |
24789 | | - | |
24790 | | - | |
24791 | | - | |
24792 | | - | |
24793 | 24786 | | |
24794 | 24787 | | |
24795 | 24788 | | |
24796 | 24789 | | |
24797 | 24790 | | |
24798 | 24791 | | |
24799 | 24792 | | |
24800 | | - | |
24801 | | - | |
24802 | | - | |
24803 | | - | |
24804 | | - | |
24805 | | - | |
24806 | | - | |
24807 | | - | |
24808 | | - | |
24809 | | - | |
24810 | | - | |
24811 | | - | |
24812 | | - | |
24813 | | - | |
24814 | | - | |
24815 | | - | |
24816 | | - | |
24817 | | - | |
24818 | | - | |
24819 | | - | |
24820 | | - | |
24821 | | - | |
24822 | | - | |
24823 | | - | |
| 24793 | + | |
| 24794 | + | |
| 24795 | + | |
24824 | 24796 | | |
24825 | 24797 | | |
24826 | 24798 | | |
| |||
24835 | 24807 | | |
24836 | 24808 | | |
24837 | 24809 | | |
24838 | | - | |
| 24810 | + | |
24839 | 24811 | | |
24840 | 24812 | | |
24841 | 24813 | | |
| |||
27428 | 27400 | | |
27429 | 27401 | | |
27430 | 27402 | | |
27431 | | - | |
27432 | | - | |
27433 | | - | |
27434 | | - | |
27435 | | - | |
27436 | | - | |
27437 | | - | |
27438 | | - | |
27439 | | - | |
27440 | 27403 | | |
27441 | 27404 | | |
27442 | 27405 | | |
| |||
28423 | 28386 | | |
28424 | 28387 | | |
28425 | 28388 | | |
28426 | | - | |
28427 | | - | |
28428 | | - | |
28429 | | - | |
28430 | | - | |
28431 | | - | |
28432 | | - | |
28433 | | - | |
28434 | | - | |
28435 | 28389 | | |
28436 | 28390 | | |
28437 | 28391 | | |
| |||
0 commit comments