qlcchain / QLCTracker

An integrated Platform of explorer, wallet, staking, mining reward for QLC Chain.
https://explorer.qlcchain.org
5 stars 3 forks source link

Bump ngx-logger from 3.4.6 to 4.2.1 #84

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps ngx-logger from 3.4.6 to 4.2.1.

Release notes

Sourced from ngx-logger's releases.

4.2.1 Release

v4.2.0

No release notes provided.

v4.1.5

Fixed

  • Now support custom format timestamps in addition to pre-defined ones in Angular by @​qortex. Fixes #178.
Changelog

Sourced from ngx-logger's changelog.

[4.2.1] - 2021-02-23

Fixed

  • Fix for sourcemap parsing in Firefox #227. Thanks @​bmtheo
  • Fix for logging complex structures (circular) without introducing a new dependency #223. Thanks @​bmtheo

[4.2.0] - 2021-02-22

Added

  • A new option proxiedSteps {number} has been introduced. When set to a number, the given number of steps will be ignored in the stacktrace to compute the caller location. If you happen to always see the same location reported in the logs (for example a wrapper service of your own), tune this option to skip this step in the stack traces #192. Thanks @​amilor & @​bmtheo
  • New config option disableFileDetails (defaults to false). When set to true, filename details will not be shown in log messages (#214). Thanks @​Raphy
  • Calling the debug endpoint now use console.debug api on the browser (#213). Thanks @​bmtheo
  • Gives direct accesss to current log levels through level() and serverLogLevel(). #215. Thanks @​bmtheo

Fixed

  • Fix missing HttpClientModule import (#212). Thanks @​markterrill
  • Various dependencies bumps

Changed

  • Now in order to display the messages in the debug level you need to enable “verbose” or "debug" mode in the developer tools - console of the browser.

  • Firefox – Enable debug

  • Chrome – Enable verbose

  • Edge – Enable verbose

  • Opera – Enable verbose

[4.1.8] - 2020-04-16

Fixed

  • Fixed issues with filename and line number being incorrect

[4.1.7] - 2020-04-16

Added

  • Now supports custom color schemes for logs (see README)

[4.1.5] - 2020-04-16

Fixed

  • Now support custom format timestamps in addition to pre-defined ones in Angular @​qortex. Fixes #178.

Breaking changes for NGX Logger 3.* to 4.*

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by bumatheo, a new releaser for ngx-logger since your current version.


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[bot] commented 3 years ago

Superseded by #87.