This repository has been archived by the owner on Jan 15, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
fix(deps): update dependency postcss to v8.3.9 #23
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/postcss-8.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/jonyw4/wayfore-group-polices/AkwzJatapbDHRQPnFwbCCppxWvBa |
renovate
bot
force-pushed
the
renovate/postcss-8.x
branch
from
February 10, 2021 16:01
3b2d9ba
to
758b0b3
Compare
renovate
bot
changed the title
fix(deps): update dependency postcss to v8.2.4
fix(deps): update dependency postcss to v8.2.5
Feb 10, 2021
renovate
bot
force-pushed
the
renovate/postcss-8.x
branch
from
February 11, 2021 10:41
758b0b3
to
2028582
Compare
renovate
bot
changed the title
fix(deps): update dependency postcss to v8.2.5
fix(deps): update dependency postcss to v8.2.6
Feb 11, 2021
renovate
bot
force-pushed
the
renovate/postcss-8.x
branch
from
April 26, 2021 14:33
2028582
to
bc925d0
Compare
renovate
bot
changed the title
fix(deps): update dependency postcss to v8.2.6
fix(deps): update dependency postcss to v8.2.13
Apr 26, 2021
renovate
bot
force-pushed
the
renovate/postcss-8.x
branch
from
May 9, 2021 22:24
bc925d0
to
a37828d
Compare
renovate
bot
changed the title
fix(deps): update dependency postcss to v8.2.13
fix(deps): update dependency postcss to v8.2.14
May 9, 2021
renovate
bot
force-pushed
the
renovate/postcss-8.x
branch
from
May 15, 2021 21:14
a37828d
to
69fadf6
Compare
renovate
bot
changed the title
fix(deps): update dependency postcss to v8.2.14
fix(deps): update dependency postcss to v8.2.15
May 15, 2021
renovate
bot
force-pushed
the
renovate/postcss-8.x
branch
from
June 6, 2021 21:46
69fadf6
to
705f344
Compare
renovate
bot
changed the title
fix(deps): update dependency postcss to v8.2.15
fix(deps): update dependency postcss to v8.3.0
Jun 6, 2021
renovate
bot
force-pushed
the
renovate/postcss-8.x
branch
from
June 14, 2021 13:08
705f344
to
1fc4348
Compare
renovate
bot
changed the title
fix(deps): update dependency postcss to v8.3.0
fix(deps): update dependency postcss to v8.3.3
Jun 14, 2021
renovate
bot
force-pushed
the
renovate/postcss-8.x
branch
from
October 18, 2021 19:19
1fc4348
to
374a5e4
Compare
renovate
bot
changed the title
fix(deps): update dependency postcss to v8.3.3
fix(deps): update dependency postcss to v8.3.9
Oct 18, 2021
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.10
->8.3.9
Release Notes
postcss/postcss
v8.3.9
Compare Source
nanocolors
topicocolors
.v8.3.8
Compare Source
nanocolors
.v8.3.7
Compare Source
colorette
tonanocolors
.package.json
(by Christian Oliff).v8.3.6
Compare Source
missed semicolon
error (by @Gusted).v8.3.5
Compare Source
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
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.