-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
feat(nextjs): Bump minimum required Next.js version to 13.2.0
#11097
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
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.
We can remove Node 14 from the matrix now -
sentry-javascript/.github/workflows/build.yml
Line 542 in 0f1ea2f
node: [14, 16, 18, 20, 21] |
}, | ||
"peerDependencies": { | ||
"next": "^10.0.8 || ^11.0 || ^12.0 || ^13.0 || ^14.0", | ||
"next": "^13.2.0 || ^14.0", |
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.
IMO we should make this 14.1.3
for vercel/next.js#61194
"next": "^13.2.0 || ^14.0", | |
"next": "^13.2.0 || ^14.1.3", |
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.
I don't understand how that would be useful. Can you elaborate? We still have to maintain anything pre 14.1.3.
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.
Well if we make 14.1.3
the minimum for v14
, we don't have to maintain anything pre 14.1.3
. It incentivizes people to use the framework version that works best for the SDK, but I can also see how it introduces friction.
4b01add
to
a0be4c7
Compare
…to lforst-min-nextjs-version
This reverts commit 2c6020b.
size-limit report 📦
|
Ref #9838
Bumps the
next
peer dependency to13.2.0
and removes integration tests that test versions below that version.