Merged
Conversation
Contributor
Greptile SummaryThis PR bumps the Reflex version from Key changes:
Confidence Score: 4/5
Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[PR #6182 - 0.8.29dev1] --> B[Dependency Updates]
A --> C[New Lucide Icons]
A --> D[Docstring Reordering]
A --> E[Code Cleanups]
B --> B1[vite: rolldown-vite 7.3.1 → vite 8.0.0]
B --> B2[React 19.2.3 → 19.2.4]
B --> B3[React Router 7.13.0 → 7.13.1]
B --> B4[Bun 1.3.9 → 1.3.10]
B --> B5[recharts 3.7.0 → 3.8.0]
B --> B6[plotly.js 3.3.1 → 3.4.0]
B --> B7[tailwindcss 4.1.18 → 4.2.1]
B --> B8[lucide-react 0.574.0 → 0.577.0]
C --> C1[ellipse, fishing_rod, metronome]
C --> C2[mouse_right, message_square_check]
C --> C3[square_arrow_right_enter/exit]
C --> C4[square_centerline_dashed_h/v]
C --> C5[Removed: commented-out mouse_right]
E --> E1[StateManagerMemory: yield directly]
E --> E2[Remove noqa RUF036 comments]
E --> E3[ruff v0.15.1 → v0.15.6]
Last reviewed commit: cf0bd65 |
masenf
reviewed
Mar 19, 2026
Comment on lines
162
to
163
| # This should always match the `react` version in DEPENDENCIES for recharts compatibility. | ||
| "react-is": _react_version, |
Collaborator
There was a problem hiding this comment.
Suggested change
| # This should always match the `react` version in DEPENDENCIES for recharts compatibility. | |
| "react-is": _react_version, |
no longer needed in recharts 3
masenf
approved these changes
Mar 19, 2026
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.
No description provided.