chore: update Node server SDK minimum to 9.12.1 - #21
Merged
Conversation
Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Contributor
Author
🤖 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:
|
joker23
reviewed
Jul 13, 2026
Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
joker23
approved these changes
Jul 13, 2026
kinyoklion
approved these changes
Jul 22, 2026
kinyoklion
marked this pull request as ready for review
July 22, 2026 22:07
Contributor
Author
|
Closing: no update needed. The existing constraint |
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
Update
@launchdarkly/node-server-sdkfrom>= 9.0.0to^9.12.1, raising the minimum to the latest npm release while keeping resolution within major version 9.No deprecated API usage was found, and the latest published SDK major remains 9.
Testing
npm install(resolved@launchdarkly/node-server-sdk@9.12.1)node --check index.jsnpm audit --omit=dev(0 vulnerabilities)CI=1 node --trace-deprecation index.jswith the example SDK key (initialized successfully, evaluated the absent defaultsample-featureflag asfalse, and emitted no deprecation warnings)Link to Devin session: https://app.devin.ai/sessions/6b3a521163824aed999951dbe118dbf8
Note
Low Risk
Dependency-only change in a sample app; no logic or API usage updates.
Overview
Bumps
@launchdarkly/node-server-sdkfrom>= 9.0.0to^9.12.1, so installs resolve to at least 9.12.1 while staying on major 9. No application or SDK usage changes—only the dependency range inpackage.json.Reviewed by Cursor Bugbot for commit 1e5d90c. Bugbot is set up for automated code reviews on this repo. Configure here.