Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

⬆️ Bump winston and winston-daily-rotate-file #5244

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Dec 15, 2018

Bumps winston and winston-daily-rotate-file. These dependencies needed to be updated together.

Updates winston from 2.4.4 to 3.1.0

Changelog

Sourced from winston's changelog.

v3.1.0 / 2018-08-22

RELEASES ON A PLANE EDITION

v3.0.0 / 2018-06-12

GET IN THE CHOPPA EDITION

v3.0.0-rc6 / 2018-05-30

T-MINUS 6-DAY TO WINSTON@3 EDITION

... (truncated)
Commits
  • 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...
  • 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)
  • Additional commits viewable in compare view

Updates winston-daily-rotate-file from 1.7.2 to 3.5.1

Commits

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 the dependencies Bot label; pull requests that updates a dependency file label Dec 15, 2018
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/winston-and-winston-daily-rotate-file branch 5 times, most recently from 39670a6 to 1c244b2 Compare December 24, 2018 04:47
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/winston-and-winston-daily-rotate-file branch 2 times, most recently from b3b41e8 to c5f9538 Compare December 29, 2018 17:38
flovilmart and others added 2 commits December 29, 2018 14:01
* ⚡ Release 3.1.3

* Update CHANGELOG.md
Bumps [winston](https://github.com/winstonjs/winston) and [winston-daily-rotate-file](https://github.com/winstonjs/winston-daily-rotate-file). These dependencies needed to be updated together.

Updates `winston` from 2.4.4 to 3.1.0
- [Release notes](https://github.com/winstonjs/winston/releases)
- [Changelog](https://github.com/winstonjs/winston/blob/master/CHANGELOG.md)
- [Commits](winstonjs/winston@2.4.4...3.1.0)

Updates `winston-daily-rotate-file` from 1.7.2 to 3.5.1
- [Release notes](https://github.com/winstonjs/winston-daily-rotate-file/releases)
- [Commits](winstonjs/winston-daily-rotate-file@v1.7.2...v3.5.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/winston-and-winston-daily-rotate-file branch from c5f9538 to 3ad1008 Compare December 29, 2018 19:07
@pixel2
Copy link

pixel2 commented Jan 2, 2019

What's the status of this PR? When might this be merged/released?

@flovilmart
Copy link
Contributor

@pixel2 did you need it for a particular reason?

@pixel2
Copy link

pixel2 commented Jan 2, 2019

@flovilmart We want to use child loggers in winston 3, to better structure our logging. Realized there are some breaking changes in winston 3. I'm happy to contribute with a pull request fixing that?

@flovilmart
Copy link
Contributor

Yep go ahead!

@pixel2
Copy link

pixel2 commented Jan 3, 2019

Finished the PR for the Winston 3 migration, had to change more than I hoped to due to changes in how Winston handles transports (transports cannot be referenced by name anymore). Please come with feedback if the way I implemented it is not how you would have preferred it.

@dependabot-preview
Copy link
Contributor Author

Looks like these dependencies are updatable in another way, so this is no longer needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Bot label; pull requests that updates a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants