Skip to content

Commit 86ae867

Browse files
chore(docs): refresh trusted stack stats (#1616)
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 3dc7c75 commit 86ae867

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

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

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,28 +4,28 @@
44
"id": "vite",
55
"npmPackage": "vite",
66
"githubRepo": "vitejs/vite",
7-
"npmWeeklyDownloads": 123182076,
8-
"githubStargazers": 80593,
9-
"npmWeeklyDownloadsDisplay": "123m+",
10-
"githubStarsDisplay": "80.6k"
7+
"npmWeeklyDownloads": 127260655,
8+
"githubStargazers": 80669,
9+
"npmWeeklyDownloadsDisplay": "127m+",
10+
"githubStarsDisplay": "80.7k"
1111
},
1212
{
1313
"id": "vitest",
1414
"npmPackage": "vitest",
1515
"githubRepo": "vitest-dev/vitest",
16-
"npmWeeklyDownloads": 55832080,
17-
"githubStargazers": 16528,
18-
"npmWeeklyDownloadsDisplay": "55m+",
16+
"npmWeeklyDownloads": 50304046,
17+
"githubStargazers": 16546,
18+
"npmWeeklyDownloadsDisplay": "50m+",
1919
"githubStarsDisplay": "16.5k"
2020
},
2121
{
2222
"id": "oxc",
2323
"npmPackage": "oxlint",
2424
"githubRepo": "oxc-project/oxc",
25-
"npmWeeklyDownloads": 6592000,
26-
"githubStargazers": 21127,
27-
"npmWeeklyDownloadsDisplay": "6.6m+",
28-
"githubStarsDisplay": "21.1k"
25+
"npmWeeklyDownloads": 6743388,
26+
"githubStargazers": 21189,
27+
"npmWeeklyDownloadsDisplay": "6.7m+",
28+
"githubStarsDisplay": "21.2k"
2929
}
3030
]
3131
}

0 commit comments

Comments
 (0)