chore(deps): wave 3 — react-router v8 #42

Merged
rbrooks merged 2 commits from deps/wave-3-react-router into main 2026-06-25 21:40:20 +00:00
Owner

Wave 3, cluster 2 of the Renovate dependency dashboard (#30).

Change

Package From To
react-router ^7.0.0 ^8.0.1

Code changes

None. The app uses only the stable declarative surface — BrowserRouter / Routes / Route element={…} / Link / NavLink / Outlet / Navigate and the useParams / useNavigate / useSearchParams hooks (no data router, no future flags). All compiled and ran unchanged under v8.

Verification (dev server, Node 24 / npm 11)

  • App: tsc + vite build clean · vitest pass (the full BrowserRouter tree boots in App.test.tsx)

Independent of the redis-stack PR (#41) — that's API-side, this is app-side. Final Wave 3 cluster (tiptap v3) to follow.

🤖 Generated with Claude Code

Wave 3, cluster 2 of the Renovate dependency dashboard (#30). ## Change | Package | From | To | |---|---|---| | `react-router` | ^7.0.0 | ^8.0.1 | ## Code changes **None.** The app uses only the stable declarative surface — `BrowserRouter` / `Routes` / `Route element={…}` / `Link` / `NavLink` / `Outlet` / `Navigate` and the `useParams` / `useNavigate` / `useSearchParams` hooks (no data router, no future flags). All compiled and ran unchanged under v8. ## Verification (dev server, Node 24 / npm 11) - **App:** `tsc` + `vite build` clean ✅ · vitest pass ✅ (the full `BrowserRouter` tree boots in `App.test.tsx`) Independent of the redis-stack PR (#41) — that's API-side, this is app-side. Final Wave 3 cluster (tiptap v3) to follow. 🤖 Generated with [Claude Code](https://claude.com/claude-code)
chore(deps): wave 3 redis stack updates
Some checks failed
CI / API — typecheck & tests (push) Failing after 19s
CI / App — typecheck, test & build (push) Successful in 1m20s
1a88ce6baf
- redis (node-redis) v4 → v6, connect-redis v7 → v9 (session store)
- express-rate-limit v7 → v8, rate-limit-redis v4 → v5
- rename express-rate-limit `max` → `limit` (v8 canonical option)

ioredis (BullMQ + rate-limit-redis backend) stays at v5.
Lockfile refreshed on the dev server in a follow-up commit.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
fix(deps): connect-redis v9 named import + refresh redis-stack lockfile
All checks were successful
CI / App — typecheck, test & build (push) Successful in 2m3s
CI / App — typecheck, test & build (pull_request) Successful in 1m59s
CI / API — typecheck & tests (push) Successful in 2m55s
CI / API — typecheck & tests (pull_request) Successful in 2m50s
a940242dff
connect-redis v9 switched from a default export to a named `RedisStore`
export; update the import in app.ts accordingly.

Verified green on the dev server: API tsc build + 148 tests pass
(sessions via connect-redis v9 / node-redis v6, rate limiting via
express-rate-limit v8 / rate-limit-redis v5).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
chore(deps): react-router v7 → v8
Some checks failed
CI / API — typecheck & tests (push) Has been cancelled
CI / App — typecheck, test & build (push) Has been cancelled
21c943a8fd
Standard declarative BrowserRouter/Routes/Route usage only.
Lockfile refreshed on the dev server in a follow-up commit.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
chore(deps): refresh lockfile for react-router v8
All checks were successful
CI / App — typecheck, test & build (push) Successful in 1m42s
CI / API — typecheck & tests (push) Successful in 2m50s
CI / App — typecheck, test & build (pull_request) Successful in 1m48s
CI / API — typecheck & tests (pull_request) Successful in 2m40s
1a616b419d
react-router@8.0.1. Verified green on the dev server: app tsc + vite
build clean, tests pass (BrowserRouter tree boots in App.test).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
rbrooks deleted branch deps/wave-3-react-router 2026-06-25 21:40:20 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
rbrooks/TeaLeaves!42
No description provided.