parse-community / parse-server-push-adapter

A push notification adapter for Parse Server
https://parseplatform.org
MIT License
85 stars 100 forks source link

refactor: upgrade npmlog from 4.1.2 to 6.0.1 #208

Closed snyk-bot closed 8 months ago

snyk-bot commented 2 years ago

Snyk has created this PR to upgrade npmlog from 4.1.2 to 6.0.1.

merge advice :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


Warning: This is a major version upgrade, and may be a breaking change.

Release notes
Package name: npmlog
  • 6.0.1 - 2022-02-09

    Bug Fixes

    • evaluate this.heading only once (3633d33)
    • notice: change blue foreground to cyan (eba1a41)

    Dependencies

    • @ npmcli/template-oss@2.7.1 (5e7b9f4)
    • are-we-there-yet@3.0.0 (7aefa36)

    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
  • 6.0.0 - 2021-11-16

    6.0.0

  • 5.0.1 - 2021-09-02

    5.0.1

  • 5.0.0 - 2021-07-22

    5.0.0

  • 4.1.2 - 2017-06-26

    4.1.2

from npmlog GitHub release notes
Commit messages
Package name: npmlog
  • 3c31adc chore: release 6.0.1
  • 7aefa36 deps: are-we-there-yet@3.0.0
  • eba1a41 fix(notice): change blue foreground to cyan
  • 1656d64 chore: update tap requirement from ^15.0.9 to ^15.1.6
  • 3633d33 fix: evaluate this.heading only once
  • 62f1d23 chore: remove package-lock
  • 5e7b9f4 deps: @ npmcli/template-oss@2.7.1
  • 3c116fc chore: changelog for v6.0.0
  • 4c48976 6.0.0
  • 864c60c feat: move to template-oss (#84)
  • 04183c9 chore: add settings.yml (#82)
  • 37ac908 5.0.1
  • 2a0d6f1 docs: changelog for v5.0.1
  • 64e0cb8 chore: lintfix
  • 2f63226 deps: are-we-there-yet@2.0.0
  • 15366fb 5.0.0
  • d81ce11 docs: changelog for v5.0.0
  • e420957 BREAKING CHANGE: update deps, lint, test coverage (#79)
  • f0454b0 deps: bump tap
  • c989a1c chore: update CI for current Node LTS
  • 5414070 Appease standard
  • c9ed17d package-lock@1
Compare

Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

parse-github-assistant[bot] commented 2 years ago

I will reformat the title to use the proper commit message syntax.

codecov[bot] commented 2 years ago

Codecov Report

Merging #208 (ff5dee5) into master (7257c9a) will not change coverage. The diff coverage is n/a.

:exclamation: Current head ff5dee5 differs from pull request most recent head fdbd471. Consider uploading reports for the commit fdbd471 to get more accurate results

@@            Coverage Diff            @@
##            master      #208   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            5         5           
  Lines          271       271           
=========================================
  Hits           271       271           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 552813c...fdbd471. Read the comment docs.

mtrezza commented 8 months ago

Closing, should be recreated