Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the metamask group with 2 updates #22

Merged
merged 1 commit into from
Mar 18, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 17, 2025

Bumps the metamask group with 2 updates: @metamask/eth-json-rpc-middleware and @metamask/utils.

Updates @metamask/eth-json-rpc-middleware from 15.3.0 to 16.0.0

Release notes

Sourced from @​metamask/eth-json-rpc-middleware's releases.

16.0.0

Added

  • Support updated EIP-5792 specification (#363)
    • Add optional id to SendCallsParams.
    • Add optional capabilities to each call in SendCallsParams.
    • Add optional property to both top-level and call-level capabilities.
    • Add SendCallsResult type.
    • Add id, version, and optional capabilities to GetCallsStatusResult.
    • Add GetCallsStatusCode enum.
    • Add GetCallsStatusHook type.
    • Add optional chainIds argument to GetCapabilitiesParams.

Changed

  • BREAKING: Support updated EIP-5792 specification (#363)
    • Return SendCallsResult from wallet_sendCalls instead of string.
    • Change GetCallsStatusParams to contain Hex instead of string.
    • Change status in GetCallsStatusResult to number instead of string.
    • Replace GetTransactionReceiptsByBatchIdHook with GetCallsStatusHook.

Removed

  • BREAKING: Support updated EIP-5792 specification (#363)
    • Remove GetCallsStatusReceipt type.
    • Remove GetTransactionReceiptsByBatchIdHook type.
Changelog

Sourced from @​metamask/eth-json-rpc-middleware's changelog.

[16.0.0]

Added

  • Support updated EIP-5792 specification (#363)
    • Add optional id to SendCallsParams.
    • Add optional capabilities to each call in SendCallsParams.
    • Add optional property to both top-level and call-level capabilities.
    • Add SendCallsResult type.
    • Add id, version, and optional capabilities to GetCallsStatusResult.
    • Add GetCallsStatusCode enum.
    • Add GetCallsStatusHook type.
    • Add optional chainIds argument to GetCapabilitiesParams.

Changed

  • BREAKING: Support updated EIP-5792 specification (#363)
    • Return SendCallsResult from wallet_sendCalls instead of string.
    • Change GetCallsStatusParams to contain Hex instead of string.
    • Change status in GetCallsStatusResult to number instead of string.
    • Replace GetTransactionReceiptsByBatchIdHook with GetCallsStatusHook.

Removed

  • BREAKING: Support updated EIP-5792 specification (#363)
    • Remove GetCallsStatusReceipt type.
    • Remove GetTransactionReceiptsByBatchIdHook type.
Commits

Updates @metamask/utils from 11.2.0 to 11.3.0

Release notes

Sourced from @​metamask/utils's releases.

11.3.0

Added

  • Add default JSON-RPC generics that extend Json to Json (#241)

Changed

  • Deprecate Keyring types (#236)
    • These should now be imported from @metamask/keyring-utils.
Changelog

Sourced from @​metamask/utils's changelog.

[11.3.0]

Added

  • Add default JSON-RPC generics that extend Json to Json (#241)

Changed

  • Deprecate Keyring types (#236)
    • These should now be imported from @metamask/keyring-utils.
Commits

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the metamask group with 2 updates: [@metamask/eth-json-rpc-middleware](https://github.com/MetaMask/eth-json-rpc-middleware) and [@metamask/utils](https://github.com/MetaMask/utils).


Updates `@metamask/eth-json-rpc-middleware` from 15.3.0 to 16.0.0
- [Release notes](https://github.com/MetaMask/eth-json-rpc-middleware/releases)
- [Changelog](https://github.com/MetaMask/eth-json-rpc-middleware/blob/main/CHANGELOG.md)
- [Commits](MetaMask/eth-json-rpc-middleware@v15.3.0...v16.0.0)

Updates `@metamask/utils` from 11.2.0 to 11.3.0
- [Release notes](https://github.com/MetaMask/utils/releases)
- [Changelog](https://github.com/MetaMask/utils/blob/main/CHANGELOG.md)
- [Commits](MetaMask/utils@v11.2.0...v11.3.0)

---
updated-dependencies:
- dependency-name: "@metamask/eth-json-rpc-middleware"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: metamask
- dependency-name: "@metamask/utils"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: metamask
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Mar 17, 2025
@dependabot dependabot bot requested a review from naps62 as a code owner March 17, 2025 10:33
@naps62 naps62 merged commit c0f5ce1 into main Mar 18, 2025
3 checks passed
@naps62 naps62 deleted the dependabot/npm_and_yarn/metamask-0ed598d046 branch March 18, 2025 11:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant