Skip to content

Conversation

dulmandakh
Copy link
Contributor

@dulmandakh dulmandakh commented Oct 9, 2025

this PR uses pnpm catalog to version Prisma engine, same as #28236

@dulmandakh dulmandakh marked this pull request as ready for review October 9, 2025 18:45
@Copilot Copilot AI review requested due to automatic review settings October 9, 2025 18:45
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR centralizes Prisma engine version management by moving hardcoded version strings to a pnpm catalog. Instead of maintaining the same engine version string across multiple package.json files, all packages now reference the centralized catalog entries.

  • Added Prisma engine package versions to the pnpm workspace catalog
  • Updated all package.json files to use catalog references instead of hardcoded versions
  • Ensures consistent versioning across all Prisma engine dependencies

Reviewed Changes

Copilot reviewed 9 out of 10 changed files in this pull request and generated no comments.

Show a summary per file
File Description
pnpm-workspace.yaml Added catalog entries for all Prisma engine packages with version 6.18.0-2.ba2627112b75424f26505fb83167ce78db40fc57
packages/schema-files-loader/package.json Updated @prisma/prisma-schema-wasm dependency to use catalog reference
packages/migrate/package.json Updated @prisma/engines-version dependency to use catalog reference
packages/internals/package.json Updated @prisma/prisma-schema-wasm and @prisma/schema-engine-wasm dependencies to use catalog references
packages/fetch-engine/package.json Updated @prisma/engines-version dependency to use catalog reference
packages/engines/package.json Updated @prisma/engines-version dependency to use catalog reference
packages/client/package.json Updated @prisma/engines-version, @prisma/query-compiler-wasm, and @prisma/query-engine-wasm dependencies to use catalog references
packages/client-generator-ts/package.json Updated @prisma/engines-version dependency to use catalog reference
packages/client-generator-js/package.json Updated @prisma/engines-version dependency to use catalog reference
Files not reviewed (1)
  • pnpm-lock.yaml: Language not supported

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@dulmandakh
Copy link
Contributor Author

@aqrln please approve workflows

@dulmandakh dulmandakh marked this pull request as draft October 10, 2025 10:22
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.

1 participant