Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency npmlog to v7 #389

Merged
merged 1 commit into from Oct 14, 2022

Conversation

renovate-bot
Copy link
Contributor

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
npmlog ^6.0.2 -> ^7.0.0 age adoption passing confidence

Release Notes

npm/npmlog

v7.0.0

Compare Source

⚠️ BREAKING CHANGES
  • npmlog is now compatible with the following semver range for node: ^14.17.0 || ^16.13.0 || >=18.0.0
Features
Dependencies
6.0.2 (2022-04-20)
Dependencies
  • update gauge requirement from ^4.0.0 to ^4.0.1 (cf52b06)
  • update gauge requirement from ^4.0.1 to ^4.0.2 (#​96) (53063a9)
  • update gauge requirement from ^4.0.2 to ^4.0.3 (#​101) (929686c)
v6.0.0
  • Drop support for node 10 and non-lts versions of 12 and 14
6.0.1 (2022-02-09)
Bug Fixes
  • evaluate this.heading only once (3633d33)
  • notice: change blue foreground to cyan (eba1a41)
Dependencies
v5.0.1
  • update are-we-there-yet to v2.0.0.
v5.0.0
  • Drop support for node versions 6 and 8
  • Fix bug where gauge was enabled when paused
v4.0.2
  • Added installation instructions.
v4.0.1
  • Fix bugs where log.progressEnabled got out of sync with how gauge kept
    track of these things resulting in a progressbar that couldn't be disabled.
v4.0.0
  • Allow creating log levels that are an empty string or 0.
v3.1.2
  • Update to gauge@1.6.0 adding support for default values for template
    items.
v3.1.1
  • Update to gauge@1.5.3 to fix to 1.x compatibility when it comes to
    when a progress bar is enabled. In 1.x if you didn't have a TTY the
    progress bar was never shown. In 2.x it merely defaults to disabled,
    but you can enable it explicitly if you still want progress updates.
v3.1.0
  • Update to gauge@2.5.2:
    • Updates the signal-exit dependency which fixes an incompatibility with
      the node profiler.
    • Uses externalizes its ansi code generation in console-control-strings
  • Make the default progress bar include the last line printed, colored as it
    would be when printing to a tty.
v3.0.0
  • Switch to gauge@2.0.0, for better performance, better look.
  • Set stderr/stdout blocking if they're tty's, so that we can hide a
    progress bar going to stderr and then safely print to stdout. Without
    this the two can end up overlapping producing confusing and sometimes
    corrupted output.
v2.0.0
  • Make the error event non-fatal so that folks can use it as a prefix.
v1.0.0
  • Add progress bar with gauge@1.1.0

Configuration

📅 Schedule: Branch creation - "on Thursday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by Mend Renovate. View repository job log here.

@forking-renovate forking-renovate bot added the dependencies Pull requests that update a dependency file label Oct 14, 2022
@codecov
Copy link

codecov bot commented Oct 14, 2022

Codecov Report

Merging #389 (59c42ab) into main (3a55f5e) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #389   +/-   ##
=======================================
  Coverage   97.31%   97.31%           
=======================================
  Files         146      146           
  Lines        4334     4334           
  Branches     1003     1003           
=======================================
  Hits         4217     4217           
  Misses        117      117           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@ghiscoding ghiscoding merged commit d2110f1 into lerna-lite:main Oct 14, 2022
@renovate-bot renovate-bot deleted the renovate/npmlog-7.x branch October 14, 2022 20:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants