Skip to content

Commit 816e7e3

Browse files
committed
set dependencies to newly released versions
1 parent fb0dd11 commit 816e7e3

File tree

65 files changed

+99
-64
lines changed

Some content is hidden

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

65 files changed

+99
-64
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.11`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-logical-viewport-units/CHANGELOG.md#2011) (patch)
6+
37
### 3.0.24
48

59
_June 29, 2024_

cli/csstools-cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"@csstools/postcss-light-dark-function": "^1.0.6",
5151
"@csstools/postcss-logical-float-and-clear": "^2.0.1",
5252
"@csstools/postcss-logical-resize": "^2.0.1",
53-
"@csstools/postcss-logical-viewport-units": "^2.0.10",
53+
"@csstools/postcss-logical-viewport-units": "^2.0.11",
5454
"@csstools/postcss-media-minmax": "^1.1.7",
5555
"@csstools/postcss-media-queries-aspect-ratio-number-values": "^2.0.10",
5656
"@csstools/postcss-nested-calc": "^3.0.2",

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

78
### 1.0.11
89

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
],
5050
"dependencies": {
5151
"@csstools/css-calc": "^1.2.3",
52-
"@csstools/css-parser-algorithms": "^2.7.0",
52+
"@csstools/css-parser-algorithms": "^2.7.1",
5353
"@csstools/css-tokenizer": "^2.4.1"
5454
},
5555
"peerDependencies": {

package-lock.json

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

78
### 1.0.12
89

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"dist"
4949
],
5050
"peerDependencies": {
51-
"@csstools/css-parser-algorithms": "^2.7.0",
51+
"@csstools/css-parser-algorithms": "^2.7.1",
5252
"@csstools/css-tokenizer": "^2.4.1"
5353
},
5454
"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.4.1`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-tokenizer/CHANGELOG.md#241) (patch)
6+
- Updated [`@csstools/css-parser-algorithms`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-parser-algorithms) to [`2.7.1`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-parser-algorithms/CHANGELOG.md#271) (patch)
67

78
### 1.2.3
89

packages/css-calc/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"dist"
4949
],
5050
"peerDependencies": {
51-
"@csstools/css-parser-algorithms": "^2.7.0",
51+
"@csstools/css-parser-algorithms": "^2.7.1",
5252
"@csstools/css-tokenizer": "^2.4.1"
5353
},
5454
"scripts": {

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

78
### 2.0.3
89

packages/css-color-parser/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"@csstools/css-calc": "^1.2.3"
5353
},
5454
"peerDependencies": {
55-
"@csstools/css-parser-algorithms": "^2.7.0",
55+
"@csstools/css-parser-algorithms": "^2.7.1",
5656
"@csstools/css-tokenizer": "^2.4.1"
5757
},
5858
"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.4.1`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-tokenizer/CHANGELOG.md#241) (patch)
6+
- Updated [`@csstools/css-parser-algorithms`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-parser-algorithms) to [`2.7.1`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-parser-algorithms/CHANGELOG.md#271) (patch)
67

78
### 2.1.12
89

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"dist"
4949
],
5050
"peerDependencies": {
51-
"@csstools/css-parser-algorithms": "^2.7.0",
51+
"@csstools/css-parser-algorithms": "^2.7.1",
5252
"@csstools/css-tokenizer": "^2.4.1"
5353
},
5454
"scripts": {

plugin-packs/postcss-bundler/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.4.1`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-tokenizer/CHANGELOG.md#241) (patch)
6+
- Updated [`@csstools/css-parser-algorithms`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-parser-algorithms) to [`2.7.1`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-parser-algorithms/CHANGELOG.md#271) (patch)
67

78
### 1.0.14
89

0 commit comments

Comments
 (0)