postcss-double-position-gradients
Advanced tools
Comparing version 5.0.7 to 6.0.0
# Changes to PostCSS Double Position Gradients | ||
### 5.0.7 | ||
### 6.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/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/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) | ||
### 5.0.6 | ||
_March 31, 2024_ | ||
- Updated [`@csstools/postcss-progressive-custom-properties`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-progressive-custom-properties) to [`3.2.0`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-progressive-custom-properties/CHANGELOG.md#320) (minor) | ||
### 5.0.5 | ||
_March 13, 2024_ | ||
- Updated [`@csstools/postcss-progressive-custom-properties`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-progressive-custom-properties) to [`3.1.1`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-progressive-custom-properties/CHANGELOG.md#311) (patch) | ||
[Full CHANGELOG](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-double-position-gradients/CHANGELOG.md) |
{ | ||
"name": "postcss-double-position-gradients", | ||
"description": "Use double-position gradients in CSS", | ||
"version": "5.0.7", | ||
"version": "6.0.0", | ||
"author": "Jonathan Neal <jonathantneal@hotmail.com>", | ||
@@ -18,3 +18,3 @@ "license": "MIT-0", | ||
"engines": { | ||
"node": "^14 || ^16 || >=18" | ||
"node": ">=18" | ||
}, | ||
@@ -42,4 +42,4 @@ "type": "module", | ||
"dependencies": { | ||
"@csstools/postcss-progressive-custom-properties": "^3.3.0", | ||
"@csstools/utilities": "^1.0.0", | ||
"@csstools/postcss-progressive-custom-properties": "^4.0.0", | ||
"@csstools/utilities": "^2.0.0", | ||
"postcss-value-parser": "^4.2.0" | ||
@@ -46,0 +46,0 @@ }, |
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
11778
+ Added@csstools/postcss-progressive-custom-properties@4.0.0(transitive)
+ Added@csstools/utilities@2.0.0(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