chore(deps): update engines to 7.3.0-16.9d6ad21cbbceab97458517b147a6a09ff43aa735#29054
Conversation
WalkthroughVersion dependency updates across multiple packages. The commit updates Prisma engine-related dependencies from Changes
Possibly related PRs
Suggested reviewers
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. 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 |
There was a problem hiding this comment.
Actionable comments posted: 2
🤖 Fix all issues with AI agents
In `@packages/engines/package.json`:
- Line 25: The package.json entry for the "@prisma/engines-version" dependency
is pointing to an unpublished version string
("7.3.0-16.9d6ad21cbbceab97458517b147a6a09ff43aa735"); update the
"@prisma/engines-version" value to a valid published Prisma engines version (for
example a 7.3.0-dev.* or 7.3.0-integration-* tag that exists on npm, or the
stable 7.3.0 if appropriate) so CI installs succeed—locate the key
"@prisma/engines-version" in packages/engines/package.json and replace the
version string with a confirmed published version.
In `@packages/schema-files-loader/package.json`:
- Line 25: The package.json declares an unavailable dependency version
"@prisma/prisma-schema-wasm":
"7.3.0-16.9d6ad21cbbceab97458517b147a6a09ff43aa735" which will break installs;
update the dependency in package.json to a published version (e.g., a known
public pre-release or stable tag) or ensure your npm registry/auth is configured
to serve that exact tag, then run a fresh install to verify resolution; locate
the dependency entry in package.json and replace the version string or adjust
registry configuration accordingly.
♻️ Duplicate comments (4)
packages/migrate/package.json (1)
57-57: Same publish verification applies for@prisma/engines-version.packages/client-generator-ts/package.json (1)
31-31: Same publish verification applies for@prisma/engines-version.packages/fetch-engine/package.json (1)
40-40: Same publish verification applies for@prisma/engines-version.packages/client-generator-js/package.json (1)
31-31: Same publish verification applies for@prisma/engines-version.
size-limit report 📦
|
CodSpeed Performance ReportMerging this PR will improve performance by ×22Comparing Summary
Performance Changes
|
The base branch for this PR is: main
⚠️ If this PR needs to be updated, first remove the
This automatic PR updates the engines to version
7.3.0-16.9d6ad21cbbceab97458517b147a6a09ff43aa735.This will get automatically merged if all the tests pass.
automergelabel before pushing to avoid automerge to merge without waiting for tests.Packages
@prisma/engines-version@prisma/prisma-schema-wasm@prisma/query-compiler-wasm@prisma/schema-engine-wasmEngines commit
prisma/prisma-engines@9d6ad21cbbceab97458517b147a6a09ff43aa735Summary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings.