@csstools/postcss-relative-color-syntax
Advanced tools
Comparing version 2.0.19 to 3.0.0
# Changes to PostCSS Relative Color Syntax | ||
### 2.0.19 | ||
### 3.0.0 | ||
_July 7, 2024_ | ||
_August 3, 2024_ | ||
- Updated [`@csstools/postcss-progressive-custom-properties`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-progressive-custom-properties) to [`3.3.0`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-progressive-custom-properties/CHANGELOG.md#330) (minor) | ||
- Updated: Support for Node v18+ (major). | ||
- Updated [`@csstools/css-color-parser`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-color-parser) to [`2.0.5`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-color-parser/CHANGELOG.md#205) (patch) | ||
- Updated [`@csstools/css-tokenizer`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-tokenizer) to [`3.0.0`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-tokenizer/CHANGELOG.md#300) (major) | ||
- Updated [`@csstools/utilities`](https://github.com/csstools/postcss-plugins/tree/main/packages/utilities) to [`2.0.0`](https://github.com/csstools/postcss-plugins/tree/main/packages/utilities/CHANGELOG.md#200) (major) | ||
- Updated [`@csstools/css-parser-algorithms`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-parser-algorithms) to [`3.0.0`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-parser-algorithms/CHANGELOG.md#300) (major) | ||
- Updated [`@csstools/postcss-progressive-custom-properties`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-progressive-custom-properties) to [`4.0.0`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-progressive-custom-properties/CHANGELOG.md#400) (major) | ||
- Updated [`@csstools/css-color-parser`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-color-parser) to [`3.0.0`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-color-parser/CHANGELOG.md#300) (major) | ||
### 2.0.18 | ||
_July 6, 2024_ | ||
- 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) | ||
- 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) | ||
- Updated [`@csstools/css-color-parser`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-color-parser) to [`2.0.4`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-color-parser/CHANGELOG.md#204) (patch) | ||
### 2.0.17 | ||
_June 29, 2024_ | ||
- Updated [`@csstools/css-tokenizer`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-tokenizer) to [`2.3.2`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-tokenizer/CHANGELOG.md#232) (patch) | ||
- Updated [`@csstools/css-parser-algorithms`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-parser-algorithms) to [`2.7.0`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-parser-algorithms/CHANGELOG.md#270) (minor) | ||
- Updated [`@csstools/css-color-parser`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-color-parser) to [`2.0.3`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-color-parser/CHANGELOG.md#203) (patch) | ||
[Full CHANGELOG](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-relative-color-syntax/CHANGELOG.md) |
{ | ||
"name": "@csstools/postcss-relative-color-syntax", | ||
"description": "Use the relative color syntax in CSS", | ||
"version": "2.0.19", | ||
"version": "3.0.0", | ||
"contributors": [ | ||
@@ -28,3 +28,3 @@ { | ||
"engines": { | ||
"node": "^14 || ^16 || >=18" | ||
"node": ">=18" | ||
}, | ||
@@ -52,7 +52,7 @@ "type": "module", | ||
"dependencies": { | ||
"@csstools/css-color-parser": "^2.0.4", | ||
"@csstools/css-parser-algorithms": "^2.7.1", | ||
"@csstools/css-tokenizer": "^2.4.1", | ||
"@csstools/postcss-progressive-custom-properties": "^3.3.0", | ||
"@csstools/utilities": "^1.0.0" | ||
"@csstools/css-color-parser": "^3.0.0", | ||
"@csstools/css-parser-algorithms": "^3.0.0", | ||
"@csstools/css-tokenizer": "^3.0.0", | ||
"@csstools/postcss-progressive-custom-properties": "^4.0.0", | ||
"@csstools/utilities": "^2.0.0" | ||
}, | ||
@@ -59,0 +59,0 @@ "peerDependencies": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
11775
+ Added@csstools/color-helpers@5.0.1(transitive)
+ Added@csstools/css-calc@2.0.4(transitive)
+ Added@csstools/css-color-parser@3.0.5(transitive)
+ Added@csstools/css-parser-algorithms@3.0.4(transitive)
+ Added@csstools/css-tokenizer@3.0.3(transitive)
+ Added@csstools/postcss-progressive-custom-properties@4.0.0(transitive)
+ Added@csstools/utilities@2.0.0(transitive)
- Removed@csstools/color-helpers@4.2.1(transitive)
- Removed@csstools/css-calc@1.2.4(transitive)
- Removed@csstools/css-color-parser@2.0.5(transitive)
- Removed@csstools/css-parser-algorithms@2.7.1(transitive)
- Removed@csstools/css-tokenizer@2.4.1(transitive)
- Removed@csstools/postcss-progressive-custom-properties@3.3.0(transitive)
- Removed@csstools/utilities@1.0.0(transitive)
Updated@csstools/postcss-progressive-custom-properties@^4.0.0
Updated@csstools/utilities@^2.0.0