chore(deps): bump @launchpad-ui/core from 0.49.22 to 0.59.17 in /internal/dev_server/ui#723
Conversation
| "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.
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>
63f737b to
1944946
Compare
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using default effort and found 1 potential issue.
There are 2 total unresolved issues (including 1 from previous review).
❌ 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 1944946. Configure here.
| "dependencies": { | ||
| "@launchpad-ui/components": "0.4.4", | ||
| "@launchpad-ui/core": "0.49.22", | ||
| "@launchpad-ui/core": "0.59.17", |
There was a problem hiding this comment.
Core bump drops used exports
High Severity
@launchpad-ui/core is raised to 0.59.17, which only re-exports a smaller set of packages (button, drawer, dropdown, form, menu, modal, table, and similar). The dev server UI still imports Box, Stack, Alert, CopyToClipboard, Inline, and Pagination from @launchpad-ui/core, which that release no longer provides, so a normal UI build cannot produce a working bundle after this change.
Reviewed by Cursor Bugbot for commit 1944946. Configure here.


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.Note
Medium Risk
Major minor-version jump on the main UI kit with transitive accessibility/animation changes and React 19 peer deps while the app stays on React 18; no code changes to validate compatibility.
Overview
Bumps
@launchpad-ui/corefrom 0.49.22 to 0.59.17 ininternal/dev_server/ui(package.json+ lockfile only; no app source edits).The new core release pulls a smaller set of Launchpad subpackages (button, drawer, dropdown, filter, form, menu, modal, navigation, overlays, table, tooltip, etc.) and drops many former transitive pieces from the lockfile (e.g. markdown/DOMPurify/jsdom, vanilla-extract, and several standalone
@launchpad-ui/*entries that used to sit at the top level). Framer Motion moves to 12.x, and react-aria / react-stately / @internationalized/** versions align with Launchpad’s 0.59.17 stack (including react-aria 3.49 per upstream changelog).The app still pins React 18.3.1 while nested core packages declare React 19 peer dependencies—worth a quick build + UI smoke test (modals, menus, navigation) after merge.
Reviewed by Cursor Bugbot for commit 1944946. Bugbot is set up for automated code reviews on this repo. Configure here.