docs: migrate flagsmith-cli and flagsmith-nodejs references to @flagsmith scope#7583
docs: migrate flagsmith-cli and flagsmith-nodejs references to @flagsmith scope#7583kyle-ssg wants to merge 4 commits into
Conversation
Point install snippets, code-help templates, imports, and the npm version fetcher at the new scoped package names @flagsmith/cli and @flagsmith/nodejs. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
2 Skipped Deployments
|
Docker builds report
|
There was a problem hiding this comment.
Code Review
This pull request updates the package names for the Flagsmith CLI and Node.js SDK from their legacy versions to the new scoped versions, @flagsmith/cli and @flagsmith/nodejs. These updates are applied consistently across documentation, code help snippets, and internal constants. Additionally, an unused import was removed from the offline server CLI helper. I have no feedback to provide as there were no review comments to evaluate.
…mith The flagsmith web SDK already moved to @Flagsmith/flagsmith on npm; this catches the last two consumer-facing refs (warehouse code-help snippet and the npm version fetcher). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@flagsmith/nodejs is not on npm yet (the SDK PR has not merged), so the version fetcher 404s and breaks the Vercel build. Revert just that line back to the unscoped name for now; flip it after the SDK publishes. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@Flagsmith/flagsmith starts at 11.0.0 so the JsVersion ~9 default no longer resolves and the Docusaurus SSG step errors out. Bump the default spec to ^12 and switch the jsdelivr URLs in quick-start to the scoped package path. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Playwright Test Results (oss - depot-ubuntu-latest-16)Details
Playwright Test Results (private-cloud - depot-ubuntu-latest-16)Details
Playwright Test Results (oss - depot-ubuntu-latest-arm-16)Details
Playwright Test Results (oss - depot-ubuntu-latest-16)Details
Playwright Test Results (private-cloud - depot-ubuntu-latest-arm-16)Details
Playwright Test Results (oss - depot-ubuntu-latest-arm-16)Details
Playwright Test Results (oss - depot-ubuntu-latest-16)Details
Playwright Test Results (private-cloud - depot-ubuntu-latest-16)Details
Playwright Test Results (private-cloud - depot-ubuntu-latest-arm-16)Details
Playwright Test Results (oss - depot-ubuntu-latest-arm-16)Details
Playwright Test Results (private-cloud - depot-ubuntu-latest-arm-16)Details
Playwright Test Results (private-cloud - depot-ubuntu-latest-16)Details
Playwright Test Results (oss - depot-ubuntu-latest-arm-16)Details
Playwright Test Results (oss - depot-ubuntu-latest-16)Details
Playwright Test Results (private-cloud - depot-ubuntu-latest-16)Details
Playwright Test Results (private-cloud - depot-ubuntu-latest-arm-16)Details
|
Visual Regression19 screenshots compared. See report for details. |
Thanks for submitting a PR! Please check the boxes below:
Changes
Aligns docs and frontend code-help with the npm package scope migration happening in:
Also catches the last two unscoped `flagsmith` JS client refs left over from the previously-shipped flagsmith-js-client migration.
GitHub repo URLs are left as-is — only the npm package names are moving.
How did you test this code?
Follow-ups (post-publish)
🤖 Generated with Claude Code