TailwindCSS: Weekly Recap - Dependency Management & Cleanup

TailwindCSS streamlined its development environment this week by upgrading Next.js and removing ESLint dependencies. The changes focused on reducing maintenance overhead while maintaining playground functionality.

Duration: PT2M15S

Episode overview

This episode is a short developer briefing from TailwindCSS.

It explains recent repository work in plain language.

  • Show: TailwindCSS
  • Published: 2026-04-06T00:00:00Z
  • Audio duration: PT2M15S

Transcript excerpt

This excerpt keeps the crawler page concise. Listen to the episode or use the RSS feed for the full update.

Welcome to the TailwindCSS weekly recap for March 30th through April 6th, 2026.

This week brought 1 merged pull request and 1 additional commit, focusing on infrastructure cleanup and dependency management.

**Infrastructure Updates**

The primary development this week was pull request #19898 by Robin Malfait, which accomplished two key objectives: bumping the Next.js version and removing ESLint from the project. This change removed over 2,500 lines while adding only 119, resulting in a significant reduction in the codebase's dependency footprint.

The team clarified that ESLint was only present because it came bundled with Next.js's lint functionality, but wasn't actively used in the main development workflow. It served only in the testing playgrounds where developers experiment with features. By removing this unused tooling, the team reduced the number of…

The changes affected both the Next.js and v3 playgrounds, with modifications to package.json files and TypeScript configurations. A minor CSS module adjustment was also included in the Next.js playground. All playground functionality was verified to work correctly after the dependency changes.

Nearby episodes from TailwindCSS

  1. Version 4.2.3 Release and OIDC Publishing Setup
  2. Weekly Recap - Standalone CLI Enhancements
  3. Weekly Recap - Documentation Maintenance
  4. Documentation Typo Fix
  5. Spring Cleaning and Fresh Foundations
  6. Smarter Negative Values and Lightning-Fast JSON Scanning
  7. Spring Cleaning the Codebase
  8. Making Upgrades Rock Solid