recode-converter
recode-converter copied to clipboard
chore(deps-dev): bump tailwindcss from 3.4.1 to 4.0.6
Bumps tailwindcss from 3.4.1 to 4.0.6.
Release notes
Sourced from tailwindcss's releases.
v4.0.6
Fixed
- Revert change to no longer include theme variables that aren't used in compiled CSS (#16403)
v4.0.5
Added
- Add
@theme staticoption for always including theme variables in compiled CSS (#16211)Fixed
- Remove rogue
console.logfrom@tailwindcss/vite(#16307)Changed
- Don't include theme variables that aren't used in compiled CSS (#16211)
v4.0.4
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
containersJS theme key is added to the--container-*namespace (#16169)- Ensure theme
@keyframesare generated even if an--animation-*variable spans multiple lines (#16237)- Vite: Skip parsing stylesheets with the
?commonjs-proxyflag (#16238)- Fix
order-firstandorder-lastfor Firefox (#16266)- Fix support for older instruction sets on Linux x64 builds of the standalone CLI (#16244)
- Ensure
NODE_PATHis respected when resolving JavaScript and CSS files (#16274)- Ensure Node addons are packaged correctly with FreeBSD builds (#16277)
- Fix an issue where
@variantinside a referenced stylesheet could cause a stack overflow (#16300)v4.0.3
Fixed
- Fix incorrect removal of
@import url();(#16144)v4.0.2
Fixed
- Only generate positive
grid-cols-*andgrid-rows-*utilities (#16020)- Ensure escaped theme variables are handled correctly (#16064)
- Ensure we process Tailwind CSS features when only using
@referenceor@variant(#16057)- Refactor gradient implementation to work around prettier/prettier#17058 (#16072)
- Vite: Ensure hot-reloading works with SolidStart setups (#16052)
- Vite: Fix a crash when starting the development server in SolidStart setups (#16052)
- Vite: Don't rebase URLs that appear to be aliases (#16078)
- Vite: Transform
<style>blocks in HTML files (#16069)- Prevent camel-casing CSS custom properties added by JavaScript plugins (#16103)
- Do not emit
@keyframesin@theme reference(#16120)
... (truncated)
Changelog
Sourced from tailwindcss's changelog.
[4.0.6] - 2025-02-10
Fixed
- Revert change to no longer include theme variables that aren't used in compiled CSS (#16403)
[4.0.5] - 2025-02-08
Added
- Add
@theme staticoption for always including theme variables in compiled CSS (#16211)Fixed
- Remove rogue
console.logfrom@tailwindcss/vite(#16307)Changed
- Don't include theme variables that aren't used in compiled CSS (#16211)
[4.0.4] - 2025-02-06
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
containersJS theme key is added to the--container-*namespace (#16169)- Ensure theme
@keyframesare generated even if an--animation-*variable spans multiple lines (#16237)- Vite: Skip parsing stylesheets with the
?commonjs-proxyflag (#16238)- Fix
order-firstandorder-lastfor Firefox (#16266)- Fix support for older instruction sets on Linux x64 builds of the standalone CLI (#16244)
- Ensure
NODE_PATHis respected when resolving JavaScript and CSS files (#16274)- Ensure Node addons are packaged correctly with FreeBSD builds (#16277)
- Fix an issue where
@variantinside a referenced stylesheet could cause a stack overflow (#16300)[4.0.3] - 2025-02-01
Fixed
- Fix incorrect removal of
@import url();(#16144)[4.0.2] - 2025-01-31
Fixed
- Only generate positive
grid-cols-*andgrid-rows-*utilities (#16020)- Ensure escaped theme variables are handled correctly (#16064)
- Ensure we process Tailwind CSS features when only using
@referenceor@variant(#16057)- Refactor gradient implementation to work around prettier/prettier#17058 (#16072)
- Vite: Ensure hot-reloading works with SolidStart setups (#16052)
... (truncated)
Commits
d045aaaPrepare v4.0.6 (#16407)9bbe2e3Revert: Only expose used CSS variables (#16403)aaf66b0Fix mismatched comment numbers in styles (#16380)a659159Bump and pinprettier(#16382)ad00119Prepare v4.0.5 (#16373)d684733Only expose used CSS variables (#16211)83fdf37Prepare v4.0.4 (#16302)144581dProperly skip over nodes when usingreplaceNode(#16300)d566dbdImprove performance of rebuilds (#16283)82d486aFixorder-firstandorder-lastfor Firefox (#16266)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)