Skip to content
This repository has been archived by the owner on Jun 27, 2019. It is now read-only.

Bump winston from 3.0.0 to 3.2.1 #192

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

dependabot-preview[bot]
Copy link
Contributor

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
    createLogger for 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.
  • [#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 warn events up to logger in
    addition to errors.
  • [#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-stream using 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 splat behavior

  • [#1552], (indexzero) Consistent handling of meta with (and without)
    interpolation in winston and logform.
  • [#1499], (DABH) Provide all of SPLAT to formats (Fixes [#1485]).
  • [#1485], (mpabst) Fixing off-by-one when using both meta and splat.

Previously splat would have added a meta property for any additional

... (truncated)
Commits

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot ignore this [patch|minor|major] version will 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 dependency will 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 labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will 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.

@dependabot-preview dependabot-preview bot added dependencies Automated Updating machanism javascript Pull requests that update Javascript code labels Feb 12, 2019
@codecov
Copy link

codecov bot commented Feb 12, 2019

Codecov Report

Merging #192 into develop will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           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 data
Powered by Codecov. Last update 97d640d...ab08175. Read the comment docs.

1 similar comment
@codecov
Copy link

codecov bot commented Feb 12, 2019

Codecov Report

Merging #192 into develop will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           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 data
Powered by Codecov. Last update 97d640d...ab08175. Read the comment docs.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Automated Updating machanism javascript Pull requests that update Javascript code PR: unreviewed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant