⬆ ️ deps(dev): Bump postcss from 8.4.5 to 8.4.7
Bumps postcss from 8.4.5 to 8.4.7.
Release notes
Sourced from postcss's releases.
8.4.7
- Fixed
Node#warn()
type (by@ybiquitous
).- Fixed comment removal in values after
,
.8.4.6
- Prevented comment removing when it change meaning of CSS.
- Fixed parsing space in last semicolon-less CSS Custom Properties.
- Fixed comment cleaning in CSS Custom Properties with space.
- Fixed throwing an error on
.root
access for plugin-less case.
Changelog
Sourced from postcss's changelog.
8.4.7
- Fixed
Node#warn()
type (by Masafumi Koba).- Fixed comment removal in values after
,
.8.4.6
- Prevented comment removing when it change meaning of CSS.
- Fixed parsing space in last semicolon-less CSS Custom Properties.
- Fixed comment cleaning in CSS Custom Properties with space.
- Fixed throwing an error on
.root
access for plugin-less case.
Commits
-
d533f80
Release 8.4.7 version -
c50b8a3
Update dependencies -
0e56894
Merge pull request #1722 from ybiquitous/fix-node-warn-return-type -
db5b6e1
FixNode#warn()
return type -
8718e06
Update dependencies -
ed054f2
Fix CI config -
2010e24
Fix comment removal after , -
1e24638
Clean up code -
a008760
Update dependencies -
97b0621
Fix 80 columns line - Additional commits viewable in compare view