You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed getBalance and getTransactionCount querying the wrong block for blockNumber: 0n (genesis), which is a valid input but was treated as falsy and fell back to blockTag: 'latest'. (#5203)
Breaking (@wagmi/core/tempo): Removed Actions.zone.getDepositStatus to align with the current Tempo Zone API. Use Actions.zone.waitForTempoBlock to wait for a block import, or use Actions.zone.getZoneInfo and inspect tempoBlockNumber for a one-shot read. (#5204)
Fixed getTransaction query being disabled for transaction index: 0, which is a valid input (the first transaction in a block) but was treated as falsy. (#5197)
Fixed getBalance and getTransactionCount querying the wrong block for blockNumber: 0n (genesis), which is a valid input but was treated as falsy and fell back to blockTag: 'latest'. (#5203)
Breaking (@wagmi/core/tempo): Removed Actions.zone.getDepositStatus to align with the current Tempo Zone API. Use Actions.zone.waitForTempoBlock to wait for a block import, or use Actions.zone.getZoneInfo and inspect tempoBlockNumber for a one-shot read. (#5204)
3.6.3
Patch Changes
Fixed getTransaction query being disabled for transaction index: 0, which is a valid input (the first transaction in a block) but was treated as falsy. (#5197)
3.6.2
Patch Changes
Fixed Tempo Zone action compatibility with Viem 2.55.2. (#5198)
3.6.1
Patch Changes
Fixed waitForTransactionReceipt staying pending for reverted transactions when revert-reason lookup hangs behind a fallback transport. (#5190)
3.6.0
Minor Changes
Breaking (@wagmi/core/tempo): Updated Tempo APIs for viem 2.54.0: token balance and allowance reads now return Amount objects. (#5188)
3.5.5
Patch Changes
Fixed Tempo types so transaction override parameters are optional. (#5171)
3.5.4
Patch Changes
Fixed Tempo Zone types for optional fields. (#5167)
3.5.3
Patch Changes
Added connector-specific subpath exports and marked optional connector dependency imports as optional for Turbopack resolution. (#5165)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase will rebase this PR
@dependabot recreate will recreate this PR, overwriting any edits that have been made to it
@dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
@dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
@dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
@dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
PR-Codex overview
This PR primarily updates various package versions in the package.json and pnpm-lock.yaml files, with a significant upgrade of @wagmi/core from version 2.21.2 to 3.6.4. It also includes minor updates to other dependencies and their versions.
Detailed summary
Updated @wagmi/core from 2.21.2 to 3.6.4.
Incremented various dependencies' versions in pnpm-lock.yaml, including:
@babel/core from 7.28.4 to 7.29.7
@babel/plugin-proposal-decorators to 7.29.7
@babel/plugin-transform-async-generator-functions to 7.29.7
@babel/plugin-transform-parameters to 7.29.7
@babel/plugin-transform-typescript to 7.29.7
Updated utf-8-validate version from 6.0.5 to 6.0.6 in multiple places.
Adjusted several other dependencies and their sub-dependencies for compatibility and improvements.
The following files were skipped due to too many changes: pnpm-lock.yaml
✨ Ask PR-Codex anything about this PR by commenting with /codex {your question}
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
This PR includes no changesets
When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types
Next steps: Take a moment to review the security alert above. Review
the linked package source code to understand the potential risk. Ensure the
package is not malicious before proceeding. If you're unsure how to proceed,
reach out to your security team or ask the Socket team for help at
support@socket.dev.
Suggestion: Packages should not obfuscate their code. Consider not using packages with obfuscated code.
Mark the package as acceptable risk. To ignore this alert only
in this pull request, reply with the comment
@SocketSecurity ignore npm/@walletconnect/sign-client@2.23.7. You can
also ignore all packages with @SocketSecurity ignore-all.
To ignore an alert for all future pull requests, use Socket's Dashboard to
change the triage state of this alert.
Warn
Obfuscated code: npm yargs is 90.0% likely obfuscated
Next steps: Take a moment to review the security alert above. Review
the linked package source code to understand the potential risk. Ensure the
package is not malicious before proceeding. If you're unsure how to proceed,
reach out to your security team or ask the Socket team for help at
support@socket.dev.
Suggestion: Packages should not obfuscate their code. Consider not using packages with obfuscated code.
Mark the package as acceptable risk. To ignore this alert only
in this pull request, reply with the comment
@SocketSecurity ignore npm/yargs@17.7.3. You can
also ignore all packages with @SocketSecurity ignore-all.
To ignore an alert for all future pull requests, use Socket's Dashboard to
change the triage state of this alert.
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
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.
Bumps @wagmi/core from 2.21.2 to 3.6.4.
Release notes
Sourced from @wagmi/core's releases.
... (truncated)
Changelog
Sourced from @wagmi/core's changelog.
... (truncated)
Commits
4c461abchore: version packages (#5205)bfa70e3fix(tempo): support latest zone API (#5204)0a8eb51fix(core): query block 0 (genesis) when blockNumber is 0n in getBalance/getTr...185730dchore: version packages (#5200)57ac9b0fix(core): allow getTransaction query for transaction index 0 (#5197)db748bdchore: version packages (#5199)54497ebfix(tempo): zones (#5198)7ba2879chore: fix types477b122chore: version packages (#5193)18e9421fix(core): limit reverted transaction reason lookup (#5190)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)PR-Codex overview
This PR primarily updates various package versions in the
package.jsonandpnpm-lock.yamlfiles, with a significant upgrade of@wagmi/corefrom version2.21.2to3.6.4. It also includes minor updates to other dependencies and their versions.Detailed summary
@wagmi/corefrom2.21.2to3.6.4.pnpm-lock.yaml, including:@babel/corefrom7.28.4to7.29.7@babel/plugin-proposal-decoratorsto7.29.7@babel/plugin-transform-async-generator-functionsto7.29.7@babel/plugin-transform-parametersto7.29.7@babel/plugin-transform-typescriptto7.29.7utf-8-validateversion from6.0.5to6.0.6in multiple places.