Skip to content

Conversation

nikgraf
Copy link
Collaborator

@nikgraf nikgraf commented May 4, 2025

After the upgrade you must regenerate the prisma client e.g. using

cd apps/server
pnpm prisma migrate dev

Dependencies I didn't upgrade and would do in separate PRs:

  • tailwind + tailwind-merge
  • @xstate/store

@nikgraf nikgraf requested review from cmwhited and pcarranzav May 4, 2025 11:28
@nikgraf nikgraf self-assigned this May 4, 2025
// TODO: Using `pnpm deploy` with prisma is quite annoying. We should consider generating the prisma client into
// a directory within the package here instead of generating it into node modules (default).
provider = "prisma-client-js"
output = "generated/client"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should the TODO comment above be removed now?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

great catch, I removed it!

@nikgraf nikgraf merged commit 4724cd4 into main May 6, 2025
4 checks passed
@nikgraf nikgraf deleted the ng/upgrade-dependencies branch May 6, 2025 13:18
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