Skip to content
This repository has been archived by the owner on Jul 26, 2022. It is now read-only.

fix(deps): update dependency pino to v6 #322

Merged
merged 1 commit into from
Mar 29, 2020
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 28, 2020

This PR contains the following updates:

Package Type Update Change
pino (source) dependencies major ^5.16.0 -> ^6.0.0

Release Notes

pinojs/pino

v6.0.0

Compare Source

Major changes

Implicit formatting removed #​795

Previously, Pino emulated Bunyan's behavior when interpreting logs like:
1. log.info('a message', { an: 'object'})
1. log.info('a', 'silly', 'message')

The old behavior would result in 1 yielding "msg":"a message {\"an\":\"object\"}" and 2 yielding
"msg":"a silly message". As of this release, 1 will yield "msg":"a message" and 2 will yield "msg":"a".

To get the same results in Pino v6 as in previous releases actual format identifiers should be provided, e.g.:
1. log.info('a message %j', { an: 'object' })
1. log.info('a %s %s', 'silly', 'message')


Renovate configuration

📅 Schedule: 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 WhiteSource Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/pino-6.x branch from 36bf6f1 to ef85547 Compare March 29, 2020 05:16
@silasbw silasbw merged commit 3664540 into master Mar 29, 2020
@silasbw silasbw deleted the renovate/pino-6.x branch March 29, 2020 18:19
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants