Skip to content

Commit 57d65d5

Browse files
collect plugins data
1 parent e87a2b5 commit 57d65d5

211 files changed

Lines changed: 4452 additions & 3242 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.

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

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eik/postcss-plugin",
3-
"version": "5.0.9",
3+
"version": "5.0.11",
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",
@@ -35,23 +35,23 @@
3535
},
3636
"homepage": "https://github.com/eik-lib/postcss-plugin#readme",
3737
"devDependencies": {
38-
"@eik/eslint-config": "1.0.23",
38+
"@eik/eslint-config": "1.0.25",
3939
"@eik/prettier-config": "1.0.1",
40-
"@eik/semantic-release-config": "1.0.11",
40+
"@eik/semantic-release-config": "1.0.12",
4141
"@eik/typescript-config": "1.0.0",
4242
"eslint": "9.39.2",
43-
"fastify": "5.6.2",
43+
"fastify": "5.7.2",
4444
"npm-run-all2": "8.0.4",
4545
"postcss": "8.5.6",
46-
"prettier": "3.7.4",
46+
"prettier": "3.8.1",
4747
"rimraf": "6.1.2",
48-
"rollup": "4.54.0",
49-
"semantic-release": "25.0.2",
48+
"rollup": "4.57.1",
49+
"semantic-release": "25.0.3",
5050
"tap": "21.5.0",
5151
"typescript": "5.9.3"
5252
},
5353
"dependencies": {
54-
"@eik/common": "5.1.13",
54+
"@eik/common": "5.1.15",
5555
"css-url-parser": "1.1.4"
5656
},
5757
"peerDependencies": {
@@ -60,26 +60,26 @@
6060
"engines": {
6161
"node": ">=20"
6262
},
63-
"gitHead": "e07ce4aa722baca52956dc313ce361152d847b13",
64-
"_id": "@eik/[email protected].9",
65-
"_nodeVersion": "24.12.0",
66-
"_npmVersion": "11.7.0",
63+
"gitHead": "29b610ba889fc322396480805a094113b047e76b",
64+
"_id": "@eik/[email protected].11",
65+
"_nodeVersion": "24.13.0",
66+
"_npmVersion": "11.8.0",
6767
"dist": {
68-
"integrity": "sha512-8t1NVM1tEpf6TpE8B9iPRCCyO7tq0CLXKAtnhtU9SPLOVIvAlhXQSH9v8lXwMq7yIwfjjqM1aqs56q5ZzWHgCg==",
69-
"shasum": "3bcfcc5a6de0a01cbd676204669f3de958928a31",
70-
"tarball": "https://registry.npmjs.org/@eik/postcss-plugin/-/postcss-plugin-5.0.9.tgz",
68+
"integrity": "sha512-KLpRj9ALHUdruaWY4MG59KM5tAxEqamAtvoSIHNVBJ8auzpIyPugD18kl4sbcG2VCou7HDe0d+MqqDLFN94wIw==",
69+
"shasum": "abfd08a25c8778c205fa7cf12190e11f0650760a",
70+
"tarball": "https://registry.npmjs.org/@eik/postcss-plugin/-/postcss-plugin-5.0.11.tgz",
7171
"fileCount": 6,
72-
"unpackedSize": 27039,
72+
"unpackedSize": 27701,
7373
"attestations": {
74-
"url": "https://registry.npmjs.org/-/npm/v1/attestations/@eik%[email protected].9",
74+
"url": "https://registry.npmjs.org/-/npm/v1/attestations/@eik%[email protected].11",
7575
"provenance": {
7676
"predicateType": "https://slsa.dev/provenance/v1"
7777
}
7878
},
7979
"signatures": [
8080
{
8181
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
82-
"sig": "MEUCIQCjWIoiiWY7h9lTBLyzU/cYBAspEuZ612DKaVBLRe0jVgIgbX+LbhVVSyxva35DtQoWA/66iIWh88RcFh/zz41RvXA="
82+
"sig": "MEUCIQC6Q4BDjKIPw6ZVu3h6w0AeWD6XLxu3rg6XYeVev5kZ0gIgJRtXfoPvt9muvkPgwmk1HcIjfcBEGEQxqbM/bnfoxWo="
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.9_1767846804451_0.960770696111698"
119+
"tmp": "tmp/postcss-plugin_5.0.11_1770312459288_0.03426708719316829"
120120
},
121121
"_hasShrinkwrap": false,
122-
"_time": "2026-01-08T04:33:24.595Z"
122+
"_time": "2026-02-05T17:27:39.438Z"
123123
}

npm-data/last-version/postcss-ruler.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-ruler",
3-
"version": "1.1.0",
3+
"version": "2.0.0",
44
"description": "PostCSS plugin to generate fluid scales and values.",
55
"main": "index.js",
66
"keywords": [
@@ -38,7 +38,7 @@
3838
},
3939
"eslintConfig": {
4040
"parserOptions": {
41-
"ecmaVersion": 2018
41+
"ecmaVersion": 2020
4242
},
4343
"env": {
4444
"node": true,
@@ -52,24 +52,24 @@
5252
"postcss-value-parser": "^4.2.0",
5353
"prettier": "^3.6.2"
5454
},
55-
"gitHead": "eb056f7bc3c5ab3c6f26b8fb805dc051daa27b82",
56-
"_id": "postcss-ruler@1.1.0",
55+
"gitHead": "6c8c34d318f8f07a1eb944f5b90ae285198c0ff1",
56+
"_id": "postcss-ruler@2.0.0",
5757
"bugs": {
5858
"url": "https://github.com/homeworkclubco/postcss-ruler/issues"
5959
},
6060
"homepage": "https://github.com/homeworkclubco/postcss-ruler#readme",
61-
"_nodeVersion": "25.0.0",
61+
"_nodeVersion": "24.12.0",
6262
"_npmVersion": "11.6.2",
6363
"dist": {
64-
"integrity": "sha512-hG/NDM3ydf8xWI1UCjOCLDNT33wGD5OKw0Zep7h8Kl23Jj/zwvl2BVNSUYunXvGDgrru6OmY+76s7/OJ91dOog==",
65-
"shasum": "c945f3fb64005db907aab5b8ca5b43ee7d7ade42",
66-
"tarball": "https://registry.npmjs.org/postcss-ruler/-/postcss-ruler-1.1.0.tgz",
64+
"integrity": "sha512-ay/GhyqIxNiSx0ntzlCTDISNSrRZU7wDDYGkw7p5NAPn+4T1dt+ouGtVHHNK6raG7Atb4FE/b+R835dodqxqsg==",
65+
"shasum": "468bcfc65babfd66f0d147ace82486b13967fa45",
66+
"tarball": "https://registry.npmjs.org/postcss-ruler/-/postcss-ruler-2.0.0.tgz",
6767
"fileCount": 4,
68-
"unpackedSize": 26926,
68+
"unpackedSize": 33797,
6969
"signatures": [
7070
{
7171
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
72-
"sig": "MEQCIEQtiQt9zrcPWFiNlFrnJISADcLW3K3jm/ryMbQI3ojmAiBcnlqS8qRRO9L5fcJUtt1kgMkaXJRGWYq67aQs+w8Sbw=="
72+
"sig": "MEUCIQCE8stgzvW4NHAhzdLUfPGCD4wUQw0DCJqfNM9NWlR5nwIgTz2FXvFwKaIe/yz+s9LXvyKdyhNXM49xvf0mdwaLV+4="
7373
}
7474
]
7575
},
@@ -86,8 +86,8 @@
8686
],
8787
"_npmOperationalInternal": {
8888
"host": "s3://npm-registry-packages-npm-production",
89-
"tmp": "tmp/postcss-ruler_1.1.0_1761886926488_0.6808201694044502"
89+
"tmp": "tmp/postcss-ruler_2.0.0_1770293900170_0.10481075099003734"
9090
},
9191
"_hasShrinkwrap": false,
92-
"_time": "2025-10-31T05:02:06.920Z"
92+
"_time": "2026-02-05T12:18:20.322Z"
9393
}

0 commit comments

Comments
 (0)