Skip to content

Commit 6356621

Browse files
renovate[bot]Josh-Walker-GM
authored andcommitted
fix(deps): update dependency pino to v9.4.0 (#11494)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [pino](https://getpino.io) ([source](https://redirect.github.com/pinojs/pino)) | [`9.3.2` -> `9.4.0`](https://renovatebot.com/diffs/npm/pino/9.3.2/9.4.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/pino/9.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/pino/9.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/pino/9.3.2/9.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/pino/9.3.2/9.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>pinojs/pino (pino)</summary> ### [`v9.4.0`](https://redirect.github.com/pinojs/pino/releases/tag/v9.4.0) [Compare Source](https://redirect.github.com/pinojs/pino/compare/v9.3.2...v9.4.0) #### What's Changed - Drop failing pnpm tests by [@&#8203;mcollina](https://redirect.github.com/mcollina) in [https://github.com/pinojs/pino/pull/2015](https://redirect.github.com/pinojs/pino/pull/2015) - Add bun plugin link to docs by [@&#8203;vktrl](https://redirect.github.com/vktrl) in [https://github.com/pinojs/pino/pull/2016](https://redirect.github.com/pinojs/pino/pull/2016) - build(deps-dev): bump [@&#8203;types/node](https://redirect.github.com/types/node) from 20.14.13 to 22.0.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [https://github.com/pinojs/pino/pull/2017](https://redirect.github.com/pinojs/pino/pull/2017) - docs: Update transports.md by [@&#8203;Imgodmaoyouknow](https://redirect.github.com/Imgodmaoyouknow) in [https://github.com/pinojs/pino/pull/2027](https://redirect.github.com/pinojs/pino/pull/2027) - build(deps-dev): bump [@&#8203;yao-pkg/pkg](https://redirect.github.com/yao-pkg/pkg) from 5.12.0 to 5.12.1 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [https://github.com/pinojs/pino/pull/2031](https://redirect.github.com/pinojs/pino/pull/2031) - feat(types): forbid using default log fn when custom only used ([#&#8203;1998](https://redirect.github.com/pinojs/pino/issues/1998)) by [@&#8203;chernodub](https://redirect.github.com/chernodub) in [https://github.com/pinojs/pino/pull/1999](https://redirect.github.com/pinojs/pino/pull/1999) - feat: accept level in capitals by [@&#8203;balaji-atoa](https://redirect.github.com/balaji-atoa) in [https://github.com/pinojs/pino/pull/2034](https://redirect.github.com/pinojs/pino/pull/2034) #### New Contributors - [@&#8203;vktrl](https://redirect.github.com/vktrl) made their first contribution in [https://github.com/pinojs/pino/pull/2016](https://redirect.github.com/pinojs/pino/pull/2016) - [@&#8203;Imgodmaoyouknow](https://redirect.github.com/Imgodmaoyouknow) made their first contribution in [https://github.com/pinojs/pino/pull/2027](https://redirect.github.com/pinojs/pino/pull/2027) - [@&#8203;chernodub](https://redirect.github.com/chernodub) made their first contribution in [https://github.com/pinojs/pino/pull/1999](https://redirect.github.com/pinojs/pino/pull/1999) - [@&#8203;balaji-atoa](https://redirect.github.com/balaji-atoa) made their first contribution in [https://github.com/pinojs/pino/pull/2034](https://redirect.github.com/pinojs/pino/pull/2034) **Full Changelog**: pinojs/pino@v9.3.2...v9.4.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/redwoodjs/redwood). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC41OS4yIiwidXBkYXRlZEluVmVyIjoiMzguNTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent fc2fb94 commit 6356621

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

packages/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"humanize-string": "2.1.0",
5757
"jsonwebtoken": "9.0.2",
5858
"pascalcase": "1.0.0",
59-
"pino": "9.3.2",
59+
"pino": "9.4.0",
6060
"title-case": "3.0.3"
6161
},
6262
"devDependencies": {

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7282,7 +7282,7 @@ __metadata:
72827282
jsonwebtoken: "npm:9.0.2"
72837283
memjs: "npm:1.3.2"
72847284
pascalcase: "npm:1.0.0"
7285-
pino: "npm:9.3.2"
7285+
pino: "npm:9.4.0"
72867286
publint: "npm:0.2.10"
72877287
redis: "npm:4.7.0"
72887288
split2: "npm:4.2.0"
@@ -24885,9 +24885,9 @@ __metadata:
2488524885
languageName: node
2488624886
linkType: hard
2488724887

24888-
"pino@npm:9.3.2, pino@npm:^9.0.0":
24889-
version: 9.3.2
24890-
resolution: "pino@npm:9.3.2"
24888+
"pino@npm:9.4.0, pino@npm:^9.0.0":
24889+
version: 9.4.0
24890+
resolution: "pino@npm:9.4.0"
2489124891
dependencies:
2489224892
atomic-sleep: "npm:^1.0.0"
2489324893
fast-redact: "npm:^3.1.1"
@@ -24902,7 +24902,7 @@ __metadata:
2490224902
thread-stream: "npm:^3.0.0"
2490324903
bin:
2490424904
pino: bin.js
24905-
checksum: 10c0/698eb2ebfcc4252da9d035fcf9c999bf27615b66ebc47f9b3d7e942750e50ebe38429e6457abcf8014d70125964ddf114e696cb8225b480d9930271708e3fb52
24905+
checksum: 10c0/12a3d74968964d92b18ca7d6095a3c5b86478dc22264a37486d64e102085ed08820fcbe75e640acc3542fdf2937a34e5050b624f98e6ac62dd10f5e1328058a2
2490624906
languageName: node
2490724907
linkType: hard
2490824908

0 commit comments

Comments
 (0)