🔧 chore: update dependencies to latest patch releases - bump Next.js, React, ReactDOM to 15.5.7 / 19.2.1 - upgrade shiki, prettier, stylelint, tsx, typescript-eslint to newer patch versions - clean up Picker.tsx extends line for clearer type composition#6
Merged
Conversation
- bump Next.js, React, ReactDOM to 15.5.7 / 19.2.1 - upgrade shiki, prettier, stylelint, tsx, typescript-eslint to newer patch versions - clean up Picker.tsx extends line for clearer type composition
There was a problem hiding this comment.
Pull request overview
This PR updates dependencies to their latest patch releases, focusing on Next.js, React, and various development tooling packages. The updates include Next.js from 15.5.6 to 15.5.7, React and ReactDOM from 19.2.0 to 19.2.1, along with updates to shiki, prettier, stylelint, tsx, and typescript-eslint. Additionally, a minor code formatting cleanup was applied to Picker.tsx to improve readability.
Key Changes:
- Bump Next.js ecosystem packages (next, @next/mdx, @next/env, @next/swc-*) to 15.5.7
- Update React and ReactDOM to 19.2.1 with corresponding @types/react to 19.2.7
- Upgrade development tooling: shiki (3.15.0 → 3.19.0), prettier (3.6.2 → 3.7.4), stylelint (16.26.0 → 16.26.1), tsx (4.20.6 → 4.21.0), typescript-eslint (8.47.0 → 8.48.1)
Reviewed changes
Copilot reviewed 3 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| yarn.lock | Updated lockfile entries for all bumped dependencies, including transitive dependencies like esbuild (0.25.x → 0.27.x for tsx), @shikijs packages, @typescript-eslint packages, and new @csstools dependencies |
| package.json | Updated devDependencies versions for prettier, react, react-dom, stylelint, tsx, typescript-eslint, and @types/react |
| docs/package.json | Updated dependencies for @next/mdx, next, react, react-dom, shiki, and @types/react to maintain version consistency with root package |
| package/src/Picker.tsx | Reformatted PickerProps interface extends clause from multi-line to single-line for improved code readability |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
No description provided.