Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
feat: Upgrade Prisma to 7.2.0
  • Loading branch information
kingston committed Dec 22, 2025
commit 2ba7393c970d7e12144f2aee72f135b0f73a0ad2
10 changes: 10 additions & 0 deletions .changeset/upgrade-prisma-7.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
'@baseplate-dev/fastify-generators': patch
---

Upgrade Prisma to v7

- prisma: 6.17.1 → 7.2.0
- @prisma/client: 6.17.1 → 7.2.0
- @prisma/adapter-pg: 6.17.1 → 7.2.0
- @pothos/plugin-prisma: 4.12.0 → 4.14.1
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,14 @@
"@fastify/request-context": "6.0.1",
"@node-rs/argon2": "2.0.2",
"@pothos/core": "4.10.0",
"@pothos/plugin-prisma": "4.12.0",
"@pothos/plugin-prisma": "4.14.1",
"@pothos/plugin-relay": "4.6.2",
"@pothos/plugin-simple-objects": "4.1.3",
"@pothos/plugin-tracing": "1.1.0",
"@pothos/plugin-validation": "4.2.0",
"@pothos/tracing-sentry": "1.1.1",
"@prisma/adapter-pg": "6.17.1",
"@prisma/client": "6.17.1",
"@prisma/adapter-pg": "7.2.0",
"@prisma/client": "7.2.0",
"@sentry/core": "9.17.0",
"@sentry/node": "9.17.0",
"@sentry/profiling-node": "9.17.0",
Expand Down Expand Up @@ -80,7 +80,7 @@
"pino-pretty": "13.0.0",
"prettier": "3.6.2",
"prettier-plugin-packagejson": "2.5.19",
"prisma": "6.17.1",
"prisma": "7.2.0",
"tsc-alias": "1.8.10",
"tsx": "4.20.6",
"typescript": "5.8.3",
Expand Down
8 changes: 4 additions & 4 deletions examples/blog-with-auth/apps/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,14 @@
"@fastify/request-context": "6.0.1",
"@node-rs/argon2": "2.0.2",
"@pothos/core": "4.10.0",
"@pothos/plugin-prisma": "4.12.0",
"@pothos/plugin-prisma": "4.14.1",
"@pothos/plugin-relay": "4.6.2",
"@pothos/plugin-simple-objects": "4.1.3",
"@pothos/plugin-tracing": "1.1.0",
"@pothos/plugin-validation": "4.2.0",
"@pothos/tracing-sentry": "1.1.1",
"@prisma/adapter-pg": "6.17.1",
"@prisma/client": "6.17.1",
"@prisma/adapter-pg": "7.2.0",
"@prisma/client": "7.2.0",
"@sentry/core": "9.17.0",
"@sentry/node": "9.17.0",
"@sentry/profiling-node": "9.17.0",
Expand Down Expand Up @@ -80,7 +80,7 @@
"pino-pretty": "13.0.0",
"prettier": "3.6.2",
"prettier-plugin-packagejson": "2.5.19",
"prisma": "6.17.1",
"prisma": "7.2.0",
"tsc-alias": "1.8.10",
"tsx": "4.20.6",
"typescript": "5.8.3",
Expand Down
469 changes: 393 additions & 76 deletions examples/blog-with-auth/pnpm-lock.yaml

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,14 @@
"@fastify/helmet": "13.0.0",
"@fastify/request-context": "6.0.1",
"@pothos/core": "4.10.0",
"@pothos/plugin-prisma": "4.12.0",
"@pothos/plugin-prisma": "4.14.1",
"@pothos/plugin-relay": "4.6.2",
"@pothos/plugin-simple-objects": "4.1.3",
"@pothos/plugin-tracing": "1.1.0",
"@pothos/plugin-validation": "4.2.0",
"@pothos/tracing-sentry": "1.1.1",
"@prisma/adapter-pg": "6.17.1",
"@prisma/client": "6.17.1",
"@prisma/adapter-pg": "7.2.0",
"@prisma/client": "7.2.0",
"@sentry/core": "9.17.0",
"@sentry/node": "9.17.0",
"@sentry/profiling-node": "9.17.0",
Expand Down Expand Up @@ -98,7 +98,7 @@
"pino-pretty": "13.0.0",
"prettier": "3.6.2",
"prettier-plugin-packagejson": "2.5.19",
"prisma": "6.17.1",
"prisma": "7.2.0",
"tsc-alias": "1.8.10",
"tsx": "4.20.6",
"typescript": "5.8.3",
Expand Down
8 changes: 4 additions & 4 deletions examples/todo-with-auth0/apps/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,14 @@
"@fastify/helmet": "13.0.0",
"@fastify/request-context": "6.0.1",
"@pothos/core": "4.10.0",
"@pothos/plugin-prisma": "4.12.0",
"@pothos/plugin-prisma": "4.14.1",
"@pothos/plugin-relay": "4.6.2",
"@pothos/plugin-simple-objects": "4.1.3",
"@pothos/plugin-tracing": "1.1.0",
"@pothos/plugin-validation": "4.2.0",
"@pothos/tracing-sentry": "1.1.1",
"@prisma/adapter-pg": "6.17.1",
"@prisma/client": "6.17.1",
"@prisma/adapter-pg": "7.2.0",
"@prisma/client": "7.2.0",
"@sentry/core": "9.17.0",
"@sentry/node": "9.17.0",
"@sentry/profiling-node": "9.17.0",
Expand Down Expand Up @@ -98,7 +98,7 @@
"pino-pretty": "13.0.0",
"prettier": "3.6.2",
"prettier-plugin-packagejson": "2.5.19",
"prisma": "6.17.1",
"prisma": "7.2.0",
"sentry-testkit": "^6.2.2",
"tsc-alias": "1.8.10",
"tsx": "4.20.6",
Expand Down
Loading
Loading