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
update release please config to update the react example app sdk versions
convert the react example apps to use pinned sdk versions instead of workspace^
added env to skip electron binary download in react contract test to address flaky behavior
Note
Low Risk
Low risk: changes are limited to CI environment variables and dependency version pinning in example apps plus release automation config updates.
Overview
Improves React SDK contract-test CI reliability by setting ELECTRON_SKIP_BINARY_DOWNLOAD=1 during dependency installation to avoid flaky concurrent Electron downloads.
Updates the server-only React example to use pinned published versions of @launchdarkly/react-sdk and @launchdarkly/node-server-sdk (instead of workspace:^), and extends release-please-config.json so releases automatically bump the SDK dependency versions in the hello-react and server-only example package.json files.
Written by Cursor Bugbot for commit 94f9df8. 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: 25661 bytes
Compressed size limit: 29000
Uncompressed size: 126143 bytes
@launchdarkly/browser size report
This is the brotli compressed size of the ESM build.
Compressed size: 179146 bytes
Compressed size limit: 200000
Uncompressed size: 828569 bytes
@launchdarkly/js-client-sdk-common size report
This is the brotli compressed size of the ESM build.
Compressed size: 36775 bytes
Compressed size limit: 38000
Uncompressed size: 201898 bytes
@launchdarkly/js-client-sdk size report
This is the brotli compressed size of the ESM build.
Compressed size: 31371 bytes
Compressed size limit: 34000
Uncompressed size: 111380 bytes
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.
This PR will:
workspace^Note
Low Risk
Low risk: changes are limited to CI environment variables and dependency version pinning in example apps plus release automation config updates.
Overview
Improves React SDK contract-test CI reliability by setting
ELECTRON_SKIP_BINARY_DOWNLOAD=1during dependency installation to avoid flaky concurrent Electron downloads.Updates the
server-onlyReact example to use pinned published versions of@launchdarkly/react-sdkand@launchdarkly/node-server-sdk(instead ofworkspace:^), and extendsrelease-please-config.jsonso releases automatically bump the SDK dependency versions in thehello-reactandserver-onlyexamplepackage.jsonfiles.Written by Cursor Bugbot for commit 94f9df8. This will update automatically on new commits. Configure here.