keystonejs / keystone-5

https://v5.keystonejs.com
MIT License
64 stars 33 forks source link

Update dependency pino to v7 #360

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
pino (source) ^6.13.3 -> ^7.6.1 age adoption passing confidence

Release Notes

pinojs/pino ### [`v7.6.1`](https://togithub.com/pinojs/pino/releases/v7.6.1) [Compare Source](https://togithub.com/pinojs/pino/compare/v7.6.0...v7.6.1) #### What's Changed - fix(caller): use calling file name for libraries calling Pino by [@​FredericEspiau](https://togithub.com/FredericEspiau) in [https://github.com/pinojs/pino/pull/1276](https://togithub.com/pinojs/pino/pull/1276) #### New Contributors - [@​FredericEspiau](https://togithub.com/FredericEspiau) made their first contribution in [https://github.com/pinojs/pino/pull/1276](https://togithub.com/pinojs/pino/pull/1276) **Full Changelog**: https://github.com/pinojs/pino/compare/v7.6.0...v7.6.1 ### [`v7.6.0`](https://togithub.com/pinojs/pino/releases/v7.6.0) [Compare Source](https://togithub.com/pinojs/pino/compare/v7.5.1...v7.6.0) #### What's Changed - fix: type regression on fastify by [@​climba03003](https://togithub.com/climba03003) in [https://github.com/pinojs/pino/pull/1246](https://togithub.com/pinojs/pino/pull/1246) - Improve transport/syncfalse test by [@​mcollina](https://togithub.com/mcollina) in [https://github.com/pinojs/pino/pull/1253](https://togithub.com/pinojs/pino/pull/1253) - build(deps): bump fastify/github-action-merge-dependabot from 2.5.0 to 2.7.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/pinojs/pino/pull/1259](https://togithub.com/pinojs/pino/pull/1259) - build(deps-dev): update pino-pretty requirement from ^v7.1.0 to ^v7.3.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/pinojs/pino/pull/1265](https://togithub.com/pinojs/pino/pull/1265) - fix: improved caller detection by [@​Eomm](https://togithub.com/Eomm) in [https://github.com/pinojs/pino/pull/1267](https://togithub.com/pinojs/pino/pull/1267) - build(deps-dev): bump [@​types/node](https://togithub.com/types/node) from 16.11.14 to 17.0.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/pinojs/pino/pull/1270](https://togithub.com/pinojs/pino/pull/1270) - build(deps-dev): bump airtap from 4.0.3 to 4.0.4 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/pinojs/pino/pull/1244](https://togithub.com/pinojs/pino/pull/1244) **Full Changelog**: https://github.com/pinojs/pino/compare/v7.5.1...v7.6.0 ### [`v7.5.1`](https://togithub.com/pinojs/pino/releases/v7.5.1) [Compare Source](https://togithub.com/pinojs/pino/compare/v7.5.0...v7.5.1) #### What's Changed - Fix JSDOM TS issue. by [@​kibertoad](https://togithub.com/kibertoad) in [https://github.com/pinojs/pino/pull/1251](https://togithub.com/pinojs/pino/pull/1251) **Full Changelog**: https://github.com/pinojs/pino/compare/v7.5.0...v7.5.1 ### [`v7.5.0`](https://togithub.com/pinojs/pino/releases/v7.5.0) [Compare Source](https://togithub.com/pinojs/pino/compare/v7.4.1...v7.5.0) #### What's Changed - Clarify that the "Exit logger" does not apply on Node v14+ by [@​mcollina](https://togithub.com/mcollina) in [https://github.com/pinojs/pino/pull/1240](https://togithub.com/pinojs/pino/pull/1240) - Issue [#​1193](https://togithub.com/pinojs/pino/issues/1193) - Typescript typings top level exports by [@​thw0rted](https://togithub.com/thw0rted) in [https://github.com/pinojs/pino/pull/1195](https://togithub.com/pinojs/pino/pull/1195) #### New Contributors - [@​thw0rted](https://togithub.com/thw0rted) made their first contribution in [https://github.com/pinojs/pino/pull/1195](https://togithub.com/pinojs/pino/pull/1195) **Full Changelog**: https://github.com/pinojs/pino/compare/v7.4.1...v7.5.0 ### [`v7.4.1`](https://togithub.com/pinojs/pino/releases/v7.4.1) [Compare Source](https://togithub.com/pinojs/pino/compare/v7.4.0...v7.4.1) #### What's Changed - test: make test timeouts configurable by [@​mhdawson](https://togithub.com/mhdawson) in [https://github.com/pinojs/pino/pull/1238](https://togithub.com/pinojs/pino/pull/1238) #### New Contributors - [@​mhdawson](https://togithub.com/mhdawson) made their first contribution in [https://github.com/pinojs/pino/pull/1238](https://togithub.com/pinojs/pino/pull/1238) **Full Changelog**: https://github.com/pinojs/pino/compare/v7.4.0...v7.4.1 ### [`v7.4.0`](https://togithub.com/pinojs/pino/releases/v7.4.0) [Compare Source](https://togithub.com/pinojs/pino/compare/v7.3.0...v7.4.0) #### What's Changed - build(deps-dev): bump tsd from 0.18.0 to 0.19.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/pinojs/pino/pull/1231](https://togithub.com/pinojs/pino/pull/1231) - Update LTS document by [@​jsumners](https://togithub.com/jsumners) in [https://github.com/pinojs/pino/pull/1233](https://togithub.com/pinojs/pino/pull/1233) - forward all unknown options passed to pino/file transport to destination by [@​mojavelinux](https://togithub.com/mojavelinux) in [https://github.com/pinojs/pino/pull/1234](https://togithub.com/pinojs/pino/pull/1234) - consistently use the term mergingObject in the docs by [@​mojavelinux](https://togithub.com/mojavelinux) in [https://github.com/pinojs/pino/pull/1235](https://togithub.com/pinojs/pino/pull/1235) - docs: add the bundling instruction for Webpack by [@​pan93412](https://togithub.com/pan93412) in [https://github.com/pinojs/pino/pull/1236](https://togithub.com/pinojs/pino/pull/1236) - Coerce string integer destinations to file descriptors by [@​jsumners](https://togithub.com/jsumners) in [https://github.com/pinojs/pino/pull/1180](https://togithub.com/pinojs/pino/pull/1180) **Full Changelog**: https://github.com/pinojs/pino/compare/v7.3.0...v7.4.0 ### [`v7.3.0`](https://togithub.com/pinojs/pino/releases/v7.3.0) [Compare Source](https://togithub.com/pinojs/pino/compare/v7.2.0...v7.3.0) #### What's Changed - Clarify that `watchFileCreated` fails are timeouts by [@​voxpelli](https://togithub.com/voxpelli) in [https://github.com/pinojs/pino/pull/1219](https://togithub.com/pinojs/pino/pull/1219) - Avoid duplicate action runs for eg. Dependabot by [@​voxpelli](https://togithub.com/voxpelli) in [https://github.com/pinojs/pino/pull/1220](https://togithub.com/pinojs/pino/pull/1220) - build(dependabot): ignore minor and patch github-actions updates by [@​Fdawgs](https://togithub.com/Fdawgs) in [https://github.com/pinojs/pino/pull/1224](https://togithub.com/pinojs/pino/pull/1224) - pass mkdir option on pino/file transport to destination by [@​mojavelinux](https://togithub.com/mojavelinux) in [https://github.com/pinojs/pino/pull/1223](https://togithub.com/pinojs/pino/pull/1223) - Add node v17 to CI by [@​mcollina](https://togithub.com/mcollina) in [https://github.com/pinojs/pino/pull/1228](https://togithub.com/pinojs/pino/pull/1228) - pass append option on pino/file transport to pino.destination function by [@​mojavelinux](https://togithub.com/mojavelinux) in [https://github.com/pinojs/pino/pull/1229](https://togithub.com/pinojs/pino/pull/1229) #### New Contributors - [@​voxpelli](https://togithub.com/voxpelli) made their first contribution in [https://github.com/pinojs/pino/pull/1219](https://togithub.com/pinojs/pino/pull/1219) - [@​mojavelinux](https://togithub.com/mojavelinux) made their first contribution in [https://github.com/pinojs/pino/pull/1223](https://togithub.com/pinojs/pino/pull/1223) **Full Changelog**: https://github.com/pinojs/pino/compare/v7.2.0...v7.3.0 ### [`v7.2.0`](https://togithub.com/pinojs/pino/releases/v7.2.0) [Compare Source](https://togithub.com/pinojs/pino/compare/v7.1.0...v7.2.0) #### What's Changed - feat: Support bundlers. by [@​ShogunPanda](https://togithub.com/ShogunPanda) in [https://github.com/pinojs/pino/pull/1209](https://togithub.com/pinojs/pino/pull/1209) - Updated thread-stream to v0.13.0 by [@​mcollina](https://togithub.com/mcollina) in [https://github.com/pinojs/pino/pull/1216](https://togithub.com/pinojs/pino/pull/1216) #### New Contributors - [@​ShogunPanda](https://togithub.com/ShogunPanda) made their first contribution in [https://github.com/pinojs/pino/pull/1209](https://togithub.com/pinojs/pino/pull/1209) **Full Changelog**: https://github.com/pinojs/pino/compare/v7.1.0...v7.2.0 ### [`v7.1.0`](https://togithub.com/pinojs/pino/releases/v7.1.0) [Compare Source](https://togithub.com/pinojs/pino/compare/v7.0.5...v7.1.0) #### What's Changed - Fix max-depth using safe-stable-stringify by [@​sameer-coder](https://togithub.com/sameer-coder) in [https://github.com/pinojs/pino/pull/1169](https://togithub.com/pinojs/pino/pull/1169) - Update help.md (resolves [#​1188](https://togithub.com/pinojs/pino/issues/1188)) by [@​jitterjuice1](https://togithub.com/jitterjuice1) in [https://github.com/pinojs/pino/pull/1190](https://togithub.com/pinojs/pino/pull/1190) - Update api.md (resolves [#​1187](https://togithub.com/pinojs/pino/issues/1187)) by [@​choinker](https://togithub.com/choinker) in [https://github.com/pinojs/pino/pull/1192](https://togithub.com/pinojs/pino/pull/1192) - Fixes issue with nested keys by [@​sameer-coder](https://togithub.com/sameer-coder) in [https://github.com/pinojs/pino/pull/1198](https://togithub.com/pinojs/pino/pull/1198) - Improve docs and deprecation about prettyPrint by [@​mcollina](https://togithub.com/mcollina) in [https://github.com/pinojs/pino/pull/1203](https://togithub.com/pinojs/pino/pull/1203) - Removed console.log() from transport doc by [@​mcollina](https://togithub.com/mcollina) in [https://github.com/pinojs/pino/pull/1204](https://togithub.com/pinojs/pino/pull/1204) - bumped thread-stream to v0.12.0 by [@​mcollina](https://togithub.com/mcollina) in [https://github.com/pinojs/pino/pull/1205](https://togithub.com/pinojs/pino/pull/1205) - Deprecation warning for pino.final() in Node v14+ by [@​sameer-coder](https://togithub.com/sameer-coder) in [https://github.com/pinojs/pino/pull/1199](https://togithub.com/pinojs/pino/pull/1199) - build(deps): bump pino-abstract-transport from 0.4.0 to 0.5.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/pinojs/pino/pull/1207](https://togithub.com/pinojs/pino/pull/1207) #### New Contributors - [@​sameer-coder](https://togithub.com/sameer-coder) made their first contribution in [https://github.com/pinojs/pino/pull/1169](https://togithub.com/pinojs/pino/pull/1169) - [@​jitterjuice1](https://togithub.com/jitterjuice1) made their first contribution in [https://github.com/pinojs/pino/pull/1190](https://togithub.com/pinojs/pino/pull/1190) - [@​choinker](https://togithub.com/choinker) made their first contribution in [https://github.com/pinojs/pino/pull/1192](https://togithub.com/pinojs/pino/pull/1192) **Full Changelog**: https://github.com/pinojs/pino/compare/v7.0.5...v7.1.0 ### [`v7.0.5`](https://togithub.com/pinojs/pino/releases/v7.0.5) [Compare Source](https://togithub.com/pinojs/pino/compare/v7.0.4...v7.0.5) #### What's Changed - Flush on exit by [@​mcollina](https://togithub.com/mcollina) in [https://github.com/pinojs/pino/pull/1185](https://togithub.com/pinojs/pino/pull/1185) - fixed flaky test in transport by [@​mcollina](https://togithub.com/mcollina) in [https://github.com/pinojs/pino/pull/1186](https://togithub.com/pinojs/pino/pull/1186) **Full Changelog**: https://github.com/pinojs/pino/compare/v7.0.4...v7.0.5 ### [`v7.0.4`](https://togithub.com/pinojs/pino/releases/v7.0.4) [Compare Source](https://togithub.com/pinojs/pino/compare/v7.0.3...v7.0.4) #### What's Changed - docs: fix pino-abstract-transport and mention hwp by [@​simoneb](https://togithub.com/simoneb) in [https://github.com/pinojs/pino/pull/1174](https://togithub.com/pinojs/pino/pull/1174) - Make transport Jest-aware by [@​mcollina](https://togithub.com/mcollina) in [https://github.com/pinojs/pino/pull/1181](https://togithub.com/pinojs/pino/pull/1181) #### New Contributors - [@​simoneb](https://togithub.com/simoneb) made their first contribution in [https://github.com/pinojs/pino/pull/1174](https://togithub.com/pinojs/pino/pull/1174) **Full Changelog**: https://github.com/pinojs/pino/compare/v7.0.3...v7.0.4 ### [`v7.0.3`](https://togithub.com/pinojs/pino/releases/v7.0.3) [Compare Source](https://togithub.com/pinojs/pino/compare/v7.0.2...v7.0.3) #### What's Changed - build(deps): bump actions/checkout from 2.3.4 to 2.3.5 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/pinojs/pino/pull/1170](https://togithub.com/pinojs/pino/pull/1170) - doc/transport: fix export typo by [@​glensc](https://togithub.com/glensc) in [https://github.com/pinojs/pino/pull/1173](https://togithub.com/pinojs/pino/pull/1173) - Fixes [#​1167](https://togithub.com/pinojs/pino/issues/1167) (dedupe should write to all streams matching the target level) by [@​frzsombor](https://togithub.com/frzsombor) in [https://github.com/pinojs/pino/pull/1172](https://togithub.com/pinojs/pino/pull/1172) - Bring the asynchronous logging doc up to v7 by [@​mcollina](https://togithub.com/mcollina) in [https://github.com/pinojs/pino/pull/1171](https://togithub.com/pinojs/pino/pull/1171) #### New Contributors - [@​frzsombor](https://togithub.com/frzsombor) made their first contribution in [https://github.com/pinojs/pino/pull/1172](https://togithub.com/pinojs/pino/pull/1172) **Full Changelog**: https://github.com/pinojs/pino/compare/v7.0.2...v7.0.3 ### [`v7.0.2`](https://togithub.com/pinojs/pino/releases/v7.0.2) [Compare Source](https://togithub.com/pinojs/pino/compare/v7.0.1...v7.0.2) #### What's Changed - build(deps-dev): update pino-pretty requirement from ^v7.0.1 to ^v7.1.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/pinojs/pino/pull/1155](https://togithub.com/pinojs/pino/pull/1155) - Fix types for `pino.multistream` by [@​clemyan](https://togithub.com/clemyan) in [https://github.com/pinojs/pino/pull/1152](https://togithub.com/pinojs/pino/pull/1152) - fix(docs/transports): #pino/file has been renamed to pino/file by [@​pan93412](https://togithub.com/pan93412) in [https://github.com/pinojs/pino/pull/1159](https://togithub.com/pinojs/pino/pull/1159) - build(deps-dev): bump split2 from 3.2.2 to 4.0.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/pinojs/pino/pull/1163](https://togithub.com/pinojs/pino/pull/1163) - fix formatters when used along transport by [@​TinOo512](https://togithub.com/TinOo512) in [https://github.com/pinojs/pino/pull/1162](https://togithub.com/pinojs/pino/pull/1162) - Add transport option param to types by [@​kibertoad](https://togithub.com/kibertoad) in [https://github.com/pinojs/pino/pull/1156](https://togithub.com/pinojs/pino/pull/1156) #### New Contributors - [@​clemyan](https://togithub.com/clemyan) made their first contribution in [https://github.com/pinojs/pino/pull/1152](https://togithub.com/pinojs/pino/pull/1152) - [@​pan93412](https://togithub.com/pan93412) made their first contribution in [https://github.com/pinojs/pino/pull/1159](https://togithub.com/pinojs/pino/pull/1159) - [@​TinOo512](https://togithub.com/TinOo512) made their first contribution in [https://github.com/pinojs/pino/pull/1162](https://togithub.com/pinojs/pino/pull/1162) **Full Changelog**: https://github.com/pinojs/pino/compare/v7.0.1...v7.0.2 ### [`v7.0.1`](https://togithub.com/pinojs/pino/releases/v7.0.1) [Compare Source](https://togithub.com/pinojs/pino/compare/v7.0.0...v7.0.1) Updated install instructions **Full Changelog**: https://github.com/pinojs/pino/compare/v7.0.0...v7.0.1 ### [`v7.0.0`](https://togithub.com/pinojs/pino/releases/v7.0.0) [Compare Source](https://togithub.com/pinojs/pino/compare/v6.13.3...v7.0.0) #### New Features ##### `pino.transport()` Create a a stream that routes logs to a worker thread that wraps around a [Pino Transport](/docs/transports.md). ```js const pino = require('pino') const transport = pino.transport({ target: 'some-transport', options: { some: 'options for', the: 'transport' } }) pino(transport) ``` Multiple transports may also be defined, and specific levels can be logged to each transport: ```js const pino = require('pino') const transports = pino.transport({ targets: [{ level: 'info', target: 'pino-pretty' }, { level: 'trace', target: 'pino/file', options: { destination: '/path/to/store/logs' } }] }) pino(transports) ``` Transports may alternatively be arranged in a pipeline: ```js const logger = pino({ transport: { pipeline: [{ target: './my-transform.js' }, { // Use target: 'pino/file' to write to stdout // without any change. target: 'pino-pretty' }] } }) logger.info('hello world') ``` For more on transports, how they work, and how to create them see the [`Transports documentation`](/docs/transports.md). The internal implementation is based on [`thread-stream` ⇗](https://togithub.com/mcollina/thread-stream). ##### \`pino.multistream()\`\` We have embedded a part of `pino-multi-stream` into pino itself, so you would be able to write to multiple streams from the same pino instance: ```js var fs = require('fs') var pino = require('pino') var streams = [ {stream: fs.createWriteStream('/tmp/info.stream.out')}, {level: 'debug', stream: fs.createWriteStream('/tmp/debug.stream.out')}, {level: 'fatal', stream: fs.createWriteStream('/tmp/fatal.stream.out')} ] var log = pino({ level: 'debug' // this MUST be set at the lowest level of all the destinations }, pino.multistream(streams)) log.debug('this will be written to /tmp/debug.stream.out') log.info('this will be written to /tmp/debug.stream.out and /tmp/info.stream.out') log.fatal('this will be written to /tmp/debug.stream.out, /tmp/info.stream.out and /tmp/fatal.stream.out') ``` This differs from `pino.transport()` as all the streams will be executed within the main thread, i.e. the one that created the pino instance. ##### Added TypeScript types Types have been added to the the project, so you can now use pino with TypeScript without downloading any additional types: you should remove `@types/pino` from your project. The following typescript example would now work correctly: ```typescript import { pino } from "pino"; const log = pino(); log.info("hello world"); log.error("this is at error level"); log.info("the answer is %d", 42); log.info({ obj: 42 }, "hello world"); log.info({ obj: 42, b: 2 }, "hello world"); log. info({ obj: { aa: "bbb" } }, "another"); ``` ##### Updated sonic-boom sonic-boom, our `fs.createWriteStream()` replacement has become safer to use in v2.x. A few selected changes: - Atomic sync writes [https://github.com/pinojs/sonic-boom/pull/102](https://togithub.com/pinojs/sonic-boom/pull/102) - Add retryEAGAIN callback function [https://github.com/pinojs/sonic-boom/pull/95](https://togithub.com/pinojs/sonic-boom/pull/95) - Fix writing deadlock [https://github.com/pinojs/sonic-boom/pull/104](https://togithub.com/pinojs/sonic-boom/pull/104) - flush() with no buffered data should work [https://github.com/pinojs/sonic-boom/pull/105](https://togithub.com/pinojs/sonic-boom/pull/105) ##### Solved "exit" problem for `sync: false` destinations and transports Thanks to the addition of `WeakRef` and `FinalizationRegistry` to JavaScript (available in Node.js v14+) we can automatically flush asynchronous streams when the processes exits without leaking memory. Check out https://github.com/mcollina/on-exit-leak-free. #### Breaking Changes ##### Deprecation of `prettyPrint` option The `prettyPrint` option has been deprecated in favor of the new transport system. ##### Dropped Node.js v10.x Node.js v10 went out of LTS/Maintenance in April 2021. We are dropping support. ##### Apply `err` serializer everywhere We will start applying the `err` serializer also to `Error` objects passed in as first argument to log methods, e.g. `log.info(new Error('kaboom'))` will pass through the serializer. ##### Removal of extreme mode Extreme mode has been deprecated in previous release cycle and it has now been removed. #### Pull Requests - removed all outstanding deprecations ([#​1057](https://togithub.com/pinojs/pino/issues/1057)) - pino.transport() ([#​1003](https://togithub.com/pinojs/pino/issues/1003)) - Add pino.multistream ([#​1004](https://togithub.com/pinojs/pino/issues/1004)) - Add TS types ([#​913](https://togithub.com/pinojs/pino/issues/913)) - Apply err serializer everywhere. ([#​896](https://togithub.com/pinojs/pino/issues/896)) - Make the nestedKey only take effect in the serialized object and fix error detection and serialization [#​885](https://togithub.com/pinojs/pino/issues/885) - fix: transport async function example ([#​1071](https://togithub.com/pinojs/pino/issues/1071)) - refactor: update typings ([#​1073](https://togithub.com/pinojs/pino/issues/1073)) - Make sure that the main thread stays alive to process stdout. ([#​1075](https://togithub.com/pinojs/pino/issues/1075)) - Completely removed extreme mode by [@​mcollina](https://togithub.com/mcollina) in [https://github.com/pinojs/pino/pull/1090](https://togithub.com/pinojs/pino/pull/1090) - Make ThreadStream sync: false (the default) by [@​mcollina](https://togithub.com/mcollina) in [https://github.com/pinojs/pino/pull/1089](https://togithub.com/pinojs/pino/pull/1089) - Automatically flush the logs on exit in Node v14+ by [@​mcollina](https://togithub.com/mcollina) in [https://github.com/pinojs/pino/pull/1091](https://togithub.com/pinojs/pino/pull/1091) - Add overload to handle unknown returned by TS-4.4 for errors be default by [@​kibertoad](https://togithub.com/kibertoad) in [https://github.com/pinojs/pino/pull/1116](https://togithub.com/pinojs/pino/pull/1116) - pino-pretty transport convertion by [@​mcollina](https://togithub.com/mcollina) in [https://github.com/pinojs/pino/pull/1110](https://togithub.com/pinojs/pino/pull/1110) - Package manager CI action by [@​Eomm](https://togithub.com/Eomm) in [https://github.com/pinojs/pino/pull/1113](https://togithub.com/pinojs/pino/pull/1113) - Deprecate the prettyPrint option by [@​mcollina](https://togithub.com/mcollina) in [https://github.com/pinojs/pino/pull/1122](https://togithub.com/pinojs/pino/pull/1122) - add transports constructor option by [@​Eomm](https://togithub.com/Eomm) in [https://github.com/pinojs/pino/pull/1111](https://togithub.com/pinojs/pino/pull/1111) - Use fastify-warning in v7 by [@​jsumners](https://togithub.com/jsumners) in [https://github.com/pinojs/pino/pull/1093](https://togithub.com/pinojs/pino/pull/1093) - Document pino.transport() async startup by [@​mcollina](https://togithub.com/mcollina) in [https://github.com/pinojs/pino/pull/1097](https://togithub.com/pinojs/pino/pull/1097) - Improve TS types by [@​kibertoad](https://togithub.com/kibertoad) in [https://github.com/pinojs/pino/pull/1099](https://togithub.com/pinojs/pino/pull/1099) - Removed deprecated options in pino.child() by [@​mcollina](https://togithub.com/mcollina) in [https://github.com/pinojs/pino/pull/1124](https://togithub.com/pinojs/pino/pull/1124) - Update the `options.level` documentation of the child logger by [@​marcbachmann](https://togithub.com/marcbachmann) in [https://github.com/pinojs/pino/pull/1125](https://togithub.com/pinojs/pino/pull/1125) - fix: make pino.final sync flushes when no handler provided ([#​1126](https://togithub.com/pinojs/pino/issues/1126)) by [@​javiertury](https://togithub.com/javiertury) in [https://github.com/pinojs/pino/pull/1127](https://togithub.com/pinojs/pino/pull/1127) - Removed multistream prettyPrint deprecation and clean up docs by [@​mcollina](https://togithub.com/mcollina) in [https://github.com/pinojs/pino/pull/1123](https://togithub.com/pinojs/pino/pull/1123) - dep: removes fast-safe-stringify dep by [@​leorossi](https://togithub.com/leorossi) in [https://github.com/pinojs/pino/pull/1129](https://togithub.com/pinojs/pino/pull/1129) - Remove whitespace from markdown files by [@​justinpage](https://togithub.com/justinpage) in [https://github.com/pinojs/pino/pull/1131](https://togithub.com/pinojs/pino/pull/1131) - Restore automerge by [@​kibertoad](https://togithub.com/kibertoad) in [https://github.com/pinojs/pino/pull/1135](https://togithub.com/pinojs/pino/pull/1135) - Removed coveralls, removed TS badge by [@​mcollina](https://togithub.com/mcollina) in [https://github.com/pinojs/pino/pull/1134](https://togithub.com/pinojs/pino/pull/1134) - fix: flush thread-stream missing callback by [@​climba03003](https://togithub.com/climba03003) in [https://github.com/pinojs/pino/pull/1137](https://togithub.com/pinojs/pino/pull/1137) - - Transport pipeline by [@​mcollina](https://togithub.com/mcollina) in [https://github.com/pinojs/pino/pull/1143](https://togithub.com/pinojs/pino/pull/1143) - - fix missing end quote in docs/transports.md by [@​xieyuheng](https://togithub.com/xieyuheng) in [https://github.com/pinojs/pino/pull/1148](https://togithub.com/pinojs/pino/pull/1148) - Correctly select the caller file when using the transport option by [@​mcollina](https://togithub.com/mcollina) in [https://github.com/pinojs/pino/pull/1147](https://togithub.com/pinojs/pino/pull/1147)

Configuration

📅 Schedule: "before 7am on Tuesday" in timezone Australia/Sydney.

🚦 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.



This PR has been generated by WhiteSource Renovate. View repository job log here.

changeset-bot[bot] commented 2 years ago

⚠️ No Changeset found

Latest commit: dc421c8f20e7528dc345fabaea7eab4e926c3951

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

renovate[bot] commented 2 years ago

Renovate Ignore Notification

As this PR has been closed unmerged, Renovate will ignore this upgrade and you will not receive PRs for any future 7.x releases. However, if you upgrade to 7.x manually then Renovate will reenable minor and patch updates automatically.

If this PR was closed by mistake or you changed your mind, you can simply rename this PR and you will soon get a fresh replacement PR opened.