You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Medium Risk
Moderate risk because it changes CI/release automation to actually publish packages/sdk/react when release-please marks it released, which could unintentionally ship if configuration is wrong.
Overview
Prepares @launchdarkly/react-sdk for publishing by wiring it into release automation and repo documentation.
This enables the release-react job in release-please.yml, adds packages/sdk/react to release-please-config.json and the release manifest, and updates packages/sdk/react/package.json to depend on published @launchdarkly/js-client-sdk/@launchdarkly/js-server-sdk-common versions instead of workspace:^. Repo docs are updated to list the React SDK (README.md, CONTRIBUTING.md), and the React workflow removes a leftover placeholder comment.
Written by Cursor Bugbot for commit b26edef. This will update automatically on new commits. Configure here.
@launchdarkly/js-sdk-common size report
This is the brotli compressed size of the ESM build.
Compressed size: 25566 bytes
Compressed size limit: 26000
Uncompressed size: 125383 bytes
@launchdarkly/browser size report
This is the brotli compressed size of the ESM build.
Compressed size: 172527 bytes
Compressed size limit: 200000
Uncompressed size: 802217 bytes
@launchdarkly/js-client-sdk size report
This is the brotli compressed size of the ESM build.
Compressed size: 24539 bytes
Compressed size limit: 25000
Uncompressed size: 85098 bytes
@launchdarkly/js-client-sdk-common size report
This is the brotli compressed size of the ESM build.
Compressed size: 22203 bytes
Compressed size limit: 24000
Uncompressed size: 115238 bytes
The reason will be displayed to describe this comment to others. Learn more.
✅ Bugbot reviewed your changes and found no new issues!
Comment @cursor review or bugbot run to trigger another review on this PR
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
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.
Note
Medium Risk
Moderate risk because it changes CI/release automation to actually publish
packages/sdk/reactwhen release-please marks it released, which could unintentionally ship if configuration is wrong.Overview
Prepares
@launchdarkly/react-sdkfor publishing by wiring it into release automation and repo documentation.This enables the
release-reactjob inrelease-please.yml, addspackages/sdk/reacttorelease-please-config.jsonand the release manifest, and updatespackages/sdk/react/package.jsonto depend on published@launchdarkly/js-client-sdk/@launchdarkly/js-server-sdk-commonversions instead ofworkspace:^. Repo docs are updated to list the React SDK (README.md,CONTRIBUTING.md), and the React workflow removes a leftover placeholder comment.Written by Cursor Bugbot for commit b26edef. This will update automatically on new commits. Configure here.