Skip to content

Conversation

@jakebromberg
Copy link
Member

Summary

  • Upgrades all npm dependencies to their latest versions across the monorepo
  • Includes major version bumps for drizzle-orm, @types/jest, @types/node, and wait-on
  • Updates peer dependencies in apps/auth and apps/backend to match new drizzle-orm version

Changes

Major version upgrades:

Package From To
drizzle-orm ^0.41.0 ^0.45.1
@types/jest ^29.5.14 ^30.0.0
@types/node ^24.1.0 ^25.1.0
wait-on ^8.0.1 ^9.0.3

Notable updates:

Package From To
typescript ^5.6.2 ^5.9.3
jest ^30.0.5 ^30.2.0
express ^5.1.0 ^5.2.1
better-auth ^1.3.23 ^1.4.18
posthog-node ^5.8.6 ^5.24.7
prettier ^3.3.3 ^3.8.1

Test plan

  • Build passes (npm run build)
  • Unit tests pass (npm run test:unit)
  • Integration tests pass
  • Manual smoke test in dev environment

Jake Bromberg added 2 commits January 29, 2026 15:54
Add support for custom passwords per test user, allowing the incomplete
user to use temppass123 (for onboarding flow) while other users use the
standard test password. Also adds new test users for password reset tests.
Major version upgrades:
- drizzle-orm: 0.41.0 → 0.45.1
- @types/jest: 29.5.14 → 30.0.0
- @types/node: 24.1.0 → 25.1.0
- wait-on: 8.0.1 → 9.0.3

Notable updates:
- typescript: 5.6.2 → 5.9.3
- jest: 30.0.5 → 30.2.0
- express: 5.1.0 → 5.2.1
- better-auth: 1.3.23 → 1.4.18
- posthog-node: 5.8.6 → 5.24.7
- prettier: 3.3.3 → 3.8.1
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