feat: community plugin list - #3642
Draft
vasfvitor wants to merge 20 commits into
Draft
Conversation
✅ Deploy Preview for tauri-v2 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
vasfvitor
commented
Dec 9, 2025
vasfvitor
commented
Dec 11, 2025
Contributor
Author
There was a problem hiding this comment.
should update weekly
vasfvitor
commented
Dec 11, 2025
Contributor
Author
There was a problem hiding this comment.
data fetched is committed
vasfvitor
marked this pull request as ready for review
December 11, 2025 21:56
# Conflicts: # package.json # pnpm-workspace.yaml
✅ Deploy Preview for tauri-releases canceled.
|
✅ Deploy Preview for tauri-v2 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
No dependency changes detected. Learn more about Socket for GitHub. 👍 No dependency changes detected in pull request |
vasfvitor
marked this pull request as draft
July 21, 2026 20:25
- paginate npm search (relevance-bounded) instead of silently capping at 250 - fetch real creation dates for npm-only packages (search API only has last-publish) - wire in GitHub star counts (per-repo cache, skipped without token) + Stars column/sort - only accept http(s) repository URLs from registry metadata - request timeout + 429/5xx backoff in fetchJson - component: precompute row data once, drop duplicated data attributes, aria-live summary - document the exact-name-only dedup limitation
- run build.ts with node directly (drops tsm and its esbuild 0.15 tree), matching compatibility-table - workflow: actions v6/v5, node 24, frozen install, SHA-pinned peter-evans/create-pull-request 8.1.1 with sign-commits + automerge (mirrors syncSponsorsData), least-privilege permissions, timeout
…ix recovered 108 packages)
v3.4.1 has no sign-commits input and only outputs pull-request-number, so gate automerge on that instead of pull-request-operation
…8.1.1 matches syncSponsorsData and refresh-releases; restores sign-commits and the pull-request-operation automerge gate
The documented naming convention (crate tauri-plugin-X, npm bindings tauri-plugin-X-api) produced near-duplicate rows for well-behaved plugins. Merge them when the repository URLs don't disagree; collapses 143 pairs (655 -> 512 entries). Scoped npm packages stay separate.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

related #3622
preview: https://deploy-preview-3642--tauri-v2.netlify.app/plugin/index-external-resources/
it should list all tauri-plugin-* found on npm or crates.io. That should cover all plugins that follows our naming convention