Bump base ui version for internal components#6541
Conversation
Greptile SummaryThis PR bumps the
Confidence Score: 5/5This PR is safe to merge — it is a minimal one-line version bump with no logic changes. The change touches a single constant that propagates through lib_dependencies to all BaseUIComponent subclasses. The bump is from a patch-adjacent minor release (1.4.1 → 1.5.0) with no changes to the Python integration layer, so the risk surface is limited to any upstream API changes in the new npm package version. No files require special attention. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A["base_ui.py\nPACKAGE_VERSION = '1.5.0'"] --> B["BaseUIComponent\nlib_dependencies: ['@base-ui/react@1.5.0']"]
B --> C[Accordion]
B --> D[Avatar]
B --> E[Checkbox / Switch]
B --> F[Dialog / Drawer]
B --> G[Menu / ContextMenu]
B --> H[Select / Combobox]
B --> I[Tooltip / Popover]
B --> J["...13 more components"]
Reviews (1): Last reviewed commit: "Bump base ui version for internal compon..." | Re-trigger Greptile |
|
we need to be updating the frontend lock files when frontend dependencies are changing. i was testing this out and finding that it was not installing the new version of the library, so i was looking into that bug. i will keep scoping that out and send a follow up |
|
follow on #6543 |
No description provided.