Skip to content

chore(deps): Bump @prisma/client from 6.19.2 to 7.8.0#526

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/prisma/client-7.8.0
Open

chore(deps): Bump @prisma/client from 6.19.2 to 7.8.0#526
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/prisma/client-7.8.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 27, 2026

Copy link
Copy Markdown
Contributor

Bumps @prisma/client from 6.19.2 to 7.8.0.

Release notes

Sourced from @​prisma/client's releases.

7.8.0

Today, we are excited to share the 7.8.0 stable release 🎉

🌟 Star this repo for notifications about new releases, bug fixes & features — or follow us on X!

Highlights

ORM

Features

Prisma Client

  • Added a queryPlanCacheMaxSize option to the PrismaClient constructor for fine-grained control over the query plan cache. Pass 0 to disable the cache entirely, or omit it to use the default cache size. A larger value can improve performance in applications that execute many unique queries, while a smaller one can reduce memory usage. (#29503)

Bug Fixes

Prisma Client

  • Fixed an equality filter panic and incorrect ::jsonb cast when filtering on PostgreSQL JSON list columns. Queries using where: { jsonListField: { equals: [...] } }prisma/prisma-engines#5804
  • Fixed case-insensitive JSON field filtering (mode: insensitive), allowing where: { jsonField: { equals: "...", mode: "insensitive" } }prisma/prisma-engines#5806
  • Fixed incorrect parameterization of enum values that have a custom database name set via @map. (#29422)
  • Fixed a database parameter limit check (P2029), which could incorrectly reject or miss over-limit queries. (#29422)
  • Fixed a regression that caused missing SQL Server VARCHARprisma/prisma-engines#5801

Schema Engine

  • Fixed a misleading error message in prisma migrate diff that referenced the --shadow-database-url CLI flag, which was removed in Prisma 7. (#29455)
  • Fixed prisma migrate dev (and shadow database migration replay in general) failing with CREATE INDEX CONCURRENTLY cannot run inside a transaction blockprisma/prisma-engines#5799
  • Fixed PostgreSQL introspection silently dropping sequence defaults when the database returns the schema-qualified form pg_catalog.nextval('sequence_name'::regclass) instead of the bare nextval(...). Columns backed by sequences now correctly appear as @default(autoincrement())prisma/prisma-engines#5802

Driver Adapters

  • @​prisma/adapter-d1: Savepoint operations (createSavepoint, rollbackToSavepoint, releaseSavepoint) now silently no-op with debug logging instead of executing SQL statements, consistent with how the D1 adapter already treats top-level transactions. (#29499)

Open roles at Prisma

Interested in joining Prisma? We're growing and have several exciting opportunities across the company for developers who are passionate about building with Prisma. Explore our open positions on our Careers page and find the role that's right for you.

Enterprise support

Thousands of teams use Prisma and many of them already tap into our Enterprise & Agency Support Program for hands-on help with everything from schema integrations and performance tuning to security and compliance.

With this program you also get priority issue triage and bug fixes, expert scalability advice, and custom training so that your Prisma-powered apps stay rock-solid at any scale. Learn more or join: https://prisma.io/enterprise.

7.7.0

Today, we are excited to share the 7.7.0 stable release 🎉

🌟 Star this repo for notifications about new releases, bug fixes & features — or follow us on X!

... (truncated)

Commits
  • 62b44ac chore(deps): update engines to 7.8.0-5.e96eae70cf4ade6a15d7e6064d5b0b4f7d835d...
  • 4104864 feat: add a query plan cache size parameter (#29503)
  • 723ba7b chore(deps): update engines to 7.8.0-4.8c287008617e9b12f313df99e2c821ae61ea9a...
  • cadbafe chore(deps): update engines to 7.8.0-2.3187e3937290320ba3c7dbd5aa94af67942b44...
  • f705533 chore(deps): update engines to 7.8.0-1.7b80cc56c645c6e03c7541474e6a7c8d91b70d...
  • fbab4e8 Fix 29271 (#29303)
  • 6a3c3cc chore: extract parameterization to client-engine-runtime (#29422)
  • 5b420f8 fix(client): prevent caching of createMany queries to avoid cache bloat and p...
  • 30f0af6 feat: dmmf streaming with an E2E test (#29377)
  • 14c3c2e fix: pin E2E typescript to prevent 6 upgrade (#29383)
  • Additional commits viewable in compare view

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot @github

dependabot Bot commented on behalf of github Apr 27, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

jmynes added a commit that referenced this pull request May 5, 2026
## Summary
Combines 7 green Dependabot PRs into a single PR to avoid sequential
rebase/CI cycles.

### docs-site
- @docusaurus/core 3.10.0 → 3.10.1 (#527)
- @docusaurus/preset-classic 3.10.0 → 3.10.1 (#530)
- @docusaurus/types 3.10.0 → 3.10.1 (#529)
- @docusaurus/module-type-aliases 3.10.0 → 3.10.1 (#528)
- @docusaurus/tsconfig 3.10.0 → 3.10.1 (#531)

### Production dependencies (#532)
- @anthropic-ai/sdk 0.90 → 0.92
- @react-email/render 2.0.7 → 2.0.8
- @tanstack/react-query 5.99.2 → 5.100.9
- lucide-react 1.8.0 → 1.14.0
- zod 4.3.6 → 4.4.3 (root + mcp)
- @tailwindcss/postcss 4.2.2 → 4.2.4
- @vitest/coverage-v8 4.1.4 → 4.1.5
- @vitest/ui 4.1.4 → 4.1.5
- jsdom 29.0.2 → 29.1.1
- msw 2.13.4 → 2.14.2
- tailwindcss 4.2.2 → 4.2.4

### Dev dependencies (#524)
- @biomejs/biome 2.4.11 → 2.4.13
- vitest 4.1.4 → 4.1.5

### Excluded
- #505 (pnpm/action-setup 5 → 6) — CI still failing
- #525/#526 (Prisma 6 → 7) — major version, breaking changes

## Test plan
- [x] `pnpm install` succeeds (root + docs-site)
- [x] `pnpm lint` passes
- [x] `pnpm test` passes (1527 tests)
- [ ] CI passes on combined branch

Closes #524, closes #527, closes #528, closes #529, closes #530, closes
#531, closes #532

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@jmynes jmynes self-assigned this May 5, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/prisma/client-7.8.0 branch from 71090d1 to cb34531 Compare May 5, 2026 20:32
jmynes added a commit that referenced this pull request May 14, 2026
## Summary
Combines 3 green Dependabot PRs into a single PR to avoid sequential
rebase/CI cycles.

### docs-site (#535)
- react 19.2.5 → 19.2.6

### Production dependencies (#536)
- @anthropic-ai/sdk 0.92 → 0.95.2
- @codemirror/view 6.41.1 → 6.42.1
- @tanstack/react-query 5.100.9 → 5.100.10
- next 16.2.4 → 16.2.6
- react/react-dom 19.2.5 → 19.2.6
- react-colorful 5.6.1 → 5.7.0
- resend 6.12.0 → 6.12.3
- tailwind-merge 3.5.0 → 3.6.0
- zustand 5.0.12 → 5.0.13
- @playwright/test 1.59.1 → 1.60.0
- @tailwindcss/postcss + tailwindcss 4.2.4 → 4.3.0
- @vitest/coverage-v8 + @vitest/ui 4.1.5 → 4.1.6
- msw 2.14.2 → 2.14.6

### Dev dependencies (#537)
- @biomejs/biome 2.4.13 → 2.4.15
- @types/node 25.6.0 → 25.7.0
- vitest 4.1.5 → 4.1.6

### Held for separate review (major versions)
- #538 (@mdxeditor/editor 3 → 4)
- #539 (lint-staged 16 → 17)
- #540 (react-day-picker 9 → 10)
- #525/#526 (Prisma 6 → 7)

## Test plan
- [x] \`pnpm install\` succeeds (root + docs-site)
- [x] \`pnpm lint\` clean
- [x] \`pnpm test\` — 1527 / 1527 pass
- [ ] CI passes

Closes #535, closes #536, closes #537

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/prisma/client-7.8.0 branch from cb34531 to b65b9ef Compare May 14, 2026 17:56
jmynes added a commit that referenced this pull request May 27, 2026
## Summary
Combines 3 green Dependabot PRs into a single PR to avoid sequential
rebase/CI cycles.

### docs-site (#542)
- react-dom 19.2.5 → 19.2.6

### Production dependencies (#551)
- @anthropic-ai/sdk 0.95.2 → 0.98.0
- @tanstack/react-query 5.100.10 → 5.100.14
- date-fns 4.1.0 → 4.3.0
- lucide-react 1.14.0 → 1.16.0
- resend 6.12.3 → 6.12.4
- @vitest/coverage-v8 + @vitest/ui 4.1.6 → 4.1.7
- fast-check 4.7.0 → 4.8.0
- tsx 4.21.0 → 4.22.3 (root + mcp)

### Dev dependencies (#550)
- @types/node 25.7.0 → 25.9.1
- @types/react 19.2.13 → 19.2.15
- vitest 4.1.6 → 4.1.7

### Held for separate review (major versions)
- #538 (@mdxeditor/editor 3 → 4)
- #545/#547/#549 (@tsparticles/* 3 → 4 — should land as a group)
- #546 (react-day-picker 9 → 10)
- #548 (lint-staged 16 → 17)
- #525/#526 (Prisma 6 → 7)

## Test plan
- [x] \`pnpm install\` succeeds (root + docs-site)
- [x] \`pnpm lint\` clean
- [x] \`pnpm test\` — 1527 / 1527 pass
- [x] CI passes

Closes #542, closes #550, closes #551

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Bumps [@prisma/client](https://github.com/prisma/prisma/tree/HEAD/packages/client) from 6.19.2 to 7.8.0.
- [Release notes](https://github.com/prisma/prisma/releases)
- [Commits](https://github.com/prisma/prisma/commits/7.8.0/packages/client)

---
updated-dependencies:
- dependency-name: "@prisma/client"
  dependency-version: 7.8.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/prisma/client-7.8.0 branch from b65b9ef to 9abd11f Compare May 27, 2026 01:12
jmynes added a commit that referenced this pull request Jun 8, 2026
## Summary
Combines 3 green Dependabot PRs into a single PR to avoid sequential
rebase/CI cycles.

### docs-site (#553)
- react 19.2.6 → 19.2.7

### Production dependencies (#561)
- @anthropic-ai/sdk 0.98.0 → 0.102.0
- @tanstack/react-query 5.100.14 → 5.101.0
- date-fns 4.3.0 → 4.4.0
- lucide-react 1.16.0 → 1.17.0
- next 16.2.6 → 16.2.7
- otplib 13.4.0 → 13.4.1
- radix-ui 1.4.3 → 1.5.0
- react/react-dom 19.2.6 → 19.2.7
- zustand 5.0.13 → 5.0.14
- @types/react 19.2.15 → 19.2.17
- @vitest/coverage-v8 + @vitest/ui 4.1.7 → 4.1.8
- tsx 4.22.3 → 4.22.4 (root + mcp)

### Dev dependencies (#555)
- @biomejs/biome 2.4.15 → 2.4.16
- vitest 4.1.7 → 4.1.8

### Held for separate review (major versions)
- #525/#526 (Prisma 6 → 7)
- #546 (react-day-picker 9 → 10)
- #556 (lint-staged 16 → 17)
- #557/#558/#560 (@tsparticles/* 3 → 4 — should land as a group)
- #559 (@mdxeditor/editor 3 → 4)

## Test plan
- [x] \`pnpm install\` succeeds (root + docs-site)
- [x] \`pnpm lint\` clean
- [x] \`pnpm test\` — 1527 / 1527 pass
- [ ] CI passes

Closes #553, closes #555, closes #561

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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.

1 participant