-
-
Couldn't load subscription status.
- Fork 126
chore: update to prisma 6.14 #2223
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
Conversation
📝 WalkthroughWalkthroughAdds changelog entries to packages/ide/jetbrains/CHANGELOG.md and updates Prisma dependency version strings in tests/integration/tests/cli/plugins.test.ts from 6.13.x to 6.14.x. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
Tip 🔌 Remote MCP (Model Context Protocol) integration is now available!Pro plan users can now connect to remote MCP servers from the Integrations page. Connect with popular remote MCPs such as Notion and Linear to add more context to your reviews and chats. ✨ Finishing Touches
🧪 Generate unit tests
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. CodeRabbit Commands (Invoked using PR/Issue comments)Type Other keywords and placeholders
CodeRabbit Configuration File (
|
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
🧹 Nitpick comments (2)
packages/ide/jetbrains/CHANGELOG.md (2)
7-8: Clarify phrasing for the Unreleased noteConsider a clearer, change-focused phrasing.
-- Views are not required to have a unique identifying field marked with `@id` or `@unique`. +- Views no longer require a unique identifying field marked with `@id` or `@unique`.
9-12: Classify 2.17.0 entry as Added instead of FixedThe wording (“Support …”) reads as a new capability. Consider moving this under “Added”.
-### Fixed +### Added
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
💡 Knowledge Base configuration:
- MCP integration is disabled by default for public repositories
- Jira integration is disabled by default for public repositories
- Linear integration is disabled by default for public repositories
You can enable these sources in your CodeRabbit configuration.
⛔ Files ignored due to path filters (10)
packages/plugins/trpc/tests/projects/nuxt-trpc-v10/package.jsonis excluded by!**/*.jsonpackages/plugins/trpc/tests/projects/nuxt-trpc-v11/package.jsonis excluded by!**/*.jsonpackages/plugins/trpc/tests/projects/t3-trpc-v11/package.jsonis excluded by!**/*.jsonpackages/runtime/package.jsonis excluded by!**/*.jsonpackages/schema/package.jsonis excluded by!**/*.jsonpackages/sdk/package.jsonis excluded by!**/*.jsonpnpm-lock.yamlis excluded by!**/pnpm-lock.yaml,!**/*.yamltests/integration/test-run/package.jsonis excluded by!**/*.jsontests/integration/tests/frameworks/nextjs/test-project/package.jsonis excluded by!**/*.jsontests/integration/tests/frameworks/trpc/test-project/package.jsonis excluded by!**/*.json
📒 Files selected for processing (2)
packages/ide/jetbrains/CHANGELOG.md(1 hunks)tests/integration/tests/cli/plugins.test.ts(2 hunks)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (5)
- GitHub Check: build-test (20.x)
- GitHub Check: dependency-review
- GitHub Check: OSSAR-Scan
- GitHub Check: build-test (20.x)
- GitHub Check: build-test (20.x)
🔇 Additional comments (2)
tests/integration/tests/cli/plugins.test.ts (2)
78-78: Versions in sync — good bump to 6.14.x
@prisma/clientis aligned withprismato the same minor version, which is required. Looks good.
88-88: Confirm there are no remaining prisma/@prisma/client 6.13.x references (manual verification required)I ran the ripgrep checks in the sandbox; they produced no matches but also no output — please re-run locally/CI to be certain and update any lingering 6.13.x → 6.14.x.
- Current file showing the intended change:
- tests/integration/tests/cli/plugins.test.ts — line ~88 now uses 'prisma@6.14.x'
- Commands to run locally:
- rg -n -C2 -P '(@prisma/client|prisma)@6.13(.x|.\d+)?'
- rg -n -C2 -P '"(@prisma/client|prisma)"\s*:\s*"[^^"]*6.13(.x|.\d+)?'
- rg -n -C2 --hidden --glob '!node_modules' '6.13'
No description provided.