Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion apps/svelte.dev/scripts/sync-packages/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,11 +123,20 @@ async function getNpmAndGitHubData(pkg: string): Promise<PackageKey & PackageNpm

const npm_description = npmInfo.description;
const raw_repo_url = npmInfo.repository?.url ?? '';
const repo_url = raw_repo_url?.replace(/^git\+/, '').replace(/\.git$/, '');
let repo_url = raw_repo_url
?.replace(/^git\+/, '')
.replace(/\.git$/, '')
.replace(/ssh:\/\/git@github.com\/(.+)/, (_, m) => `https://github.com/${m}`);

if (!repo_url) {
// console.error(`repo_url not found for ${pkg}`);
logsAtTheEnd.push({ type: 'no_repo_url', pkg, extra: `not found` });
}

if (repo_url.startsWith('github.com')) {
repo_url = 'https://' + repo_url;
}

const git_org = repo_url?.split('/')[3];
const git_repo = repo_url?.split('/')[4];

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
"repo_url": "https://github.com/vercel/ai",
"authors": ["vercel-release-bot", "matheuss", "matt.straka"],
"homepage": "https://ai-sdk.dev/docs",
"version": "3.0.79",
"downloads": 308705,
"github_stars": 18803,
"updated": "2025-10-25T19:30:51.328Z",
"version": "3.0.82",
"downloads": 322602,
"github_stars": 18952,
"updated": "2025-10-29T10:20:42.747Z",
"svelte_range": "^5.31.0",
"typescript": true,
"runes": true,
Expand Down
4 changes: 2 additions & 2 deletions apps/svelte.dev/src/lib/server/generated/registry/altcha.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"authors": ["ovx"],
"homepage": "https://altcha.org",
"version": "2.2.4",
"downloads": 17259,
"github_stars": 1620,
"downloads": 20901,
"github_stars": 1632,
"updated": "2025-09-27T22:35:07.312Z",
"svelte_range": "^5.28.6",
"typescript": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"authors": ["zimbronapps"],
"homepage": "https://github.com/gzimbron/amplify-adapter#readme",
"version": "1.2.3",
"downloads": 1686,
"downloads": 1633,
"github_stars": 32,
"updated": "2025-09-11T19:17:42.448Z",
"kit_range": "^2.4.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"authors": ["segunadebayo", "schroetier"],
"homepage": "https://ark-ui.com",
"version": "5.11.2",
"downloads": 454,
"github_stars": 4734,
"downloads": 317,
"github_stars": 4755,
"updated": "2025-10-18T20:55:41.236Z",
"svelte_range": ">=5.20.0",
"kit_range": "2.46.5",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
"npm_description": "The most comprehensive authentication framework for TypeScript.",
"repo_url": "https://github.com/better-auth/better-auth",
"authors": ["bekacru"],
"homepage": "https://github.com/better-auth/better-auth#readme",
"version": "1.3.32",
"downloads": 366398,
"github_stars": 22242,
"updated": "2025-10-25T22:36:12.432Z",
"homepage": "https://better-auth.com",
"version": "1.3.34",
"downloads": 427213,
"github_stars": 22412,
"updated": "2025-10-29T07:11:14.084Z",
"svelte_range": "^4.0.0 || ^5.0.0",
"kit_range": "^2.37.1",
"typescript": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"authors": ["huntabyte"],
"homepage": "https://github.com/huntabyte/bits-ui#readme",
"version": "2.14.1",
"downloads": 270576,
"github_stars": 2716,
"downloads": 274966,
"github_stars": 2732,
"updated": "2025-10-23T22:48:06.448Z",
"svelte_range": "^5.33.0",
"kit_range": "^2.42.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
"repo_url": "https://github.com/carbon-design-system/carbon-components-svelte",
"authors": ["metonym"],
"homepage": "https://svelte.carbondesignsystem.com/",
"version": "0.90.0",
"downloads": 16040,
"github_stars": 2843,
"updated": "2025-10-23T14:24:40.719Z",
"version": "0.90.1",
"downloads": 15476,
"github_stars": 2846,
"updated": "2025-10-26T20:19:23.762Z",
"typescript": true,
"runes": false,
"last_rune_check_version": "0.88.4"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"authors": ["astrobear"],
"homepage": "https://github.com/BearToCode/carta#readme",
"version": "4.11.1",
"downloads": 4608,
"github_stars": 676,
"downloads": 4219,
"github_stars": 680,
"updated": "2025-06-13T20:58:58.615Z",
"svelte_range": "^5.0.0",
"kit_range": "catalog:",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"authors": ["sdorra"],
"homepage": "https://content-collections.dev",
"version": "0.11.1",
"downloads": 31293,
"downloads": 29096,
"github_stars": 939,
"updated": "2025-08-30T07:41:29.913Z",
"svelte_range": "^3.0.0 || ^4.0.0 || ^5.0.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
"repo_url": "https://github.com/saadeghi/daisyui",
"authors": ["saadeghi"],
"homepage": "https://daisyui.com",
"version": "5.3.9",
"downloads": 422017,
"github_stars": 39139,
"updated": "2025-10-24T14:10:49.773Z",
"version": "5.3.10",
"downloads": 512609,
"github_stars": 39210,
"updated": "2025-10-26T12:17:24.844Z",
"svelte_range": "^3.0.0 || ^4.0.0 || ^5.0.0",
"typescript": false,
"runes": false,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"authors": ["ry", "kt3k", "dsherret", "divy-work", "denobot"],
"homepage": "https://github.com/denoland/svelte-adapter#readme",
"version": "0.1.0",
"downloads": 405,
"downloads": 651,
"github_stars": 13,
"updated": "2025-05-19T16:20:54.327Z",
"kit_range": "2.x",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"authors": ["dankochetov", "sheriman", "alexblokh", "kyrylo_usichenko"],
"homepage": "https://orm.drizzle.team",
"version": "0.44.7",
"downloads": 2417962,
"github_stars": 30927,
"downloads": 2421558,
"github_stars": 31007,
"updated": "2025-10-23T18:11:08.611Z",
"typescript": true,
"runes": false,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"authors": ["emh333"],
"homepage": "https://github.com/EMH333/esbuild-svelte#readme",
"version": "0.9.3",
"downloads": 25243,
"github_stars": 257,
"downloads": 27707,
"github_stars": 258,
"updated": "2025-05-24T15:51:24.773Z",
"svelte_range": ">=4.2.1 <6",
"typescript": true,
Expand Down
4 changes: 2 additions & 2 deletions apps/svelte.dev/src/lib/server/generated/registry/eslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"authors": ["openjsfoundation", "eslintbot"],
"homepage": "https://eslint.org",
"version": "9.38.0",
"downloads": 70992100,
"github_stars": 26600,
"downloads": 71334039,
"github_stars": 26612,
"updated": "2025-10-17T18:49:42.516Z",
"typescript": true,
"runes": false,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"authors": ["vkurko"],
"homepage": "https://vkurko.github.io/calendar/",
"version": "4.7.1",
"downloads": 9222,
"github_stars": 1978,
"downloads": 10759,
"github_stars": 1984,
"updated": "2025-10-23T15:44:19.728Z",
"svelte_range": "^5.41.2",
"typescript": false,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"repo_url": "",
"authors": ["archiewood", "mcrascal", "hughess", "charles-evidence"],
"version": "40.1.2",
"downloads": 13196,
"downloads": 15285,
"github_stars": 0,
"updated": "2025-04-11T20:02:23.417Z",
"svelte_range": "4.2.19",
Expand Down
4 changes: 2 additions & 2 deletions apps/svelte.dev/src/lib/server/generated/registry/felte.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"authors": ["pberganza"],
"homepage": "https://felte.dev",
"version": "1.3.0",
"downloads": 11710,
"github_stars": 1079,
"downloads": 10922,
"github_stars": 1080,
"updated": "2024-10-29T20:35:41.611Z",
"svelte_range": "^3.31.0 || ^4.0.0 || ^5.0.0",
"typescript": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
"repo_url": "https://github.com/themesberg/flowbite-svelte",
"authors": ["jjagielka", "zoliszogyenyi", "shinichiokada"],
"homepage": "https://flowbite-svelte.com/",
"version": "1.19.0",
"downloads": 43433,
"github_stars": 2644,
"updated": "2025-10-25T15:53:41.640Z",
"version": "1.20.1",
"downloads": 46466,
"github_stars": 2646,
"updated": "2025-10-29T17:09:12.044Z",
"svelte_range": "^5.29.0",
"kit_range": "^2.47.3",
"kit_range": "^2.48.0",
"typescript": true,
"runes": false,
"last_rune_check_version": "0.48.6"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"authors": ["huntabyte"],
"homepage": "https://github.com/svecosystem/formsnap#readme",
"version": "2.0.1",
"downloads": 45635,
"github_stars": 760,
"downloads": 43563,
"github_stars": 762,
"updated": "2025-04-09T02:30:42.332Z",
"svelte_range": "^5.0.0",
"kit_range": "^2.5.28",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"authors": ["aaivazis", "jycouet"],
"homepage": "https://github.com/HoudiniGraphql/houdini",
"version": "1.5.10",
"downloads": 6677,
"downloads": 6261,
"github_stars": 968,
"updated": "2025-08-02T15:47:14.762Z",
"typescript": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"authors": ["fnando"],
"homepage": "https://github.com/fnando/i18n#readme",
"version": "4.5.1",
"downloads": 282257,
"github_stars": 213,
"downloads": 361344,
"github_stars": 214,
"updated": "2024-12-14T00:45:20.293Z",
"typescript": true,
"runes": false,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"authors": ["cyberalien"],
"homepage": "https://iconify.design/",
"version": "1.0.6",
"downloads": 11046,
"downloads": 12418,
"github_stars": 12,
"updated": "2025-02-28T13:34:23.013Z",
"typescript": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"authors": ["samuelstroschein", "inlangbot"],
"homepage": "https://inlang.com/m/gerre34r/library-inlang-paraglideJs",
"version": "2.4.0",
"downloads": 81149,
"downloads": 78485,
"github_stars": 125,
"updated": "2025-09-26T01:32:38.150Z",
"typescript": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"authors": ["mhkeller0"],
"homepage": "https://layercake.graphics/",
"version": "10.0.2",
"downloads": 12136,
"downloads": 12997,
"github_stars": 1665,
"updated": "2025-09-23T18:49:20.036Z",
"svelte_range": ">=5",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"authors": ["techniq"],
"homepage": "https://github.com/techniq/layerchart#readme",
"version": "1.0.12",
"downloads": 22667,
"github_stars": 1033,
"downloads": 26540,
"github_stars": 1035,
"updated": "2025-09-17T14:45:16.933Z",
"svelte_range": "^3.56.0 || ^4.0.0 || ^5.0.0",
"kit_range": "^2.21.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"authors": ["jawish"],
"homepage": "https://github.com/LottieFiles/svelte-lottie-player",
"version": "0.3.1",
"downloads": 3152,
"downloads": 3950,
"github_stars": 137,
"updated": "2024-01-16T08:16:28.170Z",
"svelte_range": "^3.21.0",
Expand Down
4 changes: 2 additions & 2 deletions apps/svelte.dev/src/lib/server/generated/registry/lucia.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"homepage": "https://github.com/pilcrowOnPaper/lucia#readme",
"version": "3.2.2",
"deprecated_reason": "This package has been deprecated. Please see https://lucia-auth.com/lucia-v3/migrate.",
"downloads": 57916,
"github_stars": 10369,
"downloads": 71595,
"github_stars": 10370,
"updated": "2024-10-20T12:40:32.030Z",
"typescript": true,
"runes": false,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"authors": ["ericfennis"],
"homepage": "https://lucide.dev",
"version": "0.548.0",
"downloads": 112316,
"github_stars": 19467,
"downloads": 113968,
"github_stars": 19548,
"updated": "2025-10-24T18:31:26.232Z",
"svelte_range": "^5",
"typescript": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"authors": ["pelletier197"],
"homepage": "https://github.com/magidoc-org/magidoc#readme",
"version": "6.3.0",
"downloads": 7598,
"github_stars": 275,
"downloads": 7385,
"github_stars": 276,
"updated": "2025-10-22T16:29:47.846Z",
"svelte_range": "5.41.2",
"kit_range": "2.47.2",
Expand Down
4 changes: 2 additions & 2 deletions apps/svelte.dev/src/lib/server/generated/registry/mdsvex.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"authors": ["evilpingwin"],
"homepage": "https://github.com/pngwn/MDsveX#readme",
"version": "0.12.6",
"downloads": 54876,
"github_stars": 2839,
"downloads": 54699,
"github_stars": 2842,
"updated": "2025-05-08T23:01:30.005Z",
"svelte_range": "^3.56.0 || ^4.0.0 || ^5.0.0-next.120",
"typescript": true,
Expand Down
4 changes: 2 additions & 2 deletions apps/svelte.dev/src/lib/server/generated/registry/melt.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"authors": ["tglide_personal"],
"homepage": "https://next.melt-ui.com/",
"version": "0.41.0",
"downloads": 4239,
"github_stars": 252,
"downloads": 4519,
"github_stars": 256,
"updated": "2025-10-03T10:29:45.856Z",
"svelte_range": "^5.30.1",
"kit_range": "^2.15.2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"authors": ["puruvj"],
"homepage": "https://github.com/puruvj/neoconfetti/tree/main/packages/svelte#readme",
"version": "2.2.2",
"downloads": 20384,
"github_stars": 303,
"downloads": 24537,
"github_stars": 304,
"updated": "2025-03-09T12:58:01.521Z",
"svelte_range": "^3.0.0 || ^4.0.0 || ^5.0.0",
"typescript": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
"repo_url": "https://github.com/unnoq/orpc",
"authors": ["unnoq"],
"homepage": "https://orpc.unnoq.com",
"version": "1.10.1",
"downloads": 2386,
"github_stars": 3680,
"updated": "2025-10-24T09:09:49.467Z",
"version": "1.10.2",
"downloads": 1622,
"github_stars": 3725,
"updated": "2025-10-26T08:19:49.635Z",
"svelte_range": ">=4.2.0",
"typescript": true,
"runes": false,
Expand Down
Loading