Skip to content

Commit d0fb588

Browse files
collect plugins data
1 parent 4912f54 commit d0fb588

209 files changed

Lines changed: 10327 additions & 12144 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
@@ -2308,7 +2308,7 @@ <h3>declaration-sorter </h3>
23082308
</dd>
23092309

23102310
<dt>Version</dt>
2311-
<dd><code>7.3.1</code></dd>
2311+
<dd><code>7.4.0</code></dd>
23122312

23132313
<dt>License</dt>
23142314
<dd><code>ISC</code></dd>

npm-data/last-version/postcss-sort-media-queries.json

Lines changed: 16 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "postcss-sort-media-queries",
33
"description": "PostCSS plugin for sorting and combining CSS media queries with mobile first / **desktop first methodologies",
4-
"version": "6.3.3",
4+
"version": "6.4.4",
55
"engines": {
66
"node": ">=20.0.0"
77
},
@@ -40,6 +40,7 @@
4040
"module": "src/index.js",
4141
"exports": {
4242
".": {
43+
"types": "./src/index.d.ts",
4344
"require": "./build/wrapper.cjs",
4445
"import": "./src/index.js",
4546
"default": "./src/index.js"
@@ -56,13 +57,13 @@
5657
},
5758
"devDependencies": {
5859
"@eslint/js": "^10.0.1",
59-
"@vitest/coverage-v8": "^4.1.0",
60-
"esbuild": "^0.27.4",
61-
"eslint": "^10.1.0",
60+
"@vitest/coverage-v8": "^4.1.2",
61+
"esbuild": "^0.28.0",
62+
"eslint": "^10.2.0",
6263
"globals": "^17.4.0",
6364
"husky": "^9.1.7",
6465
"prettier": "3.8.1",
65-
"vitest": "^4.1.0"
66+
"vitest": "^4.1.2"
6667
},
6768
"peerDependencies": {
6869
"nanoid": "^5.1.6",
@@ -71,20 +72,21 @@
7172
"dependencies": {
7273
"sort-css-media-queries": "^3.0.3"
7374
},
74-
"gitHead": "98a7d780c80f5b9220b06c69150a3b8e7dfca6e3",
75-
75+
"gitHead": "7e1fca5badd9d5e0f0d85d4a0aee4e1cbc962a21",
76+
"types": "./src/index.d.ts",
77+
7678
"_nodeVersion": "24.13.1",
7779
"_npmVersion": "11.11.0",
7880
"dist": {
79-
"integrity": "sha512-k1rrzbgWcezofnn7JvqgMCznAYRMbF7WUJlLRN6sYX3yeg3V/wKL4Duv8HpP2q0UBLLhqnlzgEdAR7QWrMv3kg==",
80-
"shasum": "d3f68a8f56ec74b48e1552a55d490e3ba235f447",
81-
"tarball": "https://registry.npmjs.org/postcss-sort-media-queries/-/postcss-sort-media-queries-6.3.3.tgz",
81+
"integrity": "sha512-Bt1ITSNrSfZzh7Gw0AJse0aoJEGzwKVEDU850bexExP8vX9Ehm5XE66xech8Q/c3j8kLGr1oP5Suw5tAb2O5Nw==",
82+
"shasum": "d8f7581fe184ccacee3abc9dc2edffa78f307f9d",
83+
"tarball": "https://registry.npmjs.org/postcss-sort-media-queries/-/postcss-sort-media-queries-6.4.4.tgz",
8284
"fileCount": 6,
83-
"unpackedSize": 29179,
85+
"unpackedSize": 24255,
8486
"signatures": [
8587
{
8688
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
87-
"sig": "MEUCIQC1mCKqLK78ziw1TU4euDbVLQP3oYMSQGwRaoBHpk/IbwIgG9c12cLF07TxXpp0wz1JV/vqDoipC9TvLmWWb8fgqCA="
89+
"sig": "MEYCIQCOZOjST0Y3iCOfqM+PjXfNGoeby4aurKjJxsRYvlf0yAIhALya8UVPsyeEshi6E/PT/plGx5E0gwCMRndoTeoKuzRR"
8890
}
8991
]
9092
},
@@ -101,8 +103,8 @@
101103
],
102104
"_npmOperationalInternal": {
103105
"host": "s3://npm-registry-packages-npm-production",
104-
"tmp": "tmp/postcss-sort-media-queries_6.3.3_1774125997199_0.32270078378728484"
106+
"tmp": "tmp/postcss-sort-media-queries_6.4.4_1775648078563_0.864004068055618"
105107
},
106108
"_hasShrinkwrap": false,
107-
"_time": "2026-03-21T20:46:37.353Z"
109+
"_time": "2026-04-08T11:34:38.727Z"
108110
}

npm-data/links.json

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -255,12 +255,12 @@
255255
"valid": true
256256
},
257257
{
258-
"timestamp": 1775533389506,
258+
"timestamp": 1775619885411,
259259
"link": "https://gitee.com/webguide/postcss-windicss",
260260
"valid": false
261261
},
262262
{
263-
"timestamp": 1775619885411,
263+
"timestamp": 1775706047792,
264264
"link": "https://gitee.com/webguide/postcss-windicss.git",
265265
"valid": false
266266
},
@@ -2274,6 +2274,11 @@
22742274
"link": "https://github.com/dangvanthanh/postcss-tipsy",
22752275
"valid": true
22762276
},
2277+
{
2278+
"timestamp": 1775706047792,
2279+
"link": "https://github.com/danielbayley/postcss-heading",
2280+
"valid": true
2281+
},
22772282
{
22782283
"timestamp": 1775619885411,
22792284
"link": "https://github.com/danielbayley/postcss-import-glob",
@@ -6705,12 +6710,12 @@
67056710
"valid": true
67066711
},
67076712
{
6708-
"timestamp": 1775533389506,
6713+
"timestamp": 1775619885411,
67096714
"link": "https://github.com/postcss/postcss-mixins",
67106715
"valid": true
67116716
},
67126717
{
6713-
"timestamp": 1775619885411,
6718+
"timestamp": 1775706047792,
67146719
"link": "https://github.com/postcss/postcss-mixins.git",
67156720
"valid": true
67166721
},
@@ -7155,12 +7160,12 @@
71557160
"valid": true
71567161
},
71577162
{
7158-
"timestamp": 1775533389506,
7163+
"timestamp": 1775619885411,
71597164
"link": "https://github.com/Robert-Ro/postcss-plugin-maple-theme",
71607165
"valid": true
71617166
},
71627167
{
7163-
"timestamp": 1775619885411,
7168+
"timestamp": 1775706047792,
71647169
"link": "https://github.com/Robert-Ro/postcss-plugin-maple-theme.git",
71657170
"valid": true
71667171
},
@@ -7870,12 +7875,12 @@
78707875
"valid": true
78717876
},
78727877
{
7873-
"timestamp": 1775533389506,
7878+
"timestamp": 1775619885411,
78747879
"link": "https://github.com/spaced-out/postcss-flexbugs-fixes",
78757880
"valid": true
78767881
},
78777882
{
7878-
"timestamp": 1775619885411,
7883+
"timestamp": 1775706047792,
78797884
"link": "https://github.com/spaced-out/postcss-flexbugs-fixes.git",
78807885
"valid": true
78817886
},

0 commit comments

Comments
 (0)