build(deps): bump log4js from 6.3.0 to 6.4.3
Created by: dependabot[bot]
Bumps log4js from 6.3.0 to 6.4.3.
Changelog
Sourced from log4js's changelog.
6.4.3
- chore(test): 100% test coverage - thanks
@peteriman
- Part 1 of 3: log4js-node/log4js-node#1200
- Part 2 of 3: log4js-node/log4js-node#1204
- Part 3 of 3: log4js-node/log4js-node#1205
- chore(test): improved test cases
- chore(validation): added filename validation - thanks
@peteriman
- chore(improvement): do not initialise default appenders as it will be done again by configure() - thanks
@peteriman
- chore(improvement): defensive coding for cluster=null if require('cluster') fails in try-catch - thanks
@peteriman
- chore(improvement): removed redundant logic in tcp-serverAppender - thanks
@peteriman
- chore(improvement): removed redundant logic in multiprocessAppender - thanks
@peteriman
- chore(docs): updated README.md with badges - thanks
@peteriman
- chore(docs): added docs for istanbul ignore - thanks
@peteriman
- chore(docs): updated logger api docs - thanks
@peteriman
- chore(docs): updated file and fileSync appender docs - thanks
@peteriman
- chore(lint): improve eslint rules - thanks
@peteriman
- chore(dep): updated dependencies - thanks
@peteriman
- chore(dev): bump eslint from 8.10.0 to 8.11.0
- chore(dev): bump eslint-config-airbnb-base from 13.2.0 to 15.0.0
- chore(dev): bump eslint-config-prettier from 8.4.0 to 8.5.0
- chore(dev): bump tap from 15.1.6 to 16.0.0
- chore(dep): bump date-format from 4.0.4 to 4.0.5
- chore(dep): bump streamroller from 3.0.4 to 3.0.5
- chore(dep): updated package-lock.json
6.4.2
- bug: fixed fileSync appender to create directory recursively - thanks
@peteriman
- bug: fixed serialise() for NaN, Infinity, -Infinity and undefined - thanks
@peteriman
- bug: fixed connectLogger not logging on close - thanks
@peteriman
- improvement: defensive coding - thanks
@peteriman
- type: fixed Logger constructor - thanks
@peteriman
- test: improve test coverage - thanks
@peteriman
- test: refactor and replaced tap deprecation in preparation for tap v15 - thanks
@peteriman
- test: added e2e test for multiprocess Appender - thanks
@nicojs
- chore(docs): updated file appender docs - thanks
@peteriman
- chore(docs): updated dateFile appender docs - thanks
@peteriman
- chore(docs): corrected typo in sample code for multiFile appender - thanks
@peteriman
- chore(deps): updated deps-dev - thanks
@peteriman
- chore(deps): bump date-format from 4.0.3 to 4.0.4
- chore(deps): bump streamroller from 3.0.2 to 3.0.4
- issue: addresses compatibility issue with directory creation for NodeJS < 10.12.0 (#1189) - details: streamroller@3.0.3 changelog
- chore(deps-dev): bump eslint from 8.8.0 to 8.10.0
- chore(deps-dev): bump eslint-config-prettier from 8.3.0 to 8.4.0
- chore(deps-dev): bump fs-extra from 10.0.0 to 10.0.1
- chore(deps-dev): bump typescript from 4.5.5 to 4.6.2
- chore(deps): updated deps-dev - thanks
@peteriman
- chore(deps): bump flatted from 3.2.4 to 3.2.5
- chore(deps-dev): bump eslint from 8.7.0 to 8.8.0
... (truncated)
Commits
-
58cfdc3
6.4.3 -
636c5dc
Merge pull request #1212 from log4js-node/update-docs -
62666a4
chore(docs): updated changelog for 6.4.3 -
34af8dc
Merge pull request #1211 from log4js-node/update-test -
c863c77
chore(test): updated file-sighup-test.js teardown() to reinstate warning list... -
dc6c1f4
chore(test): use setImmediate() instead of setTimeout(0) for next event loop -
63b8f53
chore(test): updated multiFileAppender tests' teardown() to reinstate debug a... -
7534f9c
chore(test): added test coverage for deprecation notices -
e58a48a
Merge pull request #1210 from log4js-node/optimise -
4b40052
chore(optimise): do not initialise default appenders as it will be done again... - 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 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) -
@dependabot use these labels
will set the current labels as the default for future PRs for this repo and language -
@dependabot use these reviewers
will set the current reviewers as the default for future PRs for this repo and language -
@dependabot use these assignees
will set the current assignees as the default for future PRs for this repo and language -
@dependabot use this milestone
will set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.