Open
Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates the Next.js versions used by the repository’s Next.js-based integration test workspaces and removes the root-level next dependency, replacing the previously-imported next/webpack types in the Next hook with minimal local type definitions.
Changes:
- Bump
test/nexttonext@^14.2.35andtest/next16tonext@^16.1.7(with correspondingyarn.lockupdates). - Remove the root
devDependencies.nextentry (it was only needed for type imports). - Update the Next.js integration snapshot to match the new framework behavior/headers.
Reviewed changes
Copilot reviewed 5 out of 6 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| yarn.lock | Updates locked Next.js-related packages and removes the root next entry’s lock impact. |
| package.json | Drops the root-level next devDependency. |
| test/next/package.json | Bumps the Next.js version used by the Next.js test workspace. |
| test/next16/package.json | Bumps the Next.js version used by the Next.js 16 test workspace. |
| test/snapshots/next.test.ts.snap | Updates snapshot expectations due to Next.js response/header changes. |
| src/hooks/next.ts | Replaces imported next/webpack types with minimal local types used by injectConfig. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
commit: |
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.
This updates next.js dependencies in the test projects and removes the toplevel dependency (which was only used for types — these are now minimally declared).