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-transport from 4.4.2 to 4.5.0 #315

Merged
merged 1 commit into from
Feb 7, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 7, 2022

Bumps winston-transport from 4.4.2 to 4.5.0.

Release notes

Sourced from winston-transport's releases.

v4.5.0

  • Update .npmignore 8cbcdf3
  • Merge branch 'master' of github.com:winstonjs/winston-transport 22b195e
  • Changelog for 4.5.0 b47cfcd
  • Memory leak fix: do not wait process.nextTick (#81) 6566518
  • Update linting dependencies (#87) 46e5822
  • Replace Travis CI with GitHub Actions (#82) 0b7ad4f
  • fix(logform): removed duplicate dependency (#67) ed56cf2
  • Relative ref to bin file not needed; npm looks there by default (#80) 35baf39

winstonjs/winston-transport@4.4.2...v4.5.0

Changelog

Sourced from winston-transport's changelog.

4.5.0 (2022/02/05)

4.4.1 (2021/12/14)

  • #44 Add handleRejections to types.
  • #60 Exclude unnecessary files from npm package
  • #45 #58 Update dependencies.

4.4.0 (2018/12/23)

  • #41 Support handleRejections option.
  • #42 Expose LegacyTransportStream from the base module.
  • Update dependencies.

4.3.0 (2018/12/23)

  • #30 Precompile before publishing to npm.
  • #32 Add new option to increase default highWaterMark value.

4.2.0 (2018/06/11)

  • #26 Do not use copy-by-value for this.level.
  • #25 Wrap calls to format.transform with try / catch.
  • #24 Use readable-stream package to get the _final semantics across all versions of Node.

4.1.0 (2018/05/31)

  • #23 Revert to prototypal-based syntax for backwards compatibility.

4.0.0 (2018/05/24)

  • BREAKING Update transports to use ES6 classes. Creation of TransportStream and LegacyTransportStream now requires the new keyword.

No longer works

const Transport = require('winston-transport');
const transport = Transport({
  log: (info, callback) => { /* log something */ }
});

Do this instead

const Transport = require('winston-transport');
const transport = new Transport({
  log: (info, callback) => { /* log something */ }
</tr></table> 

... (truncated)

Commits
  • e4a6ce1 4.5.0
  • 8cbcdf3 Update .npmignore
  • 22b195e Merge branch 'master' of github.com:winstonjs/winston-transport
  • b47cfcd Changelog for 4.5.0
  • 6566518 Memory leak fix: do not wait process.nextTick (#81)
  • 46e5822 Update linting dependencies (#87)
  • 0b7ad4f Replace Travis CI with GitHub Actions (#82)
  • ed56cf2 fix(logform): removed duplicate dependency (#67)
  • 35baf39 Relative ref to bin file not needed; npm looks there by default (#80)
  • See full diff in compare view

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)

Bumps [winston-transport](https://github.com/winstonjs/winston-transport) from 4.4.2 to 4.5.0.
- [Release notes](https://github.com/winstonjs/winston-transport/releases)
- [Changelog](https://github.com/winstonjs/winston-transport/blob/master/CHANGELOG.md)
- [Commits](winstonjs/winston-transport@4.4.2...v4.5.0)

---
updated-dependencies:
- dependency-name: winston-transport
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 7, 2022
@RobinTail RobinTail merged commit d70d557 into master Feb 7, 2022
@RobinTail RobinTail deleted the dependabot/npm_and_yarn/winston-transport-4.5.0 branch February 7, 2022 17:12
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.

1 participant