Skip to content

Commit cdd0074

Browse files
committed
set dependencies to newly released versions
1 parent c5f45ce commit cdd0074

File tree

27 files changed

+89
-64
lines changed

27 files changed

+89
-64
lines changed

cli/csstools-cli/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@
1010
- Updated [`postcss-focus-within`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-focus-within) to [`9.0.1`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-focus-within/CHANGELOG.md#901) (patch)
1111
- Updated [`postcss-pseudo-class-any-link`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-pseudo-class-any-link) to [`10.0.1`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-pseudo-class-any-link/CHANGELOG.md#1001) (patch)
1212
- Updated [`postcss-selector-not`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-selector-not) to [`8.0.1`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-selector-not/CHANGELOG.md#801) (patch)
13+
- Updated [`@csstools/postcss-cascade-layers`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-cascade-layers) to [`5.0.1`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-cascade-layers/CHANGELOG.md#501) (patch)
14+
- Updated [`@csstools/postcss-content-alt-text`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-content-alt-text) to [`2.0.3`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-content-alt-text/CHANGELOG.md#203) (patch)
15+
- Updated [`@csstools/postcss-is-pseudo-class`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-is-pseudo-class) to [`5.0.1`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-is-pseudo-class/CHANGELOG.md#501) (patch)
16+
- Updated [`@csstools/postcss-light-dark-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-light-dark-function) to [`2.0.6`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-light-dark-function/CHANGELOG.md#206) (patch)
17+
- Updated [`css-has-pseudo`](https://github.com/csstools/postcss-plugins/tree/main/plugins/css-has-pseudo) to [`7.0.1`](https://github.com/csstools/postcss-plugins/tree/main/plugins/css-has-pseudo/CHANGELOG.md#701) (patch)
18+
- Updated [`postcss-nesting`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-nesting) to [`13.0.1`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-nesting/CHANGELOG.md#1301) (patch)
1319

1420
### 4.0.7
1521

cli/csstools-cli/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -38,17 +38,17 @@
3838
"dist"
3939
],
4040
"dependencies": {
41-
"@csstools/postcss-cascade-layers": "^5.0.0",
41+
"@csstools/postcss-cascade-layers": "^5.0.1",
4242
"@csstools/postcss-color-function": "^4.0.3",
4343
"@csstools/postcss-color-mix-function": "^3.0.3",
44-
"@csstools/postcss-content-alt-text": "^2.0.2",
44+
"@csstools/postcss-content-alt-text": "^2.0.3",
4545
"@csstools/postcss-exponential-functions": "^2.0.2",
4646
"@csstools/postcss-font-format-keywords": "^4.0.0",
4747
"@csstools/postcss-gradients-interpolation-method": "^5.0.3",
4848
"@csstools/postcss-hwb-function": "^4.0.3",
4949
"@csstools/postcss-ic-unit": "^4.0.0",
50-
"@csstools/postcss-is-pseudo-class": "^5.0.0",
51-
"@csstools/postcss-light-dark-function": "^2.0.5",
50+
"@csstools/postcss-is-pseudo-class": "^5.0.1",
51+
"@csstools/postcss-light-dark-function": "^2.0.6",
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.2",
@@ -64,7 +64,7 @@
6464
"@csstools/postcss-trigonometric-functions": "^4.0.2",
6565
"@csstools/postcss-unset-value": "^4.0.0",
6666
"css-blank-pseudo": "^7.0.1",
67-
"css-has-pseudo": "^7.0.0",
67+
"css-has-pseudo": "^7.0.1",
6868
"css-prefers-color-scheme": "^10.0.0",
6969
"postcss": "^8.4.45",
7070
"postcss-attribute-case-insensitive": "^7.0.1",
@@ -82,7 +82,7 @@
8282
"postcss-image-set-function": "^7.0.0",
8383
"postcss-lab-function": "^7.0.3",
8484
"postcss-logical": "^8.0.0",
85-
"postcss-nesting": "^13.0.0",
85+
"postcss-nesting": "^13.0.1",
8686
"postcss-overflow-shorthand": "^6.0.0",
8787
"postcss-place": "^10.0.0",
8888
"postcss-preset-env": "^10.0.7",

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

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
### Unreleased (patch)
44

55
- Updated [`@csstools/css-parser-algorithms`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-parser-algorithms) to [`3.0.3`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-parser-algorithms/CHANGELOG.md#303) (patch)
6+
- Updated [`@csstools/css-calc`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-calc) to [`2.0.3`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-calc/CHANGELOG.md#203) (patch)
67

78
### 2.0.2
89

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"dist"
4949
],
5050
"dependencies": {
51-
"@csstools/css-calc": "^2.0.2",
51+
"@csstools/css-calc": "^2.0.3",
5252
"@csstools/css-parser-algorithms": "^3.0.3",
5353
"@csstools/css-tokenizer": "^3.0.2"
5454
},

package-lock.json

+39-39
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/css-color-parser/CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
### Unreleased (patch)
44

55
- Updated [`@csstools/css-parser-algorithms`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-parser-algorithms) to [`3.0.3`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-parser-algorithms/CHANGELOG.md#303) (patch)
6+
- Updated [`@csstools/css-calc`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-calc) to [`2.0.3`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-calc/CHANGELOG.md#203) (patch)
67

78
### 3.0.3
89

0 commit comments

Comments
 (0)