chore(deps): update dependency postcss to v7 #232
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^6.0.23
->^7.0.0
Release Notes
postcss/postcss
v7.0.14
Compare Source
postcss-less
(by Matt Lyons).v7.0.13
Compare Source
v7.0.12
Compare Source
v7.0.11
Compare Source
v7.0.10
Compare Source
v7.0.9
Compare Source
v7.0.8
Compare Source
support-colors
6.0.v7.0.7
Compare Source
Error
inCssSyntaxError
.v7.0.6
Compare Source
v7.0.5
Compare Source
v7.0.4
Compare Source
v7.0.3
Compare Source
v7.0.2
Compare Source
v7.0.1
Compare Source
postcss-less
(by Matt Lyons).v7.0.0
Compare Source
PostCSS 7.0 dropped Node.js 4 support and brought small features.
Breaking Changes
We removed Node.js 4 and Node.js 9 support since it doesn’t have security updates anymore.
We removed IE and “dead” browsers (without security updates) from Babel’s Browserslist. Don't worry, PostCSS still generate IE-compatible code. These changes affect websites which run PostCSS on client-side like CodePen.
New Features
@nikhilgaba added cute thing for plugin developers. If an error was happened in
Container#walk()
circle, PostCSS will show in stack trace CSS node, which causes this error:@igorkamyshev added
finally
method toLazyResult
to make it compatible with the latest Promise API.Other Changes
Renovate configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻️ Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "
rebase!
".🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot. View repository job log here.