Skip to content
This repository was archived by the owner on Apr 29, 2020. It is now read-only.

Update winston to the latest version 🚀#71

Open
greenkeeper[bot] wants to merge 1 commit intomasterfrom
greenkeeper/winston-2.4.0
Open

Update winston to the latest version 🚀#71
greenkeeper[bot] wants to merge 1 commit intomasterfrom
greenkeeper/winston-2.4.0

Conversation

@greenkeeper
Copy link
Copy Markdown

@greenkeeper greenkeeper bot commented Oct 2, 2017

Version 2.4.0 of winston just got published.

Dependency winston
Current Version 2.3.1
Type dependency

The version 2.4.0 is not covered by your current version range.

Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.

I recommend you look into these changes and try to get onto the latest version of winston.
Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.


Commits

The new version differs by 18 commits.

  • ffe883e [dist] Version bump. 2.4.0
  • efb0ee2 [fix] Correct documentation mistake in 2.x
  • afffe1f Add how to colorize output in the custom formatter example (#989)
  • bb32267 [fix] Container.add() 'filters' and 'rewriters' option passing to logger (#1036)
  • 4f95493 Fixed working of "humanReadableUnhandledException" parameter when additional data is added in meta (#1066)
  • aaa89af Added filtering by log level (#1040)
  • 579b30c Fix grammatical error in “It's general properties are”: It's -> Its (#1029)
  • 17f1010 Fix missing semicolon in README.md (#1082)
  • a14f6b0 Typo in transports.md (#1076)
  • bac951c regression brought by 2.3.1 (#1042)
  • 9a57be3 Always decycle objects before cloning (#977)
  • 57322d3 Update npmjs link in README
  • fcf04e1 Add label option to file transport docs
  • 24300e2 added var declaration to startTimer() example
  • 7e736b4 added winston.startTimer example

There are 18 commits in total.

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 🌴

greenkeeper bot added a commit that referenced this pull request Oct 2, 2017
@greenkeeper
Copy link
Copy Markdown
Author

greenkeeper bot commented Oct 2, 2017

Version 3.0.0-rc0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 176 commits ahead by 176, behind by 2.

  • 76b7f01 [dist] Version bump. 3.0.0-rc0
  • a0bcd9d [doc] Add CHANGELOG.md entry for 2.4.0
  • bd06c40 [fix test] Update tests for a few of the most recent minor breaking changes.
  • 9c54530 [doc] Final set of documentation calling for folks to upgrade.
  • ebacb98 [fix] Update "Motivation" with correct links.
  • 1288a0c [fix doc] Update docs now that defaultLogger has no transports by default.
  • 80af5c8 [doc] 3.0.0.md
  • 35c51be [doc] Update latest todos.
  • 2e75043 [doc fix] Update all examples to the latest APIs. Make note of which are currently broken and need to be fixed before 3.x release.
  • 5460ae1 [tiny] Debug logging for defining prototype methods in create-logger.js
  • 3e3b43c [breaking] Remove the default Console transport from the default Logger.
  • 3c23ca0 [doc] Add winston.format.printf` to README.md
  • 68ddd7a [doc fix] Word choice.
  • 157cc6d [doc fix] Check TODOs.
  • 798af45 [dist] Bump dependencies and devDependencies to latest of all the things.

There are 176 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Mar 9, 2018
@greenkeeper
Copy link
Copy Markdown
Author

greenkeeper bot commented Mar 9, 2018

Version 2.4.1 just got published.

Update to this version instead 🚀

Commits

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

  • 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 Mar 9, 2018
@greenkeeper
Copy link
Copy Markdown
Author

greenkeeper bot commented Mar 9, 2018

Version 3.0.0-rc2 just got published.

Update to this version instead 🚀

Commits

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

  • 1e0b96a [dist] Version bump. 3.0.0-rc2
  • 611705a [dist] Update package-lock.json
  • 4390370 [dist] Mark package-lock.json as binary for git purposes.
  • fe4bff7 [tiny] eslint auto-fix from #1227.
  • a924555 Update downloads badge to point to graph of downloads (#1223)
  • 8545787 Always pass a function to fs.close (#1228)
  • fc85323 [doc] add winston-koa-sse trasnport (#1210)
  • 33e8bc4 Fix small markdown errors
  • a9a3467 Explain a little more about formats (#1141)
  • 4b02bf7 Add Cisco Spark Transport to docs/transports.md (#1084)
  • 3b6da2c Updates async to latest (2.6.0) (#1149)
  • ea3e4ce add hyperref links to used libraries (#1155)
  • 6471b49 Update README.md (#1097)
  • 1e37cde Require the package.json by its full name. (#1100)
  • 719d94e Fix typo (#1117)

There are 207 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Mar 16, 2018
@greenkeeper
Copy link
Copy Markdown
Author

greenkeeper bot commented Mar 16, 2018

Version 3.0.0-rc3 just got published.

Update to this version instead 🚀

Commits

The new version differs by 12 commits.

  • 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)
  • 2e575d7 [dist] Bump to colors@^1.2.0
  • a488ca1 [tiny fix] Shorten list formatting.
  • 0fea734 Updated README.md for custom level styling (#1185)
  • d795dc9 [fix]: Update self.filename on ENOENT (#1109)
  • 300ba32 The prototype methods should return like the original method (#1153)
  • 5a6196b [api fix] Ensure logger.log(info, /*Error, null, undefined */) work as expected.
  • 4b67402 Can pass null or undefined message
  • 5ecf4e5 Added tests for properly handling logging of undefined, null and Error values.
  • f48e216 [doc] Add example demonstrating how meta objects BECOME the info object. (#1235)

See the full diff

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

greenkeeper bot commented Apr 6, 2018

Version 3.0.0-rc4 just got published.

Update to this version instead 🚀

Commits

The new version differs by 12 commits.

  • 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.

See the full diff

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

greenkeeper bot added a commit that referenced this pull request Jun 2, 2018
@greenkeeper
Copy link
Copy Markdown
Author

greenkeeper bot commented Jun 2, 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

greenkeeper bot added a commit that referenced this pull request Jun 12, 2018
@greenkeeper
Copy link
Copy Markdown
Author

greenkeeper bot commented Jun 12, 2018

Version 2.4.3 just got published.

Update to this version instead 🚀

Commits

The new version differs by 17 commits ahead by 17, behind by 303.

  • dc74db6 [dist] Maintenance release. 2.4.3
  • 292c2be [Winston 2.x] Decycle circular Error instances (#1307)
  • 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

There are 17 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Jun 12, 2018
@greenkeeper
Copy link
Copy Markdown
Author

greenkeeper bot commented Jun 12, 2018

Version 3.0.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 321 commits ahead by 321, behind by 17.

  • 8be746b [dist] Version bump. 3.0.0
  • ce2c0dc 3.0.0 pre-release (#1342)
  • 133d0c2 [doc] Cleaned up some of the documentation on colorize to address c… (#1301)
  • d701505 Remove paddings as we have no use for it in the current API. (#1357)
  • 11283a0 Move splat functionality into logform. Fixes #1298 (#1356)
  • 109031f [fix] Update level property to change transport level #1191 (#1328)
  • 4c301eb [dist] Update package-lock.json
  • 5fdfad8 Wrap calls to format.transform with try / catch. (#1347)
  • 0c84f4f Implement _final from Node.js streams; misc. clean-up (#1346)
  • 4089b59 [doc fix] Formatting fixes to docs.
  • 189559b console transport: send all levels to stdout not stderr by default (#1332)
  • 30b83f9 [fix] Follow-up to #1344 to use setMaxListeners in all relevant locations.
  • 767b010 Set max listeners to 30 to silence node warnings (#1344)
  • ad1e1bf [fix test] Document how to use levels. Add test to ensure it is true. (#1343)
  • 0be2362 Check log.length when evaluating "legacyness" of transports (#1340)

There are 250 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Sep 4, 2018
@greenkeeper
Copy link
Copy Markdown
Author

greenkeeper bot commented Sep 4, 2018

Version 3.0.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 2 commits.

  • d0a70d3 [dist] Version bump. 3.0.1
  • 05d0c1e npm ignore scratch folder from CI

See the full diff

greenkeeper bot added a commit that referenced this pull request Sep 4, 2018
@greenkeeper
Copy link
Copy Markdown
Author

greenkeeper bot commented Sep 4, 2018

Version 3.1.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by commits.

See the full diff

greenkeeper bot added a commit that referenced this pull request Jan 26, 2019
@greenkeeper
Copy link
Copy Markdown
Author

greenkeeper bot commented Jan 26, 2019

  • The dependency winston was updated from 2.3.1 to 3.2.0.

Update to this version instead 🚀

Commits

The new version differs by 42 commits.

  • fe76c66 [dist] Version bump. 3.2.0
  • 78b745d ✅✨👍 [PRE-RELEASE] winston@3.2.0 (#1576)
  • a910c28 [fix] Better handling of new Error(string) throughout the pipeline(s). Fixes #1338, #1486 (#1562)
  • 0da77d4 [fix] support to create log directory if it doesn't exist for file transport (#1556)
  • b4ced89 Update dependencies (#1560)
  • 664b44b fix typo related to exitOnError (#1559)
  • abac7e2 Add fixes from #1355 to unhandled rejection handler as well (#1555)
  • 7776407 fix(types): Add missing child() method (#1557)
  • 766dc0c Add handleRejections support (#1462)
  • 63509be Document the solution to #1486. (#1554)
  • 1873058 Attempt at fixing the issues with ExceptionHandler in #1289 (#1355)
  • 44e178f Consistent handling of meta with (and without) interpolation in winston & logform (#1552)
  • 64344d1 Implement child loggers (#1471)
  • b1b16c8 Fix README for awaiting logs (#1548)
  • 785ea22 Try better fix for #1485 (#1499)

There are 42 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Jan 29, 2019
@greenkeeper
Copy link
Copy Markdown
Author

greenkeeper bot commented Jan 29, 2019

  • The dependency winston was updated from 2.3.1 to 3.2.1.

Update to this version instead 🚀

Commits

The new version differs by 6 commits.

  • 49ccdb6 [dist] Version bump. 3.2.1
  • ce7c951 Attempt to fix #1577. (#1579)
  • 3c4d5b0 Update dependencies (#1586)
  • abf4d2d [fix] Add typings for defaultMeta (#1583) (Fixes #1582)
  • b1738ad Alternative fix for #1501 (#1539)
  • 9d3da20 Fix typo

See the full diff

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants