winstonjs/winston
### [`v3.8.0`](https://togithub.com/winstonjs/winston/blob/HEAD/CHANGELOG.md#v380-httpsgithubcomwinstonjswinstoncomparev372v380--2022-06-23)
[Compare Source](https://togithub.com/winstonjs/winston/compare/v3.7.2...v3.8.0)
##### Added functionality
- Add the stringify replacer option to the HTTP transport by [@domiins](https://togithub.com/domiins) in [https://github.com/winstonjs/winston/pull/2155](https://togithub.com/winstonjs/winston/pull/2155)
##### Dependency updates by [@dependabot](https://togithub.com/dependabot) + CI autotesting
- Bump [@babel/core](https://togithub.com/babel/core) from 7.17.8 to 7.18.5
- Bump eslint from 8.12.0 to 8.18.0
- Bump [@types/node](https://togithub.com/types/node) from 17.0.23 to 18.0.0
- Bump [@babel/preset-env](https://togithub.com/babel/preset-env) from 7.16.11 to 7.18.2
- Bump [@babel/cli](https://togithub.com/babel/cli) from 7.17.6 to 7.17.10
##### Updates facilitating repo maintenance & enhancing documentation
- Explicitly note that the Contributing.md file is out of date
- Add instructions for publishing updated version by [@wbt](https://togithub.com/wbt) (docs/publishing.md)
- Prettier Config File by [@jeanpierrecarvalho](https://togithub.com/jeanpierrecarvalho) in [https://github.com/winstonjs/winston/pull/2092](https://togithub.com/winstonjs/winston/pull/2092)
- Readme update to explain origin of errors for handling ([#2120](https://togithub.com/winstonjs/winston/issues/2120))
- update documentation for [#2114](https://togithub.com/winstonjs/winston/issues/2114) by [@zizifn](https://togithub.com/zizifn) in [https://github.com/winstonjs/winston/pull/2138](https://togithub.com/winstonjs/winston/pull/2138)
- enhance message for logs with no transports [#2114](https://togithub.com/winstonjs/winston/issues/2114) by [@zizifn](https://togithub.com/zizifn) in [https://github.com/winstonjs/winston/pull/2139](https://togithub.com/winstonjs/winston/pull/2139)
- Added a new Community Transport option to the list: Worker Thread based async Console Transport by [@arpad1337](https://togithub.com/arpad1337) in [https://github.com/winstonjs/winston/pull/2140](https://togithub.com/winstonjs/winston/pull/2140)
Thanks especially to new contributors [@zizifn](https://togithub.com/zizifn), [@arpad1337](https://togithub.com/arpad1337), [@domiins](https://togithub.com/domiins), & [@jeanpierrecarvalho](https://togithub.com/jeanpierrecarvalho)!
### [`v3.7.2`](https://togithub.com/winstonjs/winston/blob/HEAD/CHANGELOG.md#v372--2022-04-04)
[Compare Source](https://togithub.com/winstonjs/winston/compare/v3.7.1...v3.7.2)
This change reverts what should have been the feature-level update in 3.7.0 due to issue [#2103](https://togithub.com/winstonjs/winston/issues/2103) showing this to be breaking, unintentionally.
### [`v3.7.1`](https://togithub.com/winstonjs/winston/blob/HEAD/CHANGELOG.md#v371--2022-04-04)
[Compare Source](https://togithub.com/winstonjs/winston/compare/v3.6.0...v3.7.1)
This change includes some minor updates to package-lock.json resolving npm audit failures: one in [ansi-regex](https://togithub.com/advisories/GHSA-93q8-gq69-wqmw) and another in [minimist](https://togithub.com/advisories/GHSA-xvch-5gv4-984h).
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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.
[ ] If you want to rebase/retry this PR, click this checkbox.
This PR has been generated by Mend Renovate. View repository job log here.
This PR contains the following updates:
3.6.0
->3.8.0
Release Notes
winstonjs/winston
### [`v3.8.0`](https://togithub.com/winstonjs/winston/blob/HEAD/CHANGELOG.md#v380-httpsgithubcomwinstonjswinstoncomparev372v380--2022-06-23) [Compare Source](https://togithub.com/winstonjs/winston/compare/v3.7.2...v3.8.0) ##### Added functionality - Add the stringify replacer option to the HTTP transport by [@domiins](https://togithub.com/domiins) in [https://github.com/winstonjs/winston/pull/2155](https://togithub.com/winstonjs/winston/pull/2155) ##### Dependency updates by [@dependabot](https://togithub.com/dependabot) + CI autotesting - Bump [@babel/core](https://togithub.com/babel/core) from 7.17.8 to 7.18.5 - Bump eslint from 8.12.0 to 8.18.0 - Bump [@types/node](https://togithub.com/types/node) from 17.0.23 to 18.0.0 - Bump [@babel/preset-env](https://togithub.com/babel/preset-env) from 7.16.11 to 7.18.2 - Bump [@babel/cli](https://togithub.com/babel/cli) from 7.17.6 to 7.17.10 ##### Updates facilitating repo maintenance & enhancing documentation - Explicitly note that the Contributing.md file is out of date - Add instructions for publishing updated version by [@wbt](https://togithub.com/wbt) (docs/publishing.md) - Prettier Config File by [@jeanpierrecarvalho](https://togithub.com/jeanpierrecarvalho) in [https://github.com/winstonjs/winston/pull/2092](https://togithub.com/winstonjs/winston/pull/2092) - Readme update to explain origin of errors for handling ([#2120](https://togithub.com/winstonjs/winston/issues/2120)) - update documentation for [#2114](https://togithub.com/winstonjs/winston/issues/2114) by [@zizifn](https://togithub.com/zizifn) in [https://github.com/winstonjs/winston/pull/2138](https://togithub.com/winstonjs/winston/pull/2138) - enhance message for logs with no transports [#2114](https://togithub.com/winstonjs/winston/issues/2114) by [@zizifn](https://togithub.com/zizifn) in [https://github.com/winstonjs/winston/pull/2139](https://togithub.com/winstonjs/winston/pull/2139) - Added a new Community Transport option to the list: Worker Thread based async Console Transport by [@arpad1337](https://togithub.com/arpad1337) in [https://github.com/winstonjs/winston/pull/2140](https://togithub.com/winstonjs/winston/pull/2140) Thanks especially to new contributors [@zizifn](https://togithub.com/zizifn), [@arpad1337](https://togithub.com/arpad1337), [@domiins](https://togithub.com/domiins), & [@jeanpierrecarvalho](https://togithub.com/jeanpierrecarvalho)! ### [`v3.7.2`](https://togithub.com/winstonjs/winston/blob/HEAD/CHANGELOG.md#v372--2022-04-04) [Compare Source](https://togithub.com/winstonjs/winston/compare/v3.7.1...v3.7.2) This change reverts what should have been the feature-level update in 3.7.0 due to issue [#2103](https://togithub.com/winstonjs/winston/issues/2103) showing this to be breaking, unintentionally. ### [`v3.7.1`](https://togithub.com/winstonjs/winston/blob/HEAD/CHANGELOG.md#v371--2022-04-04) [Compare Source](https://togithub.com/winstonjs/winston/compare/v3.6.0...v3.7.1) This change includes some minor updates to package-lock.json resolving npm audit failures: one in [ansi-regex](https://togithub.com/advisories/GHSA-93q8-gq69-wqmw) and another in [minimist](https://togithub.com/advisories/GHSA-xvch-5gv4-984h).Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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.
This PR has been generated by Mend Renovate. View repository job log here.