-
Notifications
You must be signed in to change notification settings - Fork 467
chore: bump next #2697
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
chore: bump next #2697
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Dependency ReviewThe following issues were found:
Vulnerabilitiespackage.jsonyarn.lockOnly included vulnerabilities with severity moderate or higher. OpenSSF Scorecard
Scanned Files
|
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.
💡 Codex Review
Lines 10821 to 10833 in dc1a43e
| optionalDependencies: | |
| "@next/swc-android-arm-eabi" "12.3.4" | |
| "@next/swc-android-arm64" "12.3.4" | |
| "@next/swc-darwin-arm64" "12.3.4" | |
| "@next/swc-darwin-x64" "12.3.4" | |
| "@next/swc-freebsd-x64" "12.3.4" | |
| "@next/swc-linux-arm-gnueabihf" "12.3.4" | |
| "@next/swc-linux-arm64-gnu" "12.3.4" | |
| "@next/swc-linux-arm64-musl" "12.3.4" | |
| "@next/swc-linux-x64-gnu" "12.3.4" | |
| "@next/swc-linux-x64-musl" "12.3.4" | |
| "@next/swc-win32-arm64-msvc" "12.3.4" | |
| "@next/swc-win32-ia32-msvc" "12.3.4" |
The lockfile entry for [email protected] still pins all @next/swc-* optional dependencies to 12.3.4. Installing with this lock will keep the old SWC native binaries, which causes next to emit “version mismatch” errors or forces every install to rewrite the lockfile. Regenerate yarn.lock so the @next/swc-* packages resolve to 12.3.7 alongside the main upgrade.
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting
|
📦 Next.js Bundle Analysis for aave-uiThis analysis was generated by the Next.js Bundle Analysis action. 🤖 This PR introduced no changes to the JavaScript bundle! 🙌 |
General Changes
Developer Notes
Add any notes here that may be helpful for reviewers.
Reviewer Checklist
Please ensure you, as the reviewer(s), have gone through this checklist to ensure that the code changes are ready to ship safely and to help mitigate any downstream issues that may occur.
.env.examplefile as well as the pertinant.github/actions/*files