Skip to content

Release 0.83.1 - #582

Merged
tudddorrr merged 13 commits into
mainfrom
develop
Aug 5, 2026
Merged

Release 0.83.1#582
tudddorrr merged 13 commits into
mainfrom
develop

Conversation

@tudddorrr

@tudddorrr tudddorrr commented Aug 5, 2026

Copy link
Copy Markdown
Collaborator

Dependency updates

  • Replaced framer-motion with motion package (v12.43.0), updating all imports from framer-motion to motion/react
  • Bumped react-router from ^8.1.0 to ^8.3.0
  • Updated various transitive dependencies (postcss, nanoid, brace-expansion, @vitejs/plugin-react, etc.)
  • Version bumped from 0.83.0 to 0.83.1

Dev data state management simplification

  • Refactored DevDataToggle to use Jotai atom (devDataState) directly instead of a local innerEnabled state with deferred localStorage writes
  • Removed the optimistic localStorage pattern (includeDevDataOptimistic) and the onAnimationComplete callback that synced state after animation
  • Updated API interceptor to read dev data flag from Jotai store instead of manually parsing localStorage

CI workflow restriction

  • Added a condition to the PR summary workflow so it only runs for PRs opened by tudddorrr
  • Switched the summarisation model from deepseek-v4-flash to mimo-v2.5-pro

dependabot Bot and others added 13 commits July 28, 2026 22:16
Bumps [react-router](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router) from 8.1.0 to 8.3.0.
- [Release notes](https://github.com/remix-run/react-router/releases)
- [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router/CHANGELOG.md)
- [Commits](https://github.com/remix-run/react-router/commits/react-router@8.3.0/packages/react-router)

---
updated-dependencies:
- dependency-name: react-router
  dependency-version: 8.3.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
…uter-8.3.0

Bump react-router from 8.1.0 to 8.3.0
Bumps [postcss](https://github.com/postcss/postcss) from 8.5.16 to 8.5.25.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss@8.5.16...8.5.25)

---
updated-dependencies:
- dependency-name: postcss
  dependency-version: 8.5.25
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [brace-expansion](https://github.com/juliangruber/brace-expansion) from 1.1.15 to 1.1.17.
- [Release notes](https://github.com/juliangruber/brace-expansion/releases)
- [Commits](juliangruber/brace-expansion@v1.1.15...v1.1.17)

---
updated-dependencies:
- dependency-name: brace-expansion
  dependency-version: 1.1.17
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
…8.5.25

Bump postcss from 8.5.16 to 8.5.25
…pansion-1.1.17

Bump brace-expansion from 1.1.15 to 1.1.17
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Replace framer-motion with motion
Remove optimistic dev data state, sync correctly
@tudddorrr tudddorrr added the release This pull request contains a release label Aug 5, 2026
@tudddorrr
tudddorrr enabled auto-merge August 5, 2026 22:01
@tudddorrr
tudddorrr merged commit 33c9f1f into main Aug 5, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

release This pull request contains a release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant