Skip to content

Commit

Permalink
fix(deps): update dependency launchdarkly-js-client-sdk to v3.4.0 (#338)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[launchdarkly-js-client-sdk](https://togithub.com/launchdarkly/js-client-sdk)
| [`3.2.0` ->
`3.4.0`](https://renovatebot.com/diffs/npm/launchdarkly-js-client-sdk/3.2.0/3.4.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/launchdarkly-js-client-sdk/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/launchdarkly-js-client-sdk/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/launchdarkly-js-client-sdk/3.2.0/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/launchdarkly-js-client-sdk/3.2.0/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>launchdarkly/js-client-sdk
(launchdarkly-js-client-sdk)</summary>

###
[`v3.4.0`](https://togithub.com/launchdarkly/js-client-sdk/blob/HEAD/CHANGELOG.md#340---2024-06-20)

[Compare
Source](https://togithub.com/launchdarkly/js-client-sdk/compare/3.3.0...3.4.0)

##### Changed:

- Updated to launchdarkly-js-sdk-common 5.3.0 which supports synchronous
inspectors.

###
[`v3.3.0`](https://togithub.com/launchdarkly/js-client-sdk/blob/HEAD/CHANGELOG.md#330---2024-05-01)

[Compare
Source](https://togithub.com/launchdarkly/js-client-sdk/compare/3.2.0...3.3.0)

##### Added:

- Added an optional timeout to the `waitForInitialization` method. When
a timeout is specified the returned promise will be rejected after the
timeout elapses if the client has not finished initializing within that
time. When no timeout is specified the returned promise will not be
resolved or rejected until the initialization either completes or fails.

##### Changed:

- The track method now validates that the provided metricValue is a
number. If a metric value is provided, and it is not a number, then a
warning will be logged.

##### Fixed:

- Fixed the documentation for `evaluationReasons` for the `identify`
method.

</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 was generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View the
[repository job
log](https://developer.mend.io/github/open-feature/playground).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 27, 2024
1 parent f2f381b commit 2119652
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2119652

Please sign in to comment.