Skip to content

Commit 1fe19da

Browse files
committed
set dependencies to newly released versions
1 parent 741cdbf commit 1fe19da

File tree

65 files changed

+102
-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

+102
-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.8`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-logical-viewport-units/CHANGELOG.md#208) (patch)
6+
37
### 3.0.18
48

59
_April 22, 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.3",
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.7",
53+
"@csstools/postcss-logical-viewport-units": "^2.0.8",
5454
"@csstools/postcss-media-minmax": "^1.1.4",
5555
"@csstools/postcss-media-queries-aspect-ratio-number-values": "^2.0.7",
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.3.0`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-tokenizer/CHANGELOG.md#230) (minor)
6+
- Updated [`@csstools/css-parser-algorithms`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-parser-algorithms) to [`2.6.2`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-parser-algorithms/CHANGELOG.md#262) (patch)
67

78
### 1.0.8
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.0",
52-
"@csstools/css-parser-algorithms": "^2.6.1",
52+
"@csstools/css-parser-algorithms": "^2.6.2",
5353
"@csstools/css-tokenizer": "^2.3.0"
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.3.0`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-tokenizer/CHANGELOG.md#230) (minor)
6+
- Updated [`@csstools/css-parser-algorithms`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-parser-algorithms) to [`2.6.2`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-parser-algorithms/CHANGELOG.md#262) (patch)
67

78
### 1.0.9
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.6.1",
51+
"@csstools/css-parser-algorithms": "^2.6.2",
5252
"@csstools/css-tokenizer": "^2.3.0"
5353
},
5454
"scripts": {

packages/css-calc/CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
- Allow uncapped precision in `calc()` serialization
66
- Add `censorIntoStandardRepresentableValues` conversion option
77
- Updated [`@csstools/css-tokenizer`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-tokenizer) to [`2.3.0`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-tokenizer/CHANGELOG.md#230) (minor)
8+
- Updated [`@csstools/css-parser-algorithms`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-parser-algorithms) to [`2.6.2`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-parser-algorithms/CHANGELOG.md#262) (patch)
89

910
### 1.2.0
1011

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.6.1",
51+
"@csstools/css-parser-algorithms": "^2.6.2",
5252
"@csstools/css-tokenizer": "^2.3.0"
5353
},
5454
"scripts": {

packages/css-color-parser/CHANGELOG.md

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

55
- Improve handling of `NaN` and `Infinity` in color functions.
66
- Updated [`@csstools/css-tokenizer`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-tokenizer) to [`2.3.0`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-tokenizer/CHANGELOG.md#230) (minor)
7+
- Updated [`@csstools/css-parser-algorithms`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-parser-algorithms) to [`2.6.2`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-parser-algorithms/CHANGELOG.md#262) (patch)
78

89
### 2.0.0
910

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.0"
5353
},
5454
"peerDependencies": {
55-
"@csstools/css-parser-algorithms": "^2.6.1",
55+
"@csstools/css-parser-algorithms": "^2.6.2",
5656
"@csstools/css-tokenizer": "^2.3.0"
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.3.0`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-tokenizer/CHANGELOG.md#230) (minor)
6+
- Updated [`@csstools/css-parser-algorithms`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-parser-algorithms) to [`2.6.2`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-parser-algorithms/CHANGELOG.md#262) (patch)
67

78
### 2.1.9
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.6.1",
51+
"@csstools/css-parser-algorithms": "^2.6.2",
5252
"@csstools/css-tokenizer": "^2.3.0"
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.3.0`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-tokenizer/CHANGELOG.md#230) (minor)
6+
- Updated [`@csstools/css-parser-algorithms`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-parser-algorithms) to [`2.6.2`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-parser-algorithms/CHANGELOG.md#262) (patch)
67

78
### 1.0.11
89

0 commit comments

Comments
 (0)