mock-saml
mock-saml copied to clipboard
build(deps-dev): bump tailwindcss from 3.4.17 to 4.1.2
trafficstars
Bumps tailwindcss from 3.4.17 to 4.1.2.
Release notes
Sourced from tailwindcss's releases.
v4.1.2
Fixed
- Don't rely on the presence of
@layer baseto polyfill@property(#17506)- Support setting multiple inset shadows as arbitrary values (#17523)
- Fix
drop-shadow-*utilities that are defined with multiple shadows (#17515)- PostCSS: Fix race condition when two changes are queued concurrently (#17514)
- PostCSS: Ensure files containing
@tailwind utilitiesare processed (#17514)- Ensure the
color-mix(…)polyfill creates fallbacks even when using colors that cannot be statically analyzed (#17513)- Fix slow incremental builds with
@tailwindcss/viteand@tailwindcss/postscss(especially on Windows) (#17511)- Vite: Fix missing CSS file in Qwik setups (#17533)
v4.1.1
Fixed
- Disable padding in
@source inline(…)brace expansion (#17491)- Inject polyfills after
@importand body-less@layer(#17493)- Ensure
@tailwindcss/clidoes not contain an import forjiti(#17502)v4.1.0
Added
- Add
details-contentvariant (#15319)- Add
inverted-colorsvariant (#11693)- Add
noscriptvariant (#11929, #17431)- Add
items-baseline-lastandself-baseline-lastutilities (#13888, #17476)- Add
pointer-none,pointer-coarse, andpointer-finevariants (#16946)- Add
any-pointer-none,any-pointer-coarse, andany-pointer-finevariants (#16941)- Add safe alignment utilities (#14607)
- Add
user-validanduser-invalidvariants (#12370)- Add
wrap-anywhere,wrap-break-word, andwrap-normalutilities (#12128)- Add
@source inline(…)and@source not inline(…)(#17147)- Add
@source not "…"(#17255)- Add
text-shadow-*utilities (#17389)- Add
mask-*utilities (#17134)- Add
bg-{position,size}-*utilities for arbitrary values (#17432)- Add
shadow-*/<alpha>,inset-shadow-*/<alpha>,drop-shadow-*/<alpha>, andtext-shadow-*/<alpha>utilities to control shadow opacity (#17398, #17434)- Add
drop-shadow-<color>utilities (#17434)- Improve compatibility with older versions of Safari and Firefox (#17435)
Fixed
- Follow symlinks when resolving
@sourcedirectives (#17391)- Don't scan ignored files for classes when changing an ignored file triggers a rebuild using
@tailwindcss/cli(#17255)- Support negated
contentrules in legacy JavaScript configuration (#17255)- Interpret syntax like
@("@")md:…as@md:…in Razor files (#17427)- Disallow top-level braces, top-level semicolons, and unbalanced parentheses and brackets in arbitrary values (#17361)
- Ensure the
--theme(…)function still resolves to the CSS variables when using legacy JS plugins (#17458)- Detect used theme variables in CSS module files (#17433, #17467)
... (truncated)
Changelog
Sourced from tailwindcss's changelog.
[4.1.2] - 2025-04-03
Fixed
- Don't rely on the presence of
@layer baseto polyfill@property(#17506)- Support setting multiple inset shadows as arbitrary values (#17523)
- Fix
drop-shadow-*utilities that are defined with multiple shadows (#17515)- PostCSS: Fix race condition when two changes are queued concurrently (#17514)
- PostCSS: Ensure files containing
@tailwind utilitiesare processed (#17514)- Ensure the
color-mix(…)polyfill creates fallbacks even when using colors that cannot be statically analyzed (#17513)- Fix slow incremental builds with
@tailwindcss/viteand@tailwindcss/postscss(especially on Windows) (#17511)- Vite: Fix missing CSS file in Qwik setups (#17533)
[4.1.1] - 2025-04-02
Fixed
- Disable padding in
@source inline(…)brace expansion (#17491)- Inject polyfills after
@importand body-less@layer(#17493)- Ensure
@tailwindcss/clidoes not contain an import forjiti(#17502)[4.1.0] - 2025-04-01
Added
- Add
details-contentvariant (#15319)- Add
inverted-colorsvariant (#11693)- Add
noscriptvariant (#11929, #17431)- Add
items-baseline-lastandself-baseline-lastutilities (#13888, #17476)- Add
pointer-none,pointer-coarse, andpointer-finevariants (#16946)- Add
any-pointer-none,any-pointer-coarse, andany-pointer-finevariants (#16941)- Add safe alignment utilities (#14607)
- Add
user-validanduser-invalidvariants (#12370)- Add
wrap-anywhere,wrap-break-word, andwrap-normalutilities (#12128)- Add
@source inline(…)and@source not inline(…)(#17147)- Add
@source not "…"(#17255)- Add
text-shadow-*utilities (#17389)- Add
mask-*utilities (#17134)- Add
bg-{position,size}-*utilities for arbitrary values (#17432)- Add
shadow-*/<alpha>,inset-shadow-*/<alpha>,drop-shadow-*/<alpha>, andtext-shadow-*/<alpha>utilities to control shadow opacity (#17398, #17434)- Add
drop-shadow-<color>utilities (#17434)- Improve compatibility with older versions of Safari and Firefox (#17435)
Fixed
- Follow symlinks when resolving
@sourcedirectives (#17391)- Don't scan ignored files for classes when changing an ignored file triggers a rebuild using
@tailwindcss/cli(#17255)- Support negated
contentrules in legacy JavaScript configuration (#17255)- Interpret syntax like
@("@")md:…as@md:…in Razor files (#17427)- Disallow top-level braces, top-level semicolons, and unbalanced parentheses and brackets in arbitrary values (#17361)
... (truncated)
Commits
4c99367Prepare release v4.1.2 (#17530)60b0da9Polyfill: Fall back to first color value whencolor-mix(…)contains unresol...e45302bFix drop shadow filters with multiple shadows (#17515)3e41e9fReplace currentColor with currentcolor (lowercase) (#17510)80f9578Fix multi-value arbitrary inset shadow (#17523)4484192Use@layer propertiesfor@propertypolyfills (#17506)6a0a3ecPrepare release v4.1.1 (#17503)3c937ecInject polyfills after@importand body-less@layer(#17493)b069d7aDisable padding in@source inline(…)brace expansion (#17491)8f631d0Prepare 4.1.0 release (#17483)- 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)