Skip to content

⬆️ deps(dev): Bump prisma from 4.5.0 to 7.3.0#1588

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/prisma-7.3.0
Closed

⬆️ deps(dev): Bump prisma from 4.5.0 to 7.3.0#1588
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/prisma-7.3.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Feb 10, 2026

Copy link
Copy Markdown
Contributor

Bumps prisma from 4.5.0 to 7.3.0.

Release notes

Sourced from prisma's releases.

7.3.0

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

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

ORM

  • #28976: Fast and Small Query Compilers We've been working on various performance-related bugs since the initial ORM 7.0 release. With 7.3.0, we're introducing a new compilerBuild option for the client generator block in schema.prisma with two options: fast and small. This allows you to swap the underlying Query Compiler engine based on your selection, one built for speed (with an increase in size), and one built for size (with the trade off for speed). By default, the fast mode is used, but this can be set by the user:
generator client {
  provider = "prisma-client"
  output   = "../src/generated/prisma"
  compilerBuild = "fast" // "fast" | "small"
}

We still have more in progress for performance, but this new compilerBuild option is our first step toward addressing your concerns!

  • #29005: Bypass the Query Compiler for Raw Queries Raw queries ($executeRaw, $queryRaw) can now skip going through the query compiler and query interpreter infrastructure. They can be sent directly to the driver adapter, removing additional overhead.

  • #28965: Update MSSQL to v12.2.0 This community PR updates the @prisma/adapter-mssql to use MSSQL v12.2.0. Thanks Jay-Lokhande!

  • #29001: Pin better-sqlite3 version to avoid SQLite bug An underlying bug in SQLite 3.51.0 has affected the better-sqlite3 adapter. We’ve bumped the version that powers @prisma/better-sqlite3 and have pinned the version to prevent any unexpected issues. If you are using @prisma/better-sqlite3 , please upgrade to v7.3.0.

  • #29002: Revert @map enums to v6.19.0 behavior In the initial release of v7.0, we made a change with Mapped Enums where the generated enum would get its value from the value passed to the @map function. This was a breaking change from v6 that caused issues for many users. We have reverted this change for the time being, as many different diverging approaches have emerged from the community discussion.

  • prisma-engines#5745: Cast BigInt to text in JSON aggregation When using relationJoins with BigInt fields in Prisma 7, JavaScript's JSON.parse loses precision for integers larger than Number.MAX_SAFE_INTEGER (2^53 - 1). This happens because PostgreSQL's JSONB_BUILD_OBJECT returns BigInt values as JSON numbers, which JavaScript cannot represent precisely.

    // Original BigInt ID: 312590077454712834
    // After JSON.parse: 312590077454712830 (corrupted!)
    

    This PR cast BigInt columns to ::text inside JSONB_BUILD_OBJECT calls, similar to how MONEY is already cast to ::numeric.

    -- Before
    JSONB_BUILD_OBJECT('id', "id")
    

    -- After JSONB_BUILD_OBJECT('id', "id"::text)

... (truncated)

Commits
  • 32e5614 chore(cli): bump hono and @prisma/dev, resolving hono vulnerability. (#...
  • 2a44bb8 chore(cli): bump studio, fixing vitess introspection. (#29045)
  • 011b6a6 chore: remove promotions (#29015)
  • 90141bb chore(cli): bump studio, add northwind to sandbox. (#28985)
  • fd479fd feat(qc): fast and small build modes (#28976)
  • 815ba13 chore(cli): bump @prisma/dev, fix init usage following changes. (#28929)
  • bebccbd feat(cli): customize prisma init based on the JS runtime (Bun vs other) (#2...
  • 09b4a1d fix(cli): make prisma version --json emit JSON only to stdout (#28911)
  • ed03287 feat(config): allow undefined urls in e.g. prisma generate (#28895)
  • f80a3d3 chore(cli): bump @prisma/dev. (#28924)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for prisma since your current version.


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

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

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the automerge To be automerged after CI passes label Feb 10, 2026
@github-actions

Copy link
Copy Markdown

yarn.lock changes

Summary

Status Count
ADDED 62
UPDATED 11
Click to toggle table visibility
Name Status Previous Current
@chevrotain/cst-dts-gen ADDED - 10.5.0
@chevrotain/gast ADDED - 10.5.0
@chevrotain/types ADDED - 10.5.0
@chevrotain/utils ADDED - 10.5.0
@electric-sql/pglite ADDED - 0.3.15
@electric-sql/pglite-socket ADDED - 0.0.20
@electric-sql/pglite-tools ADDED - 0.2.20
@hono/node-server ADDED - 1.19.9
@mrleebo/prisma-ast ADDED - 0.13.1
@prisma/config ADDED - 7.3.0
@prisma/debug ADDED - 7.3.0
@prisma/dev ADDED - 0.20.0
@prisma/engines UPDATED 4.5.0 7.3.0
@prisma/engines-version UPDATED 4.5.0-43.0362da9eebca54d94c8ef5edd3b2e90af99ba452 7.3.0-16.9d6ad21cbbceab97458517b147a6a09ff43aa735
@prisma/fetch-engine ADDED - 7.3.0
@prisma/get-platform ADDED - 7.3.0
@prisma/query-plan-executor ADDED - 7.2.0
@prisma/studio-core ADDED - 0.13.1
@standard-schema/spec ADDED - 1.1.0
aws-ssl-profiles ADDED - 1.1.2
c12 ADDED - 3.1.0
chevrotain ADDED - 10.5.0
chokidar UPDATED 3.5.3 4.0.3
citty ADDED - 0.2.0
confbox ADDED - 0.2.4
consola ADDED - 3.4.2
cross-spawn UPDATED 7.0.3 7.0.6
deepmerge-ts ADDED - 7.1.5
defu ADDED - 6.1.4
denque UPDATED 2.0.1 2.1.0
destr ADDED - 2.0.5
dotenv ADDED - 16.6.1
effect ADDED - 3.18.4
empathic ADDED - 2.0.0
exsolve ADDED - 1.0.8
fast-check ADDED - 3.23.2
foreground-child ADDED - 3.3.1
generate-function ADDED - 2.3.1
get-port-please ADDED - 3.2.0
giget ADDED - 2.0.0
grammex ADDED - 3.1.12
graphmatch ADDED - 1.1.0
hono ADDED - 4.11.4
http-status-codes ADDED - 2.3.0
iconv-lite UPDATED 0.6.3 0.7.2
is-property ADDED - 1.0.2
jiti ADDED - 2.6.1
lilconfig UPDATED 2.0.5 2.1.0
long UPDATED 4.0.0 5.3.2
lru.min ADDED - 1.1.4
mysql2 ADDED - 3.15.3
named-placeholders ADDED - 1.1.6
node-fetch-native ADDED - 1.6.7
nypm ADDED - 0.6.5
ohash ADDED - 2.0.11
pathe ADDED - 2.0.3
perfect-debounce ADDED - 1.0.0
pkg-types ADDED - 2.3.0
postgres ADDED - 3.4.7
prisma UPDATED 4.5.0 7.3.0
proper-lockfile ADDED - 4.1.2
pure-rand ADDED - 6.1.0
rc9 ADDED - 2.1.2
readdirp UPDATED 3.6.0 4.1.2
regexp-to-ast ADDED - 0.5.0
remeda ADDED - 2.33.4
seq-queue ADDED - 0.0.5
signal-exit UPDATED 3.0.7 4.1.0
sqlstring ADDED - 2.3.3
std-env ADDED - 3.10.0
tinyexec ADDED - 1.0.2
valibot ADDED - 1.2.0
zeptomatch ADDED - 2.1.0

@dependabot @github

dependabot Bot commented on behalf of github Feb 11, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #1605.

@dependabot dependabot Bot closed this Feb 11, 2026
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/prisma-7.3.0 branch February 11, 2026 22:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automerge To be automerged after CI passes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants