Skip to content

Commit 10e3251

Browse files
collect plugins data
1 parent 23e4b82 commit 10e3251

211 files changed

Lines changed: 4808 additions & 4192 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10291,7 +10291,7 @@ <h3>sort-media-queries </h3>
1029110291
</dd>
1029210292

1029310293
<dt>Version</dt>
10294-
<dd><code>6.3.3</code></dd>
10294+
<dd><code>6.4.4</code></dd>
1029510295

1029610296
<dt>License</dt>
1029710297
<dd><code>MIT</code></dd>
Lines changed: 100 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,100 @@
1+
{
2+
"name": "@db-ux/core-postcss-plugin",
3+
"version": "4.6.0",
4+
"type": "module",
5+
"description": "PostCSS plugins for DB UX Design System",
6+
"repository": {
7+
"type": "git",
8+
"url": "git+https://github.com/db-ux-design-system/core-web.git"
9+
},
10+
"license": "Apache-2.0",
11+
"exports": {
12+
".": {
13+
"types": "./build/index.d.ts",
14+
"default": "./build/index.js"
15+
}
16+
},
17+
"keywords": [
18+
"postcss",
19+
"postcss-plugin",
20+
"db-ux",
21+
"css-variables",
22+
"light-dark"
23+
],
24+
"scripts": {
25+
"build": "tsc",
26+
"copy-output": "npm-run-all copy:*",
27+
"copy:changelog": "cpr CHANGELOG.md ../../build-outputs/postcss-plugin/CHANGELOG.md --overwrite",
28+
"copy:outputs": "cpr build ../../build-outputs/postcss-plugin/build -o",
29+
"copy:package.json": "cpr package.json ../../build-outputs/postcss-plugin/package.json -o",
30+
"copy:readme": "cpr README.md ../../build-outputs/postcss-plugin/README.md -o",
31+
"test": "vitest run --config vitest.config.ts",
32+
"test:update": "vitest run --config vitest.config.ts --update"
33+
},
34+
"peerDependencies": {
35+
"postcss": "^8.0.0"
36+
},
37+
"devDependencies": {
38+
"postcss": "8.5.8",
39+
"typescript": "5.9.3",
40+
"vitest": "3.2.4"
41+
},
42+
"publishConfig": {
43+
"registry": "https://registry.npmjs.org/",
44+
"access": "public"
45+
},
46+
"_id": "@db-ux/[email protected]",
47+
"bugs": {
48+
"url": "https://github.com/db-ux-design-system/core-web/issues"
49+
},
50+
"homepage": "https://github.com/db-ux-design-system/core-web#readme",
51+
"_integrity": "sha512-C/BbO90xxPb1tIDYAQvG9jBOTVEsIQUYHDWudrFUXq4XrZwE/mwE9x6jDPigyEwKU39MRdejH+HxLoU6EGWw6Q==",
52+
"_resolved": "/home/runner/work/core-web/core-web/build-outputs/db-ux-core-postcss-plugin-4.6.0.tgz",
53+
"_from": "file:db-ux-core-postcss-plugin-4.6.0.tgz",
54+
"_nodeVersion": "24.14.1",
55+
"_npmVersion": "11.11.0",
56+
"dist": {
57+
"integrity": "sha512-C/BbO90xxPb1tIDYAQvG9jBOTVEsIQUYHDWudrFUXq4XrZwE/mwE9x6jDPigyEwKU39MRdejH+HxLoU6EGWw6Q==",
58+
"shasum": "6af2bea45d7b47630f5db22f97215be1f141aa86",
59+
"tarball": "https://registry.npmjs.org/@db-ux/core-postcss-plugin/-/core-postcss-plugin-4.6.0.tgz",
60+
"fileCount": 17,
61+
"unpackedSize": 47630,
62+
"attestations": {
63+
"url": "https://registry.npmjs.org/-/npm/v1/attestations/@db-ux%[email protected]",
64+
"provenance": {
65+
"predicateType": "https://slsa.dev/provenance/v1"
66+
}
67+
},
68+
"signatures": [
69+
{
70+
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
71+
"sig": "MEUCIQCWmuMIEBjOAdOUPK/lOqp8Y+yftXgQJerFH9tm6L9xQgIgR5FST1yd2mGODSTVMG0Abt+3S0TZXP6WhOkSFw9smGw="
72+
}
73+
]
74+
},
75+
"_npmUser": {
76+
"name": "GitHub Actions",
77+
"email": "[email protected]",
78+
"trustedPublisher": {
79+
"id": "github",
80+
"oidcConfigId": "oidc:f51fff61-f792-4255-bdaf-5a59a91288fa"
81+
}
82+
},
83+
"directories": {},
84+
"maintainers": [
85+
{
86+
"name": "mfranzke",
87+
"email": "[email protected]"
88+
},
89+
{
90+
"name": "nmerget",
91+
"email": "[email protected]"
92+
}
93+
],
94+
"_npmOperationalInternal": {
95+
"host": "s3://npm-registry-packages-npm-production",
96+
"tmp": "tmp/core-postcss-plugin_4.6.0_1775739557354_0.9419395323214703"
97+
},
98+
"_hasShrinkwrap": false,
99+
"_time": "2026-04-09T12:59:17.510Z"
100+
}

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

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eik/postcss-plugin",
3-
"version": "5.0.19",
3+
"version": "5.0.20",
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",
@@ -38,20 +38,20 @@
3838
"@eik/eslint-config": "1.0.25",
3939
"@eik/prettier-config": "1.0.1",
4040
"@eik/semantic-release-config": "1.0.15",
41-
"@eik/typescript-config": "1.0.0",
41+
"@eik/typescript-config": "1.0.1",
4242
"eslint": "9.39.4",
43-
"fastify": "5.8.3",
43+
"fastify": "5.8.4",
4444
"npm-run-all2": "8.0.4",
4545
"postcss": "8.5.8",
4646
"prettier": "3.8.1",
4747
"rimraf": "6.1.3",
48-
"rollup": "4.59.0",
48+
"rollup": "4.60.1",
4949
"semantic-release": "25.0.3",
5050
"tap": "21.6.2",
5151
"typescript": "5.9.3"
5252
},
5353
"dependencies": {
54-
"@eik/common": "5.1.23",
54+
"@eik/common": "5.1.24",
5555
"css-url-parser": "1.1.4"
5656
},
5757
"peerDependencies": {
@@ -60,26 +60,26 @@
6060
"engines": {
6161
"node": ">=20"
6262
},
63-
"gitHead": "9b6abd188bff6d48245f234b56124fe0b1b7ea9a",
64-
"_id": "@eik/[email protected].19",
65-
"_nodeVersion": "24.14.0",
63+
"gitHead": "e8ae353d5c8e794ef8227dde19dc13f29305c228",
64+
"_id": "@eik/[email protected].20",
65+
"_nodeVersion": "24.14.1",
6666
"_npmVersion": "11.11.0",
6767
"dist": {
68-
"integrity": "sha512-fz/dD4ZqGL8KSicNj+rY8d5tFV141vfjnEXTIuozhSD6T+i34T45wOHxSxOzqnTReYVUq+v6qD9cK6RQG1d35w==",
69-
"shasum": "836d48ccbb7ce2fb6d1c5963b4f15c8ccdb964e9",
70-
"tarball": "https://registry.npmjs.org/@eik/postcss-plugin/-/postcss-plugin-5.0.19.tgz",
68+
"integrity": "sha512-FViOxGRyeKqdBvTo1Gv1RFnjOPy5VzyaJNp3qeF9H+EVioE59/+3CTkrR9MJYGB3HTU++6jgmEP6l+jSbw8hYw==",
69+
"shasum": "a28ebab04fd325b8a6e2e43063167ef85b3366cb",
70+
"tarball": "https://registry.npmjs.org/@eik/postcss-plugin/-/postcss-plugin-5.0.20.tgz",
7171
"fileCount": 6,
72-
"unpackedSize": 30349,
72+
"unpackedSize": 30680,
7373
"attestations": {
74-
"url": "https://registry.npmjs.org/-/npm/v1/attestations/@eik%[email protected].19",
74+
"url": "https://registry.npmjs.org/-/npm/v1/attestations/@eik%[email protected].20",
7575
"provenance": {
7676
"predicateType": "https://slsa.dev/provenance/v1"
7777
}
7878
},
7979
"signatures": [
8080
{
8181
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
82-
"sig": "MEYCIQDKtbxN+dunOby0Rtm8w/jrltnoQxPbStLyejc2t2Bn2AIhAJ5tfmPkPVgMVptO8WI/G2EanxHtAoGS9DyKzBIL8FO0"
82+
"sig": "MEUCIAg04OQ0JobPYAx/ihFH4bHLNi9FC2+0NFRj28FVxo6wAiEA+4Ms7rN1lOoi1L2R3rb38Z23pmDW1Rem3s7yGS3Cd2Y="
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.19_1774731024602_0.633038137849042"
119+
"tmp": "tmp/postcss-plugin_5.0.20_1775747779392_0.8071412192592125"
120120
},
121121
"_hasShrinkwrap": false,
122-
"_time": "2026-03-28T20:50:24.778Z"
122+
"_time": "2026-04-09T15:16:19.561Z"
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.43.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": "2cea90674d11aa521ec3f71652fb3a6a4c383969",
42-
"_nodeVersion": "20.20.2",
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-GjC93YnQadVVc8LTxxtZ4DElYulZK80VPnb97Y913Sbt9lcPikPKLVp+4HvwlaMHXUPYqhHpeysWRQb8AMN09w==",
47-
"shasum": "9869f3f67030f3888734b7e831c98c242463b7f1",
48-
"tarball": "https://registry.npmjs.org/@wordpress/postcss-themes/-/postcss-themes-6.43.0.tgz",
49-
"fileCount": 4,
50-
"unpackedSize": 40449,
51-
"signatures": [
52-
{
53-
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
54-
"sig": "MEYCIQD1yl0xEE0FeS6PXV8C+eI/oNTfJ6oOTid0SAs93IPSUwIhAOnFf+vwdYlAzfXfBOrKWc+zDT+gcFxIDEpn2TACsdu6"
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.43.0_1775058082715_0.5912857826070586"
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": "9869f3f67030f3888734b7e831c98c242463b7f1",
117+
"tarball": "https://registry.npmjs.org/@wordpress/postcss-themes/-/postcss-themes-6.43.0.tgz",
118+
"fileCount": 4,
119+
"integrity": "sha512-GjC93YnQadVVc8LTxxtZ4DElYulZK80VPnb97Y913Sbt9lcPikPKLVp+4HvwlaMHXUPYqhHpeysWRQb8AMN09w==",
120+
"signatures": [
121+
{
122+
"sig": "MEYCIQD1yl0xEE0FeS6PXV8C+eI/oNTfJ6oOTid0SAs93IPSUwIhAOnFf+vwdYlAzfXfBOrKWc+zDT+gcFxIDEpn2TACsdu6",
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": "2cea90674d11aa521ec3f71652fb3a6a4c383969",
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.2",
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.43.0_1775058082715_0.5912857826070586",
160+
"host": "s3://npm-registry-packages-npm-production"
161+
},
162162
"_time": "2026-04-01T15:41:22.867Z"
163163
}

0 commit comments

Comments
 (0)