Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/auth/nextjs-ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@crossmint/server-sdk": "workspace:*",
"react": "^18",
"react-dom": "^18",
"next": "15.3.9"
"next": "15.5.15"
},
"devDependencies": {
"typescript": "^5",
Expand Down
2 changes: 1 addition & 1 deletion apps/payments/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@dynamic-labs/ethereum": "4.8.3",
"@dynamic-labs/sdk-react-core": "4.8.3",
"@dynamic-labs/solana": "4.8.3",
"next": "15.3.9",
"next": "15.5.15",
"react": "18.3.1",
"react-dom": "18.3.1"
},
Expand Down
2 changes: 1 addition & 1 deletion apps/wallets/quickstart-devkit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"clsx": "2.1.1",
"firebase": "^10.3.1",
"firebaseui": "6.1.0",
"next": "15.3.9",
"next": "15.5.15",
"react": "^18",
"react-dom": "^18",
"tailwind-merge": "2.4.0",
Expand Down
2 changes: 1 addition & 1 deletion apps/wallets/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"react-native-web": "~0.21.2",
"@solana/web3.js": "1.98.1",
"@stellar/stellar-sdk": "^14.6.1",
"next": "^16.2.3",
"next": "^15.5.15",
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Unexpected Next.js major version downgrade

This file previously pinned next at ^16.2.3, but this PR replaces it with ^15.5.15 — a downgrade from major version 16 to 15, not an upgrade. The other four apps in this PR were legitimately bumped from 15.3.9 to 15.5.15, but apps/wallets/react appears to have been intentionally on a Next.js 16 prerelease. Dependabot may have normalised it to the latest stable 15.x branch rather than keeping it on 16.x, which could silently break features or configuration that relied on Next.js 16 APIs. Please verify this downgrade is intentional before merging.

Prompt To Fix With AI
This is a comment left during a code review.
Path: apps/wallets/react/package.json
Line: 16

Comment:
**Unexpected Next.js major version downgrade**

This file previously pinned `next` at `^16.2.3`, but this PR replaces it with `^15.5.15` — a downgrade from major version 16 to 15, not an upgrade. The other four apps in this PR were legitimately bumped from 15.3.9 to 15.5.15, but `apps/wallets/react` appears to have been intentionally on a Next.js 16 prerelease. Dependabot may have normalised it to the latest stable 15.x branch rather than keeping it on 16.x, which could silently break features or configuration that relied on Next.js 16 APIs. Please verify this downgrade is intentional before merging.

How can I resolve this? If you propose a fix, please make it concise.

"react": "^19.0.0",
"react-dom": "^19.0.0",
"viem": "^2.33.1"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"jest": "29.6.4",
"rimraf": "6.0.1",
"ts-jest": "29.1.1",
"tsup": "8.1.0",
"tsup": "8.3.5",
"turbo": "2.2.3",
"typescript": "5.5.3",
"vitest": "1.6.1",
Expand Down
Loading
Loading