deps(deps-dev): bump prisma from 6.19.2 to 7.2.0 - #197
Conversation
Bumps [prisma](https://github.com/prisma/prisma/tree/HEAD/packages/cli) from 6.19.2 to 7.2.0. - [Release notes](https://github.com/prisma/prisma/releases) - [Commits](https://github.com/prisma/prisma/commits/7.2.0/packages/cli) --- updated-dependencies: - dependency-name: prisma dependency-version: 7.2.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: e4266367f9
ℹ️ About Codex in GitHub
Codex has been enabled to automatically 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 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| "msw": "^2.11.5", | ||
| "png-to-ico": "^3.0.1", | ||
| "prisma": "^6.19.0", | ||
| "prisma": "^7.2.0", |
There was a problem hiding this comment.
Align Prisma CLI with @prisma/client major
This change bumps the Prisma CLI to ^7.2.0 while @prisma/client remains ^6.19.0 in the same package.json (see dependency list around line 75). Prisma expects the CLI and client to share the same major version; with the postinstall script running prisma generate, a 7.x CLI against a 6.x client will error out and break installs/CI in environments that execute npm install. To avoid failing postinstall, either upgrade @prisma/client to 7.x alongside this bump or keep prisma on the 6.x major.
Useful? React with 👍 / 👎.
Bumps prisma from 6.19.2 to 7.2.0.
Release notes
Sourced from prisma's releases.
... (truncated)
Commits
815ba13chore(cli): bump@prisma/dev, fix init usage following changes. (#28929)bebccbdfeat(cli): customizeprisma initbased on the JS runtime (Bun vs other) (#2...09b4a1dfix(cli): makeprisma version --jsonemit JSON only to stdout (#28911)ed03287feat(config): allow undefined urls in e.g.prisma generate(#28895)f80a3d3chore(cli): bump@prisma/dev. (#28924)fdbf663chore(cli): bump@prisma/studio-coreto latest with proper licensing. (#28923)f85de48refactor(cli): bump@prisma/devand usestartPrismaDevServerinstead of t...9c14872fix(cli): studio mishandles remote "prisma+postgres:" connection strings. (#2...f27b66brefactor: TML-1654 use management api sdk init command (#28878)0506a3afix: remove pool param for studio ppg connections (#28883)You can trigger a rebase of this PR by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)