Skip to content

0814dev#5834

Merged
adhami3310 merged 1 commit intomainfrom
0814dev
Sep 29, 2025
Merged

0814dev#5834
adhami3310 merged 1 commit intomainfrom
0814dev

Conversation

@adhami3310
Copy link
Member

No description provided.

@codspeed-hq
Copy link

codspeed-hq bot commented Sep 29, 2025

CodSpeed Performance Report

Merging #5834 will not alter performance

Comparing 0814dev (f08f9ce) with main (0225b96)

Summary

βœ… 8 untouched

Copy link
Contributor

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Greptile Overview

Summary

This PR implements a routine version bump to 0.8.14dev1 along with updates to various JavaScript and Python dependencies across the Reflex framework. The changes include updates to Plotly.js components, build tools like Bun and Vite, React Router, Tailwind CSS plugins, and Python dependencies through the UV lock file.

  • Updated main package version from 0.8.13dev1 to 0.8.14dev1
  • Bumped Plotly.js dependencies from 3.1.0 to 3.1.1 across all component variants
  • Updated build toolchain: Bun (1.2.22 β†’ 1.2.23), React Router (7.9.1 β†’ 7.9.3), Vite/Rolldown (7.1.12 β†’ 7.1.13)
  • Updated Tailwind CSS Typography plugin from 0.5.18 to 0.5.19
  • Refreshed Python dependency lock file with updates to anyio, fastapi, and markupsafe

Confidence Score: 5/5

  • This PR is safe to merge with minimal risk
  • All changes are routine dependency updates with patch/minor version bumps that maintain compatibility. No breaking changes or risky code modifications are present.
  • No files require special attention

Important Files Changed

File Analysis

Filename Β Β Β Β  Β  Score Β Β Β Β  Β  Overview
pyproject.toml 5/5 Version bumps for reflex (0.8.13dev1 β†’ 0.8.14dev1) and ruff pre-commit hook (v0.13.1 β†’ v0.13.2)
reflex/components/plotly/plotly.py 5/5 Updated plotly.js library dependencies from 3.1.0 to 3.1.1 across all Plotly component classes
reflex/constants/installer.py 5/5 Updated JavaScript dependencies: Bun (1.2.22 β†’ 1.2.23), React Router (7.9.1 β†’ 7.9.3), isbot (5.1.30 β†’ 5.1.31), vite/rolldown-vite (7.1.12 β†’ 7.1.13)
reflex/plugins/shared_tailwind.py 5/5 Updated @tailwindcss/typography plugin from version 0.5.18 to 0.5.19
uv.lock 5/5 Lock file updates for Python dependencies: anyio (4.10.0 β†’ 4.11.0), fastapi (0.117.1 β†’ 0.118.0), markupsafe (3.0.2 β†’ 3.0.3)

Sequence Diagram

sequenceDiagram
    participant Dev as Developer
    participant Build as Build System
    participant Deps as Dependencies

    Dev->>Build: Update version to 0.8.14dev1
    Dev->>Deps: Update Plotly.js dependencies (3.1.0 β†’ 3.1.1)
    Dev->>Deps: Update Bun version (1.2.22 β†’ 1.2.23)
    Dev->>Deps: Update React Router (7.9.1 β†’ 7.9.3)
    Dev->>Deps: Update Tailwind Typography plugin (0.5.18 β†’ 0.5.19)
    Dev->>Deps: Update Python dependencies via uv.lock
    Build->>Deps: Resolve and lock dependency versions
    Deps-->>Build: Updated dependency versions confirmed
    Build-->>Dev: Development environment ready
Loading

4 files reviewed, no comments

Edit Code Review Agent Settings | Greptile

@adhami3310 adhami3310 merged commit d18256a into main Sep 29, 2025
51 of 53 checks passed
@adhami3310 adhami3310 deleted the 0814dev branch September 29, 2025 21:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants