Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency pino to v6 - autoclosed #51

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 26, 2020

WhiteSource Renovate

This PR contains the following updates:

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

Release Notes

pinojs/pino

v6.11.3

Compare Source

πŸ“š PR:

  • quick-format-unescaped@^4.0.3 is fixed (#​985)
  • docs: fix reference to pino-websocket (#​989)
  • Update to tap v15 (#​999)
  • docs: fix Event: levelChange example (#​1000)
  • Bump actions/upload-artifact from v2.2.2 to v2.2.3 (#​1002)
  • Bump fastify/github-action-merge-dependabot from v1.2.1 to v2.0.0 (#​986)
  • docs: use brackets for hyphenated properties (#​1005)
  • doc: Add description statement to benchmark results (#​1008)
  • fix: prettyPrint options - misleading error message with wrong option value (#​1012)

v6.11.2

Compare Source

v6.11.1

Compare Source

πŸ“š PR:

v6.11.0

Compare Source

v6.10.0

Compare Source

πŸ“š PR:

  • Bump up pino-std-serializers dependency (#​946)

v6.9.0

Compare Source

πŸ“š PR:

  • docs: upgrade all available http links to https
  • Merge pull request #​941 from xom9ikk/upgrate-to-https
  • Add pino-dev as an ecosystem package in the docs
  • Merge pull request #​943 from dnjstrom/docs/pino-dev
  • docs: Fix a tiny typo (#​939)
  • Fix typos (#​940)
  • access log level in hook #​909 (#​944)

v6.8.0

Compare Source

πŸ“š PR:

v6.7.0

Compare Source

v6.6.1

Compare Source

v6.6.0

Compare Source

πŸ“š PR:

v6.5.1

Compare Source

πŸ“š PR:

v6.5.0

Compare Source

v6.4.1

Compare Source

  • Remove unused communication channels from README #​880

v6.4.0

Compare Source

πŸ“š PR:

  • Issue 855 clarify mixin docks (#​857)
  • Docs Map log level to Stackdriver Severity (#​726) (#​865)
  • order levels, trace maps to DEBUG severity (#​868)
  • Wrap prototype in factory and guard against loss of scope. (#​875)
  • Avoid data loss with conflictig 'msg' values. (#​876)

v6.3.2

Compare Source

πŸ“š PR:

v6.3.1

Compare Source

πŸ“š PR:

  • Set sync: true when passing in no defaults (#​852)

v6.3.0

Compare Source

πŸ“š PR:

v6.2.1

Compare Source

πŸ“š PR:

v6.2.0

Compare Source

πŸ“š PR:

  • Add rc files
  • Merge pull request #​811 from pinojs/dx-improvements
  • Support formatters.log on pretty print (#​809)
  • Add "silent" property with "noop" value to the pino instance (#​802)
  • Multi stream logging docs (#​822)
  • Update docs interpolation values examples to match v6 (#​818)

v6.1.1

Compare Source

πŸ“š PR:

  • Dropped "Inspired by bunyan".
  • Correctly forwards chindings to prettyPrint when using option (#​810)

v6.1.0

Compare Source

  • Add a hook API to allow mutation of log method parameters before the log method is invoked. #​803 #​808

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'})
  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')

v5.17.0

Compare Source

  • Fix two broken links in the documentation (#​769)
  • api.md - fix wrong letter case (#​770)
  • Fixed stream metadata loss during prettification (#​780)
  • Deprecate the changeLevelName option and alias it to levelKey (#​772)
  • Bind pino instance to prettifier (#​721)

v5.16.0

Compare Source

v5.15.0

Compare Source

πŸ“š PR:

  • test(mixin): improve object test to ensure proper object assign order (#​745)
  • CI : Move from sleep to watch exists (#​748)
  • feat(bindings): allow setting of bindings (#​754)

v5.14.0

Compare Source

πŸ“š PR:

  • catch potential write errors on fatal flush sync (#​740)
  • feat(mixin): add mixin config option (#​741)

v5.13.6

Compare Source

πŸ“š PR:

  • Bumped dependencies
  • fix(redaction): fix corner cases with paths (#​732)
  • Add MySQL/MariaDB transport (#​708)

v5.13.5

Compare Source

v5.13.4

Compare Source

v5.13.3

Compare Source

πŸ“š PR:

  • docs(transports): add CloudWatch (#​696)
  • docs(api): remove Lambda note in pino-destination (#​697)
  • fix(serializers): properly transfer Symbol based serializers (#​707)
  • docs(api): fix binding example (#​700)

v5.13.2

Compare Source

v5.13.1

Compare Source

v5.13.0

Compare Source

  • Updated to standard v13 (#​683)
  • Remove note about fastify v2 and link to right doc (#​678)
  • Updated copyright to 2019
  • Fix metadata streams docs links #​676

v5.12.6

Compare Source

v5.12.5

Compare Source

v5.12.4

Compare Source

v5.12.3

Compare Source

  • fix ci by keeping browser pino compat with pino-std-serializers – #​646
  • add new ecosystem module to docs – #​645
  • docs fix – #​638

v5.12.2

Compare Source

v5.12.1

Compare Source

v5.12.0

Compare Source

  • Fix bug Global serializer not invoked for strings when base: null (#​597)
  • Add cls-proxify to ecosystem.md (#​604)
  • Fix wildcard redacting with a custom censor function (#​617)

v5.11.3

Compare Source

v5.11.2

Compare Source


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 changed the title Update dependency pino to v6 Update dependency pino to v6 - autoclosed Oct 18, 2021
@renovate renovate bot closed this Oct 18, 2021
@renovate renovate bot deleted the renovate/pino-6.x branch October 18, 2021 18:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant