chore(deps): update dependency pino to v10.2.1 #79

Merged
t.behrendt merged 1 commits from renovate/pino-10.x into main 2026-01-25 17:30:54 +01:00
Collaborator

This PR contains the following updates:

Package Change Age Confidence
pino (source) 10.1.010.2.1 age confidence

Release Notes

pinojs/pino (pino)

v10.2.1

Compare Source

What's Changed

Full Changelog: https://github.com/pinojs/pino/compare/v10.2.0...v10.2.1

v10.2.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/pinojs/pino/compare/v10.1.1...v10.2.0

v10.1.1

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/pinojs/pino/compare/v10.1.0...v10.1.1


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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [pino](https://getpino.io) ([source](https://github.com/pinojs/pino)) | [`10.1.0` → `10.2.1`](https://renovatebot.com/diffs/npm/pino/10.1.0/10.2.1) | ![age](https://developer.mend.io/api/mc/badges/age/npm/pino/10.2.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/pino/10.1.0/10.2.1?slim=true) | --- ### Release Notes <details> <summary>pinojs/pino (pino)</summary> ### [`v10.2.1`](https://github.com/pinojs/pino/releases/tag/v10.2.1) [Compare Source](https://github.com/pinojs/pino/compare/v10.2.0...v10.2.1) #### What's Changed - fix: prevent ERR\_WORKER\_INVALID\_EXEC\_ARGV with monitoring tools by [@&#8203;mcollina](https://github.com/mcollina) in [#&#8203;2379](https://github.com/pinojs/pino/pull/2379) **Full Changelog**: <https://github.com/pinojs/pino/compare/v10.2.0...v10.2.1> ### [`v10.2.0`](https://github.com/pinojs/pino/releases/tag/v10.2.0) [Compare Source](https://github.com/pinojs/pino/compare/v10.1.1...v10.2.0) #### What's Changed - chore: lint TypeScript files by [@&#8203;mrazauskas](https://github.com/mrazauskas) in [#&#8203;2363](https://github.com/pinojs/pino/pull/2363) - fix: prevent memory leak when using transport with --import preload by [@&#8203;mcollina](https://github.com/mcollina) in [#&#8203;2374](https://github.com/pinojs/pino/pull/2374) #### New Contributors - [@&#8203;mrazauskas](https://github.com/mrazauskas) made their first contribution in [#&#8203;2363](https://github.com/pinojs/pino/pull/2363) **Full Changelog**: <https://github.com/pinojs/pino/compare/v10.1.1...v10.2.0> ### [`v10.1.1`](https://github.com/pinojs/pino/releases/tag/v10.1.1) [Compare Source](https://github.com/pinojs/pino/compare/v10.1.0...v10.1.1) #### What's Changed - fix(types): Correct conditional type handling for generic log function arguments by [@&#8203;samchungy](https://github.com/samchungy) in [#&#8203;2329](https://github.com/pinojs/pino/pull/2329) - perf: use JSON.stringify in fast path for node v25+ by [@&#8203;ronag](https://github.com/ronag) in [#&#8203;2330](https://github.com/pinojs/pino/pull/2330) - build(deps): bump actions/setup-node from 4 to 6 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;2336](https://github.com/pinojs/pino/pull/2336) - build(deps-dev): bump borp from 0.20.2 to 0.21.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;2337](https://github.com/pinojs/pino/pull/2337) - build(deps): bump pino-abstract-transport from 2.0.0 to 3.0.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;2338](https://github.com/pinojs/pino/pull/2338) - docs: update CONTRIBUTING.md to reference 'main' instead of 'master' by [@&#8203;NoobFullStack](https://github.com/NoobFullStack) in [#&#8203;2334](https://github.com/pinojs/pino/pull/2334) - feat(browser): add reportCaller to surface user callsite by [@&#8203;dev-KingMaster](https://github.com/dev-KingMaster) in [#&#8203;2340](https://github.com/pinojs/pino/pull/2340) - docs: update transports.md by [@&#8203;marklai1998](https://github.com/marklai1998) in [#&#8203;2224](https://github.com/pinojs/pino/pull/2224) - docs: add Node.js 22+ native TypeScript type stripping support by [@&#8203;mcollina](https://github.com/mcollina) in [#&#8203;2347](https://github.com/pinojs/pino/pull/2347) - feat(types): use ThreadStream type from thread-stream by [@&#8203;CHC383](https://github.com/CHC383) in [#&#8203;2320](https://github.com/pinojs/pino/pull/2320) - build(deps): bump actions/checkout from 5.0.0 to 6.0.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;2354](https://github.com/pinojs/pino/pull/2354) - build(deps): update thread-stream to v4 by [@&#8203;mcollina](https://github.com/mcollina) in [#&#8203;2356](https://github.com/pinojs/pino/pull/2356) - fix: harden transport loading against prototype pollution by [@&#8203;omdxp](https://github.com/omdxp) in [#&#8203;2358](https://github.com/pinojs/pino/pull/2358) - docs: add threat model to SECURITY.md by [@&#8203;mcollina](https://github.com/mcollina) in [#&#8203;2360](https://github.com/pinojs/pino/pull/2360) - build(deps): bump actions/checkout from 6.0.0 to 6.0.1 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;2365](https://github.com/pinojs/pino/pull/2365) - build(deps-dev): bump [@&#8203;types/node](https://github.com/types/node) from 24.10.4 to 25.0.3 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;2367](https://github.com/pinojs/pino/pull/2367) - fix: allow passing string, number, null for %o placeholder by [@&#8203;rChaoz](https://github.com/rChaoz) in [#&#8203;2372](https://github.com/pinojs/pino/pull/2372) #### New Contributors - [@&#8203;NoobFullStack](https://github.com/NoobFullStack) made their first contribution in [#&#8203;2334](https://github.com/pinojs/pino/pull/2334) - [@&#8203;dev-KingMaster](https://github.com/dev-KingMaster) made their first contribution in [#&#8203;2340](https://github.com/pinojs/pino/pull/2340) - [@&#8203;marklai1998](https://github.com/marklai1998) made their first contribution in [#&#8203;2224](https://github.com/pinojs/pino/pull/2224) - [@&#8203;CHC383](https://github.com/CHC383) made their first contribution in [#&#8203;2320](https://github.com/pinojs/pino/pull/2320) - [@&#8203;omdxp](https://github.com/omdxp) made their first contribution in [#&#8203;2358](https://github.com/pinojs/pino/pull/2358) - [@&#8203;rChaoz](https://github.com/rChaoz) made their first contribution in [#&#8203;2372](https://github.com/pinojs/pino/pull/2372) **Full Changelog**: <https://github.com/pinojs/pino/compare/v10.1.0...v10.1.1> </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 [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi43MS4wIiwidXBkYXRlZEluVmVyIjoiNDIuNzQuNSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
renovate-bot force-pushed renovate/pino-10.x from 4d871c1e3f to d581bc5679 2026-01-18 06:14:54 +01:00 Compare
renovate-bot changed title from chore(deps): update dependency pino to v10.1.1 to chore(deps): update dependency pino to v10.2.0 2026-01-18 06:14:55 +01:00
renovate-bot changed title from chore(deps): update dependency pino to v10.2.0 to chore(deps): update dependency pino to v10.2.1 2026-01-22 18:16:20 +01:00
renovate-bot force-pushed renovate/pino-10.x from d581bc5679 to 798b0cbeff 2026-01-22 18:16:21 +01:00 Compare
t.behrendt approved these changes 2026-01-25 17:30:52 +01:00
t.behrendt merged commit 98ef27dcb5 into main 2026-01-25 17:30:54 +01:00
t.behrendt deleted branch renovate/pino-10.x 2026-01-25 17:30:54 +01:00
Sign in to join this conversation.
No Reviewers
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: t.behrendt/ts3gotify#79