Upgrade React and Babel for Next.js 16 compatibility#1156
Merged
francinelucca merged 4 commits intodependabot/npm_and_yarn/lib/octicons_react/next-16.1.5from Feb 11, 2026
Merged
Conversation
|
Co-authored-by: francinelucca <40550942+francinelucca@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Bump next from 14.2.35 to 16.1.5 in /lib/octicons_react
Upgrade React and Babel for Next.js 16 compatibility
Jan 29, 2026
francinelucca
approved these changes
Feb 11, 2026
9725532
into
dependabot/npm_and_yarn/lib/octicons_react/next-16.1.5
8 checks passed
francinelucca
added a commit
that referenced
this pull request
Mar 17, 2026
* Bump next from 14.2.35 to 16.1.5 in /lib/octicons_react Bumps [next](https://github.com/vercel/next.js) from 14.2.35 to 16.1.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@v14.2.35...v16.1.5) --- updated-dependencies: - dependency-name: next dependency-version: 16.1.5 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> * Upgrade React and Babel for Next.js 16 compatibility (#1156) * Initial plan * Upgrade React and Babel to fix Next.js 16 peer dependency errors Co-authored-by: francinelucca <40550942+francinelucca@users.noreply.github.com> * Update Node.js version to 20 in CI workflow * Upgrade Node.js version from 18 to 20 in CI --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: francinelucca <40550942+francinelucca@users.noreply.github.com> * fix nextJs pages * lint fix * remove package-lock.json --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com> Co-authored-by: francinelucca <40550942+francinelucca@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Next.js 16.1.5 requires React 18+ as a peer dependency. The project was using React 17, causing peer dependency errors.
Dependency upgrades
React ecosystem:
^17.0.2→^18.2.0^12.1.5→^13.4.0^18.0.20→^18.2.0Babel (compatibility with React 18):
7.19.x→^7.22.0Additional fixes
import/namespaceeslint-disable comment inpages/index.jsto suppress false positive from destructuring non-existent default export💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.