build(deps-dev): bump prisma from 5.22.0 to 7.4.0#6
build(deps-dev): bump prisma from 5.22.0 to 7.4.0#6dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 59a64ff556
ℹ️ 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".
package.json
Outdated
| "postcss": "^8.4.41", | ||
| "prettier": "^3.4.2", | ||
| "prisma": "^5.18.0", | ||
| "prisma": "^7.4.0", |
There was a problem hiding this comment.
Keep prisma and @prisma/client on same major version
This change upgrades only prisma to ^7.4.0 while @prisma/client remains on the 5.x line (package.json still pins @prisma/client to ^5.18.0), creating a major-version skew in the Prisma toolchain. In this repo, prisma generate is part of CI and image builds, and running CLI 7 against client 5 is an unsupported combination that can fail generation/migrations or produce a client/runtime mismatch; upgrade @prisma/client together with prisma (or keep both on 5.x) to avoid breaking those flows.
Useful? React with 👍 / 👎.
Bumps [prisma](https://github.com/prisma/prisma/tree/HEAD/packages/cli) from 5.22.0 to 7.4.0. - [Release notes](https://github.com/prisma/prisma/releases) - [Commits](https://github.com/prisma/prisma/commits/7.4.0/packages/cli) --- updated-dependencies: - dependency-name: prisma dependency-version: 7.4.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
59a64ff to
d7f865b
Compare
|
|
Bumps prisma from 5.22.0 to 7.4.0.
Release notes
Sourced from prisma's releases.
... (truncated)
Commits
1df1c6dfix(cli-generator): outdated default generator provider (#29089)710c25dfix: update dependencies to fix pnpm audit (#29128)fdabc1cfix(cli): remove Prisma Pulse from CLI help message (#29093)1677a32docs: fix broken getting started links across repository (#28948)32e5614chore(cli): bumphonoand@prisma/dev, resolvinghonovulnerability. (#...2a44bb8chore(cli): bump studio, fixing vitess introspection. (#29045)011b6a6chore: remove promotions (#29015)90141bbchore(cli): bump studio, add northwind to sandbox. (#28985)fd479fdfeat(qc): fast and small build modes (#28976)815ba13chore(cli): bump@prisma/dev, fix init usage following changes. (#28929)Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for prisma since your current version.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 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)