This repository was archived by the owner on Apr 11, 2026. It is now read-only.
Update deps#32
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR updates multiple dependencies across the project, including major upgrades to Next.js (15.5.3 → 16.0.3), React (19.1.1 → 19.2.0), and various supporting libraries. The update also includes a new file src/proxy.ts that appears to be middleware code, along with auto-generated updates to Convex files and TypeScript configuration changes.
Key Changes
- Major framework updates: Next.js 16, React 19.2, and Convex 1.29.3
- New middleware file added at
src/proxy.tswith Clerk authentication - TypeScript JSX compilation mode changed from "preserve" to "react-jsx"
Reviewed Changes
Copilot reviewed 3 out of 8 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| package.json | Updates all dependency versions to latest releases |
| pnpm-lock.yaml | Reflects all transitive dependency updates from package.json changes |
| tsconfig.json | Formatting changes and JSX compiler option modification |
| src/proxy.ts | New middleware file for Clerk authentication (potentially misnamed) |
| convex/_generated/*.js | Auto-generated Convex server files with updated documentation |
| convex/_generated/*.d.ts | Auto-generated TypeScript definitions with enhanced API structure |
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
No description provided.