Skip to content

chore: update Node server SDK minimum to 9.12.1 - #21

Merged
kinyoklion merged 2 commits into
mainfrom
devin/1783933763-update-node-sdk
Jul 22, 2026
Merged

chore: update Node server SDK minimum to 9.12.1#21
kinyoklion merged 2 commits into
mainfrom
devin/1783933763-update-node-sdk

Conversation

@devin-ai-integration

@devin-ai-integration devin-ai-integration Bot commented Jul 13, 2026

Copy link
Copy Markdown
Contributor

Summary

Update @launchdarkly/node-server-sdk from >= 9.0.0 to ^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.js
  • npm audit --omit=dev (0 vulnerabilities)
  • CI=1 node --trace-deprecation index.js with the example SDK key (initialized successfully, evaluated the absent default sample-feature flag as false, 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-sdk from >= 9.0.0 to ^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 in package.json.

Reviewed by Cursor Bugbot for commit 1e5d90c. Bugbot is set up for automated code reviews on this repo. Configure here.

Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
@devin-ai-integration

Copy link
Copy Markdown
Contributor Author

🤖 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
devin-ai-integration Bot requested a review from a team as a code owner July 13, 2026 09:10
@devin-ai-integration
devin-ai-integration Bot marked this pull request as draft July 13, 2026 09:28
@devin-ai-integration devin-ai-integration Bot added the devin-pr Created by Devin label Jul 13, 2026
Comment thread package.json Outdated
Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
@kinyoklion
kinyoklion marked this pull request as ready for review July 22, 2026 22:07
@kinyoklion
kinyoklion merged commit ce5bbfb into main Jul 22, 2026
7 of 8 checks passed
@kinyoklion
kinyoklion deleted the devin/1783933763-update-node-sdk branch July 22, 2026 22:08
@devin-ai-integration

Copy link
Copy Markdown
Contributor Author

Closing: no update needed. The existing constraint @launchdarkly/node-server-sdk: >= 9.0.0 already permits the latest 9.x (currently 9.12.3), and no package-lock is committed, so npm install already resolves to the latest compatible version. Raising the floor to ^9.12.1 isn't required.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

devin-pr Created by Devin

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants