-
-
Couldn't load subscription status.
- Fork 126
feat(redwood): redwood v7 support #1617
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
WalkthroughWalkthroughThe recent updates enhance compatibility with various versions of RedwoodJS by refining the Changes
Possibly related issues
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
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 as PR comments)
Additionally, you can add 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
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files ignored due to path filters (2)
packages/misc/redwood/package.jsonis excluded by!**/*.jsonpnpm-lock.yamlis excluded by!**/pnpm-lock.yaml,!**/*.yaml
Files selected for processing (3)
- packages/misc/redwood/src/commands/setup.ts (2 hunks)
- packages/runtime/res/enhance.d.ts (1 hunks)
- packages/schema/src/plugins/enhancer/enhance/index.ts (2 hunks)
Additional comments not posted (5)
packages/runtime/res/enhance.d.ts (1)
1-1: LGTM!The addition of
type PrismaClientto the export statement enhances type safety and accessibility.packages/misc/redwood/src/commands/setup.ts (2)
1-1: LGTM!The new imports for
getInstalledRedwoodVersionandsemverare necessary for version checking of the Redwood framework.Also applies to: 7-7
148-153: LGTM!The conditional logic for determining the module to declare based on the installed version of Redwood ensures compatibility with different versions.
packages/schema/src/plugins/enhancer/enhance/index.ts (2)
130-132: LGTM!The changes to
createSimplePrismaImportsenhance type accessibility and safety by importing and exportingPrismaClient.
156-156: LGTM!The changes to
createLogicalPrismaImportsenhance type accessibility and safety by importing and exportingPrismaClient.
|
Fixes #1553 |
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
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files selected for processing (1)
- packages/misc/redwood/src/commands/setup.ts (4 hunks)
Files skipped from review as they are similar to previous changes (1)
- packages/misc/redwood/src/commands/setup.ts
No description provided.