chore: update dependencies #29

Merged
david merged 1 commits from bugfix/16-dependency-updates into main 2026-04-27 03:14:46 +00:00
Owner

Fixes #16

Problem

Dependencies were outdated. Several packages had newer versions available.

Changes

Updated all outdated dependencies:

Package Old New
@prisma/adapter-pg 7.6.0 7.8.0
@prisma/client 7.6.0 7.8.0
better-auth 1.5.6 1.6.9
next 16.2.1 16.2.4
prisma 7.6.0 7.8.0
react 19.2.4 19.2.5
react-dom 19.2.4 19.2.5
@playwright/test 1.58.2 1.59.1
tailwindcss 4.2.2 4.2.4
react-hook-form 7.72.0 7.74.0

Plus 74 other transitive dependency updates.

Verification

  • Build succeeds (npm run build)
  • All 27 Cucumber scenarios pass
  • All 116 steps pass
  • Playwright browsers reinstalled for new version
Fixes #16 ## Problem Dependencies were outdated. Several packages had newer versions available. ## Changes Updated all outdated dependencies: | Package | Old | New | |---|---|---| | @prisma/adapter-pg | 7.6.0 | 7.8.0 | | @prisma/client | 7.6.0 | 7.8.0 | | better-auth | 1.5.6 | 1.6.9 | | next | 16.2.1 | 16.2.4 | | prisma | 7.6.0 | 7.8.0 | | react | 19.2.4 | 19.2.5 | | react-dom | 19.2.4 | 19.2.5 | | @playwright/test | 1.58.2 | 1.59.1 | | tailwindcss | 4.2.2 | 4.2.4 | | react-hook-form | 7.72.0 | 7.74.0 | Plus 74 other transitive dependency updates. ## Verification - ✅ Build succeeds (`npm run build`) - ✅ All 27 Cucumber scenarios pass - ✅ All 116 steps pass - ✅ Playwright browsers reinstalled for new version
david added 1 commit 2026-04-27 03:14:00 +00:00
chore: update dependencies
Pull Request / unit-tests (pull_request) Successful in 1m32s
Pull Request / e2e-tests (pull_request) Failing after 2m40s
Pull Request / analyze-bump-type (pull_request) Has been skipped
ca8acc0439
Fixes #16

Updated packages:
- @prisma/adapter-pg: 7.6.0 -> 7.8.0
- @prisma/client: 7.6.0 -> 7.8.0
- better-auth: 1.5.6 -> 1.6.9
- next: 16.2.1 -> 16.2.4
- prisma: 7.6.0 -> 7.8.0
- react: 19.2.4 -> 19.2.5
- react-dom: 19.2.4 -> 19.2.5
- @playwright/test: 1.58.2 -> 1.59.1
- tailwindcss: 4.2.2 -> 4.2.4
- react-hook-form: 7.72.0 -> 7.74.0
- And 74 other packages

All 27 Cucumber scenarios pass after update.
david force-pushed bugfix/16-dependency-updates from ec14822b89 to ca8acc0439 2026-04-27 03:14:00 +00:00 Compare
david merged commit 926c6dfbec into main 2026-04-27 03:14:46 +00:00
david deleted branch bugfix/16-dependency-updates 2026-04-27 03:14:46 +00:00
Sign in to join this conversation.