Skip to content

Update winston to the latest version 🚀 #4700

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

Closed
wants to merge 1 commit into from

Conversation

greenkeeper[bot]
Copy link
Contributor

@greenkeeper greenkeeper bot commented Apr 6, 2018

☝️ Greenkeeper’s updated Terms of Service will come into effect on April 6th, 2018.

Version 3.0.0-rc4 of winston was just published.

Dependency winston
Current Version 2.4.1
Type dependency

The version 3.0.0-rc4 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.

It might be worth looking into these changes and trying to get this project onto the latest version of winston.

If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


Commits

The new version differs by 231 commits ahead by 231, behind by 5.

  • a2521ab [dist] Version bump. 3.0.0-rc4
  • 7f02c8c [doc] Update show stoppers in CONTRIBUTING.md
  • f35a05f [api test doc] Add "silent" option. Upgrade to version of winston-transport that supports "silent" on TransportStream instances. (#1262)
  • 64862ee [fix doc] Correct link to upgrade guide. Fixes #1255.
  • 58caab0 Document how to colorize levels (#1258)
  • cf52302 [doc] Update colors argument when adding custom colors (#1246)
  • 6054cbf Rename query to different than function name, to support Babel 6.26 (#1146)
  • 14cff2a Replace isstream with is stream (#1145)
  • 87f8c3b [doc] Better copy for the generic "use a custom format" message.
  • b893f22 [doc] Update CONTRIBUTING.md
  • 16698f4 Add changelog entries for v3.0.0-rc3 (#1239)
  • 6ef2265 [doc] Add example showing that { level } can be deleted from info objects because Symbol.for('level') is what winston uses internally. Fixes #1184.
  • ae55f5b [dist] Version bump. 3.0.0-rc3
  • 39340f4 Add Sumo Logic transport to docs (#1232)
  • 6876d7b fixes #1138 stream.Stream is not a constructor (#1195)

There are 231 commits in total.

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 bot added a commit that referenced this pull request Apr 20, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 20, 2018

Version 2.4.2 just got published.

Update to this version instead 🚀

Commits

The new version differs by 15 commits ahead by 15, behind by 231.

  • d9304b8 [dist] Maintenance release. 2.4.2
  • c3dc8d3 [dist] Add .gitattributes file.
  • 0ac4623 [fix] Backport #1281 onto 2.x for maintenance.
  • 78d25c6 [dist] Add ignores from 3.x for easier maintenance switching.
  • 19d1cdb fix: clone() cloning prototype's custom methods (#1086)
  • edfaa8b Don't swallow Error message/stack when using formatter (#1188)
  • 078e99c [dist] Add package-lock.json
  • 569668b Update http.js - Add support for headers
  • b11cae2 Merge pull request #1253 from DABH/fix-readme-link
  • 8aa41c4 fix 2.x readme (fixes #1179)
  • ea9cd55 [dist] Maintenance release. 2.4.1
  • 96aefbe Always pass a function to fs.close (#1227)
  • 95f6398 Update documentation for the stringify option
  • ffe883e [dist] Version bump. 2.4.0
  • efb0ee2 [fix] Correct documentation mistake in 2.x

See the full diff

greenkeeper bot added a commit that referenced this pull request Apr 20, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 20, 2018

Version 3.0.0-rc5 just got published.

Update to this version instead 🚀

Commits

The new version differs by 253 commits ahead by 253, behind by 15.

  • 1146e64 [dist] Version bump. 3.0.0-rc5
  • 86dcbfe [doc] Update docs for rc5.
  • cea508f [dist] Bump assume and winston-compat.
  • 4d52541 Use feature detection to be safer for browser usage. (#1279)
  • a0146f8 [doc] Add David Hyde as official contributor.
  • 77df4a0 [doc] Document that we are pushing for a May 29th, 2018 release of [email protected]
  • 04031cd [doc] Update "Roadmap" in CONTRIBUTING.md to reflect current state by merging 3.0.0.md content into it.
  • d9d08ec [dist] Use simple format to better show that humanReadableUnhandledException is now the default message format.
  • 83fbd9e [dist] Typo in CHANGELOG.md
  • e84a7b6 [fix] Use Buffer.alloc and Buffer.from instead of new Buffer (#1281)
  • ac7fdf9 Final Draft of UPGRADE-3.0.md (#1278)
  • bb21152 [doc] More universal copy/paste for "use a custom format" issues.
  • 5223ab9 [doc] Add more copy about printf formats based on @ChrisAlderson's comment in #1175. Fixes #1175.
  • 15aa723 [fix] Move nop missed during cherry-pick.
  • 70e00c2 separate tail-file

There are 250 commits in total.

See the full diff

@flovilmart flovilmart closed this May 1, 2018
@flovilmart flovilmart deleted the greenkeeper/winston-3.0.0-rc4 branch May 1, 2018 17:34
greenkeeper bot added a commit that referenced this pull request Jun 1, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jun 1, 2018

Version 3.0.0-rc6 just got published.

Update to this version instead 🚀

Commits

The new version differs by 50 commits.

  • 9971268 [dist] Version bump. 3.0.0-rc6
  • 46d4a6a [doc] Final CHANGELOG.md updates.
  • aff10ab 3.0.0-rc6 pre-release and final items for 3.0.0 (#1327)
  • 9042c49 Merge pull request #1335 from sveyret/silentBool
  • a902062 Silent is boolean
  • b223e09 Merge pull request #1333 from winstonjs/fix/close-loggers
  • b59ad61 [fix-test] Fix test case still using winston.loggers as an object
  • 0402b00 [test] Add test cases for removing all loggers and a non-existent logger from containers
  • 1823d8c [fix] Fix removing all loggers from a container
  • 502a828 Merge pull request #1323 from sveyret/defaultLogger
  • 1d0a697 [dist] Bump to latest winston-transport.
  • 7e5ed98 [dist tiny] Remove "npm run report" in favor of reports being automatically generate.
  • 5b43d11 [dist] Update logform, triple-beam, and winston-transport to latest. Regenerate package-lock.json
  • 8c51f60 [fix] Correctly refactor handleExceptions and unhandleExceptions (#1324)
  • 606921e Add level method to default logger

There are 50 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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant