fix: update launchdarkly-js-sdk-common to 5.8.2 - #72
Merged
Conversation
Co-Authored-By: Steven Zhang <szhang@launchdarkly.com>
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:
|
Contributor
|
@cursor review |
joker23
marked this pull request as ready for review
July 20, 2026 14:10
keelerm84
approved these changes
Jul 20, 2026
joker23
added a commit
that referenced
this pull request
Jul 20, 2026
🤖 I have created a release *beep* *boop* --- ## [3.4.1](3.4.0...3.4.1) (2026-07-20) ### Bug Fixes * update launchdarkly-js-sdk-common to 5.8.2 ([#72](#72)) ([627ddb0](627ddb0)) --- 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] > **Low Risk** > Mechanical version and changelog updates with no SDK logic changes in the shown diff. > > **Overview** > **Release 3.4.1** — version metadata only in this diff: `package.json` and `.release-please-manifest.json` move from **3.4.0** to **3.4.1**, and **CHANGELOG.md** adds a patch entry for updating **`launchdarkly-js-sdk-common` to 5.8.2** ([#72](#72)). > > No application source changes appear in the diff; this is a Release Please–generated release commit. > > <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit a85e86e. 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 the bugfix released in
launchdarkly-js-sdk-commonv5.8.2 (https://github.com/launchdarkly/js-sdk-common).Describe the solution you've provided
Bump the
launchdarkly-js-sdk-commondependency from5.8.1to5.8.2.Uses
fix:(matching #67) so release-please cuts a patch release.Verified locally:
npm install,npm test(24 passed),npm run lint:all, andnpm run check-typescriptall pass with 5.8.2 resolved.Describe alternatives you've considered
None — patch-level dependency update.
Additional context
Part of rolling out
launchdarkly-js-sdk-commonv5.8.2 across the client-side JS SDKs (companion PR injs-client-sdk).Link to Devin session: https://app.devin.ai/sessions/3ed6e570c11b4abb80724e0f2bc5f03e
Requested by: @joker23
Note
Low Risk
Single patch-level dependency bump with no local code changes; risk is limited to whatever the upstream 5.8.2 bugfix affects in shared SDK behavior.
Overview
Bumps the
launchdarkly-js-sdk-commondependency from 5.8.1 to 5.8.2 so this Node client SDK picks up the patch release from js-sdk-common.There are no application code changes in this repo; shared client logic still comes from that package. The
fix:prefix is intended to trigger a patch release via release-please, consistent with prior dependency bumps (e.g. #67).Reviewed by Cursor Bugbot for commit 6457744. Bugbot is set up for automated code reviews on this repo. Configure here.