Skip to content

Commit fb92673

Browse files
postcss-custom-selectors-9.0.0 (#2643)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 1927694 commit fb92673

1 file changed

Lines changed: 20 additions & 28 deletions

File tree

directory/postcss-custom-selectors.json

Lines changed: 20 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "postcss-custom-selectors",
33
"description": "Use Custom Selectors in CSS",
4-
"version": "8.0.5",
4+
"version": "9.0.0",
55
"contributors": [
66
{
77
"name": "Antonio Laguna",
@@ -35,27 +35,20 @@
3535
}
3636
],
3737
"engines": {
38-
"node": ">=18"
38+
"node": ">=20.19.0"
3939
},
4040
"type": "module",
41-
"main": "dist/index.cjs",
42-
"module": "dist/index.mjs",
4341
"exports": {
4442
".": {
45-
"import": {
46-
"types": "./dist/index.d.ts",
47-
"default": "./dist/index.mjs"
48-
},
49-
"require": {
50-
"default": "./dist/index.cjs"
51-
}
43+
"types": "./dist/index.d.ts",
44+
"default": "./dist/index.mjs"
5245
}
5346
},
5447
"dependencies": {
55-
"@csstools/cascade-layer-name-parser": "^2.0.5",
56-
"@csstools/css-parser-algorithms": "^3.0.5",
57-
"@csstools/css-tokenizer": "^3.0.4",
58-
"postcss-selector-parser": "^7.0.0"
48+
"@csstools/cascade-layer-name-parser": "^3.0.0",
49+
"@csstools/css-parser-algorithms": "^4.0.0",
50+
"@csstools/css-tokenizer": "^4.0.0",
51+
"postcss-selector-parser": "^7.1.1"
5952
},
6053
"peerDependencies": {
6154
"postcss": "^8.4"
@@ -85,21 +78,20 @@
8578
"specification",
8679
"w3c"
8780
],
88-
89-
"gitHead": "eb05fb09a99ed3913fcbb8419e1d01d3cc198c7f",
90-
"types": "./dist/index.d.ts",
91-
"_nodeVersion": "22.12.0",
92-
"_npmVersion": "10.9.0",
81+
"gitHead": "a50b975772c1166cb8a59bb3a6475ea04ae66cf0",
82+
83+
"_nodeVersion": "25.1.0",
84+
"_npmVersion": "11.6.2",
9385
"dist": {
94-
"integrity": "sha512-9PGmckHQswiB2usSO6XMSswO2yFWVoCAuih1yl9FVcwkscLjRKjwsjM3t+NIWpSU2Jx3eOiK2+t4vVTQaoCHHg==",
95-
"shasum": "9448ed37a12271d7ab6cb364b6f76a46a4a323e8",
96-
"tarball": "https://registry.npmjs.org/postcss-custom-selectors/-/postcss-custom-selectors-8.0.5.tgz",
97-
"fileCount": 7,
98-
"unpackedSize": 13598,
86+
"integrity": "sha512-VuV5tLPAm6wq1u699dsrhGCzfLobKe0eD3G8bw3BcTJt6wqQ7RQdfaveJVsCAi23OaQbjIi3K1C7Fj3yZH3f1g==",
87+
"shasum": "366f2762311b90a3c9d47fce36332cce3480f4a1",
88+
"tarball": "https://registry.npmjs.org/postcss-custom-selectors/-/postcss-custom-selectors-9.0.0.tgz",
89+
"fileCount": 6,
90+
"unpackedSize": 10416,
9991
"signatures": [
10092
{
10193
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
102-
"sig": "MEUCIQCBs5kmUiqE4fepMOGB1OTvJFks5YWZZYbgEoxhnB2wyQIgN3VDZrQNB52zY/s1h8n0ZOoKWdTHaTz88mQWZzFMuPE="
94+
"sig": "MEYCIQDrzr1jfhpH4LC0xWPaZYM66aDuFEsH9LVq+HZxo3zj7wIhANyzAppySUrhQbVyhlZNu1Nyp+cay+/R0flVFWhWaHRO"
10395
}
10496
]
10597
},
@@ -136,8 +128,8 @@
136128
],
137129
"_npmOperationalInternal": {
138130
"host": "s3://npm-registry-packages-npm-production",
139-
"tmp": "tmp/postcss-custom-selectors_8.0.5_1748343068645_0.8368490648104439"
131+
"tmp": "tmp/postcss-custom-selectors_9.0.0_1768376051528_0.12832055222235894"
140132
},
141133
"_hasShrinkwrap": false,
142-
"_time": "2025-05-27T10:51:08.820Z"
134+
"_time": "2026-01-14T07:34:11.664Z"
143135
}

0 commit comments

Comments
 (0)