feat!: release @launchdarkly/openfeature-js-server-common#1754
Open
joker23 wants to merge 3 commits into
Open
Conversation
Contributor
|
@launchdarkly/js-sdk-common size report |
Contributor
|
@launchdarkly/js-client-sdk-common size report |
Contributor
|
@launchdarkly/browser size report |
Contributor
|
@launchdarkly/js-client-sdk size report |
bade44e to
0fe1e58
Compare
0fe1e58 to
16ecb71
Compare
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.
This PR will release the openfeature-js-server-common package to npm at version 1. This package is not meant to be used directly, but rather as a shared package that is used by sdks. All this to say, publishing this package is effectively a NOOP.
We just want to make sure this package publishes before we publish
openfeature-node-serverNote
Low Risk
Changes are mostly CI, release automation, and documentation; no application runtime logic changes in the diff.
Overview
Prepares
@launchdarkly/openfeature-js-server-commonfor its first stable npm release at 1.0.0 (replacing prerelease settings inrelease-please-config.json).Adds a dedicated CI workflow (
openfeature-server-common.yaml) and wires the package into release-please: manual publish option, release output flag, and arelease-openfeature-server-commonjob (afterrelease-common).release-openfeature-node-servernow depends on that job so the shared package can publish first.Documentation updates list the package in the root README and CONTRIBUTING dependency diagram. The package README drops the pre-release caution and points CI/docs badges at the new workflow.
typedoc.jsonis added for API docs generation.In
package.json, lint moves to ESLint 9 (typescript-eslint,import-x, etc.) with a simplifiedlintscript; runtime library code is unchanged in this diff.Reviewed by Cursor Bugbot for commit 16ecb71. Bugbot is set up for automated code reviews on this repo. Configure here.