-
Notifications
You must be signed in to change notification settings - Fork 3
fix: revert nextjs version #83
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
WalkthroughThe changes in this pull request focus on downgrading specific package dependencies in the Changes
Possibly related PRs
Suggested reviewers
📜 Recent review detailsConfiguration used: CodeRabbit UI ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (1)
🔇 Additional comments (2)package.json (2)Line range hint The project uses several Request Network packages and web3 libraries. Please ensure these packages are compatible with Next.js 14.1.0, particularly:
Let's check for any compatibility issues: ✅ Verification successfulLet me gather more information about the package versions and their compatibility. Based on the gathered information, I can now provide the final response: Dependencies are compatible with Next.js 14.1.0
🏁 Scripts executedThe following scripts were executed for the analysis: Script: #!/bin/bash
# Description: Check for Next.js version requirements in dependencies
# Search for Next.js peer dependency requirements in package-lock.json
echo "Checking peer dependencies..."
fd package-lock.json --exec jq -r '.packages | .[] | select(.peerDependencies.next != null) | "\(.name): requires next \(.peerDependencies.next)"'
Length of output: 256 Script: #!/bin/bash
# Check package versions and their dependencies
echo "Checking @requestnetwork packages dependencies..."
rg -A 5 '"@requestnetwork/[^"]+": "' package-lock.json
echo -e "\nChecking wagmi and rainbowkit dependencies..."
rg -A 5 '"@?wagmi|rainbowkit": "' package-lock.json
echo -e "\nChecking for any dependency conflicts or warnings..."
rg "WARN|ERR.*dependency" package-lock.json
Length of output: 7151
The downgrade of Next.js and related packages to v14.1.0 is consistent across all dependencies:
Let's verify the stability and security of Next.js 14.1.0: Also applies to: 30-30, 44-44 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 using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Problem
Build it failing on deployment environment
Change
Revert Nextjs version back from 15.x to 14.x
Summary by CodeRabbit
@next/third-parties,next, andeslint-config-next.These updates aim to ensure a smoother user experience by maintaining compatibility and performance.