Bump the npm_and_yarn group across 2 directories with 1 update#7682
Bump the npm_and_yarn group across 2 directories with 1 update#7682dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps the npm_and_yarn group with 1 update in the /clients/admin-ui directory: [next](https://github.com/vercel/next.js). Bumps the npm_and_yarn group with 1 update in the /clients/privacy-center directory: [next](https://github.com/vercel/next.js). Updates `next` from 14.2.35 to 16.1.7 - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](vercel/next.js@v14.2.35...v16.1.7) Updates `next` from 15.5.10 to 16.1.7 - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](vercel/next.js@v14.2.35...v16.1.7) --- updated-dependencies: - dependency-name: next dependency-version: 16.1.7 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: next dependency-version: 16.1.7 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
1 Skipped Deployment
|
Greptile SummaryThis PR bumps the Key issues:
Confidence Score: 2/5
Important Files Changed
|
| "lodash.snakecase": "^4.1.1", | ||
| "narrow-minded": "^1.2.1", | ||
| "next": "^14.2.35", | ||
| "next": "^16.1.7", |
There was a problem hiding this comment.
React 18 incompatible with Next.js 15+/16
next is jumping from ^14.2.35 to ^16.1.7 (two major versions), but react and react-dom remain pinned to ^18.3.1 and @types/react / @types/react-dom are still at their React 18 versions (^18.3.2 / ^18.3.0). Next.js 15 adopted React 19 as the required peer dependency, and Next.js 16 continues this requirement. Running Next.js 16 with React 18 will produce peer dependency errors and is untested/unsupported by Vercel — the app is likely to fail at install or build time.
The privacy-center package correctly uses react: "19.0.2" alongside next: "16.1.7". The same upgrade path is needed for admin-ui:
react→^19.0.0react-dom→^19.0.0@types/react→^19.0.0@types/react-dom→^19.0.0
Note also that framer-motion is at ^11.2.12 in admin-ui while privacy-center already uses ^12.23.24; Framer Motion v11 does not support React 19 either, so that dependency will also need a bump as part of this upgrade.
Bumps the npm_and_yarn group with 1 update in the /clients/admin-ui directory: next.
Bumps the npm_and_yarn group with 1 update in the /clients/privacy-center directory: next.
Updates
nextfrom 14.2.35 to 16.1.7Release notes
Sourced from next's releases.
... (truncated)
Commits
bdf3e35v16.1.7dc98c04[backport]: fix: patch http-proxy to prevent request smuggling in rewrites (#...9023c0a[backport] Disallow Server Action submissions from privacy-sensitive contexts...36a97b9Allow blocking cross-site dev-only websocket connections from privacy-sensiti...93c3993[backport]: feat(next/image): add lru disk cache and `images.maximumDiskCache...c68d62dBackport documentation fixes for 16.1.x (#90655)5214ac1[backport]: ensure maxPostponedStateSize is always respected (#90060) (#90471)c95e357Backport/docs fixes 16.1.x (#90125)cba6144[backport] Apply server actions transform tonode_modulesin route handlers...3db9063[backport] [Cache Components] Prevent streaming fetch calls from hanging in d...Updates
nextfrom 15.5.10 to 16.1.7Release notes
Sourced from next's releases.
... (truncated)
Commits
bdf3e35v16.1.7dc98c04[backport]: fix: patch http-proxy to prevent request smuggling in rewrites (#...9023c0a[backport] Disallow Server Action submissions from privacy-sensitive contexts...36a97b9Allow blocking cross-site dev-only websocket connections from privacy-sensiti...93c3993[backport]: feat(next/image): add lru disk cache and `images.maximumDiskCache...c68d62dBackport documentation fixes for 16.1.x (#90655)5214ac1[backport]: ensure maxPostponedStateSize is always respected (#90060) (#90471)c95e357Backport/docs fixes 16.1.x (#90125)cba6144[backport] Apply server actions transform tonode_modulesin route handlers...3db9063[backport] [Cache Components] Prevent streaming fetch calls from hanging in d...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 show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditionsYou can disable automated security fix PRs for this repo from the Security Alerts page.