@csstools/postcss-is-pseudo-class
Advanced tools
Comparing version 4.0.8 to 5.0.0
# Changes to PostCSS Is Pseudo Class | ||
### 4.0.8 | ||
### 5.0.0 | ||
_May 13, 2024_ | ||
_August 3, 2024_ | ||
- Updated [`@csstools/selector-specificity`](https://github.com/csstools/postcss-plugins/tree/main/packages/selector-specificity) to [`3.1.1`](https://github.com/csstools/postcss-plugins/tree/main/packages/selector-specificity/CHANGELOG.md#311) (patch) | ||
- Updated: Support for Node v18+ (major). | ||
- Updated [`@csstools/selector-specificity`](https://github.com/csstools/postcss-plugins/tree/main/packages/selector-specificity) to [`4.0.0`](https://github.com/csstools/postcss-plugins/tree/main/packages/selector-specificity/CHANGELOG.md#400) (major) | ||
### 4.0.7 | ||
_May 11, 2024_ | ||
- Updated [`@csstools/selector-specificity`](https://github.com/csstools/postcss-plugins/tree/main/packages/selector-specificity) to [`3.1.0`](https://github.com/csstools/postcss-plugins/tree/main/packages/selector-specificity/CHANGELOG.md#310) (minor) | ||
### 4.0.6 | ||
_March 31, 2024_ | ||
- Updated [`@csstools/selector-specificity`](https://github.com/csstools/postcss-plugins/tree/main/packages/selector-specificity) to [`3.0.3`](https://github.com/csstools/postcss-plugins/tree/main/packages/selector-specificity/CHANGELOG.md#303) (patch) | ||
[Full CHANGELOG](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-is-pseudo-class/CHANGELOG.md) |
{ | ||
"name": "@csstools/postcss-is-pseudo-class", | ||
"description": "A pseudo-class for matching elements in a selector list", | ||
"version": "4.0.8", | ||
"version": "5.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/selector-specificity": "^3.1.1", | ||
"postcss-selector-parser": "^6.0.13" | ||
"@csstools/selector-specificity": "^4.0.0", | ||
"postcss-selector-parser": "^6.1.0" | ||
}, | ||
@@ -49,2 +49,3 @@ "peerDependencies": { | ||
}, | ||
"scripts": {}, | ||
"homepage": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-is-pseudo-class#readme", | ||
@@ -51,0 +52,0 @@ "repository": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
27163
94
+ Added@csstools/selector-specificity@4.0.0(transitive)
- Removed@csstools/selector-specificity@3.1.1(transitive)