Chore(deps-dev): Bump next from 12.3.1 to 16.0.5 in /website#791
Chore(deps-dev): Bump next from 12.3.1 to 16.0.5 in /website#791dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [next](https://github.com/vercel/next.js) from 12.3.1 to 16.0.5. - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](vercel/next.js@v12.3.1...v16.0.5) --- updated-dependencies: - dependency-name: next dependency-version: 16.0.5 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
| @@ -7,7 +7,7 @@ | |||
| "@hashicorp/platform-cli": "^1.2.0", | |||
| "dart-linkcheck": "2.0.15", | |||
There was a problem hiding this comment.
Bug: Next.js 16 requires Node.js 20.9+, but .nvmrc specifies Node.js 14, causing incompatibility.
Severity: CRITICAL | Confidence: High
🔍 Detailed Analysis
The project's .nvmrc file specifies Node.js v14, which is incompatible with Next.js 16.0.5. Next.js 16 requires Node.js 20.9 or later. Attempting to build or run the project with Node.js v14 will result in immediate failure, as Next.js 16 cannot operate on this older version. The package.json engines field also lacks a node version constraint, preventing automatic warnings.
💡 Suggested Fix
Update .nvmrc to specify Node.js v20.9 or later. Consider adding a node version constraint to the engines field in package.json for explicit enforcement.
🤖 Prompt for AI Agent
Review the code at the location below. A potential bug has been identified by an AI
agent.
Verify if this is a real issue. If it is, propose a fix; if not, explain why it's not
valid.
Location: website/package.json#L8
Potential issue: The project's `.nvmrc` file specifies Node.js `v14`, which is
incompatible with Next.js `16.0.5`. Next.js 16 requires Node.js `20.9` or later.
Attempting to build or run the project with Node.js `v14` will result in immediate
failure, as Next.js 16 cannot operate on this older version. The `package.json`
`engines` field also lacks a `node` version constraint, preventing automatic warnings.
Did we get this right? 👍 / 👎 to inform future reviews.
Reference ID: 3920074
|
Superseded by #795. |
Bumps next from 12.3.1 to 16.0.5.
Release notes
Sourced from next's releases.
... (truncated)
Commits
89ccb9fv16.0.575f63f7backport fix(nodejs-middleware): await for body cloning to be properly finali...d440c75v16.0.4296923eTurbopack: fix passing project options from napi (#86256)98317f5fix: prevent fetch abort errors propagating to user error boundaries (#86277)7780025fix: Rename proxy.js to middleware.js in NFT file (#86214)2eda33cv16.0.300cb5d9perf: revert to use the light safe stringify for is-error (#86053)de6bc15docs: keywords in system reqs and add browserslist (#85838)a51b804docs: cacheHandlers (#85311)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)