Skip to content

fix: update launchdarkly-js-client-sdk to ^3.9.4#413

Merged
joker23 merged 1 commit into
mainfrom
devin/1784584389-bump-js-client-sdk-3.9.4
Jul 21, 2026
Merged

fix: update launchdarkly-js-client-sdk to ^3.9.4#413
joker23 merged 1 commit into
mainfrom
devin/1784584389-bump-js-client-sdk-3.9.4

Conversation

@joker23

@joker23 joker23 commented Jul 20, 2026

Copy link
Copy Markdown
Contributor

Requirements

  • I have added test coverage for new or changed functionality — n/a, dependency bump only
  • I have followed the repository's pull request submission guidelines
  • I have validated my changes against all supported platform versions

Related issues

Propagates the launchdarkly-js-sdk-common v5.8.2 bugfix into the React SDK via launchdarkly-js-client-sdk 3.9.4 (released to pick up common 5.8.2 — launchdarkly/js-client-sdk#349).

Describe the solution you've provided

Raise the launchdarkly-js-client-sdk floor from ^3.9.3 to ^3.9.4.

-    "launchdarkly-js-client-sdk": "^3.9.3",
+    "launchdarkly-js-client-sdk": "^3.9.4",

The existing caret range already resolves 3.9.4 on a fresh install; this raises the minimum so the fix (common 5.8.2, pulled in transitively by js-client-sdk 3.9.4) is guaranteed. Verified locally against 3.9.4: npm test (93 passed), npm run lint, and npm run check-typescript all pass.

Describe alternatives you've considered

Leaving the range at ^3.9.3 — it already permits 3.9.4, but does not guarantee the minimum, so the floor bump is preferred.

Additional context

Part of rolling out launchdarkly-js-sdk-common v5.8.2 across the client-side JS SDKs. Companion PRs: js-client-sdk#349 (merged), node-client-sdk#72 (merged), vue-client-sdk#85.

Link to Devin session: https://app.devin.ai/sessions/3ed6e570c11b4abb80724e0f2bc5f03e
Requested by: @joker23


Note

Low Risk
Single dependency floor bump with no application code changes; behavior change comes only from the upstream client/common SDK patch.

Overview
Raises the launchdarkly-js-client-sdk dependency floor from ^3.9.3 to ^3.9.4 so installs always pick up js-client-sdk 3.9.4, which transitively includes launchdarkly-js-sdk-common v5.8.2.

This is a dependency-only change (no React SDK source updates); it aligns this package with the same common-SDK bugfix rollout as the other client SDK PRs.

Reviewed by Cursor Bugbot for commit 0feccc7. Bugbot is set up for automated code reviews on this repo. Configure here.

Co-Authored-By: Steven Zhang <szhang@launchdarkly.com>
@joker23 joker23 self-assigned this Jul 20, 2026
@devin-ai-integration

Copy link
Copy Markdown
Contributor

🤖 Devin AI Engineer

I'll be helping with this pull request! Here's what you should know:

✅ I will automatically:

  • Address comments on this PR. Add '(aside)' to your comment to have me ignore it.
  • Look at CI failures and help fix them

Note: I can only respond to comments from users who have write access to this repository.

⚙️ Control Options:

  • Disable automatic comment, CI, and merge conflict monitoring

@devin-ai-integration

Copy link
Copy Markdown
Contributor

@cursor review

@joker23
joker23 marked this pull request as ready for review July 21, 2026 13:29
@joker23
joker23 requested a review from a team as a code owner July 21, 2026 13:29

@devin-ai-integration devin-ai-integration Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ Devin Review: No Issues Found

Devin Review analyzed this PR and found no bugs or issues to report.

Open in Devin Review

@joker23
joker23 merged commit da9a6e7 into main Jul 21, 2026
8 checks passed
@joker23
joker23 deleted the devin/1784584389-bump-js-client-sdk-3.9.4 branch July 21, 2026 13:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants