Skip to content

Commit 9c16a1d

Browse files
committed
set dependencies to newly released versions
1 parent 0ac3721 commit 9c16a1d

85 files changed

Lines changed: 394 additions & 278 deletions

File tree

Some content is hidden

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

cli/csstools-cli/CHANGELOG.md

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

55
- Updated: Support for Node `20.19.0` or later (major).
66
- Removed: `commonjs` API. In supported Node versions `require(esm)` will work without needing to make code changes.
7+
- Updated [`@csstools/postcss-cascade-layers`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-cascade-layers) to [`6.0.0`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-cascade-layers/CHANGELOG.md#600) (major)
8+
- Updated [`@csstools/postcss-font-format-keywords`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-font-format-keywords) to [`5.0.0`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-font-format-keywords/CHANGELOG.md#500) (major)
9+
- Updated [`@csstools/postcss-is-pseudo-class`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-is-pseudo-class) to [`6.0.0`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-is-pseudo-class/CHANGELOG.md#600) (major)
10+
- Updated [`@csstools/postcss-logical-float-and-clear`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-logical-float-and-clear) to [`4.0.0`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-logical-float-and-clear/CHANGELOG.md#400) (major)
11+
- Updated [`@csstools/postcss-logical-resize`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-logical-resize) to [`4.0.0`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-logical-resize/CHANGELOG.md#400) (major)
12+
- Updated [`@csstools/postcss-logical-viewport-units`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-logical-viewport-units) to [`4.0.0`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-logical-viewport-units/CHANGELOG.md#400) (major)
13+
- Updated [`@csstools/postcss-nested-calc`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-nested-calc) to [`5.0.0`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-nested-calc/CHANGELOG.md#500) (major)
14+
- Updated [`@csstools/postcss-normalize-display-values`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-normalize-display-values) to [`5.0.0`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-normalize-display-values/CHANGELOG.md#500) (major)
15+
- Updated [`@csstools/postcss-scope-pseudo-class`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-scope-pseudo-class) to [`5.0.0`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-scope-pseudo-class/CHANGELOG.md#500) (major)
16+
- Updated [`@csstools/postcss-text-decoration-shorthand`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-text-decoration-shorthand) to [`5.0.0`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-text-decoration-shorthand/CHANGELOG.md#500) (major)
17+
- Updated [`@csstools/postcss-unset-value`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-unset-value) to [`5.0.0`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-unset-value/CHANGELOG.md#500) (major)
18+
- Updated [`css-blank-pseudo`](https://github.com/csstools/postcss-plugins/tree/main/plugins/css-blank-pseudo) to [`8.0.0`](https://github.com/csstools/postcss-plugins/tree/main/plugins/css-blank-pseudo/CHANGELOG.md#800) (major)
19+
- Updated [`css-has-pseudo`](https://github.com/csstools/postcss-plugins/tree/main/plugins/css-has-pseudo) to [`8.0.0`](https://github.com/csstools/postcss-plugins/tree/main/plugins/css-has-pseudo/CHANGELOG.md#800) (major)
20+
- Updated [`css-prefers-color-scheme`](https://github.com/csstools/postcss-plugins/tree/main/plugins/css-prefers-color-scheme) to [`11.0.0`](https://github.com/csstools/postcss-plugins/tree/main/plugins/css-prefers-color-scheme/CHANGELOG.md#1100) (major)
21+
- Updated [`postcss-attribute-case-insensitive`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-attribute-case-insensitive) to [`8.0.0`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-attribute-case-insensitive/CHANGELOG.md#800) (major)
22+
- Updated [`postcss-color-hex-alpha`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-hex-alpha) to [`11.0.0`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-hex-alpha/CHANGELOG.md#1100) (major)
23+
- Updated [`postcss-color-rebeccapurple`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-rebeccapurple) to [`11.0.0`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-rebeccapurple/CHANGELOG.md#1100) (major)
24+
- Updated [`postcss-dir-pseudo-class`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-dir-pseudo-class) to [`10.0.0`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-dir-pseudo-class/CHANGELOG.md#1000) (major)
25+
- Updated [`postcss-focus-visible`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-focus-visible) to [`11.0.0`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-focus-visible/CHANGELOG.md#1100) (major)
26+
- Updated [`postcss-focus-within`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-focus-within) to [`10.0.0`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-focus-within/CHANGELOG.md#1000) (major)
27+
- Updated [`postcss-gap-properties`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-gap-properties) to [`7.0.0`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-gap-properties/CHANGELOG.md#700) (major)
28+
- Updated [`postcss-image-set-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-image-set-function) to [`8.0.0`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-image-set-function/CHANGELOG.md#800) (major)
29+
- Updated [`postcss-logical`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-logical) to [`9.0.0`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-logical/CHANGELOG.md#900) (major)
30+
- Updated [`postcss-nesting`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-nesting) to [`14.0.0`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-nesting/CHANGELOG.md#1400) (major)
31+
- Updated [`postcss-overflow-shorthand`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-overflow-shorthand) to [`7.0.0`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-overflow-shorthand/CHANGELOG.md#700) (major)
32+
- Updated [`postcss-place`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-place) to [`11.0.0`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-place/CHANGELOG.md#1100) (major)
33+
- Updated [`postcss-pseudo-class-any-link`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-pseudo-class-any-link) to [`11.0.0`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-pseudo-class-any-link/CHANGELOG.md#1100) (major)
34+
- Updated [`postcss-selector-not`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-selector-not) to [`9.0.0`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-selector-not/CHANGELOG.md#900) (major)
735

836
### 4.0.25
937

cli/csstools-cli/package.json

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -37,56 +37,56 @@
3737
"dist"
3838
],
3939
"dependencies": {
40-
"@csstools/postcss-cascade-layers": "^5.0.2",
40+
"@csstools/postcss-cascade-layers": "^6.0.0",
4141
"@csstools/postcss-color-function": "^4.0.12",
4242
"@csstools/postcss-color-mix-function": "^3.0.12",
4343
"@csstools/postcss-content-alt-text": "^2.0.8",
4444
"@csstools/postcss-exponential-functions": "^2.0.9",
45-
"@csstools/postcss-font-format-keywords": "^4.0.0",
45+
"@csstools/postcss-font-format-keywords": "^5.0.0",
4646
"@csstools/postcss-gradients-interpolation-method": "^5.0.12",
4747
"@csstools/postcss-hwb-function": "^4.0.12",
4848
"@csstools/postcss-ic-unit": "^4.0.4",
49-
"@csstools/postcss-is-pseudo-class": "^5.0.3",
49+
"@csstools/postcss-is-pseudo-class": "^6.0.0",
5050
"@csstools/postcss-light-dark-function": "^2.0.11",
51-
"@csstools/postcss-logical-float-and-clear": "^3.0.0",
52-
"@csstools/postcss-logical-resize": "^3.0.0",
53-
"@csstools/postcss-logical-viewport-units": "^3.0.4",
51+
"@csstools/postcss-logical-float-and-clear": "^4.0.0",
52+
"@csstools/postcss-logical-resize": "^4.0.0",
53+
"@csstools/postcss-logical-viewport-units": "^4.0.0",
5454
"@csstools/postcss-media-minmax": "^2.0.9",
5555
"@csstools/postcss-media-queries-aspect-ratio-number-values": "^3.0.5",
56-
"@csstools/postcss-nested-calc": "^4.0.0",
57-
"@csstools/postcss-normalize-display-values": "^4.0.1",
56+
"@csstools/postcss-nested-calc": "^5.0.0",
57+
"@csstools/postcss-normalize-display-values": "^5.0.0",
5858
"@csstools/postcss-oklab-function": "^4.0.12",
5959
"@csstools/postcss-relative-color-syntax": "^3.0.12",
60-
"@csstools/postcss-scope-pseudo-class": "^4.0.1",
60+
"@csstools/postcss-scope-pseudo-class": "^5.0.0",
6161
"@csstools/postcss-stepped-value-functions": "^4.0.9",
62-
"@csstools/postcss-text-decoration-shorthand": "^4.0.3",
62+
"@csstools/postcss-text-decoration-shorthand": "^5.0.0",
6363
"@csstools/postcss-trigonometric-functions": "^4.0.9",
64-
"@csstools/postcss-unset-value": "^4.0.0",
65-
"css-blank-pseudo": "^7.0.1",
66-
"css-has-pseudo": "^7.0.3",
67-
"css-prefers-color-scheme": "^10.0.0",
64+
"@csstools/postcss-unset-value": "^5.0.0",
65+
"css-blank-pseudo": "^8.0.0",
66+
"css-has-pseudo": "^8.0.0",
67+
"css-prefers-color-scheme": "^11.0.0",
6868
"postcss": "^8.5.6",
69-
"postcss-attribute-case-insensitive": "^7.0.1",
69+
"postcss-attribute-case-insensitive": "^8.0.0",
7070
"postcss-color-functional-notation": "^7.0.12",
71-
"postcss-color-hex-alpha": "^10.0.0",
72-
"postcss-color-rebeccapurple": "^10.0.0",
71+
"postcss-color-hex-alpha": "^11.0.0",
72+
"postcss-color-rebeccapurple": "^11.0.0",
7373
"postcss-custom-media": "^11.0.6",
7474
"postcss-custom-properties": "^14.0.6",
7575
"postcss-custom-selectors": "^8.0.5",
76-
"postcss-dir-pseudo-class": "^9.0.1",
76+
"postcss-dir-pseudo-class": "^10.0.0",
7777
"postcss-double-position-gradients": "^6.0.4",
78-
"postcss-focus-visible": "^10.0.1",
79-
"postcss-focus-within": "^9.0.1",
80-
"postcss-gap-properties": "^6.0.0",
81-
"postcss-image-set-function": "^7.0.0",
78+
"postcss-focus-visible": "^11.0.0",
79+
"postcss-focus-within": "^10.0.0",
80+
"postcss-gap-properties": "^7.0.0",
81+
"postcss-image-set-function": "^8.0.0",
8282
"postcss-lab-function": "^7.0.12",
83-
"postcss-logical": "^8.1.0",
84-
"postcss-nesting": "^13.0.2",
85-
"postcss-overflow-shorthand": "^6.0.0",
86-
"postcss-place": "^10.0.0",
83+
"postcss-logical": "^9.0.0",
84+
"postcss-nesting": "^14.0.0",
85+
"postcss-overflow-shorthand": "^7.0.0",
86+
"postcss-place": "^11.0.0",
8787
"postcss-preset-env": "^10.6.1",
88-
"postcss-pseudo-class-any-link": "^10.0.1",
89-
"postcss-selector-not": "^8.0.1"
88+
"postcss-pseudo-class-any-link": "^11.0.0",
89+
"postcss-selector-not": "^9.0.0"
9090
},
9191
"devDependencies": {
9292
"@csstools/base-cli": "0.1.0"

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
- Updated: Support for Node `20.19.0` or later (major).
66
- Removed: `commonjs` API. In supported Node versions `require(esm)` will work without needing to make code changes.
77
- Updated [`@csstools/css-tokenizer`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-tokenizer) to [`4.0.0`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-tokenizer/CHANGELOG.md#400) (major)
8+
- Updated [`@csstools/css-parser-algorithms`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-parser-algorithms) to [`4.0.0`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-parser-algorithms/CHANGELOG.md#400) (major)
89

910
### 2.0.9
1011

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
],
4343
"dependencies": {
4444
"@csstools/css-calc": "^2.1.4",
45-
"@csstools/css-parser-algorithms": "^3.0.5",
45+
"@csstools/css-parser-algorithms": "^4.0.0",
4646
"@csstools/css-tokenizer": "^4.0.0"
4747
},
4848
"peerDependencies": {

0 commit comments

Comments
 (0)