fix(deps): update dependency tailwindcss to ^2.2.19
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
tailwindcss (source) | dependencies | patch | ^2.2.7 -> ^2.2.19 |
Release Notes
tailwindlabs/tailwindcss (tailwindcss)
v2.2.19
Fixed
- Ensure
corePlugins
order is consistent in AOT mode (#5928)
v2.2.18
Fixed
- Bump versions for security vulnerabilities (#5924)
v2.2.17
Fixed
- Configure chokidar's
awaitWriteFinish
setting to avoid occasional stale builds on Windows (#5758)
v2.2.16
Fixed
- JIT: Properly handle animations that use CSS custom properties (#5602)
v2.2.15
Fixed
- Ensure using CLI without
-i
for input file continues to work even though deprecated (#5464)
v2.2.14
Fixed
- Only use
@defaults
in JIT, switch back toclean-css
in case there's any meaningful differences in the output (bf248cb)
v2.2.13
Fixed
- Fix broken CDN build
v2.2.12
Fixed
- Ensure that divide utilities inject a default border color (#5438)
v2.2.11
Fixed
- Rebundle to fix missing CLI peer dependencies
v2.2.10
Fixed
- Fix build error when using
presets: []
in config file (#4903)
Added
- Reintroduce universal selector optimizations under experimental
optimizeUniversalDefaults
flag (a9e160c)
v2.2.9
Fixed
- JIT: Fix
@apply
ing utilities that contain variants + the important modifier (#4854) - JIT: Don't strip "null" when parsing tracked file paths (#5008)
- Pin
clean-css
to v5.1.4 to fix empty CSS variables in CDN builds (#5338)
v2.2.8
Fixed
- Improve accessibility of default link focus styles in Firefox (#5082)
- JIT: Fix animation variants corrupting keyframes rules (#5223)
- JIT: Ignore escaped commas when splitting selectors to apply prefixes (#5239)
- Nesting: Maintain PostCSS node sources when handling
@apply
(#5249) - JIT: Fix support for animation lists (#5252)
- JIT: Fix arbitrary value support for
object-position
utilities (#5245) - CLI: Abort watcher if stdin is closed to avoid zombie processes (#4997)
- JIT: Ignore arbitrary values with unbalanced brackets (#5293)
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.