vlafranca / ngxAutocomPlace

Google Places Api Autocomplete Angular Directive
7 stars 4 forks source link

Bump log4js from 6.3.0 to 6.4.0 #26

Open dependabot[bot] opened 2 years ago

dependabot[bot] commented 2 years ago

Bumps log4js from 6.3.0 to 6.4.0.

Changelog

Sourced from [log4js's changelog](https://github.com/log4js-node/log4js-node/blob/master/CHANGELOG.md).

6.4.0

  • [security: default file permission to be 0o600 instead of 0o644](https://github-redirect.dependabot.com/log4js-node/log4js-node/pull/1141) * thanks [ranjit-git](https://www.huntr.dev/users/ranjit-git) and @​peteriman
    • [chore(docs): updated fileSync.md and misc comments](https://github-redirect.dependabot.com/log4js-node/log4js-node/pull/1148) - thanks @​peteriman
  • [feat: Added warnings when log() is used with invalid levels before fallbacking to INFO](https://github-redirect.dependabot.com/log4js-node/log4js-node/pull/1062) - thanks @​abernh
  • [feat: exposed Recording](https://github-redirect.dependabot.com/log4js-node/log4js-node/pull/1103) - thanks @​polo-language
  • [bug: Fixed file descriptor leak if repeated configure()](https://github-redirect.dependabot.com/log4js-node/log4js-node/pull/1113) - thanks @​peteriman
  • [bug: Fixed MaxListenersExceededWarning from NodeJS](https://github-redirect.dependabot.com/log4js-node/log4js-node/pull/1110) - thanks @​peteriman
    • [test: added assertion for increase of SIGHUP listeners on log4js.configure()](https://github-redirect.dependabot.com/log4js-node/log4js-node/pull/1142) - thanks @​peteriman
  • [bug: Fixed missing TCP appender with Webpack and Typescript](https://github-redirect.dependabot.com/log4js-node/log4js-node/pull/1028) - thanks @​techmunk
  • [bug: Fixed dateFile appender exiting NodeJS on error](https://github-redirect.dependabot.com/log4js-node/log4js-node/pull/1097) - thanks @​4eb0da
    • [refactor: using writer.writable instead of alive for checking](https://github-redirect.dependabot.com/log4js-node/log4js-node/pull/1144) - thanks @​peteriman
  • [bug: Fixed TCP appender exiting NodeJS on error](https://github-redirect.dependabot.com/log4js-node/log4js-node/pull/1089) - thanks @​jhonatanTeixeira
  • [bug: Fixed Multiprocess appender exiting NodeJS on error](https://github-redirect.dependabot.com/log4js-node/log4js-node/pull/529) - thanks @​harlentan
  • [test: update fakeFS.read as graceful-fs uses it](https://github-redirect.dependabot.com/log4js-node/log4js-node/pull/1127) - thanks @​peteriman
  • [test: update fakeFS.realpath as fs-extra uses it](https://github-redirect.dependabot.com/log4js-node/log4js-node/pull/1128) - thanks @​peteriman
  • test: added tap.tearDown() to clean up test files
    • [#1143](https://github-redirect.dependabot.com/log4js-node/log4js-node/pull/1143) - thanks @​peteriman
    • [#1022](https://github-redirect.dependabot.com/log4js-node/log4js-node/pull/1022) - thanks @​abetomo
  • type: improved @​types for AppenderModule - thanks @​nicobao
  • [type: Updated fileSync appender types](https://github-redirect.dependabot.com/log4js-node/log4js-node/pull/1116) - thanks @​peteriman
  • [type: Removed erroneous type in file appender](https://github-redirect.dependabot.com/log4js-node/log4js-node/pull/1031) - thanks @​vdmtrv
  • [type: Updated Logger.log type](https://github-redirect.dependabot.com/log4js-node/log4js-node/pull/1115) - thanks @​ZLundqvist
  • [type: Updated Logger._log type](https://github-redirect.dependabot.com/log4js-node/log4js-node/pull/1117) - thanks @​peteriman
  • [type: Updated Logger.level type](https://github-redirect.dependabot.com/log4js-node/log4js-node/pull/1118) - thanks @​peteriman
  • [type: Updated Levels.getLevel type](https://github-redirect.dependabot.com/log4js-node/log4js-node/pull/1072) - thanks @​saulzhong
  • [chore(deps): bump streamroller from 3.0.1 to 3.0.2](https://github-redirect.dependabot.com/log4js-node/log4js-node/pull/1147) - thanks @​peteriman
  • [chore(deps): bump date-format from 4.0.2 to 4.0.3](https://github-redirect.dependabot.com/log4js-node/log4js-node/pull/1146) - thanks @​peteriman
  • [chore(deps-dev): bump eslint from from 8.6.0 to 8.7.0](https://github-redirect.dependabot.com/log4js-node/log4js-node/pull/1145) - thanks @​peteriman
  • [chore(deps-dev): bump nyc from 14.1.1 to 15.1.0](https://github-redirect.dependabot.com/log4js-node/log4js-node/pull/1140) - thanks @​peteriman
  • [chore(deps-dev): bump eslint from 5.16.0 to 8.6.0](https://github-redirect.dependabot.com/log4js-node/log4js-node/pull/1138) - thanks @​peteriman
  • [chore(deps): bump flatted from 2.0.2 to 3.2.4](https://github-redirect.dependabot.com/log4js-node/log4js-node/pull/1137) - thanks @​peteriman
  • [chore(deps-dev): bump fs-extra from 8.1.0 to 10.0.0](https://github-redirect.dependabot.com/log4js-node/log4js-node/pull/1136) - thanks @​peteriman
  • [chore(deps): bump streamroller from 2.2.4 to 3.0.1](https://github-redirect.dependabot.com/log4js-node/log4js-node/pull/1135) - thanks @​peteriman
    • [feat: allows for zero backups](https://github-redirect.dependabot.com/log4js-node/log4js-node/pull/1151) - thanks @​peteriman
    • [api: migrated from daysToKeep to numBackups due to streamroller@^3.0.0](https://github-redirect.dependabot.com/log4js-node/log4js-node/pull/1149) - thanks @​peteriman
    • [bug: compressed file ignores dateFile appender "mode"](https://github-redirect.dependabot.com/log4js-node/streamroller/pull/65) - thanks @​rnd-debug
    • issue: addresses additional separator in filename ([#1039](https://github-redirect.dependabot.com/log4js-node/log4js-node/issues/1039)) - details: [streamroller@3.0.0 changelog](https://github.com/log4js-node/streamroller/blob/master/CHANGELOG.md)
    • issue: addresses daysToKeep naming confusion ([#1035](https://github-redirect.dependabot.com/log4js-node/log4js-node/issues/1035), [#1080](https://github-redirect.dependabot.com/log4js-node/log4js-node/issues/1080)) - details: [streamroller@3.0.0 changelog](https://github.com/log4js-node/streamroller/blob/master/CHANGELOG.md)
  • [chore(deps): bump date-format from 3.0.0 to 4.0.2](https://github-redirect.dependabot.com/log4js-node/log4js-node/pull/1134) - thanks @​peteriman
  • [chore(deps): Updated dependencies](https://github-redirect.dependabot.com/log4js-node/log4js-node/pull/1130) - thanks @​peteriman
    • eslint-config-prettier from 6.15.0 to 8.3.0
    • eslint-plugin-prettier from 3.4.1 to 4.0.0
    • husky from 3.1.0 to 7.0.4
    • prettier from 1.19.0 to 2.5.1
    • typescript from 3.9.10 to 4.5.4
  • [chore(deps-dev): bump eslint-config-prettier from 6.15.0 to 8.3.0](https://github-redirect.dependabot.com/log4js-node/log4js-node/pull/1129) - thanks @​peteriman
  • [chore(deps): Updated dependencies](https://github-redirect.dependabot.com/log4js-node/log4js-node/pull/1121) - thanks @​peteriman
    • codecov from 3.6.1 to 3.8.3
    • eslint-config-prettier from 6.5.0 to 6.15.0

... (truncated)

Commits
  • 9fdbed5 6.4.0
  • 788c7a8 Merge pull request [#1150](https://github-redirect.dependabot.com/log4js-node/log4js-node/issues/1150) from log4js-node/update-changelog
  • 7fdb141 chore: updated changelog for 6.4.0
  • e6bd888 Merge pull request [#1151](https://github-redirect.dependabot.com/log4js-node/log4js-node/issues/1151) from log4js-node/feat-zero-backup
  • ac599e4 allow for zero backup - in sync with [https://github.com/log4js-node/streamrol](https://github.com/log4js-node/streamrol)...
  • 53248cd Merge pull request [#1149](https://github-redirect.dependabot.com/log4js-node/log4js-node/issues/1149) from log4js-node/migrate-daysToKeep-to-numBackups
  • 436d9b4 Merge pull request [#1148](https://github-redirect.dependabot.com/log4js-node/log4js-node/issues/1148) from log4js-node/update-docs
  • d6b017e chore(docs): updated fileSync.md and misc comments
  • d4617a7 chore(deps): migrated from daysToKeep to numBackups due to streamroller@^3.0.0
  • 0ad0133 Merge pull request [#1147](https://github-redirect.dependabot.com/log4js-node/log4js-node/issues/1147) from log4js-node/update-deps
  • Additional commits viewable in [compare view](https://github.com/log4js-node/log4js-node/compare/v6.3.0...v6.4.0)


Dependabot compatibility score

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](https://github.com/vlafranca/ngxAutocomPlace/network/alerts).

┆Issue is synchronized with this Clickup by Unito