Skip to content

Commit 661344a

Browse files
committed
set dependencies to newly released versions
1 parent 5a0be72 commit 661344a

File tree

53 files changed

+84
-73
lines changed

Some content is hidden

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

53 files changed

+84
-73
lines changed

cli/csstools-cli/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changes to CSSTools CLI
22

3+
### Unreleased (patch)
4+
5+
- Updated [`@csstools/postcss-logical-viewport-units`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-logical-viewport-units) to [`2.0.3`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-logical-viewport-units/CHANGELOG.md#203) (patch)
6+
37
### 3.0.5
48

59
_September 18, 2023_

cli/csstools-cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"@csstools/postcss-is-pseudo-class": "^4.0.2",
5050
"@csstools/postcss-logical-float-and-clear": "^2.0.0",
5151
"@csstools/postcss-logical-resize": "^2.0.0",
52-
"@csstools/postcss-logical-viewport-units": "^2.0.2",
52+
"@csstools/postcss-logical-viewport-units": "^2.0.3",
5353
"@csstools/postcss-media-minmax": "^1.0.7",
5454
"@csstools/postcss-media-queries-aspect-ratio-number-values": "^2.0.2",
5555
"@csstools/postcss-nested-calc": "^3.0.0",

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-tokenizer`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-tokenizer) to [`2.2.1`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-tokenizer/CHANGELOG.md#221) (patch)
6+
- Updated [`@csstools/css-parser-algorithms`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-parser-algorithms) to [`2.3.2`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-parser-algorithms/CHANGELOG.md#232) (patch)
67

78
### 1.0.3
89

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
],
4747
"dependencies": {
4848
"@csstools/css-calc": "^1.1.3",
49-
"@csstools/css-parser-algorithms": "^2.3.1",
49+
"@csstools/css-parser-algorithms": "^2.3.2",
5050
"@csstools/css-tokenizer": "^2.2.1"
5151
},
5252
"peerDependencies": {

package-lock.json

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

packages/cascade-layer-name-parser/CHANGELOG.md

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

55
- Updated [`@csstools/css-tokenizer`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-tokenizer) to [`2.2.1`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-tokenizer/CHANGELOG.md#221) (patch)
6+
- Updated [`@csstools/css-parser-algorithms`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-parser-algorithms) to [`2.3.2`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-parser-algorithms/CHANGELOG.md#232) (patch)
67

78
### 1.0.4
89

packages/cascade-layer-name-parser/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"dist"
4646
],
4747
"peerDependencies": {
48-
"@csstools/css-parser-algorithms": "^2.3.1",
48+
"@csstools/css-parser-algorithms": "^2.3.2",
4949
"@csstools/css-tokenizer": "^2.2.1"
5050
},
5151
"scripts": {

packages/css-calc/CHANGELOG.md

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

55
- Updated [`@csstools/css-tokenizer`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-tokenizer) to [`2.2.1`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-tokenizer/CHANGELOG.md#221) (patch)
6+
- Updated [`@csstools/css-parser-algorithms`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-parser-algorithms) to [`2.3.2`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-parser-algorithms/CHANGELOG.md#232) (patch)
67

78
### 1.1.3
89

packages/css-calc/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"dist"
4646
],
4747
"peerDependencies": {
48-
"@csstools/css-parser-algorithms": "^2.3.1",
48+
"@csstools/css-parser-algorithms": "^2.3.2",
4949
"@csstools/css-tokenizer": "^2.2.1"
5050
},
5151
"scripts": {

packages/css-color-parser/CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
- Small performance improvements
66
- Updated [`@csstools/css-tokenizer`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-tokenizer) to [`2.2.1`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-tokenizer/CHANGELOG.md#221) (patch)
7+
- Updated [`@csstools/css-parser-algorithms`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-parser-algorithms) to [`2.3.2`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-parser-algorithms/CHANGELOG.md#232) (patch)
78

89
### 1.3.1
910

packages/css-color-parser/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"@csstools/css-calc": "^1.1.3"
5050
},
5151
"peerDependencies": {
52-
"@csstools/css-parser-algorithms": "^2.3.1",
52+
"@csstools/css-parser-algorithms": "^2.3.2",
5353
"@csstools/css-tokenizer": "^2.2.1"
5454
},
5555
"scripts": {

packages/media-query-list-parser/CHANGELOG.md

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

55
- Updated [`@csstools/css-tokenizer`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-tokenizer) to [`2.2.1`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-tokenizer/CHANGELOG.md#221) (patch)
6+
- Updated [`@csstools/css-parser-algorithms`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-parser-algorithms) to [`2.3.2`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-parser-algorithms/CHANGELOG.md#232) (patch)
67

78
### 2.1.4
89

packages/media-query-list-parser/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"dist"
4646
],
4747
"peerDependencies": {
48-
"@csstools/css-parser-algorithms": "^2.3.1",
48+
"@csstools/css-parser-algorithms": "^2.3.2",
4949
"@csstools/css-tokenizer": "^2.2.1"
5050
},
5151
"scripts": {

plugin-packs/postcss-bundler/CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
- Small performance improvements
66
- Updated [`@csstools/css-tokenizer`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-tokenizer) to [`2.2.1`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-tokenizer/CHANGELOG.md#221) (patch)
7+
- Updated [`@csstools/css-parser-algorithms`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-parser-algorithms) to [`2.3.2`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-parser-algorithms/CHANGELOG.md#232) (patch)
78

89
### 1.0.3
910

plugin-packs/postcss-bundler/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"dist"
4646
],
4747
"dependencies": {
48-
"@csstools/css-parser-algorithms": "2.3.1",
48+
"@csstools/css-parser-algorithms": "^2.3.2",
4949
"@csstools/css-tokenizer": "^2.2.1",
5050
"@csstools/postcss-rebase-url": "^1.0.2"
5151
},

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

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changes to PostCSS Preset Env
22

3+
### Unreleased (patch)
4+
5+
- Updated [`@csstools/postcss-logical-viewport-units`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-logical-viewport-units) to [`2.0.3`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-logical-viewport-units/CHANGELOG.md#203) (patch)
6+
37
### 9.1.4
48

59
_September 18, 2023_

0 commit comments

Comments
 (0)