Skip to content

Conversation

@adhami3310
Copy link
Member

No description provided.

@greptile-apps
Copy link
Contributor

greptile-apps bot commented Dec 22, 2025

Greptile Summary

This PR bumps the Reflex development version from 0.8.24dev1 to 0.8.25dev1 and updates several frontend dependencies:

  • Bun: 1.3.4 → 1.3.5
  • lucide-react: 0.561.0 → 0.562.0 (adds new "toolbox" icon)
  • react-router: 7.10.1 → 7.11.0
  • socket.io-client: 4.8.1 → 4.8.2
  • rolldown-vite: 7.2.11 → 7.3.0

All changes are straightforward version bumps with no functional code changes. The new "toolbox" icon is correctly placed in alphabetical order in the icon list.

Confidence Score: 5/5

  • This PR is safe to merge - it only contains routine dependency version bumps with no logic changes.
  • All changes are simple version increments for dependencies and package metadata. No business logic, API changes, or complex modifications are involved.
  • No files require special attention.

Important Files Changed

Filename Overview
pyproject.toml Version bump from 0.8.24dev1 to 0.8.25dev1 - standard dev version increment.
pyi_hashes.json Updated hash for lucide/icon.pyi to reflect the new icon addition.
reflex/components/lucide/icon.py Updated lucide-react from 0.561.0 to 0.562.0 and added new "toolbox" icon to the icon list in correct alphabetical order.
reflex/constants/installer.py Dependency updates: Bun 1.3.4→1.3.5, react-router 7.10.1→7.11.0, socket.io-client 4.8.1→4.8.2, rolldown-vite 7.2.11→7.3.0.
uv.lock Lock file updated to reflect the new version 0.8.25.dev1.

Sequence Diagram

sequenceDiagram
    participant Dev as Developer
    participant Repo as Repository
    participant Deps as Dependencies

    Dev->>Repo: Bump version to 0.8.25dev1
    Dev->>Deps: Update Bun (1.3.4→1.3.5)
    Dev->>Deps: Update lucide-react (0.561.0→0.562.0)
    Dev->>Deps: Update react-router (7.10.1→7.11.0)
    Dev->>Deps: Update socket.io-client (4.8.1→4.8.2)
    Dev->>Deps: Update rolldown-vite (7.2.11→7.3.0)
    Repo->>Repo: Regenerate pyi_hashes.json
    Repo->>Repo: Update uv.lock
Loading

@codspeed-hq
Copy link

codspeed-hq bot commented Dec 22, 2025

CodSpeed Performance Report

Merging #6065 will not alter performance

Comparing 0825dev (aaf0937) with main (f4561ec)

Summary

✅ 8 untouched

@adhami3310 adhami3310 merged commit 5b3aa27 into main Dec 22, 2025
48 checks passed
@adhami3310 adhami3310 deleted the 0825dev branch December 22, 2025 21:44
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.

3 participants