Skip to content

fix: update launchdarkly-js-client-sdk to 3.9.4#85

Open
joker23 wants to merge 1 commit into
mainfrom
devin/1784579410-bump-js-client-sdk-3.9.4
Open

fix: update launchdarkly-js-client-sdk to 3.9.4#85
joker23 wants to merge 1 commit into
mainfrom
devin/1784579410-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 Vue SDK via launchdarkly-js-client-sdk 3.9.4 (which was just released to pick up common 5.8.2 — launchdarkly/js-client-sdk#349).

Describe the solution you've provided

Bump the exact-pinned launchdarkly-js-client-sdk dependency from 3.9.3 to 3.9.4.

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

launchdarkly-js-client-sdk@3.9.4 depends on launchdarkly-js-sdk-common@5.8.2, so this transitively pulls in the fix. Verified locally: npm install (resolves js-client-sdk 3.9.4 → common 5.8.2), npm test (22 passed), npm run lint, and npm run check-typescript all pass.

Describe alternatives you've considered

Leaving the pin as-is — rejected, since the exact pin (3.9.3) would otherwise never pick up the released fix.

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), electron-client-sdk (separate).

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


Note

Low Risk
Single dependency version bump with no application code changes; risk is limited to behavior in the transitive client SDK/common packages.

Overview
Dependency-only change: the exact pin on launchdarkly-js-client-sdk moves from 3.9.3 to 3.9.4 in package.json.

That release pulls in launchdarkly-js-sdk-common@5.8.2, propagating the upstream bugfix into the Vue SDK without any Vue binding or source changes in this repo.

Reviewed by Cursor Bugbot for commit 992de0f. 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 20, 2026 20:53
@joker23
joker23 requested a review from a team as a code owner July 20, 2026 20:53

@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

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.

1 participant