Files
ts3gotify/bun.lockb
Renovate Bot acd978aa29
All checks were successful
CD / Check changes (push) Successful in 14s
CD / Test (push) Successful in 18s
CD / Build and push (amd64) (push) Successful in 34s
CD / Build and push (arm64) (push) Successful in 1m48s
CD / Create manifest (push) Successful in 23s
fix(deps): update dependency pino to v10 (#53)
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)) | [`9.6.0` -> `10.1.0`](https://renovatebot.com/diffs/npm/pino/9.6.0/10.1.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/pino/10.1.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/pino/9.6.0/10.1.0?slim=true) |

---

### Release Notes

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

### [`v10.1.0`](https://github.com/pinojs/pino/releases/tag/v10.1.0)

[Compare Source](https://github.com/pinojs/pino/compare/v10.0.0...v10.1.0)

#### What's Changed

- test: add regression test for issue [#&#8203;2313](https://github.com/pinojs/pino/issues/2313) by [@&#8203;mcollina](https://github.com/mcollina) in [#&#8203;2314](https://github.com/pinojs/pino/pull/2314)
- fix!: use safer types for censor function signature ([#&#8203;2307](https://github.com/pinojs/pino/issues/2307)) by [@&#8203;slifty](https://github.com/slifty) in [#&#8203;2308](https://github.com/pinojs/pino/pull/2308)
- remove unused parsedChindingsSym symbol by [@&#8203;mcollina](https://github.com/mcollina) in [#&#8203;2315](https://github.com/pinojs/pino/pull/2315)
- chore: add .npmignore to exclude unnecessary files by [@&#8203;mcollina](https://github.com/mcollina) in [#&#8203;2312](https://github.com/pinojs/pino/pull/2312)
- chore(lint): migrate from standard to neostandard & upgrade eslint to v9 by [@&#8203;lokeshwar777](https://github.com/lokeshwar777) in [#&#8203;2316](https://github.com/pinojs/pino/pull/2316)
- build(deps-dev): bump eslint-plugin-n from 15.7.0 to 17.23.1 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;2305](https://github.com/pinojs/pino/pull/2305)
- Use [@&#8203;pinojs/redact](https://github.com/pinojs/redact) by [@&#8203;mcollina](https://github.com/mcollina) in [#&#8203;2321](https://github.com/pinojs/pino/pull/2321)
- fix: added missing isoTimeNano to nested namespace by [@&#8203;edge33](https://github.com/edge33) in [#&#8203;2325](https://github.com/pinojs/pino/pull/2325)

#### New Contributors

- [@&#8203;slifty](https://github.com/slifty) made their first contribution in [#&#8203;2308](https://github.com/pinojs/pino/pull/2308)
- [@&#8203;lokeshwar777](https://github.com/lokeshwar777) made their first contribution in [#&#8203;2316](https://github.com/pinojs/pino/pull/2316)

**Full Changelog**: <https://github.com/pinojs/pino/compare/v10.0.0...v10.1.0>

### [`v10.0.0`](https://github.com/pinojs/pino/releases/tag/v10.0.0)

[Compare Source](https://github.com/pinojs/pino/compare/v9.14.0...v10.0.0)

The only breaking change is dropping support for Node 18.

#### What's Changed

- feat(types): add LogFnFields by [@&#8203;samchungy](https://github.com/samchungy) in [#&#8203;2254](https://github.com/pinojs/pino/pull/2254)
- Convert tests to node:test by [@&#8203;jsumners](https://github.com/jsumners) in [#&#8203;2299](https://github.com/pinojs/pino/pull/2299)
- removed unused .taprc.yaml by [@&#8203;jsumners](https://github.com/jsumners) in [#&#8203;2310](https://github.com/pinojs/pino/pull/2310)

**Full Changelog**: <https://github.com/pinojs/pino/compare/v9.13.1...v10.0.0>

### [`v9.14.0`](https://github.com/pinojs/pino/releases/tag/v9.14.0)

[Compare Source](https://github.com/pinojs/pino/compare/v9.13.1...v9.14.0)

#### What's Changed

- feat(types): add LogFnFields by [@&#8203;samchungy](https://github.com/samchungy) in [#&#8203;2254](https://github.com/pinojs/pino/pull/2254)
- \[v9.x] Update to pinojs redact by [@&#8203;mcollina](https://github.com/mcollina) in [#&#8203;2322](https://github.com/pinojs/pino/pull/2322)
- Revert setlevel opt in 9.x by [@&#8203;mcollina](https://github.com/mcollina) in [#&#8203;2323](https://github.com/pinojs/pino/pull/2323)

**Full Changelog**: <https://github.com/pinojs/pino/compare/v9.13.1...v9.14.0>

### [`v9.13.1`](https://github.com/pinojs/pino/releases/tag/v9.13.1)

[Compare Source](https://github.com/pinojs/pino/compare/v9.13.0...v9.13.1)

#### What's Changed

- fix(log): better logfn handling of generics by [@&#8203;rozzilla](https://github.com/rozzilla) in [#&#8203;2309](https://github.com/pinojs/pino/pull/2309)

**Full Changelog**: <https://github.com/pinojs/pino/compare/v9.13.0...v9.13.1>

### [`v9.13.0`](https://github.com/pinojs/pino/releases/tag/v9.13.0)

[Compare Source](https://github.com/pinojs/pino/compare/v9.12.0...v9.13.0)

#### What's Changed

- build(deps): bump actions/checkout from 4.3.0 to 5.0.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;2301](https://github.com/pinojs/pino/pull/2301)
- build(deps): bump actions/github-script from 7 to 8 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;2303](https://github.com/pinojs/pino/pull/2303)
- build(deps-dev): bump [@&#8203;yao-pkg/pkg](https://github.com/yao-pkg/pkg) from 6.3.0 to 6.7.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;2306](https://github.com/pinojs/pino/pull/2306)
- perf: optimize .child by [@&#8203;ronag](https://github.com/ronag) in [#&#8203;2300](https://github.com/pinojs/pino/pull/2300)
- docs(ecosystem): add eslint-plugin-pino to ecosystem page by [@&#8203;orzarchi](https://github.com/orzarchi) in [#&#8203;2297](https://github.com/pinojs/pino/pull/2297)

#### New Contributors

- [@&#8203;ronag](https://github.com/ronag) made their first contribution in [#&#8203;2300](https://github.com/pinojs/pino/pull/2300)
- [@&#8203;orzarchi](https://github.com/orzarchi) made their first contribution in [#&#8203;2297](https://github.com/pinojs/pino/pull/2297)

**Full Changelog**: <https://github.com/pinojs/pino/compare/v9.12.0...v9.13.0>

### [`v9.12.0`](https://github.com/pinojs/pino/releases/tag/v9.12.0)

[Compare Source](https://github.com/pinojs/pino/compare/v9.11.0...v9.12.0)

#### What's Changed

- types: expose stdTimeFunctions on nested namespace pino while preserv… by [@&#8203;tawseefnabi](https://github.com/tawseefnabi) in [#&#8203;2263](https://github.com/pinojs/pino/pull/2263)
- test: exclude Windows + Node 18.18 from test matrix by [@&#8203;aryamohanan](https://github.com/aryamohanan) in [#&#8203;2292](https://github.com/pinojs/pino/pull/2292)
- Replace fast-redact with slow-redact by [@&#8203;mcollina](https://github.com/mcollina) in [#&#8203;2298](https://github.com/pinojs/pino/pull/2298)

#### New Contributors

- [@&#8203;tawseefnabi](https://github.com/tawseefnabi) made their first contribution in [#&#8203;2263](https://github.com/pinojs/pino/pull/2263)

**Full Changelog**: <https://github.com/pinojs/pino/compare/v9.11.0...v9.12.0>

### [`v9.11.0`](https://github.com/pinojs/pino/releases/tag/v9.11.0)

[Compare Source](https://github.com/pinojs/pino/compare/v9.10.0...v9.11.0)

#### What's Changed

- feat: added timestamp rfc3339 format with nanoseconds by [@&#8203;edge33](https://github.com/edge33) in [#&#8203;2251](https://github.com/pinojs/pino/pull/2251)
- fix: gracefully handle missing diagChannel.tracingChannel on Node < 18.19 by [@&#8203;aryamohanan](https://github.com/aryamohanan) in [#&#8203;2290](https://github.com/pinojs/pino/pull/2290)

#### New Contributors

- [@&#8203;edge33](https://github.com/edge33) made their first contribution in [#&#8203;2251](https://github.com/pinojs/pino/pull/2251)
- [@&#8203;aryamohanan](https://github.com/aryamohanan) made their first contribution in [#&#8203;2290](https://github.com/pinojs/pino/pull/2290)

**Full Changelog**: <https://github.com/pinojs/pino/compare/v9.10.0...v9.11.0>

### [`v9.10.0`](https://github.com/pinojs/pino/releases/tag/v9.10.0)

[Compare Source](https://github.com/pinojs/pino/compare/v9.9.5...v9.10.0)

#### What's Changed

- docs: Move pino-logflare out of legacy transports list by [@&#8203;kamilogorek](https://github.com/kamilogorek) in [#&#8203;2283](https://github.com/pinojs/pino/pull/2283)
- Add support for `Pear` and `Bare` runtimes by [@&#8203;yassernasc](https://github.com/yassernasc) in [#&#8203;2278](https://github.com/pinojs/pino/pull/2278)
- Add tracing channels by [@&#8203;jsumners-nr](https://github.com/jsumners-nr) in [#&#8203;2281](https://github.com/pinojs/pino/pull/2281)
- Add pino-console to ecoystem page by [@&#8203;mcollina](https://github.com/mcollina) in [#&#8203;2288](https://github.com/pinojs/pino/pull/2288)

#### New Contributors

- [@&#8203;kamilogorek](https://github.com/kamilogorek) made their first contribution in [#&#8203;2283](https://github.com/pinojs/pino/pull/2283)
- [@&#8203;yassernasc](https://github.com/yassernasc) made their first contribution in [#&#8203;2278](https://github.com/pinojs/pino/pull/2278)
- [@&#8203;jsumners-nr](https://github.com/jsumners-nr) made their first contribution in [#&#8203;2281](https://github.com/pinojs/pino/pull/2281)

**Full Changelog**: <https://github.com/pinojs/pino/compare/v9.9.5...v9.10.0>

### [`v9.9.5`](https://github.com/pinojs/pino/releases/tag/v9.9.5)

[Compare Source](https://github.com/pinojs/pino/compare/v9.9.4...v9.9.5)

#### What's Changed

- fix: allow object type in %s placeholder by [@&#8203;mcollina](https://github.com/mcollina) in [#&#8203;2277](https://github.com/pinojs/pino/pull/2277)

**Full Changelog**: <https://github.com/pinojs/pino/compare/v9.9.4...v9.9.5>

### [`v9.9.4`](https://github.com/pinojs/pino/releases/tag/v9.9.4)

[Compare Source](https://github.com/pinojs/pino/compare/v9.9.3...v9.9.4)

#### What's Changed

- fix(logfn): use unknown type by [@&#8203;rozzilla](https://github.com/rozzilla) in [#&#8203;2276](https://github.com/pinojs/pino/pull/2276)

**Full Changelog**: <https://github.com/pinojs/pino/compare/v9.9.3...v9.9.4>

### [`v9.9.3`](https://github.com/pinojs/pino/releases/tag/v9.9.3)

[Compare Source](https://github.com/pinojs/pino/compare/v9.9.2...v9.9.3)

#### What's Changed

- fix(types): compatibility when leveraging parameters by [@&#8203;rozzilla](https://github.com/rozzilla) in [#&#8203;2273](https://github.com/pinojs/pino/pull/2273)

#### New Contributors

- [@&#8203;rozzilla](https://github.com/rozzilla) made their first contribution in [#&#8203;2273](https://github.com/pinojs/pino/pull/2273)

**Full Changelog**: <https://github.com/pinojs/pino/compare/v9.9.2...v9.9.3>

### [`v9.9.2`](https://github.com/pinojs/pino/releases/tag/v9.9.2)

[Compare Source](https://github.com/pinojs/pino/compare/v9.9.1...v9.9.2)

#### What's Changed

- Avoid setLevel in child when possible by [@&#8203;mcollina](https://github.com/mcollina) in [#&#8203;2271](https://github.com/pinojs/pino/pull/2271)

**Full Changelog**: <https://github.com/pinojs/pino/compare/v9.9.1...v9.9.2>

### [`v9.9.1`](https://github.com/pinojs/pino/releases/tag/v9.9.1)

[Compare Source](https://github.com/pinojs/pino/compare/v9.9.0...v9.9.1)

#### What's Changed

- build(deps): bump actions/checkout from 4 to 5 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;2268](https://github.com/pinojs/pino/pull/2268)
- build(deps-dev): bump tsd from 0.32.0 to 0.33.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;2269](https://github.com/pinojs/pino/pull/2269)
- fix: TypeScript regression with boolean values in %s placeholders by [@&#8203;mcollina](https://github.com/mcollina) in [#&#8203;2262](https://github.com/pinojs/pino/pull/2262)

**Full Changelog**: <https://github.com/pinojs/pino/compare/v9.9.0...v9.9.1>

### [`v9.9.0`](https://github.com/pinojs/pino/releases/tag/v9.9.0)

[Compare Source](https://github.com/pinojs/pino/compare/v9.8.0...v9.9.0)

#### What's Changed

- Fix TypeScript types by [@&#8203;joshkel](https://github.com/joshkel) in [#&#8203;2258](https://github.com/pinojs/pino/pull/2258)
- feat: Added remove to multistream. by [@&#8203;ShogunPanda](https://github.com/ShogunPanda) in [#&#8203;2257](https://github.com/pinojs/pino/pull/2257)

**Full Changelog**: <https://github.com/pinojs/pino/compare/v9.8.0...v9.9.0>

### [`v9.8.0`](https://github.com/pinojs/pino/releases/tag/v9.8.0)

[Compare Source](https://github.com/pinojs/pino/compare/v9.7.0...v9.8.0)

#### What's Changed

- build(deps-dev): bump pino-pretty from 11.3.0 to 13.0.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;2083](https://github.com/pinojs/pino/pull/2083)
- chore(license): update licensing year by [@&#8203;Tony133](https://github.com/Tony133) in [#&#8203;2226](https://github.com/pinojs/pino/pull/2226)
- Enhance logger function typing by [@&#8203;samchungy](https://github.com/samchungy) in [#&#8203;2230](https://github.com/pinojs/pino/pull/2230)
- Fix typo in bench-long-string script name in package.json by [@&#8203;prkomb](https://github.com/prkomb) in [#&#8203;2235](https://github.com/pinojs/pino/pull/2235)
- fix: remove trailing comma in tsconfig.json by [@&#8203;prkomb](https://github.com/prkomb) in [#&#8203;2236](https://github.com/pinojs/pino/pull/2236)
- build(deps-dev): bump [@&#8203;types/node](https://github.com/types/node) from 22.15.34 to 24.0.8 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;2238](https://github.com/pinojs/pino/pull/2238)
- build(deps-dev): bump jest from 29.7.0 to 30.0.3 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;2240](https://github.com/pinojs/pino/pull/2240)
- Fix missing asObjectBindingsOnly type from browser config by [@&#8203;MarsCapone](https://github.com/MarsCapone) in [#&#8203;2243](https://github.com/pinojs/pino/pull/2243)
- chore: remove benchmark as devDependency by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [#&#8203;2247](https://github.com/pinojs/pino/pull/2247)
- feat: introduce `logger.msgPrefix` getter by [@&#8203;indutny-signal](https://github.com/indutny-signal) in [#&#8203;2232](https://github.com/pinojs/pino/pull/2232)
- docs: link hono integration to homepage by [@&#8203;0-BSCode](https://github.com/0-BSCode) in [#&#8203;2252](https://github.com/pinojs/pino/pull/2252)
- Fix TS export condition by [@&#8203;mcollina](https://github.com/mcollina) in [#&#8203;2223](https://github.com/pinojs/pino/pull/2223)
- build(deps-dev): bump typescript from 5.8.3 to 5.9.2 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;2250](https://github.com/pinojs/pino/pull/2250)

#### New Contributors

- [@&#8203;Tony133](https://github.com/Tony133) made their first contribution in [#&#8203;2226](https://github.com/pinojs/pino/pull/2226)
- [@&#8203;samchungy](https://github.com/samchungy) made their first contribution in [#&#8203;2230](https://github.com/pinojs/pino/pull/2230)
- [@&#8203;prkomb](https://github.com/prkomb) made their first contribution in [#&#8203;2235](https://github.com/pinojs/pino/pull/2235)
- [@&#8203;MarsCapone](https://github.com/MarsCapone) made their first contribution in [#&#8203;2243](https://github.com/pinojs/pino/pull/2243)
- [@&#8203;Uzlopak](https://github.com/Uzlopak) made their first contribution in [#&#8203;2247](https://github.com/pinojs/pino/pull/2247)
- [@&#8203;indutny-signal](https://github.com/indutny-signal) made their first contribution in [#&#8203;2232](https://github.com/pinojs/pino/pull/2232)
- [@&#8203;0-BSCode](https://github.com/0-BSCode) made their first contribution in [#&#8203;2252](https://github.com/pinojs/pino/pull/2252)

**Full Changelog**: <https://github.com/pinojs/pino/compare/v9.7.0...v9.8.0>

### [`v9.7.0`](https://github.com/pinojs/pino/releases/tag/v9.7.0)

[Compare Source](https://github.com/pinojs/pino/compare/v9.6.0...v9.7.0)

#### What's Changed

- Update api.md - typo in default of options.base by [@&#8203;osher](https://github.com/osher) in [#&#8203;2113](https://github.com/pinojs/pino/pull/2113)
- build(deps-dev): bump [@&#8203;yao-pkg/pkg](https://github.com/yao-pkg/pkg) from 6.1.1 to 6.2.0 by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;2115](https://github.com/pinojs/pino/pull/2115)
- Document that the error event on the thread stream is fatal by [@&#8203;mcollina](https://github.com/mcollina) in [#&#8203;2116](https://github.com/pinojs/pino/pull/2116)
- build(deps-dev): bump [@&#8203;yao-pkg/pkg](https://github.com/yao-pkg/pkg) from 6.2.0 to 6.3.0 by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;2124](https://github.com/pinojs/pino/pull/2124)
- docs: add hono example by [@&#8203;jansepke](https://github.com/jansepke) in [#&#8203;2136](https://github.com/pinojs/pino/pull/2136)
- build(deps-dev): bump typescript from 5.7.3 to 5.8.2 by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;2140](https://github.com/pinojs/pino/pull/2140)
- build(deps): bump process-warning from 4.0.1 to 5.0.0 by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;2142](https://github.com/pinojs/pino/pull/2142)
- build(dependabot): reduce npm updates to monthly by [@&#8203;Fdawgs](https://github.com/Fdawgs) in [#&#8203;2146](https://github.com/pinojs/pino/pull/2146)
- Skipping test in packaging into executable on ppc64 arch by [@&#8203;pacostas](https://github.com/pacostas) in [#&#8203;2122](https://github.com/pinojs/pino/pull/2122)
- fix: [#&#8203;2053](https://github.com/pinojs/pino/issues/2053) - re-added is level enabled to browser by [@&#8203;SamSalvatico](https://github.com/SamSalvatico) in [#&#8203;2125](https://github.com/pinojs/pino/pull/2125)
- Add asObjectBindingsOnly, allowing write to receive only the bindings as object by [@&#8203;segevfiner](https://github.com/segevfiner) in [#&#8203;2051](https://github.com/pinojs/pino/pull/2051)
- docs: hono js docs by [@&#8203;Puppo](https://github.com/Puppo) in [#&#8203;2166](https://github.com/pinojs/pino/pull/2166)
- Include pino-roll in Pino transports list​ by [@&#8203;mustakimkr](https://github.com/mustakimkr) in [#&#8203;2159](https://github.com/pinojs/pino/pull/2159)
- Fix order of pino-roll by [@&#8203;jsumners](https://github.com/jsumners) in [#&#8203;2167](https://github.com/pinojs/pino/pull/2167)
- build(deps-dev): bump tsd from 0.31.2 to 0.32.0 by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;2170](https://github.com/pinojs/pino/pull/2170)
- The finalization registry bug has been fixed everywhere by [@&#8203;mcollina](https://github.com/mcollina) in [#&#8203;2220](https://github.com/pinojs/pino/pull/2220)

#### New Contributors

- [@&#8203;jansepke](https://github.com/jansepke) made their first contribution in [#&#8203;2136](https://github.com/pinojs/pino/pull/2136)
- [@&#8203;pacostas](https://github.com/pacostas) made their first contribution in [#&#8203;2122](https://github.com/pinojs/pino/pull/2122)
- [@&#8203;SamSalvatico](https://github.com/SamSalvatico) made their first contribution in [#&#8203;2125](https://github.com/pinojs/pino/pull/2125)
- [@&#8203;mustakimkr](https://github.com/mustakimkr) made their first contribution in [#&#8203;2159](https://github.com/pinojs/pino/pull/2159)

**Full Changelog**: <https://github.com/pinojs/pino/compare/v9.6.0...v9.7.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 [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMzIuNSIsInVwZGF0ZWRJblZlciI6IjQyLjM3LjEiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=-->

Reviewed-on: https://gitea.t000-n.de/t.behrendt/ts3gotify/pulls/53
Reviewed-by: t.behrendt <t.behrendt@noreply.localhost>
Co-authored-by: Renovate Bot <renovate@t00n.de>
Co-committed-by: Renovate Bot <renovate@t00n.de>
2025-12-12 13:15:58 +01:00

118 KiB
Executable File