-
Notifications
You must be signed in to change notification settings - Fork 1
Bump prisma from 6.19.2 to 7.3.0 #838
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
Note
|
| Cohort / File(s) | Summary |
|---|---|
Dependency version update packages/app/prisma-utils/package.json |
Prisma dev dependency bumped from ~6.19.0 to ~7.3.0 (one-line change in devDependencies). |
Estimated code review effort
🎯 1 (Trivial) | ⏱️ ~3 minutes
Suggested reviewers
- kibertoad
- CarlosGamero
- dariacm
- github-actions
🚥 Pre-merge checks | ✅ 2 | ❌ 1
❌ Failed checks (1 warning)
| Check name | Status | Explanation | Resolution |
|---|---|---|---|
| Description check | The PR description is missing required sections from the template: no 'Changes' section describing what was modified, no checklist items marked, and no AI assistance tracking selection. | Add a 'Changes' section describing the update, complete the checklist by marking appropriate items, and select one AI assistance option before merging. |
✅ Passed checks (2 passed)
| Check name | Status | Explanation |
|---|---|---|
| Title check | ✅ Passed | The title accurately and concisely describes the main change: a Prisma dependency version bump from 6.19.2 to 7.3.0. |
| 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.
✨ Finishing touches
🧪 Generate unit tests (beta)
- Create PR with unit tests
- Post copyable unit tests in a comment
- Commit unit tests in branch
dependabot/npm_and_yarn/prisma-7.3.0
Comment @coderabbitai help to get the list of available commands and usage tips.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
Caution
Some comments are outside the diff and can’t be posted inline due to platform limitations.
⚠️ Outside diff range comments (1)
packages/app/prisma-utils/package.json (1)
42-55: Align Prisma 7 devDependency with peer range and@prisma/client.
devDependencies.prismais now~7.3.0, butpeerDependencies.prismastill caps<7.0.0anddevDependencies.@prisma/clientremains~6.19.0. Prisma's official guidance recommends upgradingprismaand@prisma/clienttogether to the same version to avoid mismatches. The current configuration creates incompatible constraints that could break for library consumers. Either revertprismato 6.x, or widen the peer range to<8.0.0and bump@prisma/clientto~7.3.0.Option B: align to Prisma 7.x
"peerDependencies": { - "@prisma/client": ">=5.0.0 <7.0.0", - "prisma": ">=5.0.0 <7.0.0" + "@prisma/client": ">=5.0.0 <8.0.0", + "prisma": ">=5.0.0 <8.0.0" }, "devDependencies": { - "@prisma/client": "~6.19.0", + "@prisma/client": "~7.3.0", ... "prisma": "~7.3.0", }
c4ffb9b to
1490136
Compare
Bumps [prisma](https://github.com/prisma/prisma/tree/HEAD/packages/cli) from 6.19.2 to 7.3.0. - [Release notes](https://github.com/prisma/prisma/releases) - [Commits](https://github.com/prisma/prisma/commits/7.3.0/packages/cli) --- updated-dependencies: - dependency-name: prisma dependency-version: 7.3.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1490136 to
aa24eec
Compare
Rebasing might not happen immediately, so don't worry if this takes some time.
Note: if you make any changes to this PR yourself, they will take precedence over the rebase.
Bumps prisma from 6.19.2 to 7.3.0.
Release notes
Sourced from prisma's releases.
... (truncated)
Commits
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)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)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 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)Summary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings.