Skip to content

chore(deps): Bump prisma from 6.19.2 to 7.7.0#520

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

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

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps prisma from 6.19.2 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

@dependabot @github

dependabot Bot commented on behalf of github Apr 20, 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 Apr 20, 2026
## Summary
Combines 5 green Dependabot PRs into a single PR to avoid sequential
rebase/CI cycles.

### CI actions
- `actions/upload-pages-artifact` 4→5 (#514)

### docs-site
- `typescript` 6.0.2→6.0.3 (#515)

### Production dependencies (#516)
- `@anthropic-ai/sdk` 0.88→0.90
- `@auth/prisma-adapter` 2.11.1→2.11.2
- `@codemirror/view` 6.41.0→6.41.1
- `@fortawesome/react-fontawesome` 3.3.0→3.3.1
- `@mdxeditor/editor` 3.54→3.55
- `@react-email/render` 2.0.6→2.0.7
- `@tanstack/react-query` 5.99.0→5.99.2
- `next` 16.2.3→16.2.4
- `resend` 6.11→6.12
- `fast-check` 4.6→4.7
- `msw` 2.13.2→2.13.4

### Dev dependencies (#517)
- `vitest` 4.1.2→4.1.4

### Auth (#518)
- `next-auth` 5.0.0-beta.30→beta.31

### Excluded
- #505 (`pnpm/action-setup` 5→6) — CI still failing
- #519/#520 (Prisma 7.7) — major version, breaking changes

## Test plan
- [x] `pnpm lint` passes
- [x] CI passes on combined branch

Closes #514, closes #515, closes #516, closes #517, closes #518

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

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/prisma-7.7.0 branch from 03f14eb to 4f5b236 Compare April 20, 2026 21:07
Bumps [prisma](https://github.com/prisma/prisma/tree/HEAD/packages/cli) from 6.19.2 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: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-7.7.0 branch from 4f5b236 to 00e90c6 Compare April 20, 2026 21:14
@dependabot @github

dependabot Bot commented on behalf of github Apr 27, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #525.

@dependabot dependabot Bot closed this Apr 27, 2026
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/prisma-7.7.0 branch April 27, 2026 16:19
@github-actions github-actions Bot locked and limited conversation to collaborators Apr 27, 2026
@jmynes jmynes self-assigned this May 5, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant