Skip to content

chore: update all dependencies across workspaces#211

Open
jakebromberg wants to merge 1 commit intomainfrom
worktree-update-dependencies
Open

chore: update all dependencies across workspaces#211
jakebromberg wants to merge 1 commit intomainfrom
worktree-update-dependencies

Conversation

@jakebromberg
Copy link
Member

Summary

  • Update all npm dependencies to latest versions across all workspaces
  • Hold back ESLint at v9 (typescript-eslint lacks v10 support)
  • Align drizzle-orm peer deps in apps/auth and apps/backend to ^0.45.1

Closes #210

Test plan

  • npm run typecheck passes across all workspaces
  • npm run lint passes (no new errors)
  • npm run format:check passes
  • All 177 unit tests pass (npm run test:unit)
  • CI integration tests pass

Notable updates:
- typescript 5.6 -> 5.9, drizzle-orm 0.41 -> 0.45
- better-auth 1.3 -> 1.4, express 5.1 -> 5.2
- axios 1.7 -> 1.13, groq-sdk 0.5 -> 0.37
- lru-cache 10 -> 11, jest 30.0 -> 30.2
- @aws-sdk/client-ses 3.971 -> 3.1000
- eslint held at v9 (typescript-eslint lacks v10 support)
@jakebromberg jakebromberg requested a review from AyBruno February 28, 2026 07:08
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.

chore: update all dependencies across workspaces

1 participant