Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update tailwindcss monorepo to v4.0.8 #1495

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 6, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@tailwindcss/postcss (source) 4.0.3 -> 4.0.8 age adoption passing confidence
tailwindcss (source) 4.0.3 -> 4.0.8 age adoption passing confidence

Release Notes

tailwindlabs/tailwindcss (@​tailwindcss/postcss)

v4.0.8

Compare Source

Added
  • Allow @import with theme(…) options for stylesheets that contain more than just @theme rules (#​16514)
Fixed
  • Don't add !important to CSS variable declarations when using the important modifier (#​16668)
  • Vite: Ignore files and directories specified in your .gitignore file when using automatic source detection(#​16631)
  • Vite: Don't rely on the module graph for detecting candidates to ensure setups with multiple Vite builds work as expected (#​16631)
  • Vite: Ensure Astro production builds always contain classes used in client-only components (#​16631)
  • Vite: Always scan raw file contents for utility classes before any other transforms have been applied to ensure utility classes are scanned without any additional escaping (#​16631)
  • Ensure utilities with more declarations are always sorted before utilities with fewer declarations when utilities only define CSS variables (#​16715)
  • Only include translate-z-px utilities once in compiled CSS (#​16718)
Changed

v4.0.7

Compare Source

Fixed
  • Export tailwindcss/lib/util/flattenColorPalette.js for backward compatibility (#​16411)
  • Fix sorting of numeric utility suggestions when they have different magnitudes (#​16414)
  • Show suggestions for fractions in IntelliSense (#​16353)
  • Don’t replace _ in suggested theme keys (#​16433)
  • Ensure --default-outline-width can be used to change the outline-width value of the outline utility (#​16469)
  • Ensure drop shadow utilities don't inherit unexpectedly (#​16471)
  • Export config and plugin types from tailwindcss/plugin for backward compatibility (#​16505)
  • Ensure JavaScript plugins that emit nested rules referencing the utility name work as expected (#​16539)
  • Statically link Visual Studio redistributables in @tailwindcss/oxide Windows builds (#​16602)
  • Ensure that Next.js splat routes are scanned for classes (#​16457)
  • Pin exact version of tailwindcss in @tailwindcss/* packages (#​16623)
  • Upgrade: Report errors when updating dependencies (#​16504)
  • Upgrade: Ensure a darkMode JS config setting with block syntax converts to use @slot (#​16507)
  • Upgrade: Ensure the latest version of tailwindcss and @tailwindcss/postcss are installed when upgrading (#​16620)

v4.0.6

Compare Source

Fixed
  • Revert change to no longer include theme variables that aren't used in compiled CSS (#​16403)
Fixed
  • Upgrade: Don't migrate blur to blur-sm when used with Next.js <Image placeholder="blur" /> (#​16405)

v4.0.5

Compare Source

Added
  • Add @theme static option for always including theme variables in compiled CSS (#​16211)
Fixed
  • Remove rogue console.log from @tailwindcss/vite (#​16307)
Changed
  • Don't include theme variables that aren't used in compiled CSS (#​16211)

v4.0.4

Compare Source

Fixed
  • Fix a crash when setting JS theme values to null (#​16210)
  • Ensure escaped underscores in CSS variables in arbitrary values are properly unescaped (#​16206)
  • Ensure that the containers JS theme key is added to the --container-* namespace (#​16169)
  • Ensure theme @keyframes are generated even if an --animation-* variable spans multiple lines (#​16237)
  • Vite: Skip parsing stylesheets with the ?commonjs-proxy flag (#​16238)
  • Fix order-first and order-last for Firefox (#​16266)
  • Fix support for older instruction sets on Linux x64 builds of the standalone CLI (#​16244)
  • Ensure NODE_PATH is respected when resolving JavaScript and CSS files (#​16274)
  • Ensure Node addons are packaged correctly with FreeBSD builds (#​16277)
  • Fix an issue where @variant inside a referenced stylesheet could cause a stack overflow (#​16300)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link

vercel bot commented Feb 6, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
profile-page ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 21, 2025 6:06pm

@renovate renovate bot changed the title chore(deps): update tailwindcss monorepo to v4.0.4 chore(deps): update tailwindcss monorepo to v4.0.5 Feb 8, 2025
@renovate renovate bot force-pushed the renovate/tailwindcss-monorepo branch from b056769 to 03b5592 Compare February 8, 2025 21:23
@renovate renovate bot changed the title chore(deps): update tailwindcss monorepo to v4.0.5 chore(deps): update tailwindcss monorepo to v4.0.6 Feb 10, 2025
@renovate renovate bot force-pushed the renovate/tailwindcss-monorepo branch from 03b5592 to 3be6ee4 Compare February 10, 2025 13:55
@renovate renovate bot changed the title chore(deps): update tailwindcss monorepo to v4.0.6 chore(deps): update tailwindcss monorepo to v4.0.7 Feb 18, 2025
@renovate renovate bot force-pushed the renovate/tailwindcss-monorepo branch from 3be6ee4 to 05cfd94 Compare February 18, 2025 19:43
Copy link

what-the-diff bot commented Feb 18, 2025

PR Summary

  • Upgraded Tailwind CSS Packages
    The packages @tailwindcss/postcss, tailwindcss and @tailwindcss/node used in our project have been updated from version 4.0.3 to 4.0.7. This update is reflected in both package.json and pnpm-lock.yaml files. This upgrade provides the latest features and enhancements from Tailwind CSS for our project.

  • Updated enhanced-resolve Package
    The enhanced-resolve package in pnpm-lock.yaml file has been updated from version 5.18.0 to 5.18.1. This package provides a higher degree of control over how we resolve module dependencies in our project.

  • Updated all Dependencies Related to @tailwindcss
    To maintain version consistency, all packages related to @tailwindcss listed in pnpm-lock.yaml have been updated to version 4.0.7. This uniformity reduces possible compatibility issues that could arise from using different versions of related packages.

@renovate renovate bot changed the title chore(deps): update tailwindcss monorepo to v4.0.7 chore(deps): update tailwindcss monorepo to v4.0.8 Feb 21, 2025
@renovate renovate bot force-pushed the renovate/tailwindcss-monorepo branch from 05cfd94 to a35b17c Compare February 21, 2025 18:04
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.

0 participants