8000 chore: upgrade prisma to 6.7.0 by mattinannt · Pull Request #5664 · formbricks/formbricks · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

chore: upgrade prisma to 6.7.0 #5664

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

Merged
merged 1 commit into from
May 5, 2025
Merged

chore: upgrade prisma to 6.7.0 #5664

merged 1 commit into from
May 5, 2025

Conversation

mattinannt
Copy link
Member
@mattinannt mattinannt commented May 5, 2025

This pull request updates the @prisma/client and prisma packages from version 6.6.0 to 6.7.0 across multiple files and configurations. These changes ensure the project uses the latest version of Prisma, which may include bug fixes, performance improvements, or new features.

Dependency Updates:

  • Updated @prisma/client from 6.6.0 to 6.7.0 in apps/web/package.json, packages/database/package.json, and packages/types/package.json. [1] [2] [3]
  • Updated prisma from 6.6.0 to 6.7.0 in packages/database/package.json.

Lockfile Updates:

  • Updated @prisma/client and prisma versions, along with associated dependencies (@prisma/config, @prisma/debug, @prisma/engines, etc.), in pnpm-lock.yaml. These updates reflect the new version 6.7.0 and ensure compatibility with the updated Prisma ecosystem. [1] [2] [3] [4] [5] [6] [7] [8] [9]

Summary by CodeRabbit

  • Chores
    • Updated the "@prisma/client" and "prisma" dependencies to version 6.7.0 across multiple packages to ensure compatibility and access to the latest features and fixes.

Copy link
Contributor
github-actions bot commented May 5, 2025

Thank you for following the naming conventions for pull request titles! 🙏

Copy link
Contributor
coderabbitai bot commented May 5, 2025

Walkthrough

This change updates the version of the @prisma/client dependency from 6.6.0 to 6.7.0 across multiple packages in the repository. Specifically, the update is applied to the apps/web/package.json, packages/database/package.json, and packages/types/package.json files. In the @formbricks/database package, the prisma dependency is also updated from 6.6.0 to 6.7.0 in both the dependencies and devDependencies sections. No other modifications to scripts, configurations, or additional dependencies are introduced in this update. There are no alterations to the declarations of exported or public entities.

Possibly related PRs

  • chore: update prisma version #3361: Updates @prisma/client dependency version in multiple package.json files, including packages/database/package.json, which is directly related to this PR’s changes.
  • chore: updates prisma to latest version #5395: Previously updated Prisma dependencies from 6.0.1 to 6.6.0 in the same package.json files, representing an earlier step in the version upgrade path continued by this PR.

Suggested reviewers

  • pandeymangg

📜 Recent review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 61657b9 and 91b5804.

⛔ Files ignored due to path filters (1)
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
📒 Files selected for processing (3)
  • apps/web/package.json (1 hunks)
  • packages/database/package.json (2 hunks)
  • packages/types/package.json (1 hunks)
⏰ Context from checks skipped due to timeout of 90000ms (7)
  • GitHub Check: Run E2E Tests / Run E2E Tests
  • GitHub Check: Run Linters / Linters
  • GitHub Check: Build Formbricks-web / Build Formbricks-web
  • GitHub Check: Run Unit Tests / Unit Tests
  • GitHub Check: SonarQube
  • GitHub Check: Validate Docker Build
  • GitHub Check: Analyze (javascript)
🔇 Additional comments (4)
packages/types/package.json (1)

16-16: Upgrade @prisma/client to v6.7.0
The bump aligns with other packages in the monorepo. After merging, please run pnpm install and regenerate any dependent types (e.g., via prisma generate in consuming packages) to ensure compatibility with Prisma 6.7.0.

packages/database/package.json (2)

27-27: Bump @prisma/client to v6.7.0
This update keeps the client version in sync across the repo. Remember to run pnpm install and execute prisma generate under packages/database to refresh the client.


36-36: Upgrade prisma CLI to v6.7.0
Locking the CLI to 6.7.0 prevents version skew between local development and CI. After updating, verify that your migration and db commands (prisma db push, etc.) continue to work without breaking changes.

apps/web/package.json (1)

53-53: Upgrade @prisma/client to v6.7.0
Ensure that the Next.js app is rebuilt and that any server-side data fetching or API routes using Prisma still type-check and run correctly against the new client version.


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.

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Support

Need help? Create a ticket on our support page for assistance with any issues or questions.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR.
  • @coderabbitai generate sequence diagram to generate a sequence diagram of the changes in this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link
sonarqubecloud bot commented May 5, 2025

@mattinannt mattinannt merged commit 91f87f4 into main May 5, 2025
21 checks passed
@mattinannt mattinannt deleted the fix/upgrade-prisma-6-7-0 branch May 5, 2025 16:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant
0