chore: Downgrade Next to 15.3.0#21746
Conversation
There was a problem hiding this comment.
cubic found 1 issue across 1 file. Review it in cubic.dev
React with 👍 or 👎 to teach cubic. Tag @cubic-dev-ai to give specific feedback.
| "micro": "^10.0.1", | ||
| "mime-types": "^2.1.35", | ||
| "next": "^15.3.2", | ||
| "next": "^15.3.0", |
There was a problem hiding this comment.
Using a caret (^) version range still allows npm to install newer patch versions like 15.3.2, so the intended downgrade to exactly 15.3.0 is not guaranteed.
| "next": "^15.3.0", | |
| "next": "15.3.0", |
Graphite Automations"Add consumer team as reviewer" took an action on this PR • (06/09/25)1 reviewer was added to this PR based on Keith Williams's automation. |
|
Turned it draft because we aren't sure if this is the issue yet |
|
While other team members are okay, for some reason, Sean's experiencing a local dev slowness after the next.js version upgrade from 15.3.0 to 15.3.3. The version upgrade isn't really worth blocking Sean's work, so this is a valid merge, IMO, at least for now |
There was a problem hiding this comment.
cubic found 1 issue across 1 file. Review it in cubic.dev
React with 👍 or 👎 to teach cubic. Tag @cubic-dev-ai to give specific feedback.
| "micro": "^10.0.1", | ||
| "mime-types": "^2.1.35", | ||
| "next": "^15.3.2", | ||
| "next": "^15.3.0", |
There was a problem hiding this comment.
Using a caret (^) keeps the version range open, so npm may still install 15.3.2 or any later 15.x patch release, which defeats the intention of downgrading to 15.3.0 to avoid the reported performance issues.
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Skipped Deployment
|
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub. |
|
Caution Review the following alerts detected in dependencies. According to your organization's Security Policy, you must resolve all "Block" alerts before proceeding. Learn more about Socket for GitHub.
|
E2E results are ready! |
What does this PR do?
Fixes local performance issues found in 15.3.2
Visual Demo (For contributors especially)
A visual demonstration is strongly recommended, for both the original and new change (video / image - any one).
Video Demo (if applicable):
Image Demo (if applicable):
Mandatory Tasks (DO NOT REMOVE)
How should this be tested?
Checklist
Summary by cubic
Downgraded Next.js from version 15.3.2 to 15.3.0 to fix local performance issues.