chore: Upgrade to Next.js 16.1.1#770
Merged
thostetler merged 5 commits intoadsabs:masterfrom Jan 16, 2026
Merged
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #770 +/- ##
========================================
- Coverage 60.9% 60.9% -0.0%
========================================
Files 301 301
Lines 35076 35040 -36
Branches 1506 1500 -6
========================================
- Hits 21344 21319 -25
+ Misses 13698 13687 -11
Partials 34 34
🚀 New features to boost your workflow:
|
- Upgrade TypeScript from 4.9.5 to 5.9.3 - Upgrade eslint-config-next from 15.0.1 to 16.1.1 - Remove deprecated runtime config (serverRuntimeConfig, publicRuntimeConfig) - Migrate to direct environment variable access for API hosts - Remove deprecated next.config options (esmExternals, newNextLinkBehavior, devIndicators) - Fix incorrect AuthorList import in citation_helper page - Use webpack bundler for builds (Turbopack has package compatibility issues) - Keep React at 18.3.1 for compatibility with react-shepherd, @nivo, @tanstack/react-query - Migrate lint-staged and lint script from next lint to eslint (next lint deprecated)
- Updated eslint.config.mjs to use native flat config imports from eslint-config-next instead of FlatCompat wrapper which caused circular reference errors with eslint-config-next@16 - Fixed mvp.spec.ts to handle parallel test execution by finding the specific bootstrap-failure call instead of assuming calls[0]
- Disabled React Compiler rules (set-state-in-effect, preserve-manual- memoization, immutability, refs, use-memo, incompatible-library) since the project is not using React Compiler - Set react-hooks/exhaustive-deps to warn to match previous behavior - Removed unused 'vi' import from Metatags.test.tsx
0b04c81 to
a2e3224
Compare
- Use page.route() instead of setExtraHTTPHeaders() to ensure test scenario headers persist through redirects - Use waitUntil: 'commit' to avoid timeouts waiting for full page load - Use url instead of domain when adding cookies (fixes single-label hostname issues in Docker where domain is "nectar") - Increase test timeout to 60s in CI environment - Fix mvp.spec.ts to handle parallel test execution by filtering for specific bootstrap-failure call
9ed5042 to
03c306f
Compare
shinyichen
approved these changes
Jan 16, 2026
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.
Upgrades the project from Next.js 15 to Next.js 16.1.1, with associated
dependency and configuration updates.
Changes made:
Notes:
(react-shepherd) are not compatible. Using webpack via --webpack flag.
compatibility (react-shepherd, @nivo, @tanstack/react-query require React 18).
proxy.ts - this can be addressed in a follow-up PR.
Testing: