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) |  |  | --- ### 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 [#​2313](https://github.com/pinojs/pino/issues/2313) by [@​mcollina](https://github.com/mcollina) in [#​2314](https://github.com/pinojs/pino/pull/2314) - fix!: use safer types for censor function signature ([#​2307](https://github.com/pinojs/pino/issues/2307)) by [@​slifty](https://github.com/slifty) in [#​2308](https://github.com/pinojs/pino/pull/2308) - remove unused parsedChindingsSym symbol by [@​mcollina](https://github.com/mcollina) in [#​2315](https://github.com/pinojs/pino/pull/2315) - chore: add .npmignore to exclude unnecessary files by [@​mcollina](https://github.com/mcollina) in [#​2312](https://github.com/pinojs/pino/pull/2312) - chore(lint): migrate from standard to neostandard & upgrade eslint to v9 by [@​lokeshwar777](https://github.com/lokeshwar777) in [#​2316](https://github.com/pinojs/pino/pull/2316) - build(deps-dev): bump eslint-plugin-n from 15.7.0 to 17.23.1 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​2305](https://github.com/pinojs/pino/pull/2305) - Use [@​pinojs/redact](https://github.com/pinojs/redact) by [@​mcollina](https://github.com/mcollina) in [#​2321](https://github.com/pinojs/pino/pull/2321) - fix: added missing isoTimeNano to nested namespace by [@​edge33](https://github.com/edge33) in [#​2325](https://github.com/pinojs/pino/pull/2325) #### New Contributors - [@​slifty](https://github.com/slifty) made their first contribution in [#​2308](https://github.com/pinojs/pino/pull/2308) - [@​lokeshwar777](https://github.com/lokeshwar777) made their first contribution in [#​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 [@​samchungy](https://github.com/samchungy) in [#​2254](https://github.com/pinojs/pino/pull/2254) - Convert tests to node:test by [@​jsumners](https://github.com/jsumners) in [#​2299](https://github.com/pinojs/pino/pull/2299) - removed unused .taprc.yaml by [@​jsumners](https://github.com/jsumners) in [#​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 [@​samchungy](https://github.com/samchungy) in [#​2254](https://github.com/pinojs/pino/pull/2254) - \[v9.x] Update to pinojs redact by [@​mcollina](https://github.com/mcollina) in [#​2322](https://github.com/pinojs/pino/pull/2322) - Revert setlevel opt in 9.x by [@​mcollina](https://github.com/mcollina) in [#​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 [@​rozzilla](https://github.com/rozzilla) in [#​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 [@​dependabot](https://github.com/dependabot)\[bot] in [#​2301](https://github.com/pinojs/pino/pull/2301) - build(deps): bump actions/github-script from 7 to 8 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​2303](https://github.com/pinojs/pino/pull/2303) - build(deps-dev): bump [@​yao-pkg/pkg](https://github.com/yao-pkg/pkg) from 6.3.0 to 6.7.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​2306](https://github.com/pinojs/pino/pull/2306) - perf: optimize .child by [@​ronag](https://github.com/ronag) in [#​2300](https://github.com/pinojs/pino/pull/2300) - docs(ecosystem): add eslint-plugin-pino to ecosystem page by [@​orzarchi](https://github.com/orzarchi) in [#​2297](https://github.com/pinojs/pino/pull/2297) #### New Contributors - [@​ronag](https://github.com/ronag) made their first contribution in [#​2300](https://github.com/pinojs/pino/pull/2300) - [@​orzarchi](https://github.com/orzarchi) made their first contribution in [#​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 [@​tawseefnabi](https://github.com/tawseefnabi) in [#​2263](https://github.com/pinojs/pino/pull/2263) - test: exclude Windows + Node 18.18 from test matrix by [@​aryamohanan](https://github.com/aryamohanan) in [#​2292](https://github.com/pinojs/pino/pull/2292) - Replace fast-redact with slow-redact by [@​mcollina](https://github.com/mcollina) in [#​2298](https://github.com/pinojs/pino/pull/2298) #### New Contributors - [@​tawseefnabi](https://github.com/tawseefnabi) made their first contribution in [#​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 [@​edge33](https://github.com/edge33) in [#​2251](https://github.com/pinojs/pino/pull/2251) - fix: gracefully handle missing diagChannel.tracingChannel on Node < 18.19 by [@​aryamohanan](https://github.com/aryamohanan) in [#​2290](https://github.com/pinojs/pino/pull/2290) #### New Contributors - [@​edge33](https://github.com/edge33) made their first contribution in [#​2251](https://github.com/pinojs/pino/pull/2251) - [@​aryamohanan](https://github.com/aryamohanan) made their first contribution in [#​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 [@​kamilogorek](https://github.com/kamilogorek) in [#​2283](https://github.com/pinojs/pino/pull/2283) - Add support for `Pear` and `Bare` runtimes by [@​yassernasc](https://github.com/yassernasc) in [#​2278](https://github.com/pinojs/pino/pull/2278) - Add tracing channels by [@​jsumners-nr](https://github.com/jsumners-nr) in [#​2281](https://github.com/pinojs/pino/pull/2281) - Add pino-console to ecoystem page by [@​mcollina](https://github.com/mcollina) in [#​2288](https://github.com/pinojs/pino/pull/2288) #### New Contributors - [@​kamilogorek](https://github.com/kamilogorek) made their first contribution in [#​2283](https://github.com/pinojs/pino/pull/2283) - [@​yassernasc](https://github.com/yassernasc) made their first contribution in [#​2278](https://github.com/pinojs/pino/pull/2278) - [@​jsumners-nr](https://github.com/jsumners-nr) made their first contribution in [#​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 [@​mcollina](https://github.com/mcollina) in [#​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 [@​rozzilla](https://github.com/rozzilla) in [#​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 [@​rozzilla](https://github.com/rozzilla) in [#​2273](https://github.com/pinojs/pino/pull/2273) #### New Contributors - [@​rozzilla](https://github.com/rozzilla) made their first contribution in [#​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 [@​mcollina](https://github.com/mcollina) in [#​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 [@​dependabot](https://github.com/dependabot)\[bot] in [#​2268](https://github.com/pinojs/pino/pull/2268) - build(deps-dev): bump tsd from 0.32.0 to 0.33.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​2269](https://github.com/pinojs/pino/pull/2269) - fix: TypeScript regression with boolean values in %s placeholders by [@​mcollina](https://github.com/mcollina) in [#​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 [@​joshkel](https://github.com/joshkel) in [#​2258](https://github.com/pinojs/pino/pull/2258) - feat: Added remove to multistream. by [@​ShogunPanda](https://github.com/ShogunPanda) in [#​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 [@​dependabot](https://github.com/dependabot)\[bot] in [#​2083](https://github.com/pinojs/pino/pull/2083) - chore(license): update licensing year by [@​Tony133](https://github.com/Tony133) in [#​2226](https://github.com/pinojs/pino/pull/2226) - Enhance logger function typing by [@​samchungy](https://github.com/samchungy) in [#​2230](https://github.com/pinojs/pino/pull/2230) - Fix typo in bench-long-string script name in package.json by [@​prkomb](https://github.com/prkomb) in [#​2235](https://github.com/pinojs/pino/pull/2235) - fix: remove trailing comma in tsconfig.json by [@​prkomb](https://github.com/prkomb) in [#​2236](https://github.com/pinojs/pino/pull/2236) - build(deps-dev): bump [@​types/node](https://github.com/types/node) from 22.15.34 to 24.0.8 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​2238](https://github.com/pinojs/pino/pull/2238) - build(deps-dev): bump jest from 29.7.0 to 30.0.3 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​2240](https://github.com/pinojs/pino/pull/2240) - Fix missing asObjectBindingsOnly type from browser config by [@​MarsCapone](https://github.com/MarsCapone) in [#​2243](https://github.com/pinojs/pino/pull/2243) - chore: remove benchmark as devDependency by [@​Uzlopak](https://github.com/Uzlopak) in [#​2247](https://github.com/pinojs/pino/pull/2247) - feat: introduce `logger.msgPrefix` getter by [@​indutny-signal](https://github.com/indutny-signal) in [#​2232](https://github.com/pinojs/pino/pull/2232) - docs: link hono integration to homepage by [@​0-BSCode](https://github.com/0-BSCode) in [#​2252](https://github.com/pinojs/pino/pull/2252) - Fix TS export condition by [@​mcollina](https://github.com/mcollina) in [#​2223](https://github.com/pinojs/pino/pull/2223) - build(deps-dev): bump typescript from 5.8.3 to 5.9.2 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​2250](https://github.com/pinojs/pino/pull/2250) #### New Contributors - [@​Tony133](https://github.com/Tony133) made their first contribution in [#​2226](https://github.com/pinojs/pino/pull/2226) - [@​samchungy](https://github.com/samchungy) made their first contribution in [#​2230](https://github.com/pinojs/pino/pull/2230) - [@​prkomb](https://github.com/prkomb) made their first contribution in [#​2235](https://github.com/pinojs/pino/pull/2235) - [@​MarsCapone](https://github.com/MarsCapone) made their first contribution in [#​2243](https://github.com/pinojs/pino/pull/2243) - [@​Uzlopak](https://github.com/Uzlopak) made their first contribution in [#​2247](https://github.com/pinojs/pino/pull/2247) - [@​indutny-signal](https://github.com/indutny-signal) made their first contribution in [#​2232](https://github.com/pinojs/pino/pull/2232) - [@​0-BSCode](https://github.com/0-BSCode) made their first contribution in [#​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 [@​osher](https://github.com/osher) in [#​2113](https://github.com/pinojs/pino/pull/2113) - build(deps-dev): bump [@​yao-pkg/pkg](https://github.com/yao-pkg/pkg) from 6.1.1 to 6.2.0 by [@​dependabot](https://github.com/dependabot) in [#​2115](https://github.com/pinojs/pino/pull/2115) - Document that the error event on the thread stream is fatal by [@​mcollina](https://github.com/mcollina) in [#​2116](https://github.com/pinojs/pino/pull/2116) - build(deps-dev): bump [@​yao-pkg/pkg](https://github.com/yao-pkg/pkg) from 6.2.0 to 6.3.0 by [@​dependabot](https://github.com/dependabot) in [#​2124](https://github.com/pinojs/pino/pull/2124) - docs: add hono example by [@​jansepke](https://github.com/jansepke) in [#​2136](https://github.com/pinojs/pino/pull/2136) - build(deps-dev): bump typescript from 5.7.3 to 5.8.2 by [@​dependabot](https://github.com/dependabot) in [#​2140](https://github.com/pinojs/pino/pull/2140) - build(deps): bump process-warning from 4.0.1 to 5.0.0 by [@​dependabot](https://github.com/dependabot) in [#​2142](https://github.com/pinojs/pino/pull/2142) - build(dependabot): reduce npm updates to monthly by [@​Fdawgs](https://github.com/Fdawgs) in [#​2146](https://github.com/pinojs/pino/pull/2146) - Skipping test in packaging into executable on ppc64 arch by [@​pacostas](https://github.com/pacostas) in [#​2122](https://github.com/pinojs/pino/pull/2122) - fix: [#​2053](https://github.com/pinojs/pino/issues/2053) - re-added is level enabled to browser by [@​SamSalvatico](https://github.com/SamSalvatico) in [#​2125](https://github.com/pinojs/pino/pull/2125) - Add asObjectBindingsOnly, allowing write to receive only the bindings as object by [@​segevfiner](https://github.com/segevfiner) in [#​2051](https://github.com/pinojs/pino/pull/2051) - docs: hono js docs by [@​Puppo](https://github.com/Puppo) in [#​2166](https://github.com/pinojs/pino/pull/2166) - Include pino-roll in Pino transports list by [@​mustakimkr](https://github.com/mustakimkr) in [#​2159](https://github.com/pinojs/pino/pull/2159) - Fix order of pino-roll by [@​jsumners](https://github.com/jsumners) in [#​2167](https://github.com/pinojs/pino/pull/2167) - build(deps-dev): bump tsd from 0.31.2 to 0.32.0 by [@​dependabot](https://github.com/dependabot) in [#​2170](https://github.com/pinojs/pino/pull/2170) - The finalization registry bug has been fixed everywhere by [@​mcollina](https://github.com/mcollina) in [#​2220](https://github.com/pinojs/pino/pull/2220) #### New Contributors - [@​jansepke](https://github.com/jansepke) made their first contribution in [#​2136](https://github.com/pinojs/pino/pull/2136) - [@​pacostas](https://github.com/pacostas) made their first contribution in [#​2122](https://github.com/pinojs/pino/pull/2122) - [@​SamSalvatico](https://github.com/SamSalvatico) made their first contribution in [#​2125](https://github.com/pinojs/pino/pull/2125) - [@​mustakimkr](https://github.com/mustakimkr) made their first contribution in [#​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>
This commit was merged in pull request #53.
This commit is contained in:
@@ -16,7 +16,7 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"env-var": "7.5.0",
|
"env-var": "7.5.0",
|
||||||
"gotify": "1.1.0",
|
"gotify": "1.1.0",
|
||||||
"pino": "9.6.0",
|
"pino": "10.1.0",
|
||||||
"pino-pretty": "13.0.0",
|
"pino-pretty": "13.0.0",
|
||||||
"ts3-nodejs-library": "3.4.1"
|
"ts3-nodejs-library": "3.4.1"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user