Skip to content

Commit 97d186f

Browse files
postcss-selector-not-9.0.0 (#2662)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 0d2b1c4 commit 97d186f

1 file changed

Lines changed: 23 additions & 31 deletions

File tree

directory/postcss-selector-not.json

Lines changed: 23 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "postcss-selector-not",
33
"description": "PostCSS plugin to transform :not() W3C CSS level 4 pseudo class to :not() CSS level 3 selectors",
4-
"version": "8.0.1",
4+
"version": "9.0.0",
55
"contributors": [
66
{
77
"name": "Antonio Laguna",
@@ -28,24 +28,17 @@
2828
}
2929
],
3030
"engines": {
31-
"node": ">=18"
31+
"node": ">=20.19.0"
3232
},
3333
"type": "module",
34-
"main": "dist/index.cjs",
35-
"module": "dist/index.mjs",
3634
"exports": {
3735
".": {
38-
"import": {
39-
"types": "./dist/index.d.ts",
40-
"default": "./dist/index.mjs"
41-
},
42-
"require": {
43-
"default": "./dist/index.cjs"
44-
}
36+
"types": "./dist/index.d.ts",
37+
"default": "./dist/index.mjs"
4538
}
4639
},
4740
"dependencies": {
48-
"postcss-selector-parser": "^7.0.0"
41+
"postcss-selector-parser": "^7.1.1"
4942
},
5043
"peerDependencies": {
5144
"postcss": "^8.4"
@@ -66,21 +59,20 @@
6659
"postcss-plugin",
6760
"selector"
6861
],
69-
70-
"gitHead": "20137006565b2752554c0a1d12379208e2740a91",
71-
"types": "./dist/index.d.ts",
72-
"_nodeVersion": "22.1.0",
73-
"_npmVersion": "10.7.0",
62+
"gitHead": "cd624413847bd5f0513f09d74d8eaddfb995bfef",
63+
64+
"_nodeVersion": "25.1.0",
65+
"_npmVersion": "11.6.2",
7466
"dist": {
75-
"integrity": "sha512-kmVy/5PYVb2UOhy0+LqUYAhKj7DUGDpSWa5LZqlkWJaaAV+dxxsOG3+St0yNLu6vsKD7Dmqx+nWQt0iil89+WA==",
76-
"shasum": "f2df9c6ac9f95e9fe4416ca41a957eda16130172",
77-
"tarball": "https://registry.npmjs.org/postcss-selector-not/-/postcss-selector-not-8.0.1.tgz",
78-
"fileCount": 7,
79-
"unpackedSize": 6407,
67+
"integrity": "sha512-xhAtTdHnVU2M/CrpYOPyRUvg3njhVlKmn2GNYXDaRJV9Ygx4d5OkSkc7NINzjUqnbDFtaKXlISOBeyMXU/zyFQ==",
68+
"shasum": "ce526f2806a9a075243d1cdb26e891abd6000e31",
69+
"tarball": "https://registry.npmjs.org/postcss-selector-not/-/postcss-selector-not-9.0.0.tgz",
70+
"fileCount": 6,
71+
"unpackedSize": 5513,
8072
"signatures": [
8173
{
82-
"keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA",
83-
"sig": "MEUCIQD9N0zRxMNdzDjVqMMD4e0k6tBOlJWq/3lPeh0DS42/LwIgIDxR7AGs3c4aPhN3Y3XrV2EfOQtLYEKbMTfOpLH/DZo="
74+
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
75+
"sig": "MEUCIFFmEIX2nuLEC4Q6cW/z9ZuuHsENblIPwye3s+ZJcGmOAiEApr3kVFZwYSXKxeA9VK8a5nEuCXAOoy7Bx1CjD0rfIxI="
8476
}
8577
]
8678
},
@@ -91,16 +83,16 @@
9183
"directories": {},
9284
"maintainers": [
9385
{
94-
"name": "romainmenke",
95-
"email": "romainmenke@gmail.com"
86+
"name": "jonathantneal",
87+
"email": "jonathantneal@hotmail.com"
9688
},
9789
{
9890
"name": "alaguna",
9991
"email": "[email protected]"
10092
},
10193
{
102-
"name": "jonathantneal",
103-
"email": "jonathantneal@hotmail.com"
94+
"name": "romainmenke",
95+
"email": "romainmenke@gmail.com"
10496
},
10597
{
10698
"name": "moox",
@@ -112,9 +104,9 @@
112104
}
113105
],
114106
"_npmOperationalInternal": {
115-
"host": "s3://npm-registry-packages",
116-
"tmp": "tmp/postcss-selector-not_8.0.1_1729719907477_0.06818686232032145"
107+
"host": "s3://npm-registry-packages-npm-production",
108+
"tmp": "tmp/postcss-selector-not_9.0.0_1768375486931_0.4241416135763898"
117109
},
118110
"_hasShrinkwrap": false,
119-
"_time": "2024-10-23T21:45:07.700Z"
111+
"_time": "2026-01-14T07:24:47.068Z"
120112
}

0 commit comments

Comments
 (0)