Skip to content

Commit 5371d40

Browse files
css-has-pseudo-8.0.0 (#2615)
1 parent e7da0a4 commit 5371d40

1 file changed

Lines changed: 18 additions & 26 deletions

File tree

directory/css-has-pseudo.json

Lines changed: 18 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "css-has-pseudo",
33
"description": "Style elements relative to other elements in CSS",
4-
"version": "7.0.3",
4+
"version": "8.0.0",
55
"contributors": [
66
{
77
"name": "Antonio Laguna",
@@ -29,20 +29,13 @@
2929
}
3030
],
3131
"engines": {
32-
"node": ">=18"
32+
"node": ">=20.19.0"
3333
},
3434
"type": "module",
35-
"main": "dist/index.cjs",
36-
"module": "dist/index.mjs",
3735
"exports": {
3836
".": {
39-
"import": {
40-
"types": "./dist/index.d.ts",
41-
"default": "./dist/index.mjs"
42-
},
43-
"require": {
44-
"default": "./dist/index.cjs"
45-
}
37+
"types": "./dist/index.d.ts",
38+
"default": "./dist/index.mjs"
4639
},
4740
"./browser": {
4841
"import": "./dist/browser.mjs",
@@ -54,8 +47,8 @@
5447
}
5548
},
5649
"dependencies": {
57-
"@csstools/selector-specificity": "^5.0.0",
58-
"postcss-selector-parser": "^7.0.0",
50+
"@csstools/selector-specificity": "^6.0.0",
51+
"postcss-selector-parser": "^7.1.1",
5952
"postcss-value-parser": "^4.2.0"
6053
},
6154
"peerDependencies": {
@@ -84,21 +77,20 @@
8477
"pseudo",
8578
"selector"
8679
],
87-
88-
"gitHead": "0436538d7d0afef62764ef2436a4e64a73483d1e",
89-
"types": "./dist/index.d.ts",
90-
"_nodeVersion": "24.4.0",
91-
"_npmVersion": "11.4.2",
80+
"gitHead": "7f968efe749753c05f60c0a6ea97fdc01ff53f20",
81+
82+
"_nodeVersion": "25.1.0",
83+
"_npmVersion": "11.6.2",
9284
"dist": {
93-
"integrity": "sha512-oG+vKuGyqe/xvEMoxAQrhi7uY16deJR3i7wwhBerVrGQKSqUC5GiOVxTpM9F9B9hw0J+eKeOWLH7E9gZ1Dr5rA==",
94-
"shasum": "a5ee2daf5f70a2032f3cefdf1e36e7f52a243873",
95-
"tarball": "https://registry.npmjs.org/css-has-pseudo/-/css-has-pseudo-7.0.3.tgz",
96-
"fileCount": 13,
97-
"unpackedSize": 191507,
85+
"integrity": "sha512-Uz/bsHRbOeir/5Oeuz85tq/yLJLxX+3dpoRdjNTshs6jjqwUg8XaEZGDd0ci3fw7l53Srw0EkJ8mYan0eW5uGQ==",
86+
"shasum": "71f33356f7d5c3ff49f5d3c9f8f4f51ec2b0b0d9",
87+
"tarball": "https://registry.npmjs.org/css-has-pseudo/-/css-has-pseudo-8.0.0.tgz",
88+
"fileCount": 12,
89+
"unpackedSize": 188897,
9890
"signatures": [
9991
{
10092
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
101-
"sig": "MEUCIEOEpiqIi9A5V3rnBIb0vcCXo63OYiKMlhB62WmVzWssAiEA0Z4UBhBEgodnbMSHBjRiPeitTbIlCeN4fBKTpwcgga8="
93+
"sig": "MEYCIQCkKw5dp79G3qj/wxhcHXVuMhY67yE2GG6ZMunJttbJXwIhAI50ZGUYyI9zpCBNL4DdYdHhnK3xOeDRisnepa4YCfD0"
10294
}
10395
]
10496
},
@@ -123,8 +115,8 @@
123115
],
124116
"_npmOperationalInternal": {
125117
"host": "s3://npm-registry-packages-npm-production",
126-
"tmp": "tmp/css-has-pseudo_7.0.3_1756327047611_0.46855494867057"
118+
"tmp": "tmp/css-has-pseudo_8.0.0_1768375273492_0.48504560795707974"
127119
},
128120
"_hasShrinkwrap": false,
129-
"_time": "2025-08-27T20:37:27.845Z"
121+
"_time": "2026-01-14T07:21:13.638Z"
130122
}

0 commit comments

Comments
 (0)