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

[Snyk] Upgrade prom-client from 14.1.0 to 14.1.1 #166

Merged
merged 1 commit into from
Jan 31, 2023

Conversation

snyk-bot
Copy link
Contributor

Snyk has created this PR to upgrade prom-client from 14.1.0 to 14.1.1.

ℹ️ 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.


  • The recommended version is 1 version ahead of your current version.
  • The recommended version was released a month ago, on 2022-12-31.
Release notes
Package name: prom-client
  • 14.1.1 - 2022-12-31

    What's Changed

    • Fix incompatibility with perf_hooks accross nodejs versions by @ Fadoli in #515

    New Contributors

    Full Changelog: v14.1.0...v14.1.1

  • 14.1.0 - 2022-08-23

    Changed

    • types: converted all the generic Metric types to be optional

    • The done() functions returned by gauge.startTimer() and
      summary.startTimer() now return the timed duration. Histograms already had
      this behavior.

    • types: fixed type for registry.getMetricsAsArray()

    • Improve performance of gague.inc() and gauge.dec() by calling hashObject() once.

    Added

    • The processResources metric was added, which keeps a track of all sorts of
      active resources. It consists of the following gauges:

      • nodejs_active_resources - Number of active resources that are currently
        keeping the event loop alive, grouped by async resource type.
      • nodejs_active_resources_total - Total number of active resources.
        It is supposed to provide the combined result of the processHandles and
        processRequests metrics along with information about any other types of
        async resources that these metrics do not keep a track of (like timers).
    • Support gzipped pushgateway requests

    New Contributors

    Full Changelog: v14.0.1...v14.1.0

from prom-client GitHub release notes
Commit messages
Package name: prom-client
  • cf6106f 14.1.1
  • 7e2d65d Fix incompatibility with perf_hooks accross nodejs versions (#515)
  • 15babd5 fix examples of push gateway in README.md
  • a6e3510 chore(ci): test node 19 (#520)
  • 20f67ec chore: actually interpolate node version in node_modules cache key (#513)
  • c1fb4d9 chore: update prettier (#510)
  • d1673f2 chore: update GH Actions (#512)
  • e21178e chore: add .npmrc (#511)

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

@codecov-commenter
Copy link

codecov-commenter commented Jan 31, 2023

Codecov Report

Base: 92.36% // Head: 92.36% // No change to project coverage 👍

Coverage data is based on head (ef5c486) compared to base (880a573).
Patch has no changes to coverable lines.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #166   +/-   ##
=======================================
  Coverage   92.36%   92.36%           
=======================================
  Files           9        9           
  Lines         262      262           
=======================================
  Hits          242      242           
  Misses         20       20           

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

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@lholmquist lholmquist merged commit 9a7b0f3 into main Jan 31, 2023
@lholmquist lholmquist deleted the snyk-upgrade-ce02fac8a84ca1c192b2b4764dd17792 branch January 31, 2023 17:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants