Tailwind CSS version 3.4.15 brings several updates compared to its predecessor, version 3.4.14. Among the core dependencies, postcss jumps from version 8.4.23 to 8.4.47, suggesting significant improvements or bug fixes related to PostCSS integration, which is crucial for Tailwind's CSS processing pipeline. Also, resolve moved from 1.22.2 to 1.22.8. sucrase sees an increment from 3.32.0 to 3.35.0 suggesting improvements in JavaScript/Typescript support. The most immediate change would be the update of jiti from 1.21.0 to 1.21.6, fast-glob with an increment from 3.3.0 to 3.3.2 and picocolors updated from 1.0.0 to 1.1.1.
Development dependencies also receive numerous enhancements, notably eslint moving from 8.39.0 to 8.57.1, representing a substantial upgrade in code linting capabilities. turbo jumps from 1.9.3 to 1.13.4, offering potential improvements in build performance and monorepo support. Other development dependencies that have been updated are jest (29.6.0 -> 29.7.0), jest-diff (29.6.0 -> 29.7.0), esbuild (0.20.2 -> 0.24.0), autoprefixer (10.4.14 -> 10.4.20), browserslist (4.21.5 -> 4.24.0), lightningcss (1.24.1 -> 1.27.0) and source-map-js (1.0.2 -> 1.2.1). These updates likely improve the developer experience during development.
The dist section reveals a slight increase in unpackedSize from 5707085 to 5733430 bytes. This suggests that version 3.4.15 contains more code or assets than its predecessor, potentially due to new features, bug fixes, or dependency upgrades.
Finally, version 3.4.15 also has a later releaseDate (2024-11-14) compared to 3.4.14 (2024-10-15), ensuring it incorporates the latest fixes and improvements.
The are not vulnerabilities for the version 3.4.15 of the package tailwindcss