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:
^8.1.0
->8.3.4
Release Notes
postcss/postcss
v8.3.4
Compare Source
v8.3.3
Compare Source
postcss
dependency duplication in custom parsers.v8.3.2
Compare Source
v8.3.1
Compare Source
PostCSS does nothing
warning onsyntax
option.v8.3.0
Compare Source
PostCSS 8.3 improved source map parsing performance, added
Node#assign()
shortcut, and experimentalDocument
node to AST.Thanks to Sponsors
This release was possible thanks to our community.
If your company wants to support the sustainability of front-end infrastructure or wants to give some love to PostCSS, you can join our supporters by:
Source Map Performance
Because PostCSS needs synchronous API, we can’t move from the old `source-map 0.6 to 0.7 (many other open-source projects too).
@7rulnik forked
source-map
0.6 tosource-map-js
and back-ported performance improvements from 0.7. In 8.3 we switched fromsource-map
to thissource-map-js
fork.You map see 4x performance improvements in parsing map from processing step before PostCSS (for instance, Sass).
Document
NodesThanks to @gucong3000, PostCSS already parse CSS from HTML and JS files (CSS-in-JS templates and objects).
But his plugin need big updates. @hudochenkov from stylelint team decided to create new parsers for styles inside CSS-in-JS, HTML, and Markdown.
He suggested adding new
Document
node type to PostCSS AST to keep multipleRoot
nodes inside and JS/HTML/Markdown code blocks between these style blocks.This is an experimental feature. Some aspects of this node could change within minor or patch version releases.
Node#assign()
ShortcutThe creator of famous
postcss-preset-env
and many other PostCSS tools, @jonathantneal suggested a nice shortcut to change multiple properties in the node:v8.2.15
Compare Source
list
type definitions (by @n19htz).v8.2.14
Compare Source
source-map
from client-side bundle (by Barak Igal).v8.2.13
Compare Source
v8.2.12
Compare Source
package.json
exports.v8.2.11
Compare Source
DEP0148
warning in Node.js 16.v8.2.10
Compare Source
v8.2.9
Compare Source
NodeErrorOptions
type (by Rouven Weßling).v8.2.8
Compare Source
v8.2.7
Compare Source
v8.2.6
Compare Source
Maximum call stack size exceeded
inNode#toJSON
.v8.2.5
Compare Source
list.split
(by Natalie Weizenbaum).v8.2.4
Compare Source
postcss.plugin()
warning (by Tom Williams).v8.2.3
Compare Source
JSON.stringify(Node[])
support (by Niklas Mischkulnig).v8.2.2
Compare Source
Result#warn()
types.v8.2.1
Compare Source
list
type definitions (by @n19htz).v8.2.0
Compare Source
PostCSS 8.2 added a new API to serialize and deserialize CSS AST to JSON.
Thanks to @mischnic for his work.
v8.1.14
Compare Source
v8.1.13
Compare Source
v8.1.12
Compare Source
v8.1.11
Compare Source
v8.1.10
Compare Source
LazyResult
type export (by Evan You).LazyResult
type compatibility withPromise
(by Anton Kastritskiy).v8.1.9
Compare Source
v8.1.8
Compare Source
LazyResult
type compatibility withPromise
(by Ludovico Fischer).v8.1.7
Compare Source
import
support in TypeScript (by Remco Haszing).v8.1.6
Compare Source
package.exports
Node.js 15 fix.v8.1.5
Compare Source
v8.1.4
Compare Source
v8.1.3
Compare Source
package.types
.v8.1.2
Compare Source
v8.1.1
Compare Source
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 you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.