Upgrade all dependencies to latest versions - #695
Merged
Conversation
- Upgrade all npm packages to latest versions (major + minor + patch) - Migrate Tailwind CSS v3 → v4 (CSS-first config, @tailwindcss/postcss) - Migrate ESLint v9 → v10 (flat config eslint.config.mjs) - Migrate HeroUI v2 → v3 (compound components API) - Migrate TypeScript v5 → v6 (update tsconfig for deprecated options) - Upgrade next-mdx-remote v5 → v6 - Remove unnecessary direct deps (autoprefixer, eslint-plugin-react, @typescript-eslint/*) Agent-Logs-Url: https://github.com/caulagi/blog/sessions/774402a9-fe2b-4b27-a183-3fbcd9b89548
Copilot created this pull request from a session on behalf of
caulagi
March 31, 2026 07:22
View session
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
caulagi
marked this pull request as ready for review
March 31, 2026 07:23
caulagi
approved these changes
Mar 31, 2026
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.
Upgrades all npm dependencies to their latest versions, including six major version bumps requiring migration work.
Major upgrades
@themedirective,@tailwindcss/postcssreplacestailwindcss+autoprefixerin PostCSS,tailwind.config.jsdeletedeslint.config.mjs) replaces.eslintrc.json+.eslintignoreAvatarImage),HeroUIProviderremoved (no longer exported),Codecomponent removed (replaced with native<code>),Linksizeprop replaced with classNametargetes5→es2017,moduleResolutionnode→bundler (both deprecated in TS6)Removed dependencies
autoprefixer,@typescript-eslint/eslint-plugin,@typescript-eslint/parser,eslint-plugin-react— all either built into Tailwind v4 or transitively provided byeslint-config-next.Added
@tailwindcss/postcssfor Tailwind v4 PostCSS integration.Minor/patch upgrades
next,@next/mdx,@next/eslint-plugin-next,eslint-config-next,eslint-config-prettier,framer-motion,postcss,@types/react,@types/react-dom,remark-gfm,unist-util-visit