pino-rotating-file
pino-rotating-file copied to clipboard
chore(deps): bump rotating-file-stream from 3.1.0 to 3.1.1
Bumps rotating-file-stream from 3.1.0 to 3.1.1.
Changelog
Sourced from rotating-file-stream's changelog.
- 2023-07-22 - v3.1.1
- Fixed a bug which causes occasional crashes on rotation by timer (thanks to diwic)
- 2023-02-09 - v3.1.0
ENOENT
errors while unlinking files now emits"warning"
events rather than"error"
.- 2022-05-25 - v3.0.4
- Fixed required Node.js version in README.md
- 2022-02-22 - v3.0.3
- Experimental ESM dist
- 2021-11-20 - v3.0.2
- Required Node.js v14
- 2021-11-06 - v3.0.1
external
event emitted even if in error- exported
class RotatingFileStreamError
- Minor README.md fixes
- 2021-11-04 - v3.0.0
- Released v3 - please check the README.md
- 2021-09-26 - v2.1.6
- Made the package compliant with Node.js v14 and v16
- Removed duplicated description for initialRotation option (thanks to ttoomm318)
- 2021-02-19 - v2.1.5
- Changed _writev to make it compliant with Node.js v14; this should solve #67
- 2021-02-02 - v2.1.4
- Fixed a bug which requires a write operation to emit errors on open (thanks to Raynos)
- 2020-07-07 - v2.1.3
- Fixed a bug causing EEXIST opening two files in same not existing directory in a rapid sequence (thanks to jameslahm)
- 2020-07-04 - v2.1.2
- Applied a change to use on mounts with the noexec option (thanks to jvassev)
- 2020-05-13 - v2.1.1
- Bug fix for teeToStdout
- 2020-04-29 - v2.1.0
- teeToStdout option added
- 2020-01-26 - v2.0.2
- Fixed two bugs
- 2019-12-24 - v2.0.1
- Fixed a bug about setTimeout on some node environments (thanks to Rastopyr)
- 2019-11-24 - v2.0.0
- complete refactoring with TypeScript
- full Windows compliance (at least all tests are OK)
- file is recreated if externally removed while logging
- 2019-10-20 - v1.4.6
- tests fix
- 2019-10-18 - v1.4.5
- Fixed a bug when immutable and history are both set.
- 2019-10-01 - v1.4.4
- Fixed a bug occurring adding properties to Array.prototype
- 2019-07-23 - v1.4.3
- Exported the options interface
- 2019-06-27 - v1.4.2
- Fixed a bug causing a ERR_MULTIPLE_CALLBACK error (thanks to rooftopsparrow)
- 2019-04-22 - v1.4.1
... (truncated)
Commits
42a2c8a
3.1.16a6a21c
fix typos in README.md3d2c93f
Fix occasional crash on interval change- See full diff 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 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)