Skip to content

Commit dfa8379

Browse files
committed
set dependencies to newly released versions
1 parent 3ce75bc commit dfa8379

File tree

5 files changed

+30
-16
lines changed

5 files changed

+30
-16
lines changed

cli/csstools-cli/CHANGELOG.md

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

3+
### Unreleased (patch)
4+
5+
- Updated [`@csstools/postcss-cascade-layers`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-cascade-layers) to [`4.0.5`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-cascade-layers/CHANGELOG.md#405) (patch)
6+
- Updated [`@csstools/postcss-is-pseudo-class`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-is-pseudo-class) to [`4.0.7`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-is-pseudo-class/CHANGELOG.md#407) (patch)
7+
- Updated [`css-has-pseudo`](https://github.com/csstools/postcss-plugins/tree/main/plugins/css-has-pseudo) to [`6.0.4`](https://github.com/csstools/postcss-plugins/tree/main/plugins/css-has-pseudo/CHANGELOG.md#604) (patch)
8+
- Updated [`postcss-nesting`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-nesting) to [`12.1.3`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-nesting/CHANGELOG.md#1213) (patch)
9+
310
### 3.0.20
411

512
_May 4, 2024_

cli/csstools-cli/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,15 @@
3838
"dist"
3939
],
4040
"dependencies": {
41-
"@csstools/postcss-cascade-layers": "^4.0.4",
41+
"@csstools/postcss-cascade-layers": "^4.0.5",
4242
"@csstools/postcss-color-function": "^3.0.16",
4343
"@csstools/postcss-color-mix-function": "^2.0.16",
4444
"@csstools/postcss-exponential-functions": "^1.0.7",
4545
"@csstools/postcss-font-format-keywords": "^3.0.2",
4646
"@csstools/postcss-gradients-interpolation-method": "^4.0.17",
4747
"@csstools/postcss-hwb-function": "^3.0.15",
4848
"@csstools/postcss-ic-unit": "^3.0.6",
49-
"@csstools/postcss-is-pseudo-class": "^4.0.6",
49+
"@csstools/postcss-is-pseudo-class": "^4.0.7",
5050
"@csstools/postcss-light-dark-function": "^1.0.5",
5151
"@csstools/postcss-logical-float-and-clear": "^2.0.1",
5252
"@csstools/postcss-logical-resize": "^2.0.1",
@@ -63,7 +63,7 @@
6363
"@csstools/postcss-trigonometric-functions": "^3.0.8",
6464
"@csstools/postcss-unset-value": "^3.0.1",
6565
"css-blank-pseudo": "^6.0.2",
66-
"css-has-pseudo": "^6.0.3",
66+
"css-has-pseudo": "^6.0.4",
6767
"css-prefers-color-scheme": "^9.0.1",
6868
"postcss": "^8.4.38",
6969
"postcss-attribute-case-insensitive": "^6.0.3",
@@ -81,7 +81,7 @@
8181
"postcss-image-set-function": "^6.0.3",
8282
"postcss-lab-function": "^6.0.16",
8383
"postcss-logical": "^7.0.1",
84-
"postcss-nesting": "^12.1.2",
84+
"postcss-nesting": "^12.1.3",
8585
"postcss-overflow-shorthand": "^5.0.1",
8686
"postcss-place": "^9.0.1",
8787
"postcss-preset-env": "^9.5.11",

package-lock.json

Lines changed: 8 additions & 8 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: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changes to PostCSS Preset Env
22

3+
### Unreleased (patch)
4+
5+
- Updated [`@csstools/postcss-cascade-layers`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-cascade-layers) to [`4.0.5`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-cascade-layers/CHANGELOG.md#405) (patch)
6+
- Updated [`@csstools/postcss-is-pseudo-class`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-is-pseudo-class) to [`4.0.7`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-is-pseudo-class/CHANGELOG.md#407) (patch)
7+
- Updated [`css-has-pseudo`](https://github.com/csstools/postcss-plugins/tree/main/plugins/css-has-pseudo) to [`6.0.4`](https://github.com/csstools/postcss-plugins/tree/main/plugins/css-has-pseudo/CHANGELOG.md#604) (patch)
8+
- Updated [`postcss-nesting`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-nesting) to [`12.1.3`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-nesting/CHANGELOG.md#1213) (patch)
9+
310
### 9.5.11
411

512
_May 4, 2024_

plugin-packs/postcss-preset-env/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"dist"
5353
],
5454
"dependencies": {
55-
"@csstools/postcss-cascade-layers": "^4.0.4",
55+
"@csstools/postcss-cascade-layers": "^4.0.5",
5656
"@csstools/postcss-color-function": "^3.0.16",
5757
"@csstools/postcss-color-mix-function": "^2.0.16",
5858
"@csstools/postcss-exponential-functions": "^1.0.7",
@@ -62,7 +62,7 @@
6262
"@csstools/postcss-hwb-function": "^3.0.15",
6363
"@csstools/postcss-ic-unit": "^3.0.6",
6464
"@csstools/postcss-initial": "^1.0.1",
65-
"@csstools/postcss-is-pseudo-class": "^4.0.6",
65+
"@csstools/postcss-is-pseudo-class": "^4.0.7",
6666
"@csstools/postcss-light-dark-function": "^1.0.5",
6767
"@csstools/postcss-logical-float-and-clear": "^2.0.1",
6868
"@csstools/postcss-logical-overflow": "^1.0.1",
@@ -84,7 +84,7 @@
8484
"autoprefixer": "^10.4.19",
8585
"browserslist": "^4.22.3",
8686
"css-blank-pseudo": "^6.0.2",
87-
"css-has-pseudo": "^6.0.3",
87+
"css-has-pseudo": "^6.0.4",
8888
"css-prefers-color-scheme": "^9.0.1",
8989
"cssdb": "^8.0.0",
9090
"postcss-attribute-case-insensitive": "^6.0.3",
@@ -104,7 +104,7 @@
104104
"postcss-image-set-function": "^6.0.3",
105105
"postcss-lab-function": "^6.0.16",
106106
"postcss-logical": "^7.0.1",
107-
"postcss-nesting": "^12.1.2",
107+
"postcss-nesting": "^12.1.3",
108108
"postcss-opacity-percentage": "^2.0.0",
109109
"postcss-overflow-shorthand": "^5.0.1",
110110
"postcss-page-break": "^3.0.4",

0 commit comments

Comments
 (0)