Skip to content

chore(deps): update engines to 7.3.0-16.9d6ad21cbbceab97458517b147a6a09ff43aa735#29054

Merged
mergery[bot] merged 1 commit into
mainfrom
deps/engines-7.3.0-16.9d6ad21cbbceab97458517b147a6a09ff43aa735
Jan 21, 2026
Merged

chore(deps): update engines to 7.3.0-16.9d6ad21cbbceab97458517b147a6a09ff43aa735#29054
mergery[bot] merged 1 commit into
mainfrom
deps/engines-7.3.0-16.9d6ad21cbbceab97458517b147a6a09ff43aa735

Conversation

@prisma-bot

@prisma-bot prisma-bot commented Jan 20, 2026

Copy link
Copy Markdown
Contributor

The base branch for this PR is: main
This automatic PR updates the engines to version 7.3.0-16.9d6ad21cbbceab97458517b147a6a09ff43aa735.
This will get automatically merged if all the tests pass.
⚠️ If this PR needs to be updated, first remove the automerge label before pushing to avoid automerge to merge without waiting for tests.

Packages

Package NPM URL
@prisma/engines-version https://npmjs.com/package/@prisma/engines-version/v/7.3.0-16.9d6ad21cbbceab97458517b147a6a09ff43aa735
@prisma/prisma-schema-wasm https://npmjs.com/package/@prisma/prisma-schema-wasm/v/7.3.0-16.9d6ad21cbbceab97458517b147a6a09ff43aa735
@prisma/query-compiler-wasm https://npmjs.com/package/@prisma/query-compiler-wasm/v/7.3.0-16.9d6ad21cbbceab97458517b147a6a09ff43aa735
@prisma/schema-engine-wasm https://npmjs.com/package/@prisma/schema-engine-wasm/v/7.3.0-16.9d6ad21cbbceab97458517b147a6a09ff43aa735

Engines commit

prisma/prisma-engines@9d6ad21cbbceab97458517b147a6a09ff43aa735

Summary by CodeRabbit

  • Chores
    • Updated internal dependencies across multiple packages to the latest versions, ensuring compatibility and access to recent improvements in the underlying components.

✏️ Tip: You can customize this high-level summary in your review settings.

@coderabbitai

coderabbitai Bot commented Jan 20, 2026

Copy link
Copy Markdown
Contributor

Walkthrough

Version dependency updates across multiple packages. The commit updates Prisma engine-related dependencies from 7.3.0-8.aee8f579c2872ad0cedd6fd7e9070704fdb3610e to 7.3.0-16.9d6ad21cbbceab97458517b147a6a09ff43aa735 across eight package.json files in the monorepo.

Changes

Cohort / File(s) Summary
Engine version dependency updates
packages/client-generator-js/package.json, packages/client-generator-ts/package.json, packages/engines/package.json, packages/fetch-engine/package.json, packages/migrate/package.json
Bumped @prisma/engines-version from 7.3.0-8.aee8f579c2872ad0cedd6fd7e9070704fdb3610e to 7.3.0-16.9d6ad21cbbceab97458517b147a6a09ff43aa735
Query compiler and schema WASM dependencies
packages/client/package.json
Bumped @prisma/engines-version and @prisma/query-compiler-wasm from 7.3.0-8.aee8f579c2872ad0cedd6fd7e9070704fdb3610e to 7.3.0-16.9d6ad21cbbceab97458517b147a6a09ff43aa735
Schema parsing WASM dependencies
packages/internals/package.json, packages/schema-files-loader/package.json
Bumped @prisma/prisma-schema-wasm and @prisma/schema-engine-wasm (internals only) from 7.3.0-8.aee8f579c2872ad0cedd6fd7e9070704fdb3610e to 7.3.0-16.9d6ad21cbbceab97458517b147a6a09ff43aa735

Possibly related PRs

Suggested reviewers

  • jkomyno
  • aqrln
🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately describes the main change: a dependency update to engines version 7.3.0-16.9d6ad21cbbceab97458517b147a6a09ff43aa735 across multiple packages.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ 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.

❤️ Share

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

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Comment thread packages/engines/package.json
Comment thread packages/schema-files-loader/package.json
@github-actions

Copy link
Copy Markdown
Contributor

size-limit report 📦

Path Size
packages/client/runtime/index-browser.js 2.23 KB (0%)
packages/client/runtime/index-browser.d.ts 3.28 KB (0%)
packages/cli/build/index.js 2.52 MB (+0.01% 🔺)
packages/client/prisma-client-0.0.0.tgz 26.37 MB (+0.01% 🔺)
packages/cli/prisma-0.0.0.tgz 12.29 MB (+0.01% 🔺)
packages/bundle-size/da-workers-libsql/output.tgz 1.23 MB (+0.01% 🔺)
packages/bundle-size/da-workers-neon/output.tgz 1.3 MB (+0.01% 🔺)
packages/bundle-size/da-workers-pg/output.tgz 1.29 MB (+0.01% 🔺)
packages/bundle-size/da-workers-planetscale/output.tgz 1.24 MB (+0.01% 🔺)
packages/bundle-size/da-workers-d1/output.tgz 1.21 MB (+0.01% 🔺)

@codspeed-hq

codspeed-hq Bot commented Jan 20, 2026

Copy link
Copy Markdown

CodSpeed Performance Report

Merging this PR will improve performance by ×22

Comparing deps/engines-7.3.0-16.9d6ad21cbbceab97458517b147a6a09ff43aa735 (89552e2) with main (32e5614)

Summary

⚡ 1 improved benchmark
✅ 40 untouched benchmarks

Performance Changes

Benchmark BASE HEAD Efficiency
compile count filtered 19,708.4 µs 897 µs ×22

@mergery mergery Bot merged commit b6fd1bd into main Jan 21, 2026
511 of 1005 checks passed
@mergery mergery Bot deleted the deps/engines-7.3.0-16.9d6ad21cbbceab97458517b147a6a09ff43aa735 branch January 21, 2026 08:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant