-
Notifications
You must be signed in to change notification settings - Fork 0
chore: upgrade dependencies #42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR upgrades multiple dependencies to their latest versions, with notable transitions from canary/pre-release versions to stable releases for critical frameworks.
Key changes include:
- React & React-DOM: Upgraded from canary builds (19.3.0-canary-b061b597-20251212) to stable release 19.2.3, along with corresponding scheduler update
- Next.js: Upgraded from canary (16.1.0-canary.20) to stable release 16.1.1, with all associated Next.js packages updated
- GraphQL tooling: Updated multiple @graphql-codegen packages (5.2.1 → 5.2.2) and @apollo/client packages with improved peer dependency ranges
- Development tools: TypeScript ESLint parser (8.49.0 → 8.50.1) and various other minor version bumps
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| package.json | Updates 15 runtime dependencies and 3 dev dependencies with version bumps, notably stabilizing React and Next.js versions |
| bun.lock | Comprehensive lockfile update reflecting all dependency changes with updated hashes and peer dependency specifications |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
align to what frontend-next current uses.
No description provided.