Skip to content

Commit 87ffd44

Browse files
Bump to version 8.0.0-rc.7 (#217)
8.0.0-rc.6 → 8.0.0-rc.7, per [docs/oss/versioning.md](../blob/main/docs/oss/versioning.md). Alongside the lockstep bump, the Composer pins move to **0.11.0** (released today) in `packages/cli` and `packages/prisma`: the embedded `composer` command family gains config discovery for the plain-JavaScript config spellings (prisma/composer#248) and the directory-form fix for bun-conditional exports (prisma/composer#250). `@prisma/orm-toolchain` stays at 8.0.0-rc.4, the current `latest`. **Merging this PR ships the release**: the squashed push to `main` changes the root version with the release marker, the `Publish to npm` workflow publishes `@prisma/cli-engine` then `@prisma/cli` under `latest`, and a pre-release GitHub Release is created with generated notes. Review the generated notes on the Release after merge. Signed-off-by: Kristof Siket <siket@prisma.io>
1 parent 0f07206 commit 87ffd44

9 files changed

Lines changed: 44 additions & 44 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.6",
3+
"version": "8.0.0-rc.7",
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.6",
4+
"version": "8.0.0-rc.7",
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.6",
27+
"@repo/tsconfig": "workspace:8.0.0-rc.7",
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.6",
59-
"@repo/tsconfig": "workspace:8.0.0-rc.6",
58+
"@repo/cli-conformance": "workspace:8.0.0-rc.7",
59+
"@repo/tsconfig": "workspace:8.0.0-rc.7",
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.6",
4+
"version": "8.0.0-rc.7",
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.6",
38+
"@repo/tsconfig": "workspace:8.0.0-rc.7",
3939
"@types/node": "^22.19.19",
4040
"tsdown": "^0.21.10",
4141
"typescript": "^6.0.3",

packages/cli/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@prisma/cli",
3-
"version": "8.0.0-rc.6",
3+
"version": "8.0.0-rc.7",
44
"description": "Command-line interface for the Prisma Developer Platform.",
55
"type": "module",
66
"bin": {
@@ -49,7 +49,7 @@
4949
},
5050
"dependencies": {
5151
"@prisma/cli-engine": "workspace:0.2.0",
52-
"@prisma/composer-cli": "0.10.0",
52+
"@prisma/composer-cli": "0.11.0",
5353
"@prisma/compute-sdk": "0.39.0",
5454
"@prisma/credentials-store": "^7.8.0",
5555
"@prisma/management-api-sdk": "1.55.0",
@@ -61,10 +61,10 @@
6161
"open": "^11.0.0"
6262
},
6363
"devDependencies": {
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",
64+
"@prisma/composer": "0.11.0",
65+
"@repo/cli-conformance": "workspace:8.0.0-rc.7",
66+
"@repo/cli-telemetry": "workspace:8.0.0-rc.7",
67+
"@repo/tsconfig": "workspace:8.0.0-rc.7",
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.6",
45+
"@repo/tsconfig": "workspace:8.0.0-rc.7",
4646
"@types/node": "^22.19.19",
4747
"tsdown": "^0.21.10",
4848
"typescript": "^6.0.3",

packages/prisma/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "prisma",
3-
"version": "8.0.0-rc.6",
3+
"version": "8.0.0-rc.7",
44
"description": "The Prisma CLI: one binary for the ORM, Composer, and the Prisma Developer Platform.",
55
"type": "module",
66
"bin": {
@@ -44,7 +44,7 @@
4444
},
4545
"dependencies": {
4646
"@prisma/cli-engine": "workspace:0.2.0",
47-
"@prisma/composer-cli": "0.10.0",
47+
"@prisma/composer-cli": "0.11.0",
4848
"@prisma/compute-sdk": "0.39.0",
4949
"@prisma/credentials-store": "^7.8.0",
5050
"@prisma/management-api-sdk": "1.55.0",
@@ -56,9 +56,9 @@
5656
"open": "^11.0.0"
5757
},
5858
"devDependencies": {
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",
59+
"@prisma/cli": "workspace:8.0.0-rc.7",
60+
"@repo/cli-telemetry": "workspace:8.0.0-rc.7",
61+
"@repo/tsconfig": "workspace:8.0.0-rc.7",
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.6",
4+
"version": "8.0.0-rc.7",
55
"description": "Base tsconfig providing package for the monorepo",
66
"license": "Apache-2.0",
77
"files": [

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)