-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
⬆️ Bump winston and winston-daily-rotate-file #5244
Conversation
39670a6
to
1c244b2
Compare
b3b41e8
to
c5f9538
Compare
* ⚡ 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>
c5f9538
to
3ad1008
Compare
What's the status of this PR? When might this be merged/released? |
@pixel2 did you need it for a particular reason? |
@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? |
Yep go ahead! |
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. |
Looks like these dependencies are updatable in another way, so this is no longer needed. |
Bumps winston and winston-daily-rotate-file. These dependencies needed to be updated together.
Updates
winston
from 2.4.4 to 3.1.0Changelog
Sourced from winston's changelog.
Commits
9eda806
[dist] Version bump. 3.1.080721e0
3.1.0 pre-release (#1444)5758752
Update transports.md211483e
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
AddedisLevelEnabled(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)Updates
winston-daily-rotate-file
from 1.7.2 to 3.5.1Commits
193a218
3.5.1e9b1182
fix types for usage with esModuleInterop0fdb94e
3.5.0dc9404b
update definition to export the interfaces along with classf1d1ff0
3.4.1b71d68a
add options property to typescript definitiond3f5de3
3.4.09770c46
add ability to pass custom options to address #1843958b81
3.3.573ad255
update to new file-stream-rotator version to fix #181Dependabot 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 readmeAdditionally, you can set the following in your Dependabot dashboard:
Finally, you can contact us by mentioning @dependabot.