mqtt-home / miele-to-mqtt-gw

Apache License 2.0
10 stars 2 forks source link

Update dependency winston to v3.9.0 - autoclosed #116

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
winston 3.8.1 -> 3.9.0 age adoption passing confidence

Release Notes

winstonjs/winston ### [`v3.9.0`](https://togithub.com/winstonjs/winston/blob/HEAD/CHANGELOG.md#v390-httpsgithubcomwinstonjswinstoncomparev382v390) [Compare Source](https://togithub.com/winstonjs/winston/compare/v3.8.2...v3.9.0) ##### Functionality changes - Handle undefined errors in getAllInfo in exception-handler in [https://github.com/winstonjs/winston/pull/2208](https://togithub.com/winstonjs/winston/pull/2208); thanks to new contributor [@​eivindrs](https://togithub.com/eivindrs) - fix: properly allow passing non-array transport in [https://github.com/winstonjs/winston/pull/2256](https://togithub.com/winstonjs/winston/pull/2256); thanks to new contributor [@​Tanuel](https://togithub.com/Tanuel) - fix [#​1732](https://togithub.com/winstonjs/winston/issues/1732) (Http Transport uses JSON format options as request options) in [https://github.com/winstonjs/winston/pull/2272](https://togithub.com/winstonjs/winston/pull/2272); thanks to new contributor [@​MoritzLoewenstein](https://togithub.com/MoritzLoewenstein) (minor version bump per comment on the issue) - fix: add guard clause to prevent FD leak in [https://github.com/winstonjs/winston/pull/2301](https://togithub.com/winstonjs/winston/pull/2301); thanks to new contributor [@​td-tomasz-joniec](https://togithub.com/td-tomasz-joniec) ##### Dependency updates by [@​dependabot](https://togithub.com/dependabot) + CI autotesting - Bump eslint from 8.23.0 to 8.32.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/winstonjs/winston/pull/2209](https://togithub.com/winstonjs/winston/pull/2209), [https://github.com/winstonjs/winston/pull/2236](https://togithub.com/winstonjs/winston/pull/2236), [https://github.com/winstonjs/winston/pull/2258](https://togithub.com/winstonjs/winston/pull/2258), & [https://github.com/winstonjs/winston/pull/2271](https://togithub.com/winstonjs/winston/pull/2271) - Bump [@​babel/core](https://togithub.com/babel/core) from 7.19.0 to 7.20.12 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/winstonjs/winston/pull/2206](https://togithub.com/winstonjs/winston/pull/2206), [https://github.com/winstonjs/winston/pull/2234](https://togithub.com/winstonjs/winston/pull/2234), [https://github.com/winstonjs/winston/pull/2259](https://togithub.com/winstonjs/winston/pull/2259), & [https://github.com/winstonjs/winston/pull/2275](https://togithub.com/winstonjs/winston/pull/2275) - Bump [@​types/node](https://togithub.com/types/node) from 18.0.0 to 18.11.18 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/winstonjs/winston/pull/2215](https://togithub.com/winstonjs/winston/pull/2215), [https://github.com/winstonjs/winston/pull/2235](https://togithub.com/winstonjs/winston/pull/2235), & [https://github.com/winstonjs/winston/pull/2264](https://togithub.com/winstonjs/winston/pull/2264) - Bump [@​babel/preset-env](https://togithub.com/babel/preset-env) from 7.19.0 to 7.20.2 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/winstonjs/winston/pull/2218](https://togithub.com/winstonjs/winston/pull/2218) & [https://github.com/winstonjs/winston/pull/2244](https://togithub.com/winstonjs/winston/pull/2244) - Bump safe-stable-stringify from 2.3.1 to 2.4.3 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/winstonjs/winston/pull/2217](https://togithub.com/winstonjs/winston/pull/2217) & [https://github.com/winstonjs/winston/pull/2292](https://togithub.com/winstonjs/winston/pull/2292) - Bump [@​babel/cli](https://togithub.com/babel/cli) from 7.18.10 to 7.19.3 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/winstonjs/winston/pull/2216](https://togithub.com/winstonjs/winston/pull/2216) - Bump json5 from 2.2.1 to 2.2.3 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/winstonjs/winston/pull/2260](https://togithub.com/winstonjs/winston/pull/2260) ##### Documentation changes - Fix readme typo in [https://github.com/winstonjs/winston/pull/2230](https://togithub.com/winstonjs/winston/pull/2230); thanks to new contributor [@​aretecode](https://togithub.com/aretecode) - create new example for ready to use in [https://github.com/winstonjs/winston/pull/2240](https://togithub.com/winstonjs/winston/pull/2240); thanks to new contributor [@​myagizmaktav](https://togithub.com/myagizmaktav) - minor fixes to publishing.md ##### Build Infrastructure changes - GitHub Workflows security hardening in [https://github.com/winstonjs/winston/pull/2252](https://togithub.com/winstonjs/winston/pull/2252); thanks to new contributor [@​sashashura](https://togithub.com/sashashura) ### [`v3.8.2`](https://togithub.com/winstonjs/winston/blob/HEAD/CHANGELOG.md#v382-httpsgithubcomwinstonjswinstoncomparev381v382) [Compare Source](https://togithub.com/winstonjs/winston/compare/v3.8.1...v3.8.2) ##### Patch-level changes - Add `.js` to main entry point in package.json in [https://github.com/winstonjs/winston/pull/2177](https://togithub.com/winstonjs/winston/pull/2177); thanks to new contributor [@​rumanbsl](https://togithub.com/rumanbsl) - Small grammatical fixes in README.md in [https://github.com/winstonjs/winston/pull/2183](https://togithub.com/winstonjs/winston/pull/2183); thanks to new contributor [@​mikebarr24](https://togithub.com/mikebarr24) - Move colors to non-dev dependencies by [@​wbt](https://togithub.com/wbt) in [https://github.com/winstonjs/winston/pull/2190](https://togithub.com/winstonjs/winston/pull/2190) ##### Dependency updates by [@​dependabot](https://togithub.com/dependabot) + CI autotesting - Bump [@​babel/preset-env](https://togithub.com/babel/preset-env) from 7.18.2 to 7.19.0 in [https://github.com/winstonjs/winston/pull/2189](https://togithub.com/winstonjs/winston/pull/2189) - Bump [@​babel/cli](https://togithub.com/babel/cli) from 7.17.10 to 7.18.10 in [https://github.com/winstonjs/winston/pull/2173](https://togithub.com/winstonjs/winston/pull/2173) - Bump eslint from 8.18.0 to 8.23.0 in [https://github.com/winstonjs/winston/pull/2184](https://togithub.com/winstonjs/winston/pull/2184) - Bump [@​babel/core](https://togithub.com/babel/core) from 7.18.5 to 7.19.0 in [https://github.com/winstonjs/winston/pull/2192](https://togithub.com/winstonjs/winston/pull/2192) - Bump logform from 2.4.1 to 2.4.2 in [https://github.com/winstonjs/winston/pull/2191](https://togithub.com/winstonjs/winston/pull/2191)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - 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.



This PR has been generated by Mend Renovate. View repository job log here.