chore(deps): update dependency postcss-custom-properties to v14 #37
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:
^12.1.8
->^14.0.4
Release Notes
csstools/postcss-plugins (postcss-custom-properties)
v14.0.4
Compare Source
November 1, 2024
@csstools/css-tokenizer
to3.0.3
(patch)@csstools/css-parser-algorithms
to3.0.4
(patch)@csstools/cascade-layer-name-parser
to2.0.4
(patch)v14.0.3
Compare Source
October 23, 2024
@csstools/css-parser-algorithms
to3.0.3
(patch)@csstools/cascade-layer-name-parser
to2.0.3
(patch)v14.0.2
Compare Source
October 10, 2024
@csstools/css-tokenizer
to3.0.2
(patch)@csstools/css-parser-algorithms
to3.0.2
(patch)@csstools/cascade-layer-name-parser
to2.0.2
(patch)v14.0.1
Compare Source
August 18, 2024
@csstools/css-tokenizer
to3.0.1
(patch)@csstools/css-parser-algorithms
to3.0.1
(patch)@csstools/cascade-layer-name-parser
to2.0.1
(patch)v14.0.0
Compare Source
August 3, 2024
@csstools/css-tokenizer
to3.0.0
(major)@csstools/utilities
to2.0.0
(major)@csstools/css-parser-algorithms
to3.0.0
(major)@csstools/cascade-layer-name-parser
to2.0.0
(major)v13.3.12
Compare Source
July 6, 2024
@csstools/css-tokenizer
to2.4.1
(patch)@csstools/css-parser-algorithms
to2.7.1
(patch)@csstools/cascade-layer-name-parser
to1.0.13
(patch)v13.3.11
Compare Source
June 29, 2024
@csstools/css-tokenizer
to2.3.2
(patch)@csstools/css-parser-algorithms
to2.7.0
(minor)@csstools/cascade-layer-name-parser
to1.0.12
(patch)v13.3.10
Compare Source
May 4, 2024
@csstools/css-tokenizer
to2.3.1
(patch)@csstools/css-parser-algorithms
to2.6.3
(patch)@csstools/cascade-layer-name-parser
to1.0.11
(patch)v13.3.9
Compare Source
May 4, 2024
@csstools/css-tokenizer
to2.3.0
(minor)@csstools/css-parser-algorithms
to2.6.2
(patch)@csstools/cascade-layer-name-parser
to1.0.10
(patch)v13.3.8
Compare Source
April 22, 2024
v13.3.7
Compare Source
April 11, 2024
v13.3.6
Compare Source
March 13, 2024
@csstools/css-tokenizer
to2.2.4
(patch)@csstools/css-parser-algorithms
to2.6.1
(patch)@csstools/cascade-layer-name-parser
to1.0.9
(patch)v13.3.5
Compare Source
February 19, 2024
@csstools/utilities
@csstools/css-parser-algorithms
to2.6.0
(minor)@csstools/cascade-layer-name-parser
to1.0.8
(patch)v13.3.4
Compare Source
December 31, 2023
@csstools/css-tokenizer
to2.2.3
(patch)@csstools/css-parser-algorithms
to2.5.0
(minor)@csstools/cascade-layer-name-parser
to1.0.7
(patch)v13.3.3
Compare Source
December 15, 2023
@csstools/css-tokenizer
to2.2.2
(patch)@csstools/css-parser-algorithms
to2.4.0
(minor)@csstools/cascade-layer-name-parser
to1.0.6
(patch)v13.3.2
Compare Source
September 24, 2023
@csstools/css-tokenizer
to2.2.1
(patch)@csstools/css-parser-algorithms
to2.3.2
(patch)@csstools/cascade-layer-name-parser
to1.0.5
(patch)v13.3.1
Compare Source
May 4, 2024
@csstools/css-tokenizer
to2.3.1
(patch)@csstools/css-parser-algorithms
to2.6.3
(patch)@csstools/cascade-layer-name-parser
to1.0.11
(patch)v13.3.0
Compare Source
July 24, 2023
:where(html)
and:where(:root)
selectors@csstools/css-tokenizer
to2.2.0
(minor)@csstools/css-parser-algorithms
to2.3.1
(patch)@csstools/cascade-layer-name-parser
to1.0.4
(patch)v13.2.1
Compare Source
July 3, 2023
@csstools/css-parser-algorithms
to2.3.0
(minor)@csstools/cascade-layer-name-parser
to1.0.3
(patch)v13.2.0
Compare Source
June 1, 2023
@supports (top: var(--f))
.v13.1.5
Compare Source
April 10, 2023
@csstools/css-tokenizer
to2.1.1
(patch)@csstools/css-parser-algorithms
to2.1.1
(patch)@csstools/cascade-layer-name-parser
to1.0.2
(patch)v13.1.4
Compare Source
February 21, 2023
v13.1.3
Compare Source
February 8, 2023
v13.1.2
Compare Source
February 7, 2023
v13.1.1
Compare Source
January 28, 2023
types
declaration inpackage.json
v13.1.0
Compare Source
January 24, 2023
v12.1.11
)v13.0.0
Compare Source
November 14, 2022
importFrom
feature (breaking).exportTo
feature (breaking).v12.1.11
Compare Source
December 1, 2022
v12.1.10
Compare Source
October 20, 2022
preserve: false
interacts with logic around duplicate code (see12.1.9
).v12.1.9
Compare Source
September 14, 2022
.foo { order: 1; order: var(--my-order, 1); } /* becomes */ .foo { order: 1; - order: 1; order: var(--my-order, 1); }
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.