Skip to content

Update pnpm lockfile for Prisma 6.18.0#27

Merged
VectoDE merged 4 commits intomainfrom
codex/fix-outdated-pnpm-lockfile
Nov 1, 2025
Merged

Update pnpm lockfile for Prisma 6.18.0#27
VectoDE merged 4 commits intomainfrom
codex/fix-outdated-pnpm-lockfile

Conversation

@VectoDE
Copy link
Copy Markdown
Owner

@VectoDE VectoDE commented Nov 1, 2025

Summary

  • update pnpm-lock.yaml so that the recorded @prisma/client dependency matches the manifest requirement

Testing

  • pnpm install

https://chatgpt.com/codex/tasks/task_e_69063daaf0e4832caeab34c427a12f43

@vercel
Copy link
Copy Markdown

vercel bot commented Nov 1, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
portfolio Ready Ready Preview Comment Nov 1, 2025 5:27pm

Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

pnpm-lock.yaml Outdated
Comment on lines +16 to +22
version: 2.11.0(@prisma/client@6.18.0([email protected])([email protected]))([email protected])
'@hookform/resolvers':
specifier: ^3.9.1
version: 3.10.0([email protected]([email protected]))
'@prisma/client':
specifier: 5.22.0
version: 5.22.0([email protected])
specifier: ^6.18.0
version: 6.18.0([email protected])([email protected])
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P1 Badge Upgrade @prisma/client without matching prisma CLI

The lockfile now resolves @prisma/client to 6.18.0, but it still records the peer dependency [email protected]. Prisma requires the CLI (prisma package) and generated client to share the same major version; running any of the existing scripts like pnpm prisma:generate will fail with a version mismatch error (Prisma Client 6.x is incompatible with Prisma CLI 5.x). Either upgrade prisma to 6.x or keep the client on 5.22 to avoid breaking database commands.

Useful? React with 👍 / 👎.

@VectoDE VectoDE merged commit 6b2fbba into main Nov 1, 2025
4 of 6 checks passed
@VectoDE VectoDE deleted the codex/fix-outdated-pnpm-lockfile branch November 1, 2025 23:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant