frank-dspeed / eggdrop-js

A plugin-based IRC bot written in NodeJS.
http://www.michaelowens.nl
The Unlicense
1 stars 0 forks source link

Update winston to the latest version 🚀 #6

Closed greenkeeper[bot] closed 5 years ago

greenkeeper[bot] commented 6 years ago

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

Version 3.0.0-rc2 of winston was just published.

Dependency winston
Current Version 2.4.1
Type dependency

The version 3.0.0-rc2 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 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

FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper bot :palm_tree:

greenkeeper[bot] commented 6 years ago

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] commented 6 years ago

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] commented 6 years ago

Version 3.0.0-rc5 just got published.

Update to this version instead 🚀

Commits

The new version differs by 22 commits.

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

See the full diff

greenkeeper[bot] commented 6 years ago

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] commented 6 years ago

Version 3.0.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 18 commits.

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

See the full diff

greenkeeper[bot] commented 6 years ago

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] commented 6 years ago

Version 3.1.0 just got published.

Update to this version instead 🚀

Commits

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

  • 9eda806 [dist] Version bump. 3.1.0
  • 80721e0 3.1.0 pre-release (#1444)
  • 5758752 Update transports.md
  • 211483e Addresses issue 1446 and assigns transport name if given, or else retains the default 'console' name (#1447)
  • bdb9f2b Mention possibility to set log level for profiling (#1407)
  • ba2fcaf fix file rolling when tailing is set to true (#1420)
  • 908c300 Added isLevelEnabled(string) & isXXXEnabled() (#1352)
  • a32aa3c docs(README): Link objectMode and first use of info (#1400)
  • 10a270d let keyword makes it scoped already (#1436)
  • e41fe97 Fix Profiler done() method typing (#1440)
  • cf424be add cconsoleWarnLevels property to options to support console.warn usage (#1373)
  • 1293221 Fix tests on Windows (#1394)
  • fcd5e68 npm ignore scratch folder from CI
  • e5dabef Fix Typescript typings for the Container class (#1395)
  • 670e091 Add coverage to ignored npm files (#1399)

There are 24 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

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