Skip to content

build(deps): bump log from 1.4.0 to 6.0.0#1

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/log-6.0.0
Closed

build(deps): bump log from 1.4.0 to 6.0.0#1
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/log-6.0.0

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Mar 16, 2021

Bumps log from 1.4.0 to 6.0.0.

Release notes

Sourced from log's releases.

6.0.0 (2019-04-10)

Features

  • rename lib/writer to lib/abstract-writer (60388cb)
  • replace registerMaster with getMasterWriter (432b73e)

BREAKING CHANGES

  • lib/register-master was removed in favor of lib/get-master-writer Writer should be registered using 'register' function as returned by get-master-writer
  • Writer base class was moved from lib/writer to lib/abstract-writer

Comparison since last release

5.1.0 (2019-04-08)

Features


Comparison since last release

5.0.0 (2019-03-19)

Features

BREAKING CHANGES

  • Level indexes were reversed to match RFC 5424. Now error level has 0 index , and debug 4

Comparison since last release

4.0.1 (2019-03-18)

Maintanance improvements


Comparison since last release

4.0.0 (2019-03-18)

Code Refactoring

  • move writer-utils to lib (429aec5)

Features

... (truncated)

Changelog

Sourced from log's changelog.

6.0.0 (2019-04-10)

Features

  • rename lib/writer to lib/abstract-writer (60388cb)
  • replace registerMaster with getMasterWriter (432b73e)

BREAKING CHANGES

  • lib/register-master was removed in favor of lib/get-master-writer Writer should be registered using 'register' function as returned by get-master-writer
  • Writer base class was moved from lib/writer to lib/abstract-writer

5.1.0 (2019-04-08)

Features

5.0.0 (2019-03-19)

Features

BREAKING CHANGES

  • Level indexes were reversed to match RFC 5424. Now error level has 0 index , and debug 4

4.0.1 (2019-03-18)

4.0.0 (2019-03-18)

Code Refactoring

  • move writer-utils to lib (429aec5)

Features

  • LOG_TIME recommendation and utils (6af9400), closes #9
  • make 'info' level default (4a1fa53)
  • not applicable syslog levels (57c879a)
  • upgrade linter (eba6bb4)

BREAKING CHANGES

  • 'critical', 'alert' and 'emergency' levels were dropped as seem to

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by medikoo, a new releaser for log since your current version.


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 squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor 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 dependabot bot added the dependencies Pull requests that update a dependency file label Mar 16, 2021
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/log-6.0.0 branch from 7265717 to e09d7db Compare April 23, 2021 09:42
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/log-6.0.0 branch from e09d7db to 9385424 Compare April 23, 2021 13:53
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Sep 6, 2021

Superseded by #37.

@dependabot dependabot bot closed this Sep 6, 2021
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/log-6.0.0 branch September 6, 2021 02:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Reverse order of levels Optionally log timestamp (absolute or relative)

0 participants