nabs
nabs copied to clipboard
Bump winston from 3.8.2 to 3.11.0
Bumps winston from 3.8.2 to 3.11.0.
Release notes
Sourced from winston's releases.
v3.11.0
- Bump split2 from 4.1.0 to 4.2.0 (#2336) 37f4282
- Bump actions/checkout from 3 to 4 (#2346) fdcc893
- Bump
@colors/colorspackgae to 1.6.0 (#2353) dcbec34- Bump rimraf from 3.0.2 to 5.0.5 (#2357) aaaa4c0
- feat: add guardrails to the instantiation of a Profiler (#2226) 914b846
- Bump
@types/nodefrom 20.3.1 to 20.4.2 (#2329) 23cb80c- Bug Fix: FileTransportOptions type missing lazy:boolean option (#2334) 1c43f7b
https://github.com/winstonjs/winston/compare/v3.10.0...v3.11.0
v3.10.0
- Avoid potential github issues - relax engines node requirement in package.json fc9c83d
- Export Logger class (#2181) eda40ef
- Added Lazy option to file transport (#2317) f7e7f2f
- Bump eslint from 8.32.0 to 8.44.0 (#2321) de2e887
- docs(#2319): Syntax error on README.md (#2320) fcc69ec
- fix(types): Allow any object to be passed as meta to logger.profile (#2314) 9d6001a
- Bump
@types/nodefrom 18.11.18 to 20.3.1 (#2313) 06e3165- Update supported Node versions and run npm audit fix (#2315) 61e2f5b
- Bump
@babel/corefrom 7.20.12 to 7.22.1 (#2309) 7643ad6https://github.com/winstonjs/winston/compare/v3.9.0...v3.10.0
v3.9.0
Functionality changes
- Handle undefined errors in getAllInfo in exception-handler in winstonjs/winston#2208; thanks to new contributor
@eivindrs- fix: properly allow passing non-array transport in winstonjs/winston#2256; thanks to new contributor
@Tanuel- fix #1732 (Http Transport uses JSON format options as request options) in winstonjs/winston#2272; thanks to new contributor
@MoritzLoewenstein(minor version bump per comment on the issue)- fix: add guard clause to prevent FD leak in winstonjs/winston#2301; thanks to new contributor
@td-tomasz-joniecDependency updates by
@dependabot+ CI autotesting
- Bump eslint from 8.23.0 to 8.32.0 by
@dependabotin winstonjs/winston#2209, winstonjs/winston#2236, winstonjs/winston#2258, & winstonjs/winston#2271- Bump
@babel/corefrom 7.19.0 to 7.20.12 by@dependabotin winstonjs/winston#2206, winstonjs/winston#2234, winstonjs/winston#2259, & winstonjs/winston#2275- Bump
@types/nodefrom 18.0.0 to 18.11.18 by@dependabotin winstonjs/winston#2215, winstonjs/winston#2235, & winstonjs/winston#2264- Bump
@babel/preset-envfrom 7.19.0 to 7.20.2 by@dependabotin winstonjs/winston#2218 & winstonjs/winston#2244- Bump safe-stable-stringify from 2.3.1 to 2.4.3 by
@dependabotin winstonjs/winston#2217 & winstonjs/winston#2292- Bump
@babel/clifrom 7.18.10 to 7.19.3 by@dependabotin winstonjs/winston#2216- Bump json5 from 2.2.1 to 2.2.3 by
@dependabotin winstonjs/winston#2260Documentation changes
- Fix readme typo in winstonjs/winston#2230; thanks to new contributor
@aretecode- create new example for ready to use in winstonjs/winston#2240; thanks to new contributor
@myagizmaktav- minor fixes to publishing.md
Build Infrastructure changes
- GitHub Workflows security hardening in winstonjs/winston#2252; thanks to new contributor
@sashashura
Changelog
Sourced from winston's changelog.
CHANGELOG
v3.9.0
Functionality changes
- Handle undefined errors in getAllInfo in exception-handler in winstonjs/winston#2208; thanks to new contributor
@eivindrs- fix: properly allow passing non-array transport in winstonjs/winston#2256; thanks to new contributor
@Tanuel- fix #1732 (Http Transport uses JSON format options as request options) in winstonjs/winston#2272; thanks to new contributor
@MoritzLoewenstein(minor version bump per comment on the issue)- fix: add guard clause to prevent FD leak in winstonjs/winston#2301; thanks to new contributor
@td-tomasz-joniecDependency updates by
@dependabot+ CI autotesting
- Bump eslint from 8.23.0 to 8.32.0 by
@dependabotin winstonjs/winston#2209, winstonjs/winston#2236, winstonjs/winston#2258, & winstonjs/winston#2271- Bump
@babel/corefrom 7.19.0 to 7.20.12 by@dependabotin winstonjs/winston#2206, winstonjs/winston#2234, winstonjs/winston#2259, & winstonjs/winston#2275- Bump
@types/nodefrom 18.0.0 to 18.11.18 by@dependabotin winstonjs/winston#2215, winstonjs/winston#2235, & winstonjs/winston#2264- Bump
@babel/preset-envfrom 7.19.0 to 7.20.2 by@dependabotin winstonjs/winston#2218 & winstonjs/winston#2244- Bump safe-stable-stringify from 2.3.1 to 2.4.3 by
@dependabotin winstonjs/winston#2217 & winstonjs/winston#2292- Bump
@babel/clifrom 7.18.10 to 7.19.3 by@dependabotin winstonjs/winston#2216- Bump json5 from 2.2.1 to 2.2.3 by
@dependabotin winstonjs/winston#2260Documentation changes
- Fix readme typo in winstonjs/winston#2230; thanks to new contributor
@aretecode- create new example for ready to use in winstonjs/winston#2240; thanks to new contributor
@myagizmaktav- minor fixes to publishing.md
Build Infrastructure changes
- GitHub Workflows security hardening in winstonjs/winston#2252; thanks to new contributor
@sashashura
Commits
1c8c65f3.11.037f4282Bump split2 from 4.1.0 to 4.2.0 (#2336)fdcc893Bump actions/checkout from 3 to 4 (#2346)dcbec34Bump@colors/colorspackgae to 1.6.0 (#2353)aaaa4c0Bump rimraf from 3.0.2 to 5.0.5 (#2357)914b846feat: add guardrails to the instantiation of a Profiler (#2226)23cb80cBump@types/nodefrom 20.3.1 to 20.4.2 (#2329)1c43f7bBug Fix: FileTransportOptions type missing lazy:boolean option (#2334)19ac9d83.10.0fc9c83dAvoid potential github issues - relax engines node requirement in package.json- Additional commits viewable in compare view
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 rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)