chore(release): v0.14.0 - #257
Merged
Merged
Conversation
prisma-cli published engine 0.2.3 (prisma-cli#225's config-loader change rode prisma-cli#227's transition repair). Product CLI packages declare the engine as an exact peer, so composer-cli must release against the engine version the prisma bin will ship. All engine declarations move together and check-cli-engine-pin passes. pnpm bump-minor: 0.13.0 -> 0.14.0. Merging publishes the release, which unblocks the prisma-cli PR that pins it. Signed-off-by: willbot <w.a.madden+machine@gmail.com> Signed-off-by: Will Madden <madden@prisma.io>
|
Important
This repository does not receive automatic reviews because it has fewer than 10 stars. ⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Plus Run ID: Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
commit: |
wmadden
approved these changes
Aug 25, 2026
wmadden
pushed a commit
to prisma/orm
that referenced
this pull request
Aug 25, 2026
…ne@0.2.3 (#30119) prisma-cli published `@prisma/cli-engine@0.2.3` (prisma/prisma-cli#225's config-loader change, shipped via the transition repair in prisma/prisma-cli#227). `@prisma/orm-toolchain` declares the engine as an exact peer, so it must release against the engine version the `prisma` bin will ship. Same shape as #30111, one hop later. - Every `@prisma/cli-engine` reference moves 0.2.2 → 0.2.3 (manifests, fixtures, examples, the init-journey harness literal). - `pnpm bump-version`: 8.0.0-rc.6 → 8.0.0-rc.7; fixtures re-emitted (version restamps only). - Release notes, CHANGELOG entry, and restamp-only rc.6→rc.7 upgrade recipes ride along; `check:release-notes` and `check:upgrade-coverage` pass in PR mode. No ORM-facing changes ship in this release. Merging publishes the release under `latest`, which unblocks the prisma-cli release PR that pins it. The composer half of this hop is prisma/composer#257. 🤖 Generated with [Claude Code](https://claude.com/claude-code) <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Released Prisma ORM **8.0.0-rc.7**. - Updated the CLI toolchain to `@prisma/cli-engine@0.2.3`. - **Breaking Changes** - Renamed ORM collection pagination methods: `.take()` → `.limit()` and `.skip()` → `.offset()`. - MongoDB query-builder `.skip()` remains unchanged. - **Upgrade Notes** - Regenerate contract artifacts after upgrading. - Extensions should rebuild contract-space artifacts once. <!-- end of auto-generated comment: release notes by coderabbit.ai --> --------- 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.
The engine peer moves to
@prisma/cli-engine@0.2.3.prisma-cli published engine 0.2.3 (prisma/prisma-cli#225's config-loader change, shipped via the transition repair in prisma/prisma-cli#227). Same shape as #256: every
@prisma/cli-enginereference moves 0.2.2 → 0.2.3,check:cli-engine-pinpasses (exact, agreed, external in the CLI tarball, absent from the library), andpnpm bump-minortakes 0.13.0 → 0.14.0.Merging publishes 0.14.0 under
latest, which unblocks the prisma-cli release PR that pins it.🤖 Generated with Claude Code