feat: community plugin list - #3642 - #4043
Open
FabianLars wants to merge 21 commits into
Open
Conversation
- 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.
✅ Deploy Preview for tauri-v2 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for tauri-releases canceled.
|
vasfvitor
force-pushed
the
tauri-plugin-list-rebase
branch
from
August 12, 2026 20:49
73630da to
674ad51
Compare
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.

Rebase of #3642