Skip to content

⬆️ deps(dev): Bump prisma from 4.5.0 to 7.7.0#1668

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

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

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps prisma from 4.5.0 to 7.7.0.

Release notes

Sourced from prisma's releases.

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!

Highlights

ORM

prisma bootstrap command

A new prisma bootstrap command (#29374, #29424) sequences the full Prisma Postgres setup into a single interactive flow. It detects the current project state and runs only the steps that are needed:

  1. Init or scaffold — In an empty directory, offers a choice of 10 starter templates (Next.js, Express, Hono, Fastify, Nuxt, SvelteKit, Remix, React Router 7, Astro, NestJS) from prisma-examples. In an existing project without a schema, runs prisma init.
  2. Link — Authenticates via the browser and connects to a Prisma Postgres database. Skips if already linked.
  3. Install dependencies — Detects the package manager and offers to install missing @prisma/client, prisma, and dotenv.
  4. Migrate — Runs prisma migrate dev if the schema contains models.
  5. Generate — Runs prisma generate.
  6. Seed — Runs prisma db seed if a seed script is configured.

Each side-effecting step prompts for confirmation. Re-running the command skips already-completed steps.

Basic usage

npx prisma@latest bootstrap

With a starter template

npx prisma@latest bootstrap --template nextjs

Non-interactive (CI)

npx prisma@latest bootstrap --api-key "$PRISMA_API_KEY" --database "db_abc123"

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.

... (truncated)

Commits
  • 8e71aa7 fix(cli): install missing @prisma/client in prisma bootstrap (#29444)
  • ada077b fix(cli): bootstrap UX — auto-install deps, resumable flow, timeout handling ...
  • 9b0b7f5 feat(cli): add prisma bootstrap command (#29374)
  • 5fece0a chore: bump @​prisma/dev to 0.24.3 (#29396)
  • 45d7e0f feat(cli): add prisma postgres link command (#29352)
  • adbdf15 Pre-bundle Studio frontend assets and replace Hono (#29389)
  • f8258ad chore: bump effect to fix vulnerability (#29384)
  • 74839a9 feat(cli): update bundled @​prisma/studio-core to 0.27.3 (#29376)
  • 309b4bc refactor: extract 'prisma-client-js' into PRISMA_CLIENT_JS_PROVIDER constant ...
  • 2cd422d Bump studio-core dependency to 0.21.1 (#29322)
  • 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.7.0.
- [Release notes](https://github.com/prisma/prisma/releases)
- [Commits](https://github.com/prisma/prisma/commits/7.7.0/packages/cli)

---
updated-dependencies:
- dependency-name: prisma
  dependency-version: 7.7.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 Apr 7, 2026
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Apr 7, 2026

yarn.lock changes

Summary

Status Count
ADDED 70
UPDATED 12
Click to toggle table visibility
Name Status Previous Current
@electric-sql/pglite ADDED - 0.4.1
@electric-sql/pglite-socket ADDED - 0.1.1
@electric-sql/pglite-tools ADDED - 0.3.1
@hono/node-server ADDED - 1.19.11
@kurkle/color ADDED - 0.3.4
@prisma/config ADDED - 7.7.0
@prisma/debug ADDED - 7.7.0
@prisma/dev ADDED - 0.24.3
@prisma/engines UPDATED 4.5.0 7.7.0
@prisma/engines-version UPDATED 4.5.0-43.0362da9eebca54d94c8ef5edd3b2e90af99ba452 7.6.0-1.75cbdc1eb7150937890ad5465d861175c6624711
@prisma/fetch-engine ADDED - 7.7.0
@prisma/get-platform ADDED - 7.7.0
@prisma/query-plan-executor ADDED - 7.2.0
@prisma/streams-local ADDED - 0.1.2
@prisma/studio-core ADDED - 0.27.3
@radix-ui/primitive ADDED - 1.1.3
@radix-ui/react-compose-refs ADDED - 1.1.2
@radix-ui/react-primitive ADDED - 2.1.3
@radix-ui/react-slot ADDED - 1.2.3
@radix-ui/react-toggle ADDED - 1.1.10
@radix-ui/react-use-controllable-state ADDED - 1.2.2
@radix-ui/react-use-effect-event ADDED - 0.0.2
@radix-ui/react-use-layout-effect ADDED - 1.1.1
@standard-schema/spec ADDED - 1.1.0
ajv UPDATED 6.12.6 8.18.0
aws-ssl-profiles ADDED - 1.1.2
better-result ADDED - 2.8.1
c12 ADDED - 3.1.0
chart.js ADDED - 4.5.1
chokidar UPDATED 3.5.3 4.0.3
citty ADDED - 0.2.2
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.7
denque UPDATED 2.0.1 2.1.0
destr ADDED - 2.0.5
dotenv ADDED - 16.6.1
effect ADDED - 3.20.0
empathic ADDED - 2.0.0
env-paths ADDED - 3.0.0
exsolve ADDED - 1.0.8
fast-check ADDED - 3.23.2
fast-uri ADDED - 3.1.0
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.1
hono ADDED - 4.12.12
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
json-schema-traverse UPDATED 0.4.1 1.0.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.7.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
remeda ADDED - 2.33.4
require-from-string ADDED - 2.0.2
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.1.1
valibot ADDED - 1.2.0
zeptomatch ADDED - 2.1.0

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Apr 22, 2026

Superseded by #1692.

@dependabot dependabot Bot closed this Apr 22, 2026
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/prisma-7.7.0 branch April 22, 2026 22:15
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