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 Feb 23, 2025
1 parent 94a15a0 commit de8a5a6
Show file tree
Hide file tree
Showing 5 changed files with 61 additions and 44 deletions.
8 changes: 8 additions & 0 deletions cli/csstools-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@
- Updated [`@csstools/postcss-stepped-value-functions`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-stepped-value-functions) to [`4.0.7`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-stepped-value-functions/CHANGELOG.md#407) (patch)
- Updated [`@csstools/postcss-text-decoration-shorthand`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-text-decoration-shorthand) to [`4.0.2`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-text-decoration-shorthand/CHANGELOG.md#402) (patch)
- Updated [`@csstools/postcss-trigonometric-functions`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-trigonometric-functions) to [`4.0.7`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-trigonometric-functions/CHANGELOG.md#407) (patch)
- Updated [`@csstools/postcss-color-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-function) to [`4.0.8`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-function/CHANGELOG.md#408) (patch)
- Updated [`@csstools/postcss-color-mix-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-mix-function) to [`3.0.8`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-mix-function/CHANGELOG.md#308) (patch)
- Updated [`@csstools/postcss-gradients-interpolation-method`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-gradients-interpolation-method) to [`5.0.8`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-gradients-interpolation-method/CHANGELOG.md#508) (patch)
- Updated [`@csstools/postcss-hwb-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-hwb-function) to [`4.0.8`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-hwb-function/CHANGELOG.md#408) (patch)
- Updated [`@csstools/postcss-oklab-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-oklab-function) to [`4.0.8`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-oklab-function/CHANGELOG.md#408) (patch)
- Updated [`@csstools/postcss-relative-color-syntax`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-relative-color-syntax) to [`3.0.8`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-relative-color-syntax/CHANGELOG.md#308) (patch)
- Updated [`postcss-color-functional-notation`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-functional-notation) to [`7.0.8`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-functional-notation/CHANGELOG.md#708) (patch)
- Updated [`postcss-lab-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-lab-function) to [`7.0.8`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-lab-function/CHANGELOG.md#708) (patch)

### 4.0.14

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,13 +39,13 @@
],
"dependencies": {
"@csstools/postcss-cascade-layers": "^5.0.1",
"@csstools/postcss-color-function": "^4.0.7",
"@csstools/postcss-color-mix-function": "^3.0.7",
"@csstools/postcss-color-function": "^4.0.8",
"@csstools/postcss-color-mix-function": "^3.0.8",
"@csstools/postcss-content-alt-text": "^2.0.4",
"@csstools/postcss-exponential-functions": "^2.0.7",
"@csstools/postcss-font-format-keywords": "^4.0.0",
"@csstools/postcss-gradients-interpolation-method": "^5.0.7",
"@csstools/postcss-hwb-function": "^4.0.7",
"@csstools/postcss-gradients-interpolation-method": "^5.0.8",
"@csstools/postcss-hwb-function": "^4.0.8",
"@csstools/postcss-ic-unit": "^4.0.0",
"@csstools/postcss-is-pseudo-class": "^5.0.1",
"@csstools/postcss-light-dark-function": "^2.0.7",
Expand All @@ -56,8 +56,8 @@
"@csstools/postcss-media-queries-aspect-ratio-number-values": "^3.0.4",
"@csstools/postcss-nested-calc": "^4.0.0",
"@csstools/postcss-normalize-display-values": "^4.0.0",
"@csstools/postcss-oklab-function": "^4.0.7",
"@csstools/postcss-relative-color-syntax": "^3.0.7",
"@csstools/postcss-oklab-function": "^4.0.8",
"@csstools/postcss-relative-color-syntax": "^3.0.8",
"@csstools/postcss-scope-pseudo-class": "^4.0.1",
"@csstools/postcss-stepped-value-functions": "^4.0.7",
"@csstools/postcss-text-decoration-shorthand": "^4.0.2",
Expand All @@ -68,7 +68,7 @@
"css-prefers-color-scheme": "^10.0.0",
"postcss": "^8.4.45",
"postcss-attribute-case-insensitive": "^7.0.1",
"postcss-color-functional-notation": "^7.0.7",
"postcss-color-functional-notation": "^7.0.8",
"postcss-color-hex-alpha": "^10.0.0",
"postcss-color-rebeccapurple": "^10.0.0",
"postcss-custom-media": "^11.0.5",
Expand All @@ -80,7 +80,7 @@
"postcss-focus-within": "^9.0.1",
"postcss-gap-properties": "^6.0.0",
"postcss-image-set-function": "^7.0.0",
"postcss-lab-function": "^7.0.7",
"postcss-lab-function": "^7.0.8",
"postcss-logical": "^8.1.0",
"postcss-nesting": "^13.0.1",
"postcss-overflow-shorthand": "^6.0.0",
Expand Down
54 changes: 27 additions & 27 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 @@ -6,6 +6,15 @@
- Updated [`@csstools/color-helpers`](https://github.com/csstools/postcss-plugins/tree/main/packages/color-helpers) to [`5.0.2`](https://github.com/csstools/postcss-plugins/tree/main/packages/color-helpers/CHANGELOG.md#502) (patch)
- Updated [`@csstools/css-calc`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-calc) to [`2.1.2`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-calc/CHANGELOG.md#212) (patch)
- Updated [`@csstools/css-color-parser`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-color-parser) to [`3.0.8`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-color-parser/CHANGELOG.md#308) (patch)
- Updated [`@csstools/postcss-color-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-function) to [`4.0.8`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-function/CHANGELOG.md#408) (patch)
- Updated [`@csstools/postcss-color-mix-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-mix-function) to [`3.0.8`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-mix-function/CHANGELOG.md#308) (patch)
- Updated [`@csstools/postcss-gamut-mapping`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-gamut-mapping) to [`2.0.8`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-gamut-mapping/CHANGELOG.md#208) (patch)
- Updated [`@csstools/postcss-gradients-interpolation-method`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-gradients-interpolation-method) to [`5.0.8`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-gradients-interpolation-method/CHANGELOG.md#508) (patch)
- Updated [`@csstools/postcss-hwb-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-hwb-function) to [`4.0.8`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-hwb-function/CHANGELOG.md#408) (patch)
- Updated [`@csstools/postcss-oklab-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-oklab-function) to [`4.0.8`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-oklab-function/CHANGELOG.md#408) (patch)
- Updated [`@csstools/postcss-relative-color-syntax`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-relative-color-syntax) to [`3.0.8`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-relative-color-syntax/CHANGELOG.md#308) (patch)
- Updated [`postcss-color-functional-notation`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-functional-notation) to [`7.0.8`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-functional-notation/CHANGELOG.md#708) (patch)
- Updated [`postcss-lab-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-lab-function) to [`7.0.8`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-lab-function/CHANGELOG.md#708) (patch)

### 10.1.4

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,14 +53,14 @@
],
"dependencies": {
"@csstools/postcss-cascade-layers": "^5.0.1",
"@csstools/postcss-color-function": "^4.0.7",
"@csstools/postcss-color-mix-function": "^3.0.7",
"@csstools/postcss-color-function": "^4.0.8",
"@csstools/postcss-color-mix-function": "^3.0.8",
"@csstools/postcss-content-alt-text": "^2.0.4",
"@csstools/postcss-exponential-functions": "^2.0.7",
"@csstools/postcss-font-format-keywords": "^4.0.0",
"@csstools/postcss-gamut-mapping": "^2.0.7",
"@csstools/postcss-gradients-interpolation-method": "^5.0.7",
"@csstools/postcss-hwb-function": "^4.0.7",
"@csstools/postcss-gamut-mapping": "^2.0.8",
"@csstools/postcss-gradients-interpolation-method": "^5.0.8",
"@csstools/postcss-hwb-function": "^4.0.8",
"@csstools/postcss-ic-unit": "^4.0.0",
"@csstools/postcss-initial": "^2.0.1",
"@csstools/postcss-is-pseudo-class": "^5.0.1",
Expand All @@ -74,10 +74,10 @@
"@csstools/postcss-media-queries-aspect-ratio-number-values": "^3.0.4",
"@csstools/postcss-nested-calc": "^4.0.0",
"@csstools/postcss-normalize-display-values": "^4.0.0",
"@csstools/postcss-oklab-function": "^4.0.7",
"@csstools/postcss-oklab-function": "^4.0.8",
"@csstools/postcss-progressive-custom-properties": "^4.0.0",
"@csstools/postcss-random-function": "^1.0.3",
"@csstools/postcss-relative-color-syntax": "^3.0.7",
"@csstools/postcss-relative-color-syntax": "^3.0.8",
"@csstools/postcss-scope-pseudo-class": "^4.0.1",
"@csstools/postcss-sign-functions": "^1.1.2",
"@csstools/postcss-stepped-value-functions": "^4.0.7",
Expand All @@ -92,7 +92,7 @@
"cssdb": "^8.2.3",
"postcss-attribute-case-insensitive": "^7.0.1",
"postcss-clamp": "^4.1.0",
"postcss-color-functional-notation": "^7.0.7",
"postcss-color-functional-notation": "^7.0.8",
"postcss-color-hex-alpha": "^10.0.0",
"postcss-color-rebeccapurple": "^10.0.0",
"postcss-custom-media": "^11.0.5",
Expand All @@ -105,7 +105,7 @@
"postcss-font-variant": "^5.0.0",
"postcss-gap-properties": "^6.0.0",
"postcss-image-set-function": "^7.0.0",
"postcss-lab-function": "^7.0.7",
"postcss-lab-function": "^7.0.8",
"postcss-logical": "^8.1.0",
"postcss-nesting": "^13.0.1",
"postcss-opacity-percentage": "^3.0.0",
Expand Down

0 comments on commit de8a5a6

Please sign in to comment.