Skip to content

fix: update compute sdk to 0.22.0#71

Merged
AmanVarshney01 merged 1 commit into
mainfrom
aman/update-compute-sdk-0-22
Jun 5, 2026
Merged

fix: update compute sdk to 0.22.0#71
AmanVarshney01 merged 1 commit into
mainfrom
aman/update-compute-sdk-0-22

Conversation

@AmanVarshney01
Copy link
Copy Markdown
Member

Summary

  • bump @prisma/compute-sdk from ^0.21.0 to ^0.22.0
  • update pnpm-lock.yaml so the CLI installs SDK 0.22.0
  • fixes the released CLI still sending unsupported envVars in deploy version creation payloads

Verification

  • pnpm --filter @prisma/cli test
  • pnpm --filter @prisma/cli build
  • live smoke with local built CLI: app deploy --env DATABASE_URL=... --create-project ... --framework hono --http-port 8080 returned ok: true
  • smoke deployment root returned {"message":"hello from create-prisma + hono"}

Signed-off-by: Aman Varshney <amanvarshney.work@gmail.com>
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Jun 5, 2026

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro

Run ID: 653b0a4e-ddb5-44f1-87b7-ee1f6db0dbee

📥 Commits

Reviewing files that changed from the base of the PR and between e18e83b and 7f889ea.

⛔ Files ignored due to path filters (1)
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
📒 Files selected for processing (1)
  • packages/cli/package.json

Summary by CodeRabbit

  • Chores
    • Updated CLI package dependency to the latest compatible version.

Walkthrough

This PR updates the @prisma/compute-sdk dependency in the CLI package from version ^0.21.0 to ^0.22.0 in packages/cli/package.json. The change modifies a single line in the package manifest to reference the newer minor version of the Compute SDK library.

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title accurately summarizes the main change: updating the compute SDK dependency from 0.21.0 to 0.22.0 in the CLI package.
Description check ✅ Passed The description is directly related to the changeset, providing clear context about the dependency bump, lock file updates, and the bug fix regarding envVars handling.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch aman/update-compute-sdk-0-22
✨ Simplify code
  • Create PR with simplified code
  • Commit simplified code in branch aman/update-compute-sdk-0-22

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

@AmanVarshney01 AmanVarshney01 merged commit e793063 into main Jun 5, 2026
5 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.

2 participants