Skip to content

Upgrade all dependencies to latest, migrate to Node LTS#962

Open
Copilot wants to merge 5 commits intomasterfrom
copilot/update-all-dependencies
Open

Upgrade all dependencies to latest, migrate to Node LTS#962
Copilot wants to merge 5 commits intomasterfrom
copilot/update-all-dependencies

Conversation

Copy link
Contributor

Copilot AI commented Feb 28, 2026

  • Identify root cause: rollup-plugin-postcss with minimize: true uses old cssnano that corrupts Tailwind CSS v4's nested @media syntax — all sm: responsive classes get incorrectly merged with md:text-3xl, losing their actual properties
  • Fix: disable cssnano minification in rollup-plugin-postcss (TW4 output is already compact)
  • Verify: rebuild, take screenshot, compare with baseline
  • Also fix server crash: feed v5 is ESM-only but compiled app uses CommonJS

💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

@vercel
Copy link

vercel bot commented Feb 28, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
fulltextrssplz Ready Ready Preview, Comment Feb 28, 2026 1:41pm

- Node.js: 18 → lts (Dockerfile + CI)
- Express: 4 → 5 (removed body-parser, use express.urlencoded)
- Sentry: 7 → 10 (new API: rewriteFramesIntegration, setupExpressErrorHandler)
- Redis: 3 → 5 (async API, connect(), options object for set)
- Rollup: 2 → 4 with all plugins upgraded
- TypeScript: 4 → 5
- Tailwind CSS: 3 → 4 (CSS-first config, @tailwindcss/postcss)
- Jest: 28 → 30, Feed: 4 → 5, Concurrently: 6 → 9
- Prettier: 2 → 3, Cypress: 12 → 15
- crypto-js: 4.1.1 → 4.2.0 (security fix)
- Removed deprecated @sentry/integrations, @types/cypress, autoprefixer

Co-authored-by: whtsky <876694+whtsky@users.noreply.github.com>
Co-authored-by: whtsky <876694+whtsky@users.noreply.github.com>
Copilot AI changed the title [WIP] Update all dependencies for version upgrades Upgrade all dependencies to latest, migrate to Node LTS Feb 28, 2026
@whtsky whtsky marked this pull request as ready for review February 28, 2026 13:30
Co-authored-by: whtsky <876694+whtsky@users.noreply.github.com>
Co-authored-by: whtsky <876694+whtsky@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants