Skip to content

Commit 35c1233

Browse files
committed
set dependencies to newly released versions
1 parent 65aed1e commit 35c1233

25 files changed

Lines changed: 102 additions & 68 deletions

File tree

cli/csstools-cli/CHANGELOG.md

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

3+
### Unreleased (patch)
4+
5+
- Updated [`@csstools/postcss-content-alt-text`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-content-alt-text) to [`2.0.5`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-content-alt-text/CHANGELOG.md#205) (patch)
6+
- Updated [`@csstools/postcss-exponential-functions`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-exponential-functions) to [`2.0.8`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-exponential-functions/CHANGELOG.md#208) (patch)
7+
- Updated [`@csstools/postcss-ic-unit`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-ic-unit) to [`4.0.1`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-ic-unit/CHANGELOG.md#401) (patch)
8+
- Updated [`@csstools/postcss-light-dark-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-light-dark-function) to [`2.0.8`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-light-dark-function/CHANGELOG.md#208) (patch)
9+
- Updated [`@csstools/postcss-media-minmax`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-media-minmax) to [`2.0.8`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-media-minmax/CHANGELOG.md#208) (patch)
10+
- Updated [`@csstools/postcss-stepped-value-functions`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-stepped-value-functions) to [`4.0.8`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-stepped-value-functions/CHANGELOG.md#408) (patch)
11+
- Updated [`@csstools/postcss-trigonometric-functions`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-trigonometric-functions) to [`4.0.8`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-trigonometric-functions/CHANGELOG.md#408) (patch)
12+
- Updated [`postcss-double-position-gradients`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-double-position-gradients) to [`6.0.1`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-double-position-gradients/CHANGELOG.md#601) (patch)
13+
314
### 4.0.15
415

516
_February 23, 2025_

cli/csstools-cli/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -41,27 +41,27 @@
4141
"@csstools/postcss-cascade-layers": "^5.0.1",
4242
"@csstools/postcss-color-function": "^4.0.8",
4343
"@csstools/postcss-color-mix-function": "^3.0.8",
44-
"@csstools/postcss-content-alt-text": "^2.0.4",
45-
"@csstools/postcss-exponential-functions": "^2.0.7",
44+
"@csstools/postcss-content-alt-text": "^2.0.5",
45+
"@csstools/postcss-exponential-functions": "^2.0.8",
4646
"@csstools/postcss-font-format-keywords": "^4.0.0",
4747
"@csstools/postcss-gradients-interpolation-method": "^5.0.8",
4848
"@csstools/postcss-hwb-function": "^4.0.8",
49-
"@csstools/postcss-ic-unit": "^4.0.0",
49+
"@csstools/postcss-ic-unit": "^4.0.1",
5050
"@csstools/postcss-is-pseudo-class": "^5.0.1",
51-
"@csstools/postcss-light-dark-function": "^2.0.7",
51+
"@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",
5454
"@csstools/postcss-logical-viewport-units": "^3.0.3",
55-
"@csstools/postcss-media-minmax": "^2.0.7",
55+
"@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",
5858
"@csstools/postcss-normalize-display-values": "^4.0.0",
5959
"@csstools/postcss-oklab-function": "^4.0.8",
6060
"@csstools/postcss-relative-color-syntax": "^3.0.8",
6161
"@csstools/postcss-scope-pseudo-class": "^4.0.1",
62-
"@csstools/postcss-stepped-value-functions": "^4.0.7",
62+
"@csstools/postcss-stepped-value-functions": "^4.0.8",
6363
"@csstools/postcss-text-decoration-shorthand": "^4.0.2",
64-
"@csstools/postcss-trigonometric-functions": "^4.0.7",
64+
"@csstools/postcss-trigonometric-functions": "^4.0.8",
6565
"@csstools/postcss-unset-value": "^4.0.0",
6666
"css-blank-pseudo": "^7.0.1",
6767
"css-has-pseudo": "^7.0.2",
@@ -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.0",
78+
"postcss-double-position-gradients": "^6.0.1",
7979
"postcss-focus-visible": "^10.0.1",
8080
"postcss-focus-within": "^9.0.1",
8181
"postcss-gap-properties": "^6.0.0",

package-lock.json

Lines changed: 40 additions & 40 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

plugin-packs/postcss-preset-env/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@
44

55
- Updated [`cssdb`](https://github.com/csstools/cssdb) to [`8.2.4`](https://github.com/csstools/cssdb/blob/main/CHANGELOG.md#824-march-10-2025) (patch)
66
- Updated [`@csstools/postcss-progressive-custom-properties`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-progressive-custom-properties) to [`4.0.1`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-progressive-custom-properties/CHANGELOG.md#401) (patch)
7+
- Updated [`@csstools/postcss-content-alt-text`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-content-alt-text) to [`2.0.5`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-content-alt-text/CHANGELOG.md#205) (patch)
8+
- Updated [`@csstools/postcss-exponential-functions`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-exponential-functions) to [`2.0.8`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-exponential-functions/CHANGELOG.md#208) (patch)
9+
- Updated [`@csstools/postcss-ic-unit`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-ic-unit) to [`4.0.1`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-ic-unit/CHANGELOG.md#401) (patch)
10+
- Updated [`@csstools/postcss-light-dark-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-light-dark-function) to [`2.0.8`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-light-dark-function/CHANGELOG.md#208) (patch)
11+
- Updated [`@csstools/postcss-media-minmax`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-media-minmax) to [`2.0.8`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-media-minmax/CHANGELOG.md#208) (patch)
12+
- Updated [`@csstools/postcss-random-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-random-function) to [`2.0.0`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-random-function/CHANGELOG.md#200) (major)
13+
- Updated [`@csstools/postcss-sign-functions`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-sign-functions) to [`1.1.3`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-sign-functions/CHANGELOG.md#113) (patch)
14+
- Updated [`@csstools/postcss-stepped-value-functions`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-stepped-value-functions) to [`4.0.8`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-stepped-value-functions/CHANGELOG.md#408) (patch)
15+
- Updated [`@csstools/postcss-trigonometric-functions`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-trigonometric-functions) to [`4.0.8`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-trigonometric-functions/CHANGELOG.md#408) (patch)
16+
- Updated [`postcss-double-position-gradients`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-double-position-gradients) to [`6.0.1`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-double-position-gradients/CHANGELOG.md#601) (patch)
717

818
### 10.1.5
919

0 commit comments

Comments
 (0)