Skip to content

Bump base ui version for internal components#6669

Open
carlosabadia wants to merge 1 commit into
mainfrom
carlos/bump-base-ui-016
Open

Bump base ui version for internal components#6669
carlosabadia wants to merge 1 commit into
mainfrom
carlos/bump-base-ui-016

Conversation

@carlosabadia

Copy link
Copy Markdown
Contributor

No description provided.

@carlosabadia carlosabadia requested review from a team and Alek99 as code owners June 19, 2026 08:24
@carlosabadia carlosabadia added the skip-changelog For doc/internal changes label Jun 19, 2026
@greptile-apps

greptile-apps Bot commented Jun 19, 2026

Copy link
Copy Markdown
Contributor

Greptile Summary

Bumps @base-ui/react from 1.5.0 to 1.6.0 (and @base-ui/utils from 0.2.9 to 0.3.1) and updates the OTP field component tags to match the renamed API in the new release.

  • PACKAGE_VERSION in base_ui.py and the docs app package.json/bun.lock are updated consistently.
  • All three OTPFieldPreview.* component tags (Root, Input, Separator) are renamed to OTPField.*, reflecting the component graduating from preview to stable in @base-ui/react 1.6.0; no stale OTPFieldPreview references remain in the codebase.

Confidence Score: 5/5

Straightforward dependency bump with a mechanical API rename; all references updated consistently.

The only substantive code change is renaming OTPField component tags to match the stable API exposed in @base-ui/react 1.6.0. A grep confirms no leftover OTPFieldPreview references remain. The version constants and lockfiles are updated in sync, and the transitive dependency bump (reselect ^5.1.1 → ^5.2.0) is a non-breaking minor range widening.

No files require special attention.

Important Files Changed

Filename Overview
packages/reflex-components-internal/src/reflex_components_internal/components/base_ui.py Bumps PACKAGE_VERSION constant from 1.5.0 to 1.6.0 to match the updated @base-ui/react dependency.
packages/reflex-components-internal/src/reflex_components_internal/components/base/otp_field.py Renames all OTPField component tags from OTPFieldPreview.* to OTPField.* to reflect the component graduating from preview to stable in @base-ui/react 1.6.0; no remaining OTPFieldPreview references found in the codebase.
docs/app/reflex.lock/package.json Updates @base-ui/react dependency from 1.5.0 to 1.6.0 in the docs app package manifest.
docs/app/reflex.lock/bun.lock Lockfile update reflecting @base-ui/react 1.5.0→1.6.0 and @base-ui/utils 0.2.9→0.3.1 (reselect peer bumped from ^5.1.1 to ^5.2.0).

Reviews (1): Last reviewed commit: "Bump base ui version for internal compon..." | Re-trigger Greptile

@codspeed-hq

codspeed-hq Bot commented Jun 19, 2026

Copy link
Copy Markdown

Merging this PR will not alter performance

✅ 26 untouched benchmarks
⏩ 8 skipped benchmarks1


Comparing carlos/bump-base-ui-016 (ada8f2f) with main (019bf0c)

Open in CodSpeed

Footnotes

  1. 8 benchmarks were skipped, so the baseline results were used instead. If they were deleted from the codebase, click here and archive them to remove them from the performance reports.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip-changelog For doc/internal changes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant