Skip to content

Commit 0a58b42

Browse files
collect plugins data
1 parent 3036ecd commit 0a58b42

210 files changed

Lines changed: 2343 additions & 1751 deletions

File tree

Some content is hidden

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

docs/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8215,7 +8215,7 @@ <h3>plugin <span style="font-size: 0.8em;">(eik)</span></h3>
82158215
</dd>
82168216

82178217
<dt>Version</dt>
8218-
<dd><code>5.0.15</code></dd>
8218+
<dd><code>5.0.16</code></dd>
82198219

82208220
<dt>License</dt>
82218221
<dd><code>MIT</code></dd>
@@ -10918,7 +10918,7 @@ <h3>themes <span style="font-size: 0.8em;">(wordpress)</span></h3>
1091810918
</dd>
1091910919

1092010920
<dt>Version</dt>
10921-
<dd><code>6.39.0</code></dd>
10921+
<dd><code>6.40.0</code></dd>
1092210922

1092310923
<dt>License</dt>
1092410924
<dd><code>GPL-2.0-or-later</code></dd>

npm-data/last-version/@eik/postcss-plugin.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eik/postcss-plugin",
3-
"version": "5.0.16",
3+
"version": "5.0.17",
44
"description": "PostCSS plugin that uses Eik defined import map files to transform bare import specifiers to absolute URLs in @import rules",
55
"main": "src/plugin.js",
66
"types": "./types/plugin.d.ts",
@@ -51,7 +51,7 @@
5151
"typescript": "5.9.3"
5252
},
5353
"dependencies": {
54-
"@eik/common": "5.1.20",
54+
"@eik/common": "5.1.21",
5555
"css-url-parser": "1.1.4"
5656
},
5757
"peerDependencies": {
@@ -60,26 +60,26 @@
6060
"engines": {
6161
"node": ">=20"
6262
},
63-
"gitHead": "99701dc58b7b438c4a5562e4cb429fd54ca23852",
64-
"_id": "@eik/[email protected].16",
63+
"gitHead": "b13db8520fa93d38221cab90bcdbb4d3d38a2c7c",
64+
"_id": "@eik/[email protected].17",
6565
"_nodeVersion": "24.13.0",
6666
"_npmVersion": "11.8.0",
6767
"dist": {
68-
"integrity": "sha512-kpnRw6zgFkTeGUlgWAIQHDv7bskC12fpdLXvmz+UpcA7EmxiF5W6hr/42PN6+0VUlWO3e1Yc73ykkO4Z95bOXg==",
69-
"shasum": "d01206c492a9d1c1fc8a24148da0f6a60fafedac",
70-
"tarball": "https://registry.npmjs.org/@eik/postcss-plugin/-/postcss-plugin-5.0.16.tgz",
68+
"integrity": "sha512-OjXqTtigBLzqQOG63ZjHFzFSQXzFMw/MIkql4Ie1ij4Qk7MD9b15/kO/5k+8qsFp4RJEFXXUBmzcLv1OPjvalg==",
69+
"shasum": "9ea8f7548f241f679283e42aebe2835edfa8dca2",
70+
"tarball": "https://registry.npmjs.org/@eik/postcss-plugin/-/postcss-plugin-5.0.17.tgz",
7171
"fileCount": 6,
72-
"unpackedSize": 29356,
72+
"unpackedSize": 29687,
7373
"attestations": {
74-
"url": "https://registry.npmjs.org/-/npm/v1/attestations/@eik%[email protected].16",
74+
"url": "https://registry.npmjs.org/-/npm/v1/attestations/@eik%[email protected].17",
7575
"provenance": {
7676
"predicateType": "https://slsa.dev/provenance/v1"
7777
}
7878
},
7979
"signatures": [
8080
{
8181
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
82-
"sig": "MEQCIDsK4wMnsfw/NvDb+gS5ASR2xTv/juffZ+UiV/VaeWjDAiAELr9/WAlM/h1yBReTNAn1WoYsg/SNzeMTezB0gTY48w=="
82+
"sig": "MEUCIGzT39naH+c4gt90khXIIhix8MtXBut7+Jb8FUpQo7W1AiEA5CsSNByxmlq/KAu/zb63eY1eWBiqP8BT/ehIpm2/A0w="
8383
}
8484
]
8585
},
@@ -116,8 +116,8 @@
116116
],
117117
"_npmOperationalInternal": {
118118
"host": "s3://npm-registry-packages-npm-production",
119-
"tmp": "tmp/postcss-plugin_5.0.16_1771438505000_0.08459958223756825"
119+
"tmp": "tmp/postcss-plugin_5.0.17_1771481524463_0.9534503399552552"
120120
},
121121
"_hasShrinkwrap": false,
122-
"_time": "2026-02-18T18:15:05.136Z"
122+
"_time": "2026-02-19T06:12:04.595Z"
123123
}

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

Lines changed: 51 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
{
22
"name": "@wordpress/postcss-themes",
33
"version": "6.40.0",
4-
"description": "PostCSS plugin to generate theme colors.",
5-
"author": "The WordPress Contributors",
6-
"license": "GPL-2.0-or-later",
74
"keywords": [
85
"wordpress",
96
"gutenberg",
@@ -14,52 +11,9 @@
1411
"colors",
1512
"themes"
1613
],
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-
"exports": {
32-
".": "./index.js",
33-
"./package.json": "./package.json"
34-
},
35-
"peerDependencies": {
36-
"postcss": "^8.0.0"
37-
},
38-
"publishConfig": {
39-
"access": "public"
40-
},
41-
"gitHead": "376124aa10dbc2cc0c81c964ec00b99fcfee5382",
42-
"_nodeVersion": "20.20.0",
43-
"_npmVersion": "lerna/8.1.9/[email protected]+x64 (linux)",
14+
"author": "The WordPress Contributors",
15+
"license": "GPL-2.0-or-later",
4416
"_id": "@wordpress/[email protected]",
45-
"dist": {
46-
"integrity": "sha512-j0A/hGs0Im32/o2NGzXkYII594PI1kxoow59iNvdAryhWp6maeGAWKxnt90Dq3T/bjbLnWumo7K8p8/BejjSug==",
47-
"shasum": "0b9a9884734028588130c4dc5ed179a68177f326",
48-
"tarball": "https://registry.npmjs.org/@wordpress/postcss-themes/-/postcss-themes-6.40.0.tgz",
49-
"fileCount": 4,
50-
"unpackedSize": 40449,
51-
"signatures": [
52-
{
53-
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
54-
"sig": "MEQCID4KRZQvhZIwjWJoK60r1jfK8rVESar9hdTnQ3m1YB9BAiB7LVot7+0yyA0Iu+m1f+4g1x5KRvziJW4MKgXwGoI9hA=="
55-
}
56-
]
57-
},
58-
"_npmUser": {
59-
"name": "gutenbergplugin",
60-
"email": "[email protected]"
61-
},
62-
"directories": {},
6317
"maintainers": [
6418
{
6519
"name": "garypendergast",
@@ -154,10 +108,56 @@
154108
"email": "[email protected]"
155109
}
156110
],
157-
"_npmOperationalInternal": {
158-
"host": "s3://npm-registry-packages-npm-production",
159-
"tmp": "tmp/postcss-themes_6.40.0_1771431891135_0.25520660920324745"
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": "0b9a9884734028588130c4dc5ed179a68177f326",
117+
"tarball": "https://registry.npmjs.org/@wordpress/postcss-themes/-/postcss-themes-6.40.0.tgz",
118+
"fileCount": 4,
119+
"integrity": "sha512-j0A/hGs0Im32/o2NGzXkYII594PI1kxoow59iNvdAryhWp6maeGAWKxnt90Dq3T/bjbLnWumo7K8p8/BejjSug==",
120+
"signatures": [
121+
{
122+
"sig": "MEQCID4KRZQvhZIwjWJoK60r1jfK8rVESar9hdTnQ3m1YB9BAiB7LVot7+0yyA0Iu+m1f+4g1x5KRvziJW4MKgXwGoI9hA==",
123+
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"
124+
}
125+
],
126+
"unpackedSize": 40449
127+
},
128+
"main": "index.js",
129+
"engines": {
130+
"npm": ">=8.19.2",
131+
"node": ">=18.12.0"
132+
},
133+
"exports": {
134+
".": "./index.js",
135+
"./package.json": "./package.json"
136+
},
137+
"gitHead": "376124aa10dbc2cc0c81c964ec00b99fcfee5382",
138+
"_npmUser": {
139+
"name": "gutenbergplugin",
140+
"email": "[email protected]"
141+
},
142+
"repository": {
143+
"url": "https://github.com/WordPress/gutenberg.git",
144+
"type": "git",
145+
"directory": "packages/postcss-themes"
146+
},
147+
"_npmVersion": "lerna/8.1.9/[email protected]+x64 (linux)",
148+
"description": "PostCSS plugin to generate theme colors.",
149+
"directories": {},
150+
"_nodeVersion": "20.20.0",
151+
"publishConfig": {
152+
"access": "public"
160153
},
161154
"_hasShrinkwrap": false,
155+
"peerDependencies": {
156+
"postcss": "^8.0.0"
157+
},
158+
"_npmOperationalInternal": {
159+
"tmp": "tmp/postcss-themes_6.40.0_1771431891135_0.25520660920324745",
160+
"host": "s3://npm-registry-packages-npm-production"
161+
},
162162
"_time": "2026-02-18T16:24:51.258Z"
163163
}

0 commit comments

Comments
 (0)