Qard / red-maple

A JS-powered map/reduce processor for your logs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

An in-range update of pino is breaking the build 🚨

greenkeeper opened this issue Β· comments

The dependency pino was updated from 5.12.6 to 5.13.0.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

pino is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • ❌ continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).

Release Notes for v5.13.0
  • 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
Commits

The new version differs by 8 commits.

  • 560d8bd Bumped v5.13.0.
  • c5c996d Updated to standard v13 (#683)
  • 3c7f301 more careful timestamp extraction (#675)
  • 129be44 Remove note about fastify v2 and link to right doc (#678)
  • 4290e37 Merge pull request #676 from drsherlock/fix-docs-broken-links
  • 1a6515a Fix metadata streams docs links
  • e610f4e readme: note that redaction is not supported in the browser (#671)
  • bcbc397 update to 2019

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

After pinning to 5.12.6 your tests are passing again. Downgrade this dependency πŸ“Œ.

  • The dependency pino was updated from 5.13.0 to 5.13.1.

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v5.13.1
  • #684
  • flatstr 0.7.5
Commits

The new version differs by 3 commits.

  • 7a5d779 Bumped v5.13.1
  • 6709daf Updated deps
  • 10a5d1c fix(levels): useLevelLabels permanently mutates initial cache (#684)

See the full diff

  • The dependency pino was updated from 5.13.1 to 5.13.2.

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v5.13.2
Commits

The new version differs by 7 commits.

See the full diff

  • The dependency pino was updated from 5.13.2 to 5.13.3.

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v5.13.3

πŸ“š 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)
Commits

The new version differs by 12 commits.

  • 88b86bd Bumped v5.13.3.
  • a4a185a docs(api): fix binding example (#700)
  • 0e1b4d2 fix(serializers): properly transfer Symbol based serializers (#707)
  • 146d803 docs(api): remove Lambda note in pino-destination (#697)
  • af59c7d docs(transports): add CloudWatch (#696)
  • 43d3988 5.13.2
  • e7d9a07 Merge pull request #690 from aandrewww/master
  • 656c2a7 fix doc
  • e9040f3 add sentry transport
  • 7a5d779 Bumped v5.13.1
  • 6709daf Updated deps
  • 10a5d1c fix(levels): useLevelLabels permanently mutates initial cache (#684)

See the full diff

  • The dependency pino was updated from 5.13.3 to 5.13.4.

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v5.13.4
  • bump fast redact #714
Commits

The new version differs by 22 commits.

  • c0dc89d 5.13.4
  • af52299 Merge pull request #714 from pinojs/bump-fast-redact
  • 016b5e5 bump fast redact
  • 3372e18 Merge pull request #712 from iamolegga/patch-1
  • 98085f6 fix styles in web frameworks docs for Nest
  • f313d37 add Nest Framework documentation
  • 0faa2e7 Merge pull request #685 from ferrao/patch-1
  • c1c4f48 Merge pull request #709 from sonicdoe/standard-v14
  • ecdee19 Upgrade standard to v14
  • 88b86bd Bumped v5.13.3.
  • a4a185a docs(api): fix binding example (#700)
  • 0e1b4d2 fix(serializers): properly transfer Symbol based serializers (#707)
  • 146d803 docs(api): remove Lambda note in pino-destination (#697)
  • af59c7d docs(transports): add CloudWatch (#696)
  • 43d3988 5.13.2

There are 22 commits in total.

See the full diff

  • The dependency pino was updated from 5.13.4 to 5.13.5.

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v5.13.5
  • always sync flush on fatal log – #730
  • fastify integration clarification - #729
Commits

The new version differs by 31 commits.

  • 0c5442c 5.13.5
  • c1d9f11 Merge pull request #730 from pinojs/fatal-sync-flush
  • 017891e rm stray space
  • 09e20d3 always sync flush fatal log messages
  • 6b06d90 clarify that pino can be accessed on both request and reply (#729)
  • cf6cf48 Update nest example and add link to readme (#725)
  • 162c981 refactor(proto): Remove objError from asJson call (#722)
  • a9ca301 Merge pull request #717 from Zirak/symbol-support
  • a953c77 Handle formatting a Symbol
  • c0dc89d 5.13.4
  • af52299 Merge pull request #714 from pinojs/bump-fast-redact
  • 016b5e5 bump fast redact
  • 3372e18 Merge pull request #712 from iamolegga/patch-1
  • 98085f6 fix styles in web frameworks docs for Nest
  • f313d37 add Nest Framework documentation

There are 31 commits in total.

See the full diff

  • The dependency pino was updated from 5.13.5 to 5.13.6.

Your tests are still failing with this version. Compare changes

Release Notes for v5.13.6

πŸ“š PR:

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

The new version differs by 35 commits.

  • 0416d88 Bumped v5.13.6
  • 72be9ed Bumped dependencies
  • 044dbd0 Add MySQL/MariaDB transport (#708)
  • 588fb11 fix(redaction): fix corner cases with paths (#732)
  • 0c5442c 5.13.5
  • c1d9f11 Merge pull request #730 from pinojs/fatal-sync-flush
  • 017891e rm stray space
  • 09e20d3 always sync flush fatal log messages
  • 6b06d90 clarify that pino can be accessed on both request and reply (#729)
  • cf6cf48 Update nest example and add link to readme (#725)
  • 162c981 refactor(proto): Remove objError from asJson call (#722)
  • a9ca301 Merge pull request #717 from Zirak/symbol-support
  • a953c77 Handle formatting a Symbol
  • c0dc89d 5.13.4
  • af52299 Merge pull request #714 from pinojs/bump-fast-redact

There are 35 commits in total.

See the full diff

  • The dependency pino was updated from 5.13.6 to 5.14.0.

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Commits

The new version differs by 6 commits.

  • 84e2dc2 5.14.0
  • f66326a feat(mixin): add mixin config option (#741)
  • b03028a ci(travis): add Node.js 12+13 to Travis CI test matrix (#742)
  • 29a2419 CI : Github action improvement (#744)
  • edaedec CI : Add GitHub action (#743)
  • 919f5ad catch potential write errors on fatal flush sync (#740)

See the full diff

  • The dependency pino was updated from 5.14.0 to 5.15.0.

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v5.15.0

πŸ“š 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)
Commits

The new version differs by 10 commits.

  • 8e11dc9 Bumped v5.15.0
  • 1586df3 feat(bindings): allow setting of bindings (#754)
  • 6fe7476 CI : Move from sleep to watch exists (#748)
  • 29ceca4 test(mixin): improve object test to ensure proper object assign order (#745)
  • 84e2dc2 5.14.0
  • f66326a feat(mixin): add mixin config option (#741)
  • b03028a ci(travis): add Node.js 12+13 to Travis CI test matrix (#742)
  • 29a2419 CI : Github action improvement (#744)
  • edaedec CI : Add GitHub action (#743)
  • 919f5ad catch potential write errors on fatal flush sync (#740)

See the full diff

  • The dependency pino was updated from 5.15.0 to 5.16.0.

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v5.16.0
  • add nestedKey option #759
Commits

The new version differs by 20 commits.

  • 6068257 5.16.0
  • 6fae12a Merge pull request #759 from northscaler/object-key
  • 542e165 add pino-http-send to transport list (#760)
  • e39774e fix(redaction): remove undefined entries for removed number and boolean values (#756)
  • 6d80dbf fix typos
  • 5d35a08 objectKey -> nestedKey, no "you" in docs
  • 7538351 provide ISO8601 time format (#757)
  • 6076625 revert minor version bump
  • be9464a support objectKey config
  • d54a017 docs: fix logo display in sidebar (#755)
  • 8e11dc9 Bumped v5.15.0
  • 1586df3 feat(bindings): allow setting of bindings (#754)
  • 6fe7476 CI : Move from sleep to watch exists (#748)
  • 29ceca4 test(mixin): improve object test to ensure proper object assign order (#745)
  • 84e2dc2 5.14.0

There are 20 commits in total.

See the full diff

  • The dependency pino was updated from 5.16.0 to 5.17.0.

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v5.17.0
  • 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)
Commits

The new version differs by 26 commits.

  • c4fbfdb Bumped v5.17.0
  • 092eb8b Bind pino instance to prettifier (#721)
  • 72eb875 Deprecate the changeLevelName option and alias it to levelKey (#772)
  • 8ab8595 Fixed stream metadata loss during prettification (#780)
  • d237668 api.md - fix wrong letter case (#770)
  • 6c2de4a Fix two broken links in the documentation (#769)
  • 6068257 5.16.0
  • 6fae12a Merge pull request #759 from northscaler/object-key
  • 542e165 add pino-http-send to transport list (#760)
  • e39774e fix(redaction): remove undefined entries for removed number and boolean values (#756)
  • 6d80dbf fix typos
  • 5d35a08 objectKey -> nestedKey, no "you" in docs
  • 7538351 provide ISO8601 time format (#757)
  • 6076625 revert minor version bump
  • be9464a support objectKey config

There are 26 commits in total.

See the full diff