feat: openfeature-node-server migration#1767
Conversation
Migrates the implemenation of `@launchdarkly/openfeature-node-server` to the `js-core` monorepo. For older changelogs please see https://github.com/launchdarkly/openfeature-node-server/blob/main/CHANGELOG.md
|
@launchdarkly/js-client-sdk-common size report |
|
@launchdarkly/js-sdk-common size report |
|
@launchdarkly/js-client-sdk size report |
|
@launchdarkly/browser size report |
|
@cursor review |
There was a problem hiding this comment.
✅ Bugbot reviewed your changes and found no new issues!
Comment @cursor review or bugbot run to trigger another review on this PR
Reviewed by Cursor Bugbot for commit 8553145. Configure here.
This PR will publish a new minor version of the openfeature node provider from this monorepo
Note
Medium Risk
Enabling the release job will publish to npm on merge, so a wrong
release-asversion or release-please output could ship an unexpected semver; changes are otherwise docs and CI gates.Overview
Prepares
@launchdarkly/openfeature-node-serverfor publishing from this monorepo by turning on automated release and aligning versioning with the migrated package line.Release automation: The
release-openfeature-node-serverjob inrelease-please.ymlis no longer disabled (if: falseremoved); it runs when release-please marks that package as released, afterserver-nodeandopenfeature-server-common.release-please-config.jsonpins the next release to1.3.0(replacing pre-major minor bumps) and fixes the getting-started example path for version bumps.Documentation: Root
README.mdlists the OpenFeature Node server SDK with npm/CI/issue badges;CONTRIBUTING.mdadds it to the dependency diagram (depends onopenfeature-server-commonandserver-node). The packageREADME.mddrops the experimental caution and shows standard npm/CI/docs badges instead of commented-out placeholders.Reviewed by Cursor Bugbot for commit 8553145. Bugbot is set up for automated code reviews on this repo. Configure here.