chore: update lock file to pick up latest @launchdarkly/node-server-sdk 9.10.10#33
Open
kinyoklion wants to merge 1 commit intomainfrom
Open
chore: update lock file to pick up latest @launchdarkly/node-server-sdk 9.10.10#33kinyoklion wants to merge 1 commit intomainfrom
kinyoklion wants to merge 1 commit intomainfrom
Conversation
…dk 9.10.10 Regenerated package-lock.json to resolve latest versions within the existing '>= 8.0.0' version constraint in package.json. - @launchdarkly/node-server-sdk: 9.2.2 -> 9.10.10 - @launchdarkly/js-sdk-common: 2.3.1 -> 2.24.0 - @launchdarkly/js-server-sdk-common: 2.2.2 -> 2.18.3 - launchdarkly-eventsource: 2.0.1 -> 2.2.0 Co-Authored-By: rlamb@launchdarkly.com <4955475+kinyoklion@users.noreply.github.com>
🤖 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:
|
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.
Summary
Regenerated
package-lock.jsonto resolve the latest SDK versions within the existing>= 8.0.0constraint inpackage.json. No source code changes.Key version bumps:
@launchdarkly/node-server-sdk@launchdarkly/js-sdk-common@launchdarkly/js-server-sdk-commonlaunchdarkly-eventsourceThe lock file was fully regenerated (
rm package-lock.json && npm install), so transitive dependencies (express, body-parser, etc.) also received minor/patch bumps.Review & Testing Checklist for Human
https-proxy-agentjumped from ^5 to ^7 (andagent-basefrom 6.x to 7.x) as a side effect of the SDK update. Confirm there are no proxy-related regressions if the app runs behind a proxy.npm startwith an SDK key) and verify the feature flag evaluation still renders correctly on the Bootstrap page.Notes
package.jsonversion constraint (>= 8.0.0) was intentionally not changed — it already permits the latest version; only the lock file was stale.npm update @launchdarkly/node-server-sdkwould have produced a smaller diff but may leave other stale transitive pins.Link to Devin session: https://app.devin.ai/sessions/c8cf47d46e3f464290a65b6c05862c86
Requested by: @kinyoklion