dependabot npm(deps): bump log4js from 6.6.1 to 6.7.0
Bumps log4js from 6.6.1 to 6.7.0.
Changelog
Sourced from log4js's changelog.
6.7.0
- feat(log4js): if cb is passed to shutdown(), it must be a function or it will throw error immediately - thanks
@lamweili
- feat: patternLayout function name, class name and function alias - thanks
@l0ner
- [refactor(#1316): code flow and readability (%C:class, %M:function, %A:alias, %F:full - in order)](log4js-node/log4js-node#1317) - thanks
@lamweili
- feat: add ability to use passed in Errors for callstacks and adjust how deeply you want to look for information - thanks
@ZachHaber
- fix(LoggingEvent): serde for NaN, Infinity, -Infinity, undefined - thanks
@lamweili
- fix: make shutdown return value consistent - thanks
@richardhinkamp
- [refactor(#1082): removed return value for
log4js.shutdown()
](log4js-node/log4js-node#1319) - thanks@lamweili
- test: adjusted timeout interval for OS operations - thanks
@lamweili
- refactor(LoggingEvent): loop through location keys instead of hard-coding one-by-one - thanks
@lamweili
- docs(noLogFilter): fix heading (
Category Filter
-->No-Log Filter
) - thanks@gkalpak
- docs(migration-guide): fix typo (
have been remove
-->have been removed
) - thanks@gkalpak
- docs: added quotes for
just-errors
JSON property key - thanks@lamweili
- ci: skip prettier on older Node.js (8.x, 10.x, 12.x) - thanks
@lamweili
- ci: manually downgrade dev dependencies for older versions - thanks
@lamweili
- ci: removed scheduled job from codeql and separated npm audit - thanks
@lamweili
- chore(deps): bump typescript from 4.8.3 to 4.8.4 - thanks
@lamweili
- chore(deps-dev): updated dependencies - thanks
@lamweili
- chore(deps-dev): bump nyc from 14.1.1 to 15.1.0
- chore(deps-dev): bump tap from 14.11.0 to 16.3.0
- chore(deps-dev): bump eslint-plugin-prettier from 3.4.1 to 4.2.1
- chore(deps-dev): bump prettier from 1.19.1 to 2.7.1
- chore(deps-dev): updated package-lock.json
- chore(deps): updated dependencies - thanks
@lamweili
- chore(deps-dev): bump
@commitlint/cli
from 17.0.3 to 17.1.2- chore(deps-dev): bump
@commitlint/config-conventional
from 17.0.3 to 17.1.0- chore(deps-dev): bump eslint from 6.8.0 to 8.24.0
- chore(deps-dev): bump eslint-config-airbnb-base from 14.2.1 to 15.0.0
- chore(deps-dev): bump eslint-config-prettier from 6.15.0 to 8.5.0
- chore(deps-dev): bump fs-extra from 8.1.0 to 10.1.0
- chore(deps-dev): bump typescript from 4.7.4 to 4.8.3
- chore(deps): bump date-format from 4.0.13 to 4.0.14
- chore(deps): bump flatted from 3.2.6 to 3.2.7
- chore(deps): bump streamroller from 3.1.2 to 3.1.3
- chore(deps): updated package-lock.json
Commits
-
a08da65
6.7.0 -
8d4e3f3
Merge pull request #1335 from log4js-node/update-docs -
cb29b3e
docs: updated changelog for 6.7.0 -
7ca308d
Merge pull request #1334 from log4js-node/feat/invalid-shutdown-callback -
b548119
ci: clean up -
4c12243
docs: updatedapi.md
for setParseCallStackFunction -
d2ef262
refactor(log4js): no need for.reduceRight()
, use.reduce()
instead -
a10f4a2
feat(log4js): if cb is passed to shutdown(), it must be a function or it will... -
cfbc7a0
Merge pull request #1333 from log4js-node/refactor/LoggingEvent -
6a8b706
test(Logger): apart from asserting a throw, also assert the thrown error message - Additional commits viewable in compare view