Update dependency winston to v3.5.0 #53

Merged
sebclem merged 1 commits from renovate/winston-3.x into main 2022-01-29 15:47:12 +01:00
Owner

This PR contains the following updates:

Package Type Update Change
winston dependencies minor 3.4.0 -> 3.5.0

Release Notes

winstonjs/winston

v3.5.0

Compare Source

This release includes the following, in sequence by first merge in group:

Feature updates:

Patch-level updates:

Updates to the repo & project which don’t actually affect the running code:

Thanks also to maintainers @​DABH, @​fearphage, @​Maverick1872, and @​wbt for issue/PR shepherding
and help across multiple parts of the release!
If somebody got missed in the list of thanks, please forgive the accidental oversight
and/or feel free to open a PR on this changelog.

v3.4.0

Compare Source

Yesterday's release was done with a higher sense of urgency than usual
due to vandalism in the colors package.
This release:

  • ties up a loose end by including [#​1973] to go with [#​1824]
  • adds a missing http property in NpmConfigSetColors [#​2004] (thanks @​SimDaSong)
  • fixes a minor issue in the build/release process [#​2014]
  • pins the version of the testing framework to avoid an issue with a test incorrectly failing [#​2017]

The biggest change in this release, motivating the feature-level update, is

[#​2006](https://github.com/winstonjs/winston/issues/2006)] Make winston more ESM friendly, thanks to [@​miguelcobain](https://github.com/miguelcobain).

Thanks also to [@​DABH](https://github.com/DABH), [@​wbt](https://github.com/wbt), and [@​fearphage](https://github.com/fearphage) for contributions and reviews!

### [`v3.3.4`](https://github.com/winstonjs/winston/blob/HEAD/CHANGELOG.md#v334--2022-01-09)

[Compare Source](https://github.com/winstonjs/winston/compare/v3.3.3...v3.3.4)

Compared to v3.3.3, this version fixes some issues and includes some updates to project infrastructure,
such as replacing Travis with Github CI and dependabot configuration.
There have also been several relatively minor improvements to documentation, and incorporation of some updated dependencies.\
Dependency updates include a critical bug fix \[[#​2008](https://github.com/winstonjs/winston/issues/2008)] in response to self-vandalism by the author of a dependency.

-   \[[#​1964](https://github.com/winstonjs/winston/issues/1964)] Added documentation for how to use a new externally maintained [Seq](https://datalust.co/seq) transport.
-   \[[#​1712](https://github.com/winstonjs/winston/issues/1712)] Add default metadata when calling log with string level and message.
-   \[[#​1824](https://github.com/winstonjs/winston/issues/1824)] Unbind event listeners on close
-   \[[#​1961](https://github.com/winstonjs/winston/issues/1961)] Handle undefined rejections
-   \[[#​1878](https://github.com/winstonjs/winston/issues/1878)] Correct boolean evaluation of empty-string value for eol option
-   \[[#​1977](https://github.com/winstonjs/winston/issues/1977)] Improved consistency of object parameters for better test reliability

</details>

---

### Configuration

📅 **Schedule**: At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [winston](https://github.com/winstonjs/winston) | dependencies | minor | [`3.4.0` -> `3.5.0`](https://renovatebot.com/diffs/npm/winston/3.3.3/3.5.0) | --- ### Release Notes <details> <summary>winstonjs/winston</summary> ### [`v3.5.0`](https://github.com/winstonjs/winston/blob/HEAD/CHANGELOG.md#v350--2022-01-27) [Compare Source](https://github.com/winstonjs/winston/compare/v3.4.0...v3.5.0) This release includes the following, in sequence by first merge in group: Feature updates: - Support batch mode in HTTP Transport (Issue [#&#8203;1970](https://github.com/winstonjs/winston/issues/1970), PR [#&#8203;1998](https://github.com/winstonjs/winston/issues/1998), thanks [@&#8203;BBE78](https://github.com/BBE78)!) Patch-level updates: - Bump dependency versions (thanks [@&#8203;dependabot](https://github.com/dependabot) & [@&#8203;DABH](https://github.com/DABH)!) - Bump [@&#8203;types/node](https://github.com/types/node) from 16.11.12 to 17.0.8 (PR [#&#8203;2009](https://github.com/winstonjs/winston/issues/2009)) - Bump [@&#8203;babel/preset-env](https://github.com/babel/preset-env) from 7.16.7 to 7.16.8 ([#&#8203;2036](https://github.com/winstonjs/winston/issues/2036)) - Bump [@&#8203;types/node](https://github.com/types/node) from 17.0.8 to 17.0.9 ([#&#8203;2035](https://github.com/winstonjs/winston/issues/2035)) - Bump [@&#8203;babel/cli](https://github.com/babel/cli) from 7.16.7 to 7.16.8 ([#&#8203;2034](https://github.com/winstonjs/winston/issues/2034)) - Bump [@&#8203;types/node](https://github.com/types/node) from 17.0.9 to 17.0.10 ([#&#8203;2042](https://github.com/winstonjs/winston/issues/2042)) - Bump [@&#8203;babel/core](https://github.com/babel/core) from 7.16.7 to 7.16.12 ([#&#8203;2041](https://github.com/winstonjs/winston/issues/2041)) - Bump [@&#8203;babel/preset-env](https://github.com/babel/preset-env) from 7.16.8 to 7.16.11 ([#&#8203;2040](https://github.com/winstonjs/winston/issues/2040)) - Fixing documentation syntax errors in transports code examples ([#&#8203;1916](https://github.com/winstonjs/winston/issues/1916); thanks [@&#8203;romanzaycev](https://github.com/romanzaycev)!) - Fix missing type declarations, especially for `.rejections` ([#&#8203;1842](https://github.com/winstonjs/winston/issues/1842), [#&#8203;1929](https://github.com/winstonjs/winston/issues/1929), [#&#8203;2021](https://github.com/winstonjs/winston/issues/2021); thanks [@&#8203;vanflux](https://github.com/vanflux), [@&#8203;svaj](https://github.com/svaj), [@&#8203;glensc](https://github.com/glensc), & others!) - More narrowly typing the “level” string ([#&#8203;1896](https://github.com/winstonjs/winston/issues/1896), thanks [@&#8203;yonas-g](https://github.com/yonas-g)!) - Using a safer `stringify`, e.g. to avoid issues from circular structures, in the http transport ([#&#8203;2043](https://github.com/winstonjs/winston/issues/2043), thanks [@&#8203;karlwir](https://github.com/karlwir)!) Updates to the repo & project which don’t actually affect the running code: - Add a channel for reporting security vulnerabilities ([#&#8203;2024](https://github.com/winstonjs/winston/issues/2024), thanks [@&#8203;JamieSlome](https://github.com/JamieSlome)!) - Add coverage tracking in CI & documentation ([#&#8203;2025](https://github.com/winstonjs/winston/issues/2025) and [#&#8203;2028](https://github.com/winstonjs/winston/issues/2028), thanks [@&#8203;fearphage](https://github.com/fearphage)!) - Update issue templates ([#&#8203;2030](https://github.com/winstonjs/winston/issues/2030) and [#&#8203;2031](https://github.com/winstonjs/winston/issues/2031), thanks [@&#8203;Maverick1872](https://github.com/Maverick1872)!) - Remove gitter link from README.md ([#&#8203;2027](https://github.com/winstonjs/winston/issues/2027), thanks [@&#8203;DABH](https://github.com/DABH)!) Thanks also to maintainers [@&#8203;DABH](https://github.com/DABH), [@&#8203;fearphage](https://github.com/fearphage), [@&#8203;Maverick1872](https://github.com/Maverick1872), and [@&#8203;wbt](https://github.com/wbt) for issue/PR shepherding and help across multiple parts of the release! If somebody got missed in the list of thanks, please forgive the accidental oversight and/or feel free to open a PR on this changelog. ### [`v3.4.0`](https://github.com/winstonjs/winston/blob/HEAD/CHANGELOG.md#v340--2022-01-10) [Compare Source](https://github.com/winstonjs/winston/compare/v3.3.4...v3.4.0) Yesterday's release was done with a higher sense of urgency than usual due to vandalism in the `colors` package. This release: - ties up a loose end by including \[[#&#8203;1973](https://github.com/winstonjs/winston/issues/1973)] to go with \[[#&#8203;1824](https://github.com/winstonjs/winston/issues/1824)] - adds a missing http property in NpmConfigSetColors \[[#&#8203;2004](https://github.com/winstonjs/winston/issues/2004)] (thanks [@&#8203;SimDaSong](https://github.com/SimDaSong)) - fixes a minor issue in the build/release process \[[#&#8203;2014](https://github.com/winstonjs/winston/issues/2014)] - pins the version of the testing framework to avoid an issue with a test incorrectly failing \[[#&#8203;2017](https://github.com/winstonjs/winston/issues/2017)] The biggest change in this release, motivating the feature-level update, is \[[#&#8203;2006](https://github.com/winstonjs/winston/issues/2006)] Make winston more ESM friendly, thanks to [@&#8203;miguelcobain](https://github.com/miguelcobain). Thanks also to [@&#8203;DABH](https://github.com/DABH), [@&#8203;wbt](https://github.com/wbt), and [@&#8203;fearphage](https://github.com/fearphage) for contributions and reviews! ### [`v3.3.4`](https://github.com/winstonjs/winston/blob/HEAD/CHANGELOG.md#v334--2022-01-09) [Compare Source](https://github.com/winstonjs/winston/compare/v3.3.3...v3.3.4) Compared to v3.3.3, this version fixes some issues and includes some updates to project infrastructure, such as replacing Travis with Github CI and dependabot configuration. There have also been several relatively minor improvements to documentation, and incorporation of some updated dependencies.\ Dependency updates include a critical bug fix \[[#&#8203;2008](https://github.com/winstonjs/winston/issues/2008)] in response to self-vandalism by the author of a dependency. - \[[#&#8203;1964](https://github.com/winstonjs/winston/issues/1964)] Added documentation for how to use a new externally maintained [Seq](https://datalust.co/seq) transport. - \[[#&#8203;1712](https://github.com/winstonjs/winston/issues/1712)] Add default metadata when calling log with string level and message. - \[[#&#8203;1824](https://github.com/winstonjs/winston/issues/1824)] Unbind event listeners on close - \[[#&#8203;1961](https://github.com/winstonjs/winston/issues/1961)] Handle undefined rejections - \[[#&#8203;1878](https://github.com/winstonjs/winston/issues/1878)] Correct boolean evaluation of empty-string value for eol option - \[[#&#8203;1977](https://github.com/winstonjs/winston/issues/1977)] Improved consistency of object parameters for better test reliability </details> --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
renovate-bot added 1 commit 2022-01-27 20:01:16 +01:00
Update dependency winston to v3.5.0
Some checks failed
renovate/artifacts Artifact file update failure
continuous-integration/drone/push Build is passing
573009d551
renovate-bot force-pushed renovate/winston-3.x from 573009d551 to 64961c2651 2022-01-29 10:53:57 +01:00 Compare
renovate-bot force-pushed renovate/winston-3.x from 64961c2651 to 1a1deec376 2022-01-29 15:44:40 +01:00 Compare
sebclem merged commit 3e1c488f30 into main 2022-01-29 15:47:12 +01:00
sebclem deleted branch renovate/winston-3.x 2022-01-29 15:47:12 +01:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: sebclem/cnc-speed-calculator#53
No description provided.