1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-11 00:08:30 +01:00

fix(deps): update dependency prom-client to v14.2.0 (#3887)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [prom-client](https://togithub.com/siimon/prom-client) | [`14.1.1` ->
`14.2.0`](https://renovatebot.com/diffs/npm/prom-client/14.1.1/14.2.0) |
[![age](https://badges.renovateapi.com/packages/npm/prom-client/14.2.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/prom-client/14.2.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/prom-client/14.2.0/compatibility-slim/14.1.1)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/prom-client/14.2.0/confidence-slim/14.1.1)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>siimon/prom-client</summary>

###
[`v14.2.0`](https://togithub.com/siimon/prom-client/blob/HEAD/CHANGELOG.md#&#8203;1420---2023-03-06)

[Compare
Source](https://togithub.com/siimon/prom-client/compare/v14.1.1...v14.2.0)

##### Changed

- Refactor `getMetricAsPrometheusString` method in the `Registry` class
to use `Array.prototype.join`
    instead of loop of string concatenations.
- Also use `Array.prototype.map`, and object spread instead of an
explicit `for` loop
-   changed: updated the sample output in `example/default-metrics.js`
-   `summary` metrics now has a `pruneAgedBuckets` config parameter
to remove entries without any new values in the last `maxAgeSeconds`.
    Default is `false` (old behavior)

##### Added

-   Add `get` method to type definitions of metric classes

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

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

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

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Unleash/unleash).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMDIuMTAiLCJ1cGRhdGVkSW5WZXIiOiIzNS4xMDIuMTAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIn0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-05-28 16:47:55 +00:00 committed by GitHub
parent 2815e38fb2
commit f82fee6cad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5982,9 +5982,9 @@ process-nextick-args@~2.0.0:
integrity sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==
prom-client@^14.0.0:
version "14.1.1"
resolved "https://registry.yarnpkg.com/prom-client/-/prom-client-14.1.1.tgz#e9bebef0e2269bfde22a322f4ca803cb52b4a0c0"
integrity sha512-hFU32q7UZQ59bVJQGUtm3I2PrJ3gWvoCkilX9sF165ks1qflhugVCeK+S1JjJYHvyt3o5kj68+q3bchormjnzw==
version "14.2.0"
resolved "https://registry.yarnpkg.com/prom-client/-/prom-client-14.2.0.tgz#ca94504e64156f6506574c25fb1c34df7812cf11"
integrity sha512-sF308EhTenb/pDRPakm+WgiN+VdM/T1RaHj1x+MvAuT8UiQP8JmOEbxVqtkbfR4LrvOg5n7ic01kRBDGXjYikA==
dependencies:
tdigest "^0.1.1"