Skip to content

fix: align Prisma 8 templates with rc6 - #54

Merged
AmanVarshney01 merged 1 commit into
aman/create-prisma-nextfrom
codex/rc6-alignment
Aug 18, 2026
Merged

fix: align Prisma 8 templates with rc6#54
AmanVarshney01 merged 1 commit into
aman/create-prisma-nextfrom
codex/rc6-alignment

Conversation

@AmanVarshney01

Copy link
Copy Markdown
Member

Summary

  • align generated apps with prisma@next 8.0.0-rc.6 and ORM rc.4
  • update Composer and Composer Cloud to 0.10.0 so the ORM family resolves coherently
  • replace the split prisma-next.config.ts setup with the consolidated prisma.config.ts
  • point Composer's Prisma Postgres migration resource at the consolidated config
  • inherit rc.6's typed TypeScript starter relations, removing the fallback warnings

Verification

  • 17/17 unit tests pass
  • all 144 template/provider/authoring/package-manager combinations render and pass structural assertions
  • typecheck, format, lint, and package build pass
  • clean Next.js + TypeScript + PostgreSQL + Bun scaffold installs without Prisma peer warnings
  • prisma@next contract emit succeeds using the relative paths generated by orm init
  • Next.js production build succeeds
  • Composer 0.10 loads prisma.config.ts and reaches local PostgreSQL provisioning; the local smoke stopped afterward because an unrelated existing Prisma Dev process already owned its allocated database port

@coderabbitai

coderabbitai Bot commented Aug 18, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro

Run ID: c0b9ad1c-1331-40c3-b86d-f3f810ca62c9

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Comment @coderabbitai help to get the list of available commands.

@github-actions

Copy link
Copy Markdown

PR preview published

  • Version: 0.4.2-pr.54.203.1
  • Tag: pr54
  • Run with Bun: bunx create-prisma@pr54
  • Run with npm: npx create-prisma@pr54
  • Run with Yarn: yarn dlx create-prisma@pr54
  • Run with pnpm: pnpm dlx create-prisma@pr54
  • Run with Deno: deno run -A npm:create-prisma@pr54
  • Workflow run: https://github.com/prisma/create-prisma/actions/runs/32168258226

@AmanVarshney01
AmanVarshney01 merged commit f05c3a7 into aman/create-prisma-next Aug 18, 2026
3 checks passed
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