fix: update launchdarkly-js-client-sdk to 3.9.5 - #415
Merged
Conversation
Contributor
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
3 tasks
Contributor
|
@cursor review |
Co-Authored-By: Steven Zhang <szhang@launchdarkly.com>
joker23
marked this pull request as ready for review
August 6, 2026 17:04
jsonbailey
approved these changes
Aug 6, 2026
kinyoklion
approved these changes
Aug 10, 2026
joker23
added a commit
that referenced
this pull request
Aug 10, 2026
🤖 I have created a release *beep* *boop* --- ## [3.9.4](launchdarkly-react-client-sdk-v3.9.3...launchdarkly-react-client-sdk-v3.9.4) (2026-08-10) ### Bug Fixes * update launchdarkly-js-client-sdk to 3.9.5 ([299868f](299868f)) * update launchdarkly-js-client-sdk to 3.9.5 ([#415](#415)) ([b39aedf](b39aedf)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). <!-- CURSOR_SUMMARY --> --- > [!NOTE] > **Overview** > **Release 3.9.4** bumps the published package version and Release Please manifest from **3.9.3** to **3.9.4**, and adds the matching **CHANGELOG** entry for 2026-08-10. > > The release notes document a **bug-fix** dependency refresh: **`launchdarkly-js-client-sdk` → 3.9.5** (via [#415](#415)). This PR’s diff is the automated release metadata; consumers get the underlying JS SDK fixes through that dependency alignment. > > <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit eb751f2. Bugbot is set up for automated code reviews on this repo. Configure [here](https://www.cursor.com/dashboard/bugbot).</sup> <!-- /CURSOR_SUMMARY -->
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Requirements
Related issues
Picks up
launchdarkly-js-client-sdk3.9.5, which carries thelaunchdarkly-js-sdk-common5.8.3 patch.Describe the solution you've provided
Bump the
launchdarkly-js-client-sdkdependency floor from^3.9.4to^3.9.5.Describe alternatives you've considered
n/a
Additional context
Verified locally: install, build, tests, and lint pass.
A follow-up PR adds an npm dependency cooldown (
min-release-age); it is kept separate because the cooldown window would block installing a version published today.Link to Devin session: https://app.devin.ai/sessions/566f0d951dfa4568b67ad0c6c1cfb7c1
Requested by: @joker23
Note
Low Risk
Dependency version bump only; no changes to this package’s React bindings or runtime logic.
Overview
Bumps the
launchdarkly-js-client-sdkdependency inpackage.jsonfrom^3.9.4to^3.9.5, so installs resolve to the newer client SDK release (which includes thelaunchdarkly-js-sdk-common5.8.3 patch). No React SDK source or API changes in this PR—only the dependency floor.Reviewed by Cursor Bugbot for commit aa5422f. Bugbot is set up for automated code reviews on this repo. Configure here.