Skip to content

Commit 8c7ea7f

Browse files
committed
update
1 parent a1b82e2 commit 8c7ea7f

File tree

202 files changed

+14408
-14530
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

202 files changed

+14408
-14530
lines changed

cmd/config/invalid-forks.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ export const invalidForks = [
3535
'@saptool/postcss-pxtorem',
3636
'@teranes/postcss-variables',
3737
'@voodeng/postcss-px-to-viewport',
38+
'@weapp-tailwindcss/postcss-calc',
3839
'@z1c1/postcss-px-to-viewport',
3940
'@zhaojjiang/postcss-pxtorem',
4041
'@zhbhun/postcss-pxtorem',

npm-data/last-version/@wordpress/postcss-themes.json

Lines changed: 50 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
{
22
"name": "@wordpress/postcss-themes",
3-
"version": "6.30.0",
3+
"version": "6.31.0",
4+
"description": "PostCSS plugin to generate theme colors.",
5+
"author": "The WordPress Contributors",
6+
"license": "GPL-2.0-or-later",
47
"keywords": [
58
"wordpress",
69
"gutenberg",
@@ -11,9 +14,48 @@
1114
"colors",
1215
"themes"
1316
],
14-
"author": "The WordPress Contributors",
15-
"license": "GPL-2.0-or-later",
16-
"_id": "@wordpress/[email protected]",
17+
"homepage": "https://github.com/WordPress/gutenberg/tree/HEAD/packages/postcss-themes/README.md",
18+
"repository": {
19+
"type": "git",
20+
"url": "https://github.com/WordPress/gutenberg.git",
21+
"directory": "packages/postcss-themes"
22+
},
23+
"bugs": {
24+
"url": "https://github.com/WordPress/gutenberg/issues"
25+
},
26+
"engines": {
27+
"node": ">=18.12.0",
28+
"npm": ">=8.19.2"
29+
},
30+
"main": "index.js",
31+
"peerDependencies": {
32+
"postcss": "^8.0.0"
33+
},
34+
"publishConfig": {
35+
"access": "public"
36+
},
37+
"gitHead": "d7601d30d49462ea942168e8ab6bf449fb93097e",
38+
"_nodeVersion": "20.19.5",
39+
"_npmVersion": "lerna/8.1.9/[email protected]+x64 (linux)",
40+
"_id": "@wordpress/[email protected]",
41+
"dist": {
42+
"integrity": "sha512-a6LKA93hMGYkENigzbYn/vCgkzz9LsyLptuybKymL62dkpQqYyyWe5c/S5U7h8eRuJexb/1zy9lohzNoARhQyA==",
43+
"shasum": "3adbe124197c2a8d936300436910216e911707f6",
44+
"tarball": "https://registry.npmjs.org/@wordpress/postcss-themes/-/postcss-themes-6.31.0.tgz",
45+
"fileCount": 4,
46+
"unpackedSize": 40373,
47+
"signatures": [
48+
{
49+
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
50+
"sig": "MEUCIEVCIY2n7uZUVuPFVDJymFWfa+0KPf3db4yCS0PAQ5rtAiEA3GNghyjTg0T3WJMZtvNWHYnaHRrAzdetPtb7TBjVuko="
51+
}
52+
]
53+
},
54+
"_npmUser": {
55+
"name": "gutenbergplugin",
56+
"email": "[email protected]"
57+
},
58+
"directories": {},
1759
"maintainers": [
1860
{
1961
"name": "garypendergast",
@@ -108,52 +150,10 @@
108150
"email": "[email protected]"
109151
}
110152
],
111-
"homepage": "https://github.com/WordPress/gutenberg/tree/HEAD/packages/postcss-themes/README.md",
112-
"bugs": {
113-
"url": "https://github.com/WordPress/gutenberg/issues"
114-
},
115-
"dist": {
116-
"shasum": "992fa37438ed038d58e887245b268128fb548c52",
117-
"tarball": "https://registry.npmjs.org/@wordpress/postcss-themes/-/postcss-themes-6.30.0.tgz",
118-
"fileCount": 4,
119-
"integrity": "sha512-yVqLBBKG+sUDos4hvZ3C8Av4puDrBIkkCRHbq8CI04PapCMmEHxDCXv54uBapxd3X3robpCWvRbPGS1I1kG9eg==",
120-
"signatures": [
121-
{
122-
"sig": "MEUCIDSfqJz8tg6MAFQB3xlkQiD6M2rQfH/Pityz4LpcTcfsAiEAlrhqwYNqOuH4chahlx2F9XOVlyrL4JnSHf6PXolO6cY=",
123-
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"
124-
}
125-
],
126-
"unpackedSize": 40373
127-
},
128-
"main": "index.js",
129-
"engines": {
130-
"npm": ">=8.19.2",
131-
"node": ">=18.12.0"
132-
},
133-
"gitHead": "c66cb089eed19d4f4956962fa7b4c81abe6dd513",
134-
"_npmUser": {
135-
"name": "gutenbergplugin",
136-
"email": "[email protected]"
137-
},
138-
"repository": {
139-
"url": "https://github.com/WordPress/gutenberg.git",
140-
"type": "git",
141-
"directory": "packages/postcss-themes"
142-
},
143-
"_npmVersion": "lerna/8.1.9/[email protected]+x64 (linux)",
144-
"description": "PostCSS plugin to generate theme colors.",
145-
"directories": {},
146-
"_nodeVersion": "20.19.4",
147-
"publishConfig": {
148-
"access": "public"
149-
},
150-
"_hasShrinkwrap": false,
151-
"peerDependencies": {
152-
"postcss": "^8.0.0"
153-
},
154153
"_npmOperationalInternal": {
155-
"tmp": "tmp/postcss-themes_6.30.0_1756904663424_0.36678219986533955",
156-
"host": "s3://npm-registry-packages-npm-production"
154+
"host": "s3://npm-registry-packages-npm-production",
155+
"tmp": "tmp/postcss-themes_6.31.0_1758115488339_0.5338146625287781"
157156
},
158-
"_time": "2025-09-03T13:04:23.638Z"
157+
"_hasShrinkwrap": false,
158+
"_time": "2025-09-17T13:24:48.502Z"
159159
}

0 commit comments

Comments
 (0)