upgrade deps#176
Merged
Merged
Conversation
gregberge
commented
Dec 14, 2025
Member
- chore: upgrade deps
- chore: upgrade
- chore: migrate to TW4
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Pull request overview
This PR upgrades dependencies and migrates the project from Tailwind CSS v3 to v4, representing a significant modernization effort. The changes include updating Docusaurus from 3.8.1 to 3.9.2, React from 19.1.1 to 19.2.3, and Node.js from version 22 to 24.
Key Changes:
- Migration from Tailwind CSS v3 to v4 with CSS-based configuration replacing
tailwind.config.js - Color palette migration from
mauvetogray/neutralnaming scheme using Radix UI colors - Removal of unnecessary React imports from components (leveraging automatic JSX transform)
Reviewed changes
Copilot reviewed 8 out of 10 changed files in this pull request and generated 25 comments.
Show a summary per file
| File | Description |
|---|---|
| tailwind.config.js | Removed - configuration migrated to CSS using Tailwind v4's new approach |
| src/css/custom.css | Major refactor to Tailwind v4 syntax with @theme, @Utility, @layer directives; color scheme migration |
| src/components/Tag.js | Removed unnecessary React import |
| src/components/StepList.js | Removed unnecessary default React import, kept named import for Children |
| src/components/Feature.js | Removed unnecessary React import |
| src/components/Card.js | Updated Tailwind class syntax for v4 compatibility |
| package.json | Updated dependencies and Node.js version requirement |
| docusaurus.config.js | Simplified PostCSS configuration to use @tailwindcss/postcss |
| .nvmrc | Updated Node.js version from 22 to 24 |
💡 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.