Skip to content

Commit 61c3f17

Browse files
committed
set dependencies to newly released versions
1 parent 107c54f commit 61c3f17

File tree

75 files changed

+262
-117
lines changed

Some content is hidden

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

75 files changed

+262
-117
lines changed

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-scope-pseudo-class`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-scope-pseudo-class) to [`4.0.1`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-scope-pseudo-class/CHANGELOG.md#401) (patch)
6+
- Updated [`css-blank-pseudo`](https://github.com/csstools/postcss-plugins/tree/main/plugins/css-blank-pseudo) to [`7.0.1`](https://github.com/csstools/postcss-plugins/tree/main/plugins/css-blank-pseudo/CHANGELOG.md#701) (patch)
7+
- Updated [`postcss-attribute-case-insensitive`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-attribute-case-insensitive) to [`7.0.1`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-attribute-case-insensitive/CHANGELOG.md#701) (patch)
8+
- Updated [`postcss-dir-pseudo-class`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-dir-pseudo-class) to [`9.0.1`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-dir-pseudo-class/CHANGELOG.md#901) (patch)
9+
- Updated [`postcss-focus-visible`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-focus-visible) to [`10.0.1`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-focus-visible/CHANGELOG.md#1001) (patch)
10+
- 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)
11+
- 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)
12+
- 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+
314
### 4.0.7
415

516
_October 10, 2024_

cli/csstools-cli/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -58,26 +58,26 @@
5858
"@csstools/postcss-normalize-display-values": "^4.0.0",
5959
"@csstools/postcss-oklab-function": "^4.0.3",
6060
"@csstools/postcss-relative-color-syntax": "^3.0.3",
61-
"@csstools/postcss-scope-pseudo-class": "^4.0.0",
61+
"@csstools/postcss-scope-pseudo-class": "^4.0.1",
6262
"@csstools/postcss-stepped-value-functions": "^4.0.2",
6363
"@csstools/postcss-text-decoration-shorthand": "^4.0.1",
6464
"@csstools/postcss-trigonometric-functions": "^4.0.2",
6565
"@csstools/postcss-unset-value": "^4.0.0",
66-
"css-blank-pseudo": "^7.0.0",
66+
"css-blank-pseudo": "^7.0.1",
6767
"css-has-pseudo": "^7.0.0",
6868
"css-prefers-color-scheme": "^10.0.0",
6969
"postcss": "^8.4.45",
70-
"postcss-attribute-case-insensitive": "^7.0.0",
70+
"postcss-attribute-case-insensitive": "^7.0.1",
7171
"postcss-color-functional-notation": "^7.0.3",
7272
"postcss-color-hex-alpha": "^10.0.0",
7373
"postcss-color-rebeccapurple": "^10.0.0",
7474
"postcss-custom-media": "^11.0.3",
7575
"postcss-custom-properties": "^14.0.2",
7676
"postcss-custom-selectors": "^8.0.2",
77-
"postcss-dir-pseudo-class": "^9.0.0",
77+
"postcss-dir-pseudo-class": "^9.0.1",
7878
"postcss-double-position-gradients": "^6.0.0",
79-
"postcss-focus-visible": "^10.0.0",
80-
"postcss-focus-within": "^9.0.0",
79+
"postcss-focus-visible": "^10.0.1",
80+
"postcss-focus-within": "^9.0.1",
8181
"postcss-gap-properties": "^6.0.0",
8282
"postcss-image-set-function": "^7.0.0",
8383
"postcss-lab-function": "^7.0.3",
@@ -86,8 +86,8 @@
8686
"postcss-overflow-shorthand": "^6.0.0",
8787
"postcss-place": "^10.0.0",
8888
"postcss-preset-env": "^10.0.7",
89-
"postcss-pseudo-class-any-link": "^10.0.0",
90-
"postcss-selector-not": "^8.0.0"
89+
"postcss-pseudo-class-any-link": "^10.0.1",
90+
"postcss-selector-not": "^8.0.1"
9191
},
9292
"devDependencies": {
9393
"@csstools/base-cli": "0.1.0"

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changes to PostCSS Gradient Stop Increments
22

3+
### Unreleased (patch)
4+
5+
- 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+
37
### 2.0.2
48

59
_October 10, 2024_

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.0.2",
52-
"@csstools/css-parser-algorithms": "^3.0.2",
52+
"@csstools/css-parser-algorithms": "^3.0.3",
5353
"@csstools/css-tokenizer": "^3.0.2"
5454
},
5555
"peerDependencies": {

0 commit comments

Comments
 (0)