Closed greenkeeper[bot] closed 5 years ago
Update to this version instead π
The new version differs by 10 commits.
52526c3
6.3.0
cdb1fb0
Update documentation
c6f9140
No warnings by default
5d4620c
Preserve by default
c517378
Make options more explicit expectations
7cbf239
Support spec-valid whitespace
a64158a
Update dependencies
3f4e7fa
Fix documentation for warning option
86637d1
Only transform var() functions
59ba7a6
Preserve declaration comments
See the full diff
devDependency
postcss-custom-properties was updated from 5.0.2
to 8.0.0
.Update to this version instead π
The new version differs by 12 commits.
6ef218d
8.0.0
e0f68f9
Use postcss 7
cd964ce
Drop node@4 support
7775416
Use PostCSS 7
a115c35
Update dependencies
4508964
Allow warnings
option to be an object to configure each warning
4adb75c
Fix appendVariables appending duplicate vars
ccc045d
Update README.md badges
4f7ad35
Update README.md cssdb badge
0bf934d
change "preserve-computed" to "computed"
1b495ce
Fix documentation code examples for preserve option
f108950
Update README.md
See the full diff
devDependency
postcss-custom-properties was updated from 5.0.2
to 8.0.1
.devDependency
postcss-custom-properties was updated from 5.0.2
to 8.0.2
.devDependency
postcss-custom-properties was updated from 5.0.2
to 8.0.3
.Update to this version instead π
exportTo
function to specify where to export custom properties toimportFrom
option to specify where to import custom properties fromhtml
strict
option, as using the fallback value isnβt necessarily more valid.preserve: "computed"
option, as there seems to be little use in preserving custom property declarations while removing all usages of themwarnings
and noValueNotifications
options, as this should be the job of a linter toolvariables
option, which is now replaced by importFrom
appendVariables
option, which is now replaced by exportTo
:root
are not also transformeddevDependency
postcss-custom-properties was updated from 5.0.2
to 8.0.4
.devDependency
postcss-custom-properties was updated from 5.0.2
to 8.0.5
.Update to this version instead π
importFrom
not getting combineddevDependency
postcss-custom-properties was updated from 5.0.2
to 8.0.6
.Update to this version instead π
:root
and html
properties not getting polyfilledpostcss
to 7.0.3 (patch)devDependency
postcss-custom-properties was updated from 5.0.2
to 8.0.7
.devDependency
postcss-custom-properties was updated from 5.0.2
to 8.0.8
.devDependency
postcss-custom-properties was updated from 5.0.2
to 8.0.9
.devDependency
postcss-custom-properties was updated from 5.0.2
to 8.0.10
.devDependency
postcss-custom-properties was updated from 5.0.2
to 9.0.0
.Update to this version instead π
This is a breaking release that uses PostCSS Values Parser 3 and requires Node 8 or higher. The update to PostCSS Values Parser was made possible by @remithomas.
postcss-values-parser
to 3.0.4 (major)devDependency
postcss-custom-properties was updated from 5.0.2
to 9.0.1
.devDependency
postcss-custom-properties was updated from 5.0.2
to 9.0.2
.
Version 6.0.0 of postcss-custom-properties just got published.
The version 6.0.0 is not covered by your current version range.
Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.
I recommend you look into these changes and try to get onto the latest version of postcss-custom-properties. Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.
Release Notes
6.0.0Commits
The new version differs by 3 commits0.
d4c1e10
6.0.0
a8025c4
Update dependencies
7f02aee
Updated resolveValue comment (#65)
false
See the full diff
Not sure how things should work exactly?
There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html) and of course you may always [ask my humans](https://github.com/greenkeeperio/greenkeeper/issues/new).Your Greenkeeper Bot :palm_tree: