chore: pin example deps, fix charge-wagmi for wagmi 3.6.2#362
Merged
brendanjryan merged 1 commit intomainfrom Apr 17, 2026
Merged
chore: pin example deps, fix charge-wagmi for wagmi 3.6.2#362brendanjryan merged 1 commit intomainfrom
brendanjryan merged 1 commit intomainfrom
Conversation
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
commit: |
- Replace "latest" specifiers with pinned ^versions in charge, charge-wagmi, and stripe examples so dependabot can properly update the lockfile - Update charge-wagmi for accounts@0.6 API: remove KeyManager (removed from wagmi/tempo exports), simplify webAuthn() connector, remove connect capabilities.type (no longer in API)
b80f86e to
1dcbdc5
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.
Problem
All three example packages (
charge,charge-wagmi,stripe) used"latest"specifiers for most dependencies. This causes dependabot PRs to fail withERR_PNPM_OUTDATED_LOCKFILEbecause dependabot can't properly regenerate the pnpm lockfile for workspace packages with floating specifiers.Additionally,
wagmi@3.6.2/accounts@0.6removedKeyManagerfrom thewagmi/tempoexport and changed thewebAuthnconnector API.Changes
"latest"with^ranges in all three examplepackage.jsonfiles (mppxstays aslatestsince it resolves to the workspace link)KeyManagerimport, simplifywebAuthn()call, removecapabilities.typefrom connect calls