Move composer to 0.16.0 - #241
Merged
Merged
Conversation
scripts/update-product-versions.mjs --channel release; run by hand because the update-product-versions workflow cannot push (DEPLOY_GITHUB_TOKEN is not configured). Composer 0.16.0 is the Prisma ORM rename release (prisma/composer#265): /orm entrypoint, postgres()/dataContract()/ rawPostgres(), PrismaOrm.Migration state adoption. Signed-off-by: willbot <w.a.madden+machine@gmail.com> Signed-off-by: Will Madden <madden@prisma.io>
|
Warning Review limit reachedNext included review available in 26 minutes. View limit detailsLimit details: You’ve used the included review currently available. This review ran on the open-source allowance, not this organization's plan, because the pull request author doesn't have an assigned seat. Waiting won't change this — ask an organization admin to assign them a seat, or add seats in Billing if every seat is already assigned, then retry. Review configuration: ⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Plus Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (2)
Comment |
commit: |
wmadden
approved these changes
Aug 26, 2026
wmadden
pushed a commit
that referenced
this pull request
Aug 26, 2026
Release 8.0.0-rc.12 — first CLI release shipping composer **0.16.0** (#241): the Prisma ORM rename (prisma/composer#265) — `/orm` entrypoint, `postgres()`/`dataContract()`/`rawPostgres()`, `PrismaOrm.Migration` state adoption. Merging this publishes to npm under `latest` and cuts the GitHub Release. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Signed-off-by: willbot <w.a.madden+machine@gmail.com> Signed-off-by: Will Madden <madden@prisma.io>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Moves
@prisma/composer-cli(cli, prisma) and@prisma/composer(cli conformance dep) to 0.16.0 — the Prisma ORM rename release (prisma/composer#265): the/prisma-nextentrypoint is now/orm,pnPostgres()/pnContract()arepostgres()/dataContract(), the untyped factory israwPostgres(), and existing stacks'PrismaNext.Migrationstate rows are adopted on read.Produced by
node scripts/update-product-versions.mjs --channel release, run by hand: theupdate-product-versionsworkflow currently fails at push —DEPLOY_GITHUB_TOKENis not configured (remote: permission denied to prisma-bot), see run 32973937787.Next: once this lands, the release itself is the root version-bump PR (rc.11 → rc.12).
🤖 Generated with Claude Code