Skip to content

Commit 911b4bc

Browse files
postcss-nesting-14.0.0 (#2655)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 7a94a42 commit 911b4bc

1 file changed

Lines changed: 19 additions & 27 deletions

File tree

directory/postcss-nesting.json

Lines changed: 19 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "postcss-nesting",
33
"description": "Nest rules inside each other in CSS",
4-
"version": "13.0.2",
4+
"version": "14.0.0",
55
"contributors": [
66
{
77
"name": "Antonio Laguna",
@@ -29,28 +29,21 @@
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
"jsdelivr": "dist/index.mjs",
3836
"unpkg": "dist/index.mjs",
3937
"exports": {
4038
".": {
41-
"import": {
42-
"types": "./dist/index.d.ts",
43-
"default": "./dist/index.mjs"
44-
},
45-
"require": {
46-
"default": "./dist/index.cjs"
47-
}
39+
"types": "./dist/index.d.ts",
40+
"default": "./dist/index.mjs"
4841
}
4942
},
5043
"dependencies": {
51-
"@csstools/selector-resolve-nested": "^3.1.0",
52-
"@csstools/selector-specificity": "^5.0.0",
53-
"postcss-selector-parser": "^7.0.0"
44+
"@csstools/selector-resolve-nested": "^4.0.0",
45+
"@csstools/selector-specificity": "^6.0.0",
46+
"postcss-selector-parser": "^7.1.1"
5447
},
5548
"peerDependencies": {
5649
"postcss": "^8.4"
@@ -83,21 +76,20 @@
8376
"syntax",
8477
"w3c"
8578
],
86-
87-
"gitHead": "dabec01d9b27f8e9fb1f7fe28b1f900be08d29ad",
88-
"types": "./dist/index.d.ts",
89-
"_nodeVersion": "22.12.0",
90-
"_npmVersion": "10.9.0",
79+
"gitHead": "354e61efc51a509acd52ba4ed9e691555291b866",
80+
81+
"_nodeVersion": "25.1.0",
82+
"_npmVersion": "11.6.2",
9183
"dist": {
92-
"integrity": "sha512-1YCI290TX+VP0U/K/aFxzHzQWHWURL+CtHMSbex1lCdpXD1SoR2sYuxDu5aNI9lPoXpKTCggFZiDJbwylU0LEQ==",
93-
"shasum": "fde0d4df772b76d03b52eccc84372e8d1ca1402e",
94-
"tarball": "https://registry.npmjs.org/postcss-nesting/-/postcss-nesting-13.0.2.tgz",
95-
"fileCount": 7,
96-
"unpackedSize": 32191,
84+
"integrity": "sha512-YGFOfVrjxYfeGTS5XctP1WCI5hu8Lr9SmntjfRC+iX5hCihEO+QZl9Ra+pkjqkgoVdDKvb2JccpElcowhZtzpw==",
85+
"shasum": "5400139a425da2ca8228bc406e67e0e8d344b137",
86+
"tarball": "https://registry.npmjs.org/postcss-nesting/-/postcss-nesting-14.0.0.tgz",
87+
"fileCount": 6,
88+
"unpackedSize": 20887,
9789
"signatures": [
9890
{
9991
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
100-
"sig": "MEUCICekeTQmTkBrRU49wDzsJohwrdJIG6X434yyix7zR/lMAiEAxdckEigXPMcsSV51yW39/db7Ul04ghgjJWAQZQNe06s="
92+
"sig": "MEUCIGoGwxCqE7zohMsimBWKySi84FM27znO1ZCXUOGCOEh1AiEAvD/ciz2/spggmhEACH7Jwa8E3ZNTk3pApGhvI+KxH+c="
10193
}
10294
]
10395
},
@@ -122,8 +114,8 @@
122114
],
123115
"_npmOperationalInternal": {
124116
"host": "s3://npm-registry-packages-npm-production",
125-
"tmp": "tmp/postcss-nesting_13.0.2_1749549858736_0.18393262589641002"
117+
"tmp": "tmp/postcss-nesting_14.0.0_1768375444428_0.022868387488806263"
126118
},
127119
"_hasShrinkwrap": false,
128-
"_time": "2025-06-10T10:04:18.922Z"
120+
"_time": "2026-01-14T07:24:04.611Z"
129121
}

0 commit comments

Comments
 (0)