Skip to content

Commit 0147e63

Browse files
committed
set dependencies to newly released versions
1 parent 0cec494 commit 0147e63

File tree

73 files changed

+128
-85
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

73 files changed

+128
-85
lines changed

cli/csstools-cli/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changes to CSSTools CLI
22

3+
### Unreleased (patch)
4+
5+
- Updated [`@csstools/postcss-ic-unit`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-ic-unit) to [`4.0.2`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-ic-unit/CHANGELOG.md#402) (patch)
6+
- Updated [`@csstools/postcss-logical-viewport-units`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-logical-viewport-units) to [`3.0.4`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-logical-viewport-units/CHANGELOG.md#304) (patch)
7+
- Updated [`postcss-double-position-gradients`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-double-position-gradients) to [`6.0.2`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-double-position-gradients/CHANGELOG.md#602) (patch)
8+
39
### 4.0.16
410

511
_April 19, 2025_

cli/csstools-cli/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,12 @@
4646
"@csstools/postcss-font-format-keywords": "^4.0.0",
4747
"@csstools/postcss-gradients-interpolation-method": "^5.0.9",
4848
"@csstools/postcss-hwb-function": "^4.0.9",
49-
"@csstools/postcss-ic-unit": "^4.0.1",
49+
"@csstools/postcss-ic-unit": "^4.0.2",
5050
"@csstools/postcss-is-pseudo-class": "^5.0.1",
5151
"@csstools/postcss-light-dark-function": "^2.0.8",
5252
"@csstools/postcss-logical-float-and-clear": "^3.0.0",
5353
"@csstools/postcss-logical-resize": "^3.0.0",
54-
"@csstools/postcss-logical-viewport-units": "^3.0.3",
54+
"@csstools/postcss-logical-viewport-units": "^3.0.4",
5555
"@csstools/postcss-media-minmax": "^2.0.8",
5656
"@csstools/postcss-media-queries-aspect-ratio-number-values": "^3.0.4",
5757
"@csstools/postcss-nested-calc": "^4.0.0",
@@ -75,7 +75,7 @@
7575
"postcss-custom-properties": "^14.0.4",
7676
"postcss-custom-selectors": "^8.0.4",
7777
"postcss-dir-pseudo-class": "^9.0.1",
78-
"postcss-double-position-gradients": "^6.0.1",
78+
"postcss-double-position-gradients": "^6.0.2",
7979
"postcss-focus-visible": "^10.0.1",
8080
"postcss-focus-within": "^9.0.1",
8181
"postcss-gap-properties": "^6.0.0",

experimental/postcss-gradient-stop-increments/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
### Unreleased (patch)
44

55
- Updated [`@csstools/css-tokenizer`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-tokenizer) to [`3.0.4`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-tokenizer/CHANGELOG.md#304) (patch)
6+
- Updated [`@csstools/css-parser-algorithms`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-parser-algorithms) to [`3.0.5`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-parser-algorithms/CHANGELOG.md#305) (patch)
67

78
### 2.0.8
89

experimental/postcss-gradient-stop-increments/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
],
5050
"dependencies": {
5151
"@csstools/css-calc": "^2.1.3",
52-
"@csstools/css-parser-algorithms": "^3.0.4",
52+
"@csstools/css-parser-algorithms": "^3.0.5",
5353
"@csstools/css-tokenizer": "^3.0.4"
5454
},
5555
"peerDependencies": {

0 commit comments

Comments
 (0)