Open greenkeeper[bot] opened 6 years ago
Update to this version instead π
fix: browserslist
version incompatibility with caniuse-api
Update to this version instead π
postcss-merge-longhand
don't explode declarations with custom properties.postcss-colormin
now better transform to hsl
.Update to this version instead π
postcss-merge-longhand
don't drop border-width with custom property from border shorthand.postcss-merge-longhand
don't convert currentColor
.postcss-merge-longhand
don't merge border properties if there is a shorthand property between them.Update to this version instead π
postcss-merge-longhand
now correctly merges borders with custom properties.postcss-merge-longhand
doesn't throw error in some border
merge cases.Update to this version instead π
postcss-merge-longhand
doesn't mangle borders.postcss-ordered-values
support ordering animation values.devDependency
cssnano was updated from 3.10.0
to 4.1.1
.devDependency
cssnano was updated from 3.10.0
to 4.1.2
.Update to this version instead π
postcss-svgo
now handle DataURI with uppercase data
value (DATA:image/*;...
)devDependency
cssnano was updated from 3.10.0
to 4.1.3
.Update to this version instead π
postcss-minify-font-values
now use PostCSS 7postcss-discard-duplicates
now use PostCSS 7devDependency
cssnano was updated from 3.10.0
to 4.1.4
.Update to this version instead π
css-declaration-sorter
now use PostCSS 7postcss-calc
now use PostCSS 7devDependency
cssnano was updated from 3.10.0
to 4.1.5
.devDependency
cssnano was updated from 3.10.0
to 4.1.7
.Update to this version instead π
postcss-merge-longhand
doesn't throw error when merge a border property.devDependency
cssnano was updated from 3.10.0
to 4.1.7
.Update to this version instead π
cssnano
due broken release.devDependency
cssnano was updated from 3.10.0
to 4.1.8
.Update to this version instead π
require('cssnano')
).postcss-merge-longhand
correctly merging border properties with custom properties.devDependency
cssnano was updated from 3.10.0
to 4.1.9
.devDependency
cssnano was updated from 3.10.0
to 4.1.10
.
Version 4.0.0 of cssnano was just published.
The version 4.0.0 is not covered by your current version range.
If you donβt accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.
It might be worth looking into these changes and trying to get this project onto the latest version of cssnano.
If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you donβt have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.
Release Notes
4.0.0Breaking changes
Features
border-spacing
property.Bug Fixes
U
to lowercase forIE
<= 11 andEdge
<= 15.a { border-style:dotted; border-style:var(--variable) }
) correctly.border
property with invalid border width value correctly.:-ms-input-placeholder
and::-ms-input-placeholder
selectors correctly.all
property correctly.url
function.data
and*-extension://
URLs correctly.all
for IE.FAQ and help
There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those donβt help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).Your Greenkeeper bot :palm_tree: