Skip to content

Commit 8c4aba4

Browse files
chore(release): bump to 8.0.0-rc.6 (#213)
The build for tomorrow's end-to-end testing. Ships every fix from today's consolidated-stack report: `composer-cli@0.10.0` (cloud extension on ORM rc.4 — closes `CONTRACT.AGGREGATE_DESCRIPTOR_INVALID`) and `orm-toolchain@8.0.0-rc.4` (`contract emit` survives a relative project root, init scaffolds `definePrismaConfig`, the pre-rc.2 config shape is hard-cut with the migration recipe recorded). Verified on this branch: `PUBLISH_CHANNEL=release pnpm check:conformance` reports **nothing** across all five subjects (one engine per install, every family peering 0.2.0); grammar passes; the packed `prisma` manifest carries exactly `cli-engine@0.2.0`, `composer-cli@0.10.0`, `orm-toolchain@8.0.0-rc.4`. Merging publishes `8.0.0-rc.6` to `next`. 🤖 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>
1 parent e87605f commit 8c4aba4

9 files changed

Lines changed: 57 additions & 57 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "prisma-cli",
3-
"version": "8.0.0-rc.5",
3+
"version": "8.0.0-rc.6",
44
"private": true,
55
"engines": {
66
"node": ">=24"

packages/cli-conformance/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@repo/cli-conformance",
33
"private": true,
4-
"version": "8.0.0-rc.5",
4+
"version": "8.0.0-rc.6",
55
"description": "Reusable conformance checks for the engine's consumers: import purity over built output, config-section validators that never throw, and verification of the tarballs a registry would receive. Depends on no package it checks.",
66
"type": "module",
77
"exports": {
@@ -24,7 +24,7 @@
2424
"test": "pnpm run typecheck && vitest run"
2525
},
2626
"devDependencies": {
27-
"@repo/tsconfig": "workspace:8.0.0-rc.5",
27+
"@repo/tsconfig": "workspace:8.0.0-rc.6",
2828
"@types/node": "^22.19.19",
2929
"es-module-lexer": "^2.1.0",
3030
"tsx": "^4.22.4",

packages/cli-engine/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@
5555
"string-width": "^8.2.1"
5656
},
5757
"devDependencies": {
58-
"@repo/cli-conformance": "workspace:8.0.0-rc.5",
59-
"@repo/tsconfig": "workspace:8.0.0-rc.5",
58+
"@repo/cli-conformance": "workspace:8.0.0-rc.6",
59+
"@repo/tsconfig": "workspace:8.0.0-rc.6",
6060
"@types/node": "^22.19.19",
6161
"ci-info": "^4.3.1",
6262
"tsdown": "^0.21.10",

packages/cli-telemetry/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@repo/cli-telemetry",
33
"private": true,
4-
"version": "8.0.0-rc.5",
4+
"version": "8.0.0-rc.6",
55
"description": "CLI telemetry child sender: the detached subprocess the engine hands a composed payload to, its system probes, and the POST",
66
"type": "module",
77
"sideEffects": [
@@ -35,7 +35,7 @@
3535
"@vercel/detect-agent": "^1.2.3"
3636
},
3737
"devDependencies": {
38-
"@repo/tsconfig": "workspace:8.0.0-rc.5",
38+
"@repo/tsconfig": "workspace:8.0.0-rc.6",
3939
"@types/node": "^22.19.19",
4040
"tsdown": "^0.21.10",
4141
"typescript": "^6.0.3",

packages/cli/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@prisma/cli",
3-
"version": "8.0.0-rc.5",
3+
"version": "8.0.0-rc.6",
44
"description": "Command-line interface for the Prisma Developer Platform.",
55
"type": "module",
66
"bin": {
@@ -49,22 +49,22 @@
4949
},
5050
"dependencies": {
5151
"@prisma/cli-engine": "workspace:0.2.0",
52-
"@prisma/composer-cli": "0.8.0",
52+
"@prisma/composer-cli": "0.10.0",
5353
"@prisma/compute-sdk": "0.39.0",
5454
"@prisma/credentials-store": "^7.8.0",
5555
"@prisma/management-api-sdk": "1.55.0",
56-
"@prisma/orm-toolchain": "8.0.0-rc.3",
56+
"@prisma/orm-toolchain": "8.0.0-rc.4",
5757
"@vercel/detect-agent": "^1.2.3",
5858
"better-result": "^2.9.2",
5959
"dotenv": "^17.4.2",
6060
"execa": "^9.6.1",
6161
"open": "^11.0.0"
6262
},
6363
"devDependencies": {
64-
"@prisma/composer": "0.8.0",
65-
"@repo/cli-conformance": "workspace:8.0.0-rc.5",
66-
"@repo/cli-telemetry": "workspace:8.0.0-rc.5",
67-
"@repo/tsconfig": "workspace:8.0.0-rc.5",
64+
"@prisma/composer": "0.10.0",
65+
"@repo/cli-conformance": "workspace:8.0.0-rc.6",
66+
"@repo/cli-telemetry": "workspace:8.0.0-rc.6",
67+
"@repo/tsconfig": "workspace:8.0.0-rc.6",
6868
"@types/node": "^22.19.19",
6969
"tsdown": "^0.21.10",
7070
"tsx": "^4.22.4",

packages/compute/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"test": "vitest run"
4343
},
4444
"devDependencies": {
45-
"@repo/tsconfig": "workspace:8.0.0-rc.5",
45+
"@repo/tsconfig": "workspace:8.0.0-rc.6",
4646
"@types/node": "^22.19.19",
4747
"tsdown": "^0.21.10",
4848
"typescript": "^6.0.3",

packages/prisma/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "prisma",
3-
"version": "8.0.0-rc.5",
3+
"version": "8.0.0-rc.6",
44
"description": "The Prisma CLI: one binary for the ORM, Composer, and the Prisma Developer Platform.",
55
"type": "module",
66
"bin": {
@@ -44,21 +44,21 @@
4444
},
4545
"dependencies": {
4646
"@prisma/cli-engine": "workspace:0.2.0",
47-
"@prisma/composer-cli": "0.8.0",
47+
"@prisma/composer-cli": "0.10.0",
4848
"@prisma/compute-sdk": "0.39.0",
4949
"@prisma/credentials-store": "^7.8.0",
5050
"@prisma/management-api-sdk": "1.55.0",
51-
"@prisma/orm-toolchain": "8.0.0-rc.3",
51+
"@prisma/orm-toolchain": "8.0.0-rc.4",
5252
"@vercel/detect-agent": "^1.2.3",
5353
"better-result": "^2.9.2",
5454
"dotenv": "^17.4.2",
5555
"execa": "^9.6.1",
5656
"open": "^11.0.0"
5757
},
5858
"devDependencies": {
59-
"@prisma/cli": "workspace:8.0.0-rc.5",
60-
"@repo/cli-telemetry": "workspace:8.0.0-rc.5",
61-
"@repo/tsconfig": "workspace:8.0.0-rc.5",
59+
"@prisma/cli": "workspace:8.0.0-rc.6",
60+
"@repo/cli-telemetry": "workspace:8.0.0-rc.6",
61+
"@repo/tsconfig": "workspace:8.0.0-rc.6",
6262
"@types/node": "^22.19.19",
6363
"tsdown": "^0.21.10",
6464
"typescript": "^6.0.3"

packages/tsconfig/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@repo/tsconfig",
33
"private": true,
4-
"version": "8.0.0-rc.5",
4+
"version": "8.0.0-rc.6",
55
"description": "Base tsconfig providing package for the monorepo",
66
"license": "Apache-2.0",
77
"files": [

pnpm-lock.yaml

Lines changed: 35 additions & 35 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)