I'm upgrading from Next.js v14 to v14. That involves updating the `eslint-config-next` package (which is automatically done by the Next.js upgrade codemodes.
Old: "eslint-config-next": "^14.2.14...
As noted in the description, I wasn't quite sure how to support multiple peer dependencies. We may want to handle the changes in `package.json` and `package-lock.json` differently.
- updated `peerDependencies` in package.json to support Next 14.2.2 OR 15.1.3
- updated usage of `draftMode()` - in Next 15 it is async and must be awaited before we can use it
## Purpose
Th...
I was running Next.js v14 with @contentful/vercel-nextjs-toolkit v1.3.2.
After upgrading to Next.js v15, I get an error about an unmet peer dependency.
I'm only using `enableDraftHandler` fro...
I used @TheEdoRan's [snippet](https://github.com/TheEdoRan/next-safe-action/issues/39#issuecomment-2062387039) to set up Sentry tracking and it worked great. While testing I noticed that it would n...