chore(deps): bump @launchpad-ui/core from 0.49.22 to 0.59.17 in /internal/dev_server/ui#723
Open
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [@launchpad-ui/core](https://github.com/launchdarkly/launchpad-ui/tree/HEAD/packages/core) from 0.49.22 to 0.59.17. - [Release notes](https://github.com/launchdarkly/launchpad-ui/releases) - [Changelog](https://github.com/launchdarkly/launchpad-ui/blob/main/packages/core/CHANGELOG.md) - [Commits](https://github.com/launchdarkly/launchpad-ui/commits/HEAD/packages/core) --- updated-dependencies: - dependency-name: "@launchpad-ui/core" dependency-version: 0.59.17 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using default effort and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, have a team admin enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 63f737b. Configure here.
| "peerDependencies": { | ||
| "react": "19.2.6", | ||
| "react-dom": "19.2.6" | ||
| } |
There was a problem hiding this comment.
React peer version mismatch
Medium Severity
@launchpad-ui/core@0.59.17 declares peer dependencies on react and react-dom at 19.2.6, while the app still pins react and react-dom at 18.3.1. Install or CI can fail on peer resolution, and nested LaunchPad packages built for React 19 may behave incorrectly on React 18.
Additional Locations (1)
Reviewed by Cursor Bugbot for commit 63f737b. Configure here.
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.


Bumps @launchpad-ui/core from 0.49.22 to 0.59.17.
Release notes
Sourced from @launchpad-ui/core's releases.
... (truncated)
Changelog
Sourced from @launchpad-ui/core's changelog.
... (truncated)
Commits
Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for
@launchpad-ui/coresince your current version.Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Note
Medium Risk
Large design-system minor jump with animation and a11y stack updates and a React 18 vs React 19 peer mismatch; regressions are most likely in dev-server UI layout and overlays, not backend logic.
Overview
Bumps
@launchpad-ui/corefrom 0.49.22 to 0.59.17 ininternal/dev_server/uiviapackage.jsonand the regeneratedpackage-lock.jsononly—no application source changes.The lockfile reflects a restructured Launchpad core bundle (fewer top-level
@launchpad-ui/*entries, more nested packages) and refreshed transitives, including framer-motion 11→12, newer Floating UI, react-aria / react-stately, and removal of dependencies that supported older core features (e.g. vanilla-extract, jsdom / markdown-related trees). The app still depends on React 18.3.1 while the new core declares React 19 peer dependencies, which is worth validating innpm run buildand UI smoke tests.Reviewed by Cursor Bugbot for commit 63f737b. Bugbot is set up for automated code reviews on this repo. Configure here.