Skip to content

Commit

Permalink
set dependencies to newly released versions
Browse files Browse the repository at this point in the history
  • Loading branch information
romainmenke committed Dec 31, 2023
1 parent c61c381 commit 62268a6
Show file tree
Hide file tree
Showing 5 changed files with 51 additions and 34 deletions.
8 changes: 8 additions & 0 deletions cli/csstools-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,14 @@
- Updated [`@csstools/postcss-stepped-value-functions`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-stepped-value-functions) to [`3.0.4`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-stepped-value-functions/CHANGELOG.md#304) (patch)
- Updated [`@csstools/postcss-trigonometric-functions`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-trigonometric-functions) to [`3.0.4`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-trigonometric-functions/CHANGELOG.md#304) (patch)
- Updated [`postcss-custom-properties`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-custom-properties) to [`13.3.4`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-custom-properties/CHANGELOG.md#1334) (patch)
- Updated [`@csstools/postcss-color-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-function) to [`3.0.9`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-function/CHANGELOG.md#309) (patch)
- Updated [`@csstools/postcss-color-mix-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-mix-function) to [`2.0.9`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-mix-function/CHANGELOG.md#209) (patch)
- Updated [`@csstools/postcss-gradients-interpolation-method`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-gradients-interpolation-method) to [`4.0.9`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-gradients-interpolation-method/CHANGELOG.md#409) (patch)
- Updated [`@csstools/postcss-hwb-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-hwb-function) to [`3.0.8`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-hwb-function/CHANGELOG.md#308) (patch)
- Updated [`@csstools/postcss-oklab-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-oklab-function) to [`3.0.9`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-oklab-function/CHANGELOG.md#309) (patch)
- Updated [`@csstools/postcss-relative-color-syntax`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-relative-color-syntax) to [`2.0.9`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-relative-color-syntax/CHANGELOG.md#209) (patch)
- Updated [`postcss-color-functional-notation`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-functional-notation) to [`6.0.4`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-functional-notation/CHANGELOG.md#604) (patch)
- Updated [`postcss-lab-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-lab-function) to [`6.0.9`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-lab-function/CHANGELOG.md#609) (patch)

### 3.0.7

Expand Down
16 changes: 8 additions & 8 deletions cli/csstools-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@
],
"dependencies": {
"@csstools/postcss-cascade-layers": "^4.0.2",
"@csstools/postcss-color-function": "^3.0.8",
"@csstools/postcss-color-mix-function": "^2.0.8",
"@csstools/postcss-color-function": "^3.0.9",
"@csstools/postcss-color-mix-function": "^2.0.9",
"@csstools/postcss-exponential-functions": "^1.0.3",
"@csstools/postcss-font-format-keywords": "^3.0.1",
"@csstools/postcss-gradients-interpolation-method": "^4.0.8",
"@csstools/postcss-hwb-function": "^3.0.7",
"@csstools/postcss-gradients-interpolation-method": "^4.0.9",
"@csstools/postcss-hwb-function": "^3.0.8",
"@csstools/postcss-ic-unit": "^3.0.3",
"@csstools/postcss-is-pseudo-class": "^4.0.4",
"@csstools/postcss-logical-float-and-clear": "^2.0.1",
Expand All @@ -54,8 +54,8 @@
"@csstools/postcss-media-queries-aspect-ratio-number-values": "^2.0.5",
"@csstools/postcss-nested-calc": "^3.0.1",
"@csstools/postcss-normalize-display-values": "^3.0.2",
"@csstools/postcss-oklab-function": "^3.0.8",
"@csstools/postcss-relative-color-syntax": "^2.0.8",
"@csstools/postcss-oklab-function": "^3.0.9",
"@csstools/postcss-relative-color-syntax": "^2.0.9",
"@csstools/postcss-scope-pseudo-class": "^3.0.1",
"@csstools/postcss-stepped-value-functions": "^3.0.4",
"@csstools/postcss-text-decoration-shorthand": "^3.0.4",
Expand All @@ -66,7 +66,7 @@
"css-prefers-color-scheme": "^9.0.1",
"postcss": "^8.4.32",
"postcss-attribute-case-insensitive": "^6.0.2",
"postcss-color-functional-notation": "^6.0.3",
"postcss-color-functional-notation": "^6.0.4",
"postcss-color-hex-alpha": "^9.0.3",
"postcss-color-rebeccapurple": "^9.0.2",
"postcss-custom-media": "^10.0.2",
Expand All @@ -78,7 +78,7 @@
"postcss-focus-within": "^8.0.1",
"postcss-gap-properties": "^5.0.1",
"postcss-image-set-function": "^6.0.2",
"postcss-lab-function": "^6.0.8",
"postcss-lab-function": "^6.0.9",
"postcss-logical": "^7.0.1",
"postcss-nesting": "^12.0.2",
"postcss-overflow-shorthand": "^5.0.1",
Expand Down
34 changes: 17 additions & 17 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions plugin-packs/postcss-preset-env/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,15 @@
- Updated [`postcss-overflow-shorthand`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-overflow-shorthand) to [`5.0.1`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-overflow-shorthand/CHANGELOG.md#501) (patch)
- Updated [`postcss-place`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-place) to [`9.0.1`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-place/CHANGELOG.md#901) (patch)
- Updated [`postcss-pseudo-class-any-link`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-pseudo-class-any-link) to [`9.0.1`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-pseudo-class-any-link/CHANGELOG.md#901) (patch)
- Updated [`@csstools/postcss-color-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-function) to [`3.0.9`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-function/CHANGELOG.md#309) (patch)
- Updated [`@csstools/postcss-color-mix-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-mix-function) to [`2.0.9`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-mix-function/CHANGELOG.md#209) (patch)
- Updated [`@csstools/postcss-gamut-mapping`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-gamut-mapping) to [`1.0.2`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-gamut-mapping/CHANGELOG.md#102) (patch)
- Updated [`@csstools/postcss-gradients-interpolation-method`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-gradients-interpolation-method) to [`4.0.9`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-gradients-interpolation-method/CHANGELOG.md#409) (patch)
- Updated [`@csstools/postcss-hwb-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-hwb-function) to [`3.0.8`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-hwb-function/CHANGELOG.md#308) (patch)
- Updated [`@csstools/postcss-oklab-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-oklab-function) to [`3.0.9`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-oklab-function/CHANGELOG.md#309) (patch)
- Updated [`@csstools/postcss-relative-color-syntax`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-relative-color-syntax) to [`2.0.9`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-relative-color-syntax/CHANGELOG.md#209) (patch)
- Updated [`postcss-color-functional-notation`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-functional-notation) to [`6.0.4`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-functional-notation/CHANGELOG.md#604) (patch)
- Updated [`postcss-lab-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-lab-function) to [`6.0.9`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-lab-function/CHANGELOG.md#609) (patch)

### 9.3.0

Expand Down
18 changes: 9 additions & 9 deletions plugin-packs/postcss-preset-env/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,13 @@
],
"dependencies": {
"@csstools/postcss-cascade-layers": "^4.0.2",
"@csstools/postcss-color-function": "^3.0.8",
"@csstools/postcss-color-mix-function": "^2.0.8",
"@csstools/postcss-color-function": "^3.0.9",
"@csstools/postcss-color-mix-function": "^2.0.9",
"@csstools/postcss-exponential-functions": "^1.0.3",
"@csstools/postcss-font-format-keywords": "^3.0.1",
"@csstools/postcss-gamut-mapping": "^1.0.1",
"@csstools/postcss-gradients-interpolation-method": "^4.0.8",
"@csstools/postcss-hwb-function": "^3.0.7",
"@csstools/postcss-gamut-mapping": "^1.0.2",
"@csstools/postcss-gradients-interpolation-method": "^4.0.9",
"@csstools/postcss-hwb-function": "^3.0.8",
"@csstools/postcss-ic-unit": "^3.0.3",
"@csstools/postcss-initial": "^1.0.1",
"@csstools/postcss-is-pseudo-class": "^4.0.4",
Expand All @@ -72,9 +72,9 @@
"@csstools/postcss-media-queries-aspect-ratio-number-values": "^2.0.5",
"@csstools/postcss-nested-calc": "^3.0.1",
"@csstools/postcss-normalize-display-values": "^3.0.2",
"@csstools/postcss-oklab-function": "^3.0.8",
"@csstools/postcss-oklab-function": "^3.0.9",
"@csstools/postcss-progressive-custom-properties": "^3.0.3",
"@csstools/postcss-relative-color-syntax": "^2.0.8",
"@csstools/postcss-relative-color-syntax": "^2.0.9",
"@csstools/postcss-scope-pseudo-class": "^3.0.1",
"@csstools/postcss-stepped-value-functions": "^3.0.4",
"@csstools/postcss-text-decoration-shorthand": "^3.0.4",
Expand All @@ -88,7 +88,7 @@
"cssdb": "^7.9.1",
"postcss-attribute-case-insensitive": "^6.0.2",
"postcss-clamp": "^4.1.0",
"postcss-color-functional-notation": "^6.0.3",
"postcss-color-functional-notation": "^6.0.4",
"postcss-color-hex-alpha": "^9.0.3",
"postcss-color-rebeccapurple": "^9.0.2",
"postcss-custom-media": "^10.0.2",
Expand All @@ -101,7 +101,7 @@
"postcss-font-variant": "^5.0.0",
"postcss-gap-properties": "^5.0.1",
"postcss-image-set-function": "^6.0.2",
"postcss-lab-function": "^6.0.8",
"postcss-lab-function": "^6.0.9",
"postcss-logical": "^7.0.1",
"postcss-nesting": "^12.0.2",
"postcss-opacity-percentage": "^2.0.0",
Expand Down

0 comments on commit 62268a6

Please sign in to comment.