From 9ad89de108e7187b04a78e0f2e2f9f544947cfb2 Mon Sep 17 00:00:00 2001 From: Romain Menke Date: Sun, 24 Sep 2023 21:47:06 +0200 Subject: [PATCH] set dependencies to newly released versions --- cli/csstools-cli/CHANGELOG.md | 7 +++++ cli/csstools-cli/package.json | 14 +++++----- package-lock.json | 28 ++++++++++---------- plugin-packs/postcss-preset-env/CHANGELOG.md | 7 +++++ plugin-packs/postcss-preset-env/package.json | 14 +++++----- 5 files changed, 42 insertions(+), 28 deletions(-) diff --git a/cli/csstools-cli/CHANGELOG.md b/cli/csstools-cli/CHANGELOG.md index f0d82427d..298ce14ff 100644 --- a/cli/csstools-cli/CHANGELOG.md +++ b/cli/csstools-cli/CHANGELOG.md @@ -9,6 +9,13 @@ - Updated [`@csstools/postcss-stepped-value-functions`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-stepped-value-functions) to [`3.0.2`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-stepped-value-functions/CHANGELOG.md#302) (patch) - Updated [`@csstools/postcss-trigonometric-functions`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-trigonometric-functions) to [`3.0.2`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-trigonometric-functions/CHANGELOG.md#302) (patch) - Updated [`postcss-custom-properties`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-custom-properties) to [`13.3.2`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-custom-properties/CHANGELOG.md#1332) (patch) +- Updated [`@csstools/postcss-color-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-function) to [`3.0.5`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-function/CHANGELOG.md#305) (patch) +- Updated [`@csstools/postcss-color-mix-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-mix-function) to [`2.0.5`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-mix-function/CHANGELOG.md#205) (patch) +- Updated [`@csstools/postcss-gradients-interpolation-method`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-gradients-interpolation-method) to [`4.0.5`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-gradients-interpolation-method/CHANGELOG.md#405) (patch) +- Updated [`@csstools/postcss-hwb-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-hwb-function) to [`3.0.4`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-hwb-function/CHANGELOG.md#304) (patch) +- Updated [`@csstools/postcss-oklab-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-oklab-function) to [`3.0.5`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-oklab-function/CHANGELOG.md#305) (patch) +- Updated [`@csstools/postcss-relative-color-syntax`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-relative-color-syntax) to [`2.0.5`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-relative-color-syntax/CHANGELOG.md#205) (patch) +- Updated [`postcss-lab-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-lab-function) to [`6.0.5`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-lab-function/CHANGELOG.md#605) (patch) ### 3.0.5 diff --git a/cli/csstools-cli/package.json b/cli/csstools-cli/package.json index d1a445dfe..1fc399344 100644 --- a/cli/csstools-cli/package.json +++ b/cli/csstools-cli/package.json @@ -39,12 +39,12 @@ ], "dependencies": { "@csstools/postcss-cascade-layers": "^4.0.0", - "@csstools/postcss-color-function": "^3.0.4", - "@csstools/postcss-color-mix-function": "^2.0.4", + "@csstools/postcss-color-function": "^3.0.5", + "@csstools/postcss-color-mix-function": "^2.0.5", "@csstools/postcss-exponential-functions": "^1.0.1", "@csstools/postcss-font-format-keywords": "^3.0.0", - "@csstools/postcss-gradients-interpolation-method": "^4.0.4", - "@csstools/postcss-hwb-function": "^3.0.3", + "@csstools/postcss-gradients-interpolation-method": "^4.0.5", + "@csstools/postcss-hwb-function": "^3.0.4", "@csstools/postcss-ic-unit": "^3.0.1", "@csstools/postcss-is-pseudo-class": "^4.0.2", "@csstools/postcss-logical-float-and-clear": "^2.0.0", @@ -54,8 +54,8 @@ "@csstools/postcss-media-queries-aspect-ratio-number-values": "^2.0.3", "@csstools/postcss-nested-calc": "^3.0.0", "@csstools/postcss-normalize-display-values": "^3.0.1", - "@csstools/postcss-oklab-function": "^3.0.4", - "@csstools/postcss-relative-color-syntax": "^2.0.4", + "@csstools/postcss-oklab-function": "^3.0.5", + "@csstools/postcss-relative-color-syntax": "^2.0.5", "@csstools/postcss-scope-pseudo-class": "^3.0.0", "@csstools/postcss-stepped-value-functions": "^3.0.2", "@csstools/postcss-text-decoration-shorthand": "^3.0.3", @@ -78,7 +78,7 @@ "postcss-focus-within": "^8.0.0", "postcss-gap-properties": "^5.0.0", "postcss-image-set-function": "^6.0.1", - "postcss-lab-function": "^6.0.4", + "postcss-lab-function": "^6.0.5", "postcss-logical": "^7.0.0", "postcss-nesting": "^12.0.1", "postcss-overflow-shorthand": "^5.0.0", diff --git a/package-lock.json b/package-lock.json index c839330bd..c88b3c452 100644 --- a/package-lock.json +++ b/package-lock.json @@ -60,12 +60,12 @@ "license": "MIT-0", "dependencies": { "@csstools/postcss-cascade-layers": "^4.0.0", - "@csstools/postcss-color-function": "^3.0.4", - "@csstools/postcss-color-mix-function": "^2.0.4", + "@csstools/postcss-color-function": "^3.0.5", + "@csstools/postcss-color-mix-function": "^2.0.5", "@csstools/postcss-exponential-functions": "^1.0.1", "@csstools/postcss-font-format-keywords": "^3.0.0", - "@csstools/postcss-gradients-interpolation-method": "^4.0.4", - "@csstools/postcss-hwb-function": "^3.0.3", + "@csstools/postcss-gradients-interpolation-method": "^4.0.5", + "@csstools/postcss-hwb-function": "^3.0.4", "@csstools/postcss-ic-unit": "^3.0.1", "@csstools/postcss-is-pseudo-class": "^4.0.2", "@csstools/postcss-logical-float-and-clear": "^2.0.0", @@ -75,8 +75,8 @@ "@csstools/postcss-media-queries-aspect-ratio-number-values": "^2.0.3", "@csstools/postcss-nested-calc": "^3.0.0", "@csstools/postcss-normalize-display-values": "^3.0.1", - "@csstools/postcss-oklab-function": "^3.0.4", - "@csstools/postcss-relative-color-syntax": "^2.0.4", + "@csstools/postcss-oklab-function": "^3.0.5", + "@csstools/postcss-relative-color-syntax": "^2.0.5", "@csstools/postcss-scope-pseudo-class": "^3.0.0", "@csstools/postcss-stepped-value-functions": "^3.0.2", "@csstools/postcss-text-decoration-shorthand": "^3.0.3", @@ -99,7 +99,7 @@ "postcss-focus-within": "^8.0.0", "postcss-gap-properties": "^5.0.0", "postcss-image-set-function": "^6.0.1", - "postcss-lab-function": "^6.0.4", + "postcss-lab-function": "^6.0.5", "postcss-logical": "^7.0.0", "postcss-nesting": "^12.0.1", "postcss-overflow-shorthand": "^5.0.0", @@ -12792,12 +12792,12 @@ "license": "MIT-0", "dependencies": { "@csstools/postcss-cascade-layers": "^4.0.0", - "@csstools/postcss-color-function": "^3.0.4", - "@csstools/postcss-color-mix-function": "^2.0.4", + "@csstools/postcss-color-function": "^3.0.5", + "@csstools/postcss-color-mix-function": "^2.0.5", "@csstools/postcss-exponential-functions": "^1.0.1", "@csstools/postcss-font-format-keywords": "^3.0.0", - "@csstools/postcss-gradients-interpolation-method": "^4.0.4", - "@csstools/postcss-hwb-function": "^3.0.3", + "@csstools/postcss-gradients-interpolation-method": "^4.0.5", + "@csstools/postcss-hwb-function": "^3.0.4", "@csstools/postcss-ic-unit": "^3.0.1", "@csstools/postcss-initial": "^1.0.0", "@csstools/postcss-is-pseudo-class": "^4.0.2", @@ -12808,9 +12808,9 @@ "@csstools/postcss-media-queries-aspect-ratio-number-values": "^2.0.3", "@csstools/postcss-nested-calc": "^3.0.0", "@csstools/postcss-normalize-display-values": "^3.0.1", - "@csstools/postcss-oklab-function": "^3.0.4", + "@csstools/postcss-oklab-function": "^3.0.5", "@csstools/postcss-progressive-custom-properties": "^3.0.1", - "@csstools/postcss-relative-color-syntax": "^2.0.4", + "@csstools/postcss-relative-color-syntax": "^2.0.5", "@csstools/postcss-scope-pseudo-class": "^3.0.0", "@csstools/postcss-stepped-value-functions": "^3.0.2", "@csstools/postcss-text-decoration-shorthand": "^3.0.3", @@ -12837,7 +12837,7 @@ "postcss-font-variant": "^5.0.0", "postcss-gap-properties": "^5.0.0", "postcss-image-set-function": "^6.0.1", - "postcss-lab-function": "^6.0.4", + "postcss-lab-function": "^6.0.5", "postcss-logical": "^7.0.0", "postcss-nesting": "^12.0.1", "postcss-opacity-percentage": "^2.0.0", diff --git a/plugin-packs/postcss-preset-env/CHANGELOG.md b/plugin-packs/postcss-preset-env/CHANGELOG.md index 4ac0565af..b2673b0ad 100644 --- a/plugin-packs/postcss-preset-env/CHANGELOG.md +++ b/plugin-packs/postcss-preset-env/CHANGELOG.md @@ -9,6 +9,13 @@ - Updated [`@csstools/postcss-stepped-value-functions`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-stepped-value-functions) to [`3.0.2`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-stepped-value-functions/CHANGELOG.md#302) (patch) - Updated [`@csstools/postcss-trigonometric-functions`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-trigonometric-functions) to [`3.0.2`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-trigonometric-functions/CHANGELOG.md#302) (patch) - Updated [`postcss-custom-properties`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-custom-properties) to [`13.3.2`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-custom-properties/CHANGELOG.md#1332) (patch) +- Updated [`@csstools/postcss-color-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-function) to [`3.0.5`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-function/CHANGELOG.md#305) (patch) +- Updated [`@csstools/postcss-color-mix-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-mix-function) to [`2.0.5`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-mix-function/CHANGELOG.md#205) (patch) +- Updated [`@csstools/postcss-gradients-interpolation-method`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-gradients-interpolation-method) to [`4.0.5`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-gradients-interpolation-method/CHANGELOG.md#405) (patch) +- Updated [`@csstools/postcss-hwb-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-hwb-function) to [`3.0.4`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-hwb-function/CHANGELOG.md#304) (patch) +- Updated [`@csstools/postcss-oklab-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-oklab-function) to [`3.0.5`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-oklab-function/CHANGELOG.md#305) (patch) +- Updated [`@csstools/postcss-relative-color-syntax`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-relative-color-syntax) to [`2.0.5`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-relative-color-syntax/CHANGELOG.md#205) (patch) +- Updated [`postcss-lab-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-lab-function) to [`6.0.5`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-lab-function/CHANGELOG.md#605) (patch) ### 9.1.4 diff --git a/plugin-packs/postcss-preset-env/package.json b/plugin-packs/postcss-preset-env/package.json index 6775e806a..f97f37ac2 100644 --- a/plugin-packs/postcss-preset-env/package.json +++ b/plugin-packs/postcss-preset-env/package.json @@ -50,12 +50,12 @@ ], "dependencies": { "@csstools/postcss-cascade-layers": "^4.0.0", - "@csstools/postcss-color-function": "^3.0.4", - "@csstools/postcss-color-mix-function": "^2.0.4", + "@csstools/postcss-color-function": "^3.0.5", + "@csstools/postcss-color-mix-function": "^2.0.5", "@csstools/postcss-exponential-functions": "^1.0.1", "@csstools/postcss-font-format-keywords": "^3.0.0", - "@csstools/postcss-gradients-interpolation-method": "^4.0.4", - "@csstools/postcss-hwb-function": "^3.0.3", + "@csstools/postcss-gradients-interpolation-method": "^4.0.5", + "@csstools/postcss-hwb-function": "^3.0.4", "@csstools/postcss-ic-unit": "^3.0.1", "@csstools/postcss-initial": "^1.0.0", "@csstools/postcss-is-pseudo-class": "^4.0.2", @@ -66,9 +66,9 @@ "@csstools/postcss-media-queries-aspect-ratio-number-values": "^2.0.3", "@csstools/postcss-nested-calc": "^3.0.0", "@csstools/postcss-normalize-display-values": "^3.0.1", - "@csstools/postcss-oklab-function": "^3.0.4", + "@csstools/postcss-oklab-function": "^3.0.5", "@csstools/postcss-progressive-custom-properties": "^3.0.1", - "@csstools/postcss-relative-color-syntax": "^2.0.4", + "@csstools/postcss-relative-color-syntax": "^2.0.5", "@csstools/postcss-scope-pseudo-class": "^3.0.0", "@csstools/postcss-stepped-value-functions": "^3.0.2", "@csstools/postcss-text-decoration-shorthand": "^3.0.3", @@ -95,7 +95,7 @@ "postcss-font-variant": "^5.0.0", "postcss-gap-properties": "^5.0.0", "postcss-image-set-function": "^6.0.1", - "postcss-lab-function": "^6.0.4", + "postcss-lab-function": "^6.0.5", "postcss-logical": "^7.0.0", "postcss-nesting": "^12.0.1", "postcss-opacity-percentage": "^2.0.0",