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

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

Open
greenkeeper bot opened this issue Mar 30, 2019 · 18 comments
Open

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

greenkeeper bot opened this issue Mar 30, 2019 · 18 comments

Comments

@greenkeeper
Copy link
Contributor

greenkeeper bot commented Mar 30, 2019

The dependency pino was updated from 5.11.3 to 5.12.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.12.0
  • 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)
Commits

The new version differs by 5 commits.

  • 89230e7 Bumped v5.12.0
  • cf070af Fixes after landing
  • e386651 Fix bug Global serializer not invoked for strings when base: null (#597)
  • 818e95d [Closes #601] Add cls-proxify to ecosystem.md (#604)
  • 8551286 Fix wildcard redacting with a custom censor function (#617)

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 🌴

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 30, 2019

After pinning to 5.11.3 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 4, 2019

  • The dependency pino was updated from 5.12.0 to 5.12.1.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v5.12.1
  • resolve message key state issue #635
  • add pino-websocket transport to docs #611
Commits

The new version differs by 9 commits.

  • bd4bb1f 5.12.1
  • 1e48aa0 Merge pull request #611 from kody-abe/patch-1
  • 33433e0 Merge pull request #635 from pinojs/fix-633
  • e945848 add azure application insights transport (#630)
  • 7fb388f Remove the msg property after logging
  • 0b83ac1 add azure table storage transport (#622)
  • edcd6b8 add datadog transport (#621)
  • 770cfe3 Replace obsolete dependency with an up-to-date one (#626)
  • 2f0b09c Add pino-websocket transport to transport documentation

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 5, 2019

  • The dependency pino was updated from 5.12.1 to 5.12.2.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v5.12.2
  • stateful bug fix #637
Commits

The new version differs by 15 commits.

  • d51220d 5.12.2
  • 5e2c2a2 Merge pull request #637 from pinojs/fix-636
  • 7d5455b Removed useless code in the meta wrapper for pretty
  • f0b8547 create a shallow copy of the object before logging.
  • ecccbdf Moved obj-wrapping logic inside write
  • 693d9f2 make sure msg is picked up from the obj correctly.
  • bd4bb1f 5.12.1
  • 1e48aa0 Merge pull request #611 from kody-abe/patch-1
  • 33433e0 Merge pull request #635 from pinojs/fix-633
  • e945848 add azure application insights transport (#630)
  • 7fb388f Remove the msg property after logging
  • 0b83ac1 add azure table storage transport (#622)
  • edcd6b8 add datadog transport (#621)
  • 770cfe3 Replace obsolete dependency with an up-to-date one (#626)
  • 2f0b09c Add pino-websocket transport to transport documentation

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 24, 2019

  • The dependency pino was updated from 5.12.2 to 5.12.3.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v5.12.3
  • fix ci by keeping browser pino compat with pino-std-serializers – #646
  • add new ecosystem module to docs – #645
  • docs fix – #638
Commits

The new version differs by 17 commits.

  • 7df7a98 5.12.3
  • 6ee01e1 add wrapErrorSerializer to browser pino
  • d51220d 5.12.2
  • 5e2c2a2 Merge pull request #637 from pinojs/fix-636
  • 7d5455b Removed useless code in the meta wrapper for pretty
  • f0b8547 create a shallow copy of the object before logging.
  • ecccbdf Moved obj-wrapping logic inside write
  • 693d9f2 make sure msg is picked up from the obj correctly.
  • bd4bb1f 5.12.1
  • 1e48aa0 Merge pull request #611 from kody-abe/patch-1
  • 33433e0 Merge pull request #635 from pinojs/fix-633
  • e945848 add azure application insights transport (#630)
  • 7fb388f Remove the msg property after logging
  • 0b83ac1 add azure table storage transport (#622)
  • edcd6b8 add datadog transport (#621)

There are 17 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 14, 2019

  • The dependency pino was updated from 5.12.3 to 5.12.4.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v5.12.4
  • fix browser issues #650
Commits

The new version differs by 26 commits.

  • b3ff163 5.12.4
  • d16773e 5.12.3
  • 0b62bd8 Merge pull request #650 from pinojs/pino-browser-fixes
  • 8f9ff4f no symbols in browser
  • 2b3bbf1 globalThis
  • 248be4e Merge pull request #646 from pinojs/fix-ci
  • 893754a Merge pull request #645 from joonastanner/patch-1
  • 212a3b1 Merge pull request #638 from ematipico/patch-1
  • 6ee01e1 add wrapErrorSerializer to browser pino
  • 9e3eee3 Update ecosystem.md
  • f255589 docs: fixed table format
  • d51220d 5.12.2
  • 5e2c2a2 Merge pull request #637 from pinojs/fix-636
  • 7d5455b Removed useless code in the meta wrapper for pretty
  • f0b8547 create a shallow copy of the object before logging.

There are 26 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 16, 2019

  • The dependency pino was updated from 5.12.4 to 5.12.5.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v5.12.5
  • mobile safari browser fix #653
Commits

The new version differs by 29 commits.

  • 5c9f9bf 5.12.5
  • 6816b75 Merge pull request #653 from pinojs/mobile-safari-compat
  • 788fedf legacy mobile safari globalThis fallback
  • b3ff163 5.12.4
  • d16773e 5.12.3
  • 0b62bd8 Merge pull request #650 from pinojs/pino-browser-fixes
  • 8f9ff4f no symbols in browser
  • 2b3bbf1 globalThis
  • 248be4e Merge pull request #646 from pinojs/fix-ci
  • 893754a Merge pull request #645 from joonastanner/patch-1
  • 212a3b1 Merge pull request #638 from ematipico/patch-1
  • 6ee01e1 add wrapErrorSerializer to browser pino
  • 9e3eee3 Update ecosystem.md
  • f255589 docs: fixed table format
  • d51220d 5.12.2

There are 29 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 25, 2019

  • The dependency pino was updated from 5.12.5 to 5.12.6.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v5.12.6
Commits

The new version differs by 37 commits.

  • 71166ef 5.12.6
  • 3d08875 Merge pull request #658 from lithiumtech/master
  • 35877d8 Merge pull request #659 from XVincentX/patch-1
  • 27db6cf readme: the log object is on the request object
  • d9dddbb Review feedback.
  • c73b889 Make browser.js es5 compiliant
  • a51b0d2 Merge pull request #605 from Eomm/typo
  • 5c9f9bf 5.12.5
  • 6816b75 Merge pull request #653 from pinojs/mobile-safari-compat
  • 788fedf legacy mobile safari globalThis fallback
  • b3ff163 5.12.4
  • d16773e 5.12.3
  • 0b62bd8 Merge pull request #650 from pinojs/pino-browser-fixes
  • 8f9ff4f no symbols in browser
  • 2b3bbf1 globalThis

There are 37 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jul 17, 2019

  • The dependency pino was updated from 5.12.6 to 5.13.0.

Your tests are still failing with this version. Compare changes

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 45 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
  • 71166ef 5.12.6
  • 3d08875 Merge pull request #658 from lithiumtech/master
  • 35877d8 Merge pull request #659 from XVincentX/patch-1
  • 27db6cf readme: the log object is on the request object
  • d9dddbb Review feedback.
  • c73b889 Make browser.js es5 compiliant
  • a51b0d2 Merge pull request #605 from Eomm/typo

There are 45 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jul 23, 2019

  • 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

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Aug 7, 2019

  • 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

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 13, 2019

  • 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

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 27, 2019

  • 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

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 14, 2019

  • 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

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 8, 2019

  • 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

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 21, 2019

  • The dependency pino was updated from 5.13.6 to 5.14.0.

Your tests are still failing with this version. Compare changes

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

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Dec 13, 2019

  • 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 4 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)

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jan 11, 2020

  • 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 14 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)

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 29, 2020

  • 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 20 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 20 commits in total.

See the full diff

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

0 participants