Bump winston from 3.0.0 to 3.2.1
Bumps winston from 3.0.0 to 3.2.1.
Changelog
Sourced from winston's changelog.
v3.2.1 / 2018-01-29
UNBOUND PROTOTYPE AD INFINITUM EDITION
- #[1579], (indexzero) Fallback to the "root" instance always created by
createLoggerfor level convenience methods (e.g..info(),.silly()). (Fixes [#1577]).- [#1539], (indexzero) Assume message is the empty string when level-helper methods are invoked with no arguments (Fixed [#1501]).
- [#1583], (kibertoad) Add typings for defaultMeta (Fixes [#1582])
- [#1586], (kibertoad) Update dependencies.
v3.2.0 / 2018-01-26
SORRY IT TOO SO LONG EDITION
NOTE: this was our first release using Github Projects. See the 3.2.0 Release Project.
New Features!
- [#1471], (kibertoad) Implement child loggers.
- [#1462], (drazisil) Add handleRejection support.
- [#1555], (DABH) Add fixes from [#1355] to unhandled rejection handler.
- [#1418], (mfrisbey) Precompile ES6 syntax before publishing to npm.
- [#1533], (kibertoad) Update to Babel 7.
- [#1562], (indexzero) [fix] Better handling of
new Error(string)throughout the pipeline(s). (Fixes [#1338], [#1486]).Bug Fixes
- [#1355], (DABH) Fix issues with ExceptionHandler (Fixes [#1289]).
- [#1463], (SerayaEryn) Bubble transport
warnevents up to logger in addition toerrors.- [#1480], [#1503], (SerayaEryn) File tailrolling fix.
- [#1483], (soldair) Assign log levels to un-bound functions.
- [#1513], (TilaTheHun0) Set maxListeners for Console transport.
- [#1521], (jamesbechet) Fix Transform from
readable-streamusing CRA.- [#1434], (Kouzukii) Fixes logger.query function (regression from
3.0.0)- [#1526], (pixtron) Log file without .gz for tailable (Fixes [#1525]).
- [#1559], (eubnara) Fix typo related to
exitOnError.- [#1556], (adoyle-h) Support to create log directory if it doesn't exist for FileTransport.
New
splatbehavior
- [#1552], (indexzero) Consistent handling of meta with (and without) interpolation in
winstonandlogform.- [#1499], (DABH) Provide all of
SPLATto formats (Fixes [#1485]).- [#1485], (mpabst) Fixing off-by-one when using both meta and splat.
Previously
... (truncated)splatwould have added ametaproperty for any additional
Commits
-
49ccdb6[dist] Version bump. 3.2.1 -
ce7c951Attempt to fix #1577. (#1579) -
3c4d5b0Update dependencies (#1586) -
abf4d2d[fix] Add typings for defaultMeta (#1583) (Fixes #1582) -
b1738adAlternative fix for #1501 (#1539) -
9d3da20Fix typo -
fe76c66[dist] Version bump. 3.2.0 -
78b745d✅✨👍 [PRE-RELEASE] [email protected] (#1576) -
a910c28[fix] Better handling ofnew Error(string)throughout the pipeline(s). Fixe... -
0da77d4[fix] support to create log directory if it doesn't exist for file transport ... - Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot ignore this [patch|minor|major] versionwill close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) -
@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language -
@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language -
@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language -
@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language -
@dependabot badge mewill comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot dashboard:
- Update frequency (including time of day and day of week)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Finally, you can contact us by mentioning @dependabot.
Codecov Report
Merging #192 into develop will not change coverage. The diff coverage is
n/a.
@@ Coverage Diff @@
## develop #192 +/- ##
========================================
Coverage 66.64% 66.64%
========================================
Files 146 146
Lines 1925 1925
========================================
Hits 1283 1283
Misses 642 642
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact),ø = not affected,? = missing dataPowered by Codecov. Last update 97d640d...ab08175. Read the comment docs.
Codecov Report
Merging #192 into develop will not change coverage. The diff coverage is
n/a.
@@ Coverage Diff @@
## develop #192 +/- ##
========================================
Coverage 66.64% 66.64%
========================================
Files 146 146
Lines 1925 1925
========================================
Hits 1283 1283
Misses 642 642
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact),ø = not affected,? = missing dataPowered by Codecov. Last update 97d640d...ab08175. Read the comment docs.