admin icon indicating copy to clipboard operation
admin copied to clipboard

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

Open greenkeeper[bot] opened this issue 8 years ago β€’ 10 comments

Version 4.1.0 of pino just got published.

Branch Build failing 🚨
Dependency pino
Current Version 4.0.3
Type dependency

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

As pino is a direct dependency of this project this is very likely breaking your project right now. If other packages depend on you it’s very likely also breaking them. I recommend you give this issue a very high priority. I’m sure you can resolve this :muscle:


Status Details
  • ❌ continuous-integration/travis-ci/push The Travis CI build could not complete due to an error Details
Release Notes v4.1.0
Commits

The new version differs by 11 commits (ahead by 11, behind by 1).

  • 7ba9094 Bumped v4.1.0.
  • 8a6e24f Updated devDependencies.
  • 0cba928 Merge pull request #211 from pinojs/refactor
  • 79a5671 Merge pull request #201 from joeyvandijk/patch-1
  • f5da9ea Refactor pino to not use new
  • 9987d5a Use Object.create to define Pino prototype (fix #209)
  • 4b3eb2c 4.0.3
  • bb2aa9f adjust naming to reflect separation between bin & pretty.js
  • 172a145 fixed correct remove of require-check
  • 913abdf remove check as requested by davidmarkclements
  • 9826cfb separate CLI features for pretty.js (bin.js) with default features (pretty.js), to be able to use webpack with Node.js code in AWS Lambda environments

See the full diff.

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot :palm_tree:

greenkeeper[bot] avatar Mar 20 '17 09:03 greenkeeper[bot]

Version 4.1.1 just got published.

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

Release Notes v4.1.1
Commits

The new version differs by 1 commits .

See the full diff.

greenkeeper[bot] avatar Mar 20 '17 09:03 greenkeeper[bot]

Version 4.1.2 just got published.

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

Release Notes v4.1.2
Commits

The new version differs by 8 commits .

  • 8b862a6 Bumped v4.1.2.
  • b43e65a Merge pull request #217 from temsa/issue-216-why-require-resolve
  • 96f656d Merge pull request #214 from pinojs/fix-deopts
  • f217c4a remove unuseful require.resolve preventing easy webpack bundling of the node version
  • 1048c18 Merge pull request #215 from psykzz/patch-2
  • b648fd1 Spelling fix
  • cbfb3a0 Move functions out of Object.defineProperty
  • b931133 Bumped v4.1.1.

See the full diff.

greenkeeper[bot] avatar Mar 21 '17 12:03 greenkeeper[bot]

Version 4.2.0 just got published.

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

Release Notes v4.2.0
  • write hooks an asObject mode for logging via pino in browser, by @davidmarkclem (#218)
Commits

The new version differs by 11 commits .

  • 70ea1ad 4.2.0
  • 403edfe Merge pull request #218 from pinojs/browser-write-hook
  • 4457260 closes #7
  • 8b862a6 Bumped v4.1.2.
  • b43e65a Merge pull request #217 from temsa/issue-216-why-require-resolve
  • 96f656d Merge pull request #214 from pinojs/fix-deopts
  • f217c4a remove unuseful require.resolve preventing easy webpack bundling of the node version
  • 1048c18 Merge pull request #215 from psykzz/patch-2
  • b648fd1 Spelling fix
  • cbfb3a0 Move functions out of Object.defineProperty
  • b931133 Bumped v4.1.1.

See the full diff.

greenkeeper[bot] avatar Mar 22 '17 14:03 greenkeeper[bot]

Version 4.2.1 just got published.

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

Release Notes v4.2.1
  • fix for browser child loggers by @davidmarkclem (#223)
Commits

The new version differs by 14 commits .

  • c1162c4 4.2.1
  • 3569ae2 Merge pull request #223 from pinojs/browser-child
  • 3242966 fixes #220
  • 70ea1ad 4.2.0
  • 403edfe Merge pull request #218 from pinojs/browser-write-hook
  • 4457260 closes #7
  • 8b862a6 Bumped v4.1.2.
  • b43e65a Merge pull request #217 from temsa/issue-216-why-require-resolve
  • 96f656d Merge pull request #214 from pinojs/fix-deopts
  • f217c4a remove unuseful require.resolve preventing easy webpack bundling of the node version
  • 1048c18 Merge pull request #215 from psykzz/patch-2
  • b648fd1 Spelling fix
  • cbfb3a0 Move functions out of Object.defineProperty
  • b931133 Bumped v4.1.1.

See the full diff.

greenkeeper[bot] avatar Mar 23 '17 00:03 greenkeeper[bot]

Version 4.2.2 just got published.

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

Release Notes v4.2.2
  • Fix child bindings not merging properly in parsed log line #222 #224
Commits

The new version differs by 17 commits .

  • 9b7c48d v4.2.2
  • 38d7ab9 Merge pull request #224 from pinojs/issue-222
  • e5347e0 Make sure child bindings are logged before objects
  • c1162c4 4.2.1
  • 3569ae2 Merge pull request #223 from pinojs/browser-child
  • 3242966 fixes #220
  • 70ea1ad 4.2.0
  • 403edfe Merge pull request #218 from pinojs/browser-write-hook
  • 4457260 closes #7
  • 8b862a6 Bumped v4.1.2.
  • b43e65a Merge pull request #217 from temsa/issue-216-why-require-resolve
  • 96f656d Merge pull request #214 from pinojs/fix-deopts
  • f217c4a remove unuseful require.resolve preventing easy webpack bundling of the node version
  • 1048c18 Merge pull request #215 from psykzz/patch-2
  • b648fd1 Spelling fix

There are 17 commits in total. See the full diff.

greenkeeper[bot] avatar Mar 23 '17 18:03 greenkeeper[bot]

Version 4.2.3 just got published.

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

Release Notes v4.2.3
  • Removed pump from devDependencies #227
Commits

The new version differs by 20 commits .

  • 0351b1e Bumped v4.2.3.
  • 86ef4bc Avoid writing to stdout in browser test
  • 491ede9 Removed pump from devDependencies
  • 9b7c48d v4.2.2
  • 38d7ab9 Merge pull request #224 from pinojs/issue-222
  • e5347e0 Make sure child bindings are logged before objects
  • c1162c4 4.2.1
  • 3569ae2 Merge pull request #223 from pinojs/browser-child
  • 3242966 fixes #220
  • 70ea1ad 4.2.0
  • 403edfe Merge pull request #218 from pinojs/browser-write-hook
  • 4457260 closes #7
  • 8b862a6 Bumped v4.1.2.
  • b43e65a Merge pull request #217 from temsa/issue-216-why-require-resolve
  • 96f656d Merge pull request #214 from pinojs/fix-deopts

There are 20 commits in total. See the full diff.

greenkeeper[bot] avatar Mar 28 '17 06:03 greenkeeper[bot]

Version 4.2.4 just got published.

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

Release Notes v4.2.4
  • update package.json quick-format-unescpaed to v1.1.1 - allows browser side bundling in IE10 (use of const breaks IE10 - see #228) @davidmarkclem #229
Commits

The new version differs by 23 commits .

There are 23 commits in total. See the full diff.

greenkeeper[bot] avatar Mar 29 '17 12:03 greenkeeper[bot]

Version 4.3.0 just got published.

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

Release Notes v4.3.0
  • Configurable message property name ( #233 )
  • Typo correction ( #234 )
  • Expose Pino version via pino property ( #235 )
Commits

The new version differs by 39 commits .

  • 74bc0fd v4.3.0
  • efbaf2a Merge pull request #233 from mmcgahan/master
  • 9fec3e4 string template ftw
  • cda1dee cache json-ified messageKey string
  • b4a2a57 messageProp -> messageKey
  • f963ac2 Merge pull request #235 from pinojs/version-expose
  • 471b094 Add property to expose Pino version
  • 9458052 Merge pull request #234 from wooorm/fix-typo
  • e8ff7e7 Fix typo: exreme > extreme
  • 053ffee clear unnecessary formatting from usage.txt
  • 76e1899 usage.txt, typo fixes
  • b7b735a fix CLI, docs
  • a8d8266 cli code and mod
  • c71b5b2 string-protect the output, test, docs
  • 46269fe configurable messageProp for pino and pretty

There are 39 commits in total. See the full diff.

greenkeeper[bot] avatar Apr 18 '17 15:04 greenkeeper[bot]

Version 4.4.0 just got published.

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

Release Notes v4.4.0
Commits

The new version differs by 42 commits0.

  • 3352e6f 4.4.0
  • c204595 Merge pull request #237 from sandyplace/master
  • bb66fe5 added an option to force color encoding when formatting the message via pretty
  • 74bc0fd v4.3.0
  • efbaf2a Merge pull request #233 from mmcgahan/master
  • 9fec3e4 string template ftw
  • cda1dee cache json-ified messageKey string
  • b4a2a57 messageProp -> messageKey
  • f963ac2 Merge pull request #235 from pinojs/version-expose
  • 471b094 Add property to expose Pino version
  • 9458052 Merge pull request #234 from wooorm/fix-typo
  • e8ff7e7 Fix typo: exreme > extreme
  • 053ffee clear unnecessary formatting from usage.txt
  • 76e1899 usage.txt, typo fixes
  • b7b735a fix CLI, docs

There are 42 commits in total.

See the full diff

greenkeeper[bot] avatar Apr 27 '17 19:04 greenkeeper[bot]

Version 4.5.0 just got published.

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

Release Notes v4.5.0
  • Add support for supplying custom timestamp functions ( #239 #202 )
Commits

The new version differs by 48 commits0.

  • 615e460 v4.5.0
  • a3d6f22 Merge pull request #239 from pinojs/issue-202
  • 0a3f5c0 Re-add slowtime option with deprecation notice
  • 7455cd9 Correct documentation and add tstamp function test
  • c0b1670 Remove slowtime doc from API.md
  • d6c33b0 Implement pluggable time functions
  • 3352e6f 4.4.0
  • c204595 Merge pull request #237 from sandyplace/master
  • bb66fe5 added an option to force color encoding when formatting the message via pretty
  • 74bc0fd v4.3.0
  • efbaf2a Merge pull request #233 from mmcgahan/master
  • 9fec3e4 string template ftw
  • cda1dee cache json-ified messageKey string
  • b4a2a57 messageProp -> messageKey
  • f963ac2 Merge pull request #235 from pinojs/version-expose

There are 48 commits in total.

See the full diff

greenkeeper[bot] avatar Apr 30 '17 13:04 greenkeeper[bot]