Update dependency postcss-values-parser to v6 #33
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:
^1.5.0
->^6.0.0
Release Notes
shellscape/postcss-values-parser (postcss-values-parser)
v6.0.2
Compare Source
Bugfixes
Updates
v6.0.1
Compare Source
v6.0.0
Compare Source
Breaking Changes
Bugfixes
v5.0.0
Compare Source
v4.0.0
Compare Source
Updates
Breaking Changes
Node v10+ now required
v3.2.1
Compare Source
v3.2.0
Compare Source
Bugfixes
fix: comma separated funcs with no spaces. fixes #91
fix: wonky function names. fixes #92
fix: numeric parsing (#109)
Features
feat: add hwb, lab, and lch to functions matching isColor (#111) …
Updates
test: add test for #104
test: add tests for #106
v3.1.1
Compare Source
v3.1.0
Compare Source
v3.0.5
Compare Source
Bugfixes
v3.0.4
Compare Source
Updates
npm audit
updatev3.0.3
Compare Source
Bugfixes
Updates
v3.0.2
Compare Source
Bugfixes
v3.0.1
Compare Source
v3.0.0
Compare Source
Major Version 3
This is a major rewrite from top to bottom and contains many breaking changes. The rewrite leverages PostCSS itself under the hood. That means it uses the same tokenizer and parser, with some modifications. The last major update to PostCSS provided consumers with an outstanding model to inherit and extend from the base classes to create derived parsers. That means we now benefit from the rock-solid tokenizing in PostCSS without having to reinvent the wheel, and without introducing new bugs.
This also allows for use of the base PostCSS Node classes, without redefining or duplicating their functionality. Tasks like walking nodes, or inspecting Node properties you'd expect in PostCSS are now identical.
Breaking Changes
Some Node types have changed. Most notably, all characters which can be considered "punctuation" have been moved into the
Punctuation
Node. Additionally, decorative property names on Nodes have changed in some instances. The full API documentation has more details.v2.0.1
Compare Source
Bugfixes
v2.0.0
Compare Source
Bugfixes
Breaking Changes
The module now only supports Node v6.14.4+. This change follows the Node LTS schedule.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - 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 was generated by Mend Renovate. View the repository job log.