Skip to content

chore(deps-dev): bump prisma from 6.19.1 to 7.5.0 in /web#26

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/web/prisma-7.5.0
Closed

chore(deps-dev): bump prisma from 6.19.1 to 7.5.0 in /web#26
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/web/prisma-7.5.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 18, 2026

Bumps prisma from 6.19.1 to 7.5.0.

Release notes

Sourced from prisma's releases.

7.5.0

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

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

Highlights

ORM

Features

  • Added support for nested transaction rollbacks via savepoints (#21678)

    Adds support for nested transaction rollback behavior for SQL databases: if an outer transaction fails, the inner nested transaction is rolled back as well. Implements this by tracking transaction ID + nesting depth so Prisma can reuse an existing open transaction in the underlying engine, and it also enables using $transaction from an interactive transaction client.

Bug fixes

Driver Adapters

  • Made the adapter-mariadb use the binary MySQL protocol to fix an issue with lossy number conversions (#29285)
  • Made @types/pg a direct dependency of adapter-pg for better TypeScript experience out-of-the-box (#29277)

Prisma Client

  • Resolved Prisma.DbNull serializing as empty object in some bundled environments like Next.js (#29286)
  • Fixed DateTime fields returning Invalid Date with unixepoch-ms timestamps in some cases (#29274)
  • Fixed a cursor-based pagination issue with @db.Date columns (#29327)

Schema Engine

  • Manual partial indexes are now preserved when partialIndexes preview feature is disabled, preventing unnecessary drops and additions in migrations (#5790, #5795)
  • Enhanced partial index predicate comparison to handle quoted vs unquoted identifiers correctly, eliminating needless recreate cycles (#5788)
  • Excluded partial unique indexes from DMMF uniqueFields and uniqueIndexes to prevent incorrect findUnique input type generation (#5792)

Studio

With the launch of Prisma ORM v7, we also introduced a rebuilt version of Prisma Studio. With the feedback we’ve gathered since the release, we’ve added some high requested features to help make Studio a better experience.

Multi-cell Selection & Full Table Search

This release brings the ability to select multiple cells when viewing your database. In addition to being able to select multiple cells, you can also search across your database. You can search for a specific table or for specific cells within that table.

Adobe Express - CleanShot 2026-03-04 at 21 15 08-2

More intuitive filtering

... (truncated)

Commits

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Mar 18, 2026

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.

@dependabot dependabot bot requested a review from willamhou as a code owner March 18, 2026 04:31
@willamhou
Copy link
Copy Markdown
Member

CI is failing at the prisma generate step across all jobs (lint, typecheck, test, build).

Prisma 6 → 7 is a major version bump with breaking changes — this cannot be merged as a simple dependency bump. Known breaking changes in Prisma 7 include:

  • New generated client output structure and import paths
  • Changes to prisma generate behavior
  • Potential schema syntax changes

This needs to be paired with PR #27 (@prisma/client 6→7) and done together as a coordinated upgrade with code changes. Closing this — we'll handle the Prisma 7 migration manually when ready.

@willamhou
Copy link
Copy Markdown
Member

Update: Disregard the "closing" note in my previous comment — keeping this PR open.

CI is failing at prisma generate across all jobs. Prisma 6 → 7 is a major version bump with breaking changes (new client output structure, import paths, etc.). This needs to be paired with #27 (@prisma/client 7) and adapted with code changes. Will revisit when we're ready for the Prisma 7 migration.

Bumps [prisma](https://github.com/prisma/prisma/tree/HEAD/packages/cli) from 6.19.1 to 7.5.0.
- [Release notes](https://github.com/prisma/prisma/releases)
- [Commits](https://github.com/prisma/prisma/commits/7.5.0/packages/cli)

---
updated-dependencies:
- dependency-name: prisma
  dependency-version: 7.5.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/web/prisma-7.5.0 branch from 7d9dd08 to 2f9c813 Compare March 27, 2026 06:50
@willamhou
Copy link
Copy Markdown
Member

Closing for now — Prisma 6→7 is a major migration that needs dedicated effort. See #27 for the same reasoning.

@willamhou willamhou closed this Mar 27, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Mar 27, 2026

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/web/prisma-7.5.0 branch March 27, 2026 07:14
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