Open greenkeeper[bot] opened 7 years ago
Update to this version instead 🚀
The new version differs by 5 commits.
7730660
3.0.1
483b81f
Fixed: specify the actual require peer dependency for caniuse database (caniuse-lite is used since latest caniuse-api latest major bump)
50557fa
Fixed: bump dependencies not updated to PostCSS@6
efb7100
Update babel config + some devDeps to be able to build website
69169ac
update package-lock.json to 3.0.0
See the full diff
Update to this version instead 🚀
Update to this version instead 🚀
The new version differs by 17 commits.
19fded3
3.1.0
9b1bfc2
Fix nesting test
0d2cd29
Update deps in yarn.lock
f96791a
Fix travis badge location
a8f1e79
Update yarn.lock file
150ec2f
Update postcss-font-family-system-ui to version 3.0 (#443)
9109e32
Website: Update postcss-cli usage example (#444)
ffe3b99
Merge pull request #433 from DanielRuf/master
726b0bd
fix typo
8f092e1
Bye codesponsor 😢
f3b60a9
Delete package-lock.json
1aaaef5
Merge pull request #426 from sethbergman/master
abf0785
Merge pull request #1 from sethbergman/documentation-fix
c0353a2
features.md documentation fix
7059a7f
Update README.md
There are 17 commits in total.
See the full diff
Version 3.0.0 of postcss-cssnext just got published.
The version 3.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-cssnext. 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
3.0.0Removed: support for node 0.12
Node 4+ is supported.
Changed: upgrade to PostCSS 6
All postcss plugins dependencies have been updated to latest version to ensure
full PostCSS 6 compatibility.
Some breaking (minor) changes:
You can expect some other since all postcss plugins used have been updated to
latest versions.
If you have unexpected regression, please check corresponding plugins changelog before opening an issue.
Added: warning is emitted is you use custom property sets and
@apply
This feature won't be included in next the major release of postcss-cssnext.
This most likely won't get any more support from browser vendors as the
spec is yet considered deprecated and alternative solutions are being
discussed.
Read more about the reason here https://github.com/pascalduez/postcss-apply
Commits
The new version differs by 11 commits.
03b6017
3.0.0
cf9fb19
Docs: fix chalk update issue
b7d6ffd
Merge pull request #400 from MoOx/postcss6-upgrade
1781dc7
Docs: Fix id of overflow wrap property in index (#393)
8b99180
Ensure a version of caniuse-db that includes css-image-set (#380)
db0f0fa
Add a warning for custom property sets that are going to be removed + an option to hide the warning
cc7c864
Change: support node4+ up to 8
7bb55c1
chore: add package-lock.json and yarn.lock files
20ae74d
Change: upgrade to PostCSS 6
af5f9c1
Change link to custom media queries specification
974e40b
Fix PR link
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: