Skip to content

fix: narrow peerDependencies next range to exclude 16.0.0–16.2.2#1203

Merged
james-elicx merged 1 commit intoopennextjs:mainfrom
314systems:fix/peerdeps-next-range
Apr 17, 2026
Merged

fix: narrow peerDependencies next range to exclude 16.0.0–16.2.2#1203
james-elicx merged 1 commit intoopennextjs:mainfrom
314systems:fix/peerdeps-next-range

Conversation

@314systems
Copy link
Copy Markdown
Contributor

@314systems 314systems commented Apr 15, 2026

The previous range allowed Next.js 16.0.0 through 16.2.2 without a peer dependency warning because >=16.2.3 was already covered by >=15.5.15.

The range now explicitly supports Next.js 15.5.15 and above in the 15.x line, and Next.js 16.2.3 and above in the 16.x line.

Closes #1202

@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented Apr 15, 2026

🦋 Changeset detected

Latest commit: e111c60

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@opennextjs/cloudflare Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@pkg-pr-new
Copy link
Copy Markdown

pkg-pr-new Bot commented Apr 15, 2026

Open in StackBlitz

npm i https://pkg.pr.new/@opennextjs/cloudflare@1203

commit: e111c60

@314systems 314systems force-pushed the fix/peerdeps-next-range branch from df22cf7 to f4a967d Compare April 15, 2026 13:11
@314systems 314systems force-pushed the fix/peerdeps-next-range branch from a75c771 to e111c60 Compare April 17, 2026 04:02
@james-elicx james-elicx merged commit 6f02d12 into opennextjs:main Apr 17, 2026
7 checks passed
@314systems 314systems deleted the fix/peerdeps-next-range branch April 20, 2026 02:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG] peerDependencies.next range is too broad (>=15.5.15 || >=16.2.3 is equivalent to >=15.5.15)

2 participants