OakLabsInc / oak

A very opinionated kiosk UI application based on electron
73 stars 18 forks source link

Update pino to the latest version πŸš€ #81

Closed greenkeeper[bot] closed 4 years ago

greenkeeper[bot] commented 4 years ago

☝️ Important announcement: Greenkeeper will be saying goodbye πŸ‘‹ and passing the torch to Snyk on June 3rd, 2020! Find out how to migrate to Snyk and more at greenkeeper.io


The dependency pino was updated from 5.17.0 to 6.0.0.

This version is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.


Publisher: jsumners License: MIT

Release Notes for v6.0.0

Major changes

  • Drops support for no longer maintained versions of Node.js #776 #747
  • Removes v from log lines #623 #620
  • Logs literal null #711 #706
  • Adds formatters for core log components (a powerful new way to customize how log lines are rendered; thank you @delvedor) #775 #764
  • Softens language around the modes of logging available #791 #785
  • Removes implicit appending of objects to message strings (see below) #795 #793
  • Codifies LTS policy going forward #799

Implicit formatting removed #795

Previously, Pino emulated Bunyan's behavior when interpreting logs like:

  1. log.info('a message', { an: 'object'})
  2. 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' })
  2. log.info('a %s %s', 'silly', 'message')
Commits

The new version differs by 30 commits.

  • 529906e Merge pull request #800 from pinojs/next
  • 71f1514 v6.0.0
  • 627e471 Merge pull request #799 from pinojs/lts-doc
  • dc603c8 Add clarification line
  • de6de84 Add a basic LTS doc
  • cbd7170 Merge pull request #798 from pinojs/v6-clean-ups
  • f8bc8fd Merge pull request #797 from Logflare/add-pino-logflare-docs
  • b6aab43 add pino-pg transport (#782)
  • e41def5 Merge pull request #797 from Logflare/add-pino-logflare-docs
  • 4f18f26 Remove deprecated metadata key
  • ef10804 Add pino-logflare to transport docs
  • 5947569 Alphabetize transports
  • ecd0b18 v6.0.0-rc.2
  • fa32fe9 Merge pull request #795 from pinojs/issue-793
  • 33ab7fe Update docs

There are 30 commits in total.

See the full diff


FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper bot :palm_tree:

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€

Release Notes for v6.1.0
  • Add a hook API to allow mutation of log method parameters before the log method is invoked. #803 #808
Commits

The new version differs by 5 commits.

See the full diff

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! πŸ’œ πŸššπŸ’¨ πŸ’š

Find out how to migrate to Snyk at greenkeeper.io


Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! πŸ’œ πŸššπŸ’¨ πŸ’š

Find out how to migrate to Snyk at greenkeeper.io


Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! πŸ’œ πŸššπŸ’¨ πŸ’š

Find out how to migrate to Snyk at greenkeeper.io


Update to this version instead πŸš€