Skip to content

Commit dd88a91

Browse files
chore(docs): refresh trusted stack stats (#2622)
Automated update of trusted stack statistics on the docs homepage. - npm weekly downloads (last-week): vite, vitest, oxlint - GitHub stars: vitejs/vite, vitest-dev/vitest, oxc-project/oxc Co-authored-by: voidzero-guard[bot] <278573678+voidzero-guard[bot]@users.noreply.github.com>
1 parent 3bbae42 commit dd88a91

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

docs/.vitepress/theme/data/trusted-stack-stats.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,27 +5,27 @@
55
"npmPackage": "vite",
66
"githubRepo": "vitejs/vite",
77
"npmWeeklyDownloads": 176345363,
8-
"githubStargazers": 82616,
8+
"githubStargazers": 82741,
99
"npmWeeklyDownloadsDisplay": "176m+",
10-
"githubStarsDisplay": "82.6k"
10+
"githubStarsDisplay": "82.7k"
1111
},
1212
{
1313
"id": "vitest",
1414
"npmPackage": "vitest",
1515
"githubRepo": "vitest-dev/vitest",
1616
"npmWeeklyDownloads": 99878658,
17-
"githubStargazers": 17026,
17+
"githubStargazers": 17064,
1818
"npmWeeklyDownloadsDisplay": "99m+",
19-
"githubStarsDisplay": "17.0k"
19+
"githubStarsDisplay": "17.1k"
2020
},
2121
{
2222
"id": "oxc",
2323
"npmPackage": "oxlint",
2424
"githubRepo": "oxc-project/oxc",
2525
"npmWeeklyDownloads": 19853184,
26-
"githubStargazers": 22572,
26+
"githubStargazers": 22661,
2727
"npmWeeklyDownloadsDisplay": "19m+",
28-
"githubStarsDisplay": "22.6k"
28+
"githubStarsDisplay": "22.7k"
2929
}
3030
]
3131
}

0 commit comments

Comments
 (0)