Skip to content

chore(deps): bump accounts from 0.6.7 to 0.11.0#18

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/accounts-0.11.0
Open

chore(deps): bump accounts from 0.6.7 to 0.11.0#18
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/accounts-0.11.0

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github May 14, 2026

Bumps accounts from 0.6.7 to 0.11.0.

Release notes

Sourced from accounts's releases.

accounts@0.11.0

Minor Changes

  • 0a73f2c: Renamed the wallet_send value parameter to amount.

     await provider.request({
       method: 'wallet_send',
       params: [{
         to: '0x...',
         token: '0x20c0000000000000000000000000000000000001',
    -    value: '1.5',
    +    amount: '1.5',
       }],
     })

Patch Changes

  • 43b8700: Fixed access keys selection to include chain.
  • b4a08ef: Fixed access key selection in the dialog adapter by forwarding calls.
  • b4a08ef: Added console logging in the dialog adapter's access key fallback path.
  • 0a73f2c: Added an optional memo parameter to wallet_send that the wallet attaches to TIP-20 transfers and rejects with InvalidParamsError for non-TIP-20 tokens.
  • 0a73f2c: Widened the wallet_send token parameter to accept a curated tokenlist symbol (case-insensitive, e.g. "pathUsd") in addition to a contract address.

accounts@0.10.7

Patch Changes

  • 7cb2162: Exposed the Adapter namespace from the package root so consumers can author custom adapters with Adapter.define.
  • 195d6e8: Fixed scoped access key selection to only match keys whose scopes covered the current transaction calls.
  • 70814cd: Made turnkey createAccount optional and default registration requests to loadAccounts.

accounts@0.10.6

Patch Changes

  • e12ae75: Added auth option to the webAuthn adapter, mirroring the Provider auth capability shape (string | { url, ... }); the existing authUrl option is preserved as a deprecated alias.

    - webAuthn({ authUrl: '/webauthn' })
    + webAuthn({ auth: '/webauthn' })

accounts@0.10.5

Patch Changes

  • b65893e: Renamed the dangerous_secp256k1 adapter to secp256k1. The old name is preserved as a deprecated alias so existing imports keep working.

    - import { dangerous_secp256k1 } from 'accounts'
    + import { secp256k1 } from 'accounts'

... (truncated)

Changelog

Sourced from accounts's changelog.

0.11.0

Minor Changes

  • 0a73f2c: Renamed the wallet_send value parameter to amount.

     await provider.request({
       method: 'wallet_send',
       params: [{
         to: '0x...',
         token: '0x20c0000000000000000000000000000000000001',
    -    value: '1.5',
    +    amount: '1.5',
       }],
     })

Patch Changes

  • 43b8700: Fixed access keys selection to include chain.
  • b4a08ef: Fixed access key selection in the dialog adapter by forwarding calls.
  • b4a08ef: Added console logging in the dialog adapter's access key fallback path.
  • 0a73f2c: Added an optional memo parameter to wallet_send that the wallet attaches to TIP-20 transfers and rejects with InvalidParamsError for non-TIP-20 tokens.
  • 0a73f2c: Widened the wallet_send token parameter to accept a curated tokenlist symbol (case-insensitive, e.g. "pathUsd") in addition to a contract address.

0.10.7

Patch Changes

  • 7cb2162: Exposed the Adapter namespace from the package root so consumers can author custom adapters with Adapter.define.
  • 195d6e8: Fixed scoped access key selection to only match keys whose scopes covered the current transaction calls.
  • 70814cd: Made turnkey createAccount optional and default registration requests to loadAccounts.

0.10.6

Patch Changes

  • e12ae75: Added auth option to the webAuthn adapter, mirroring the Provider auth capability shape (string | { url, ... }); the existing authUrl option is preserved as a deprecated alias.

    - webAuthn({ authUrl: '/webauthn' })
    + webAuthn({ auth: '/webauthn' })

0.10.5

Patch Changes

  • b65893e: Renamed the dangerous_secp256k1 adapter to secp256k1. The old name is preserved as a deprecated alias so existing imports keep working.

... (truncated)

Commits
  • 9ba8e6e chore: version packages (#404)
  • 43b8700 fix: scope and select access keys by chain (#406)
  • 0a73f2c refactor(wallet_send): rename value to amount, add memo, accept token s...
  • 6c70682 chore: clean up changset and logging (#405)
  • 874ccc4 fix: log getAccount failures in dialog withAccessKey (#403)
  • b4a08ef fix: add changesets for dialog access key fix + improve error logging (#402)
  • ad12ab8 chore: version packages (#389)
  • ec06b97 fix: pass calls to access key selection in dialog adapter (#401)
  • 70814cd feat: default turnkey registration to loadAccounts (#399)
  • 638f936 test: avoid provider fee payer nonce replays (#400)
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Dependency management javascript Pull requests that update javascript code labels May 14, 2026
@vercel
Copy link
Copy Markdown

vercel Bot commented May 14, 2026

Deployment failed with the following error:

Deploying Serverless Functions to multiple regions is restricted to the Pro and Enterprise plans.

Learn More: https://vercel.link/multiple-function-regions

@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/accounts-0.11.0 branch 3 times, most recently from 7a84ad1 to e7cc8f8 Compare May 14, 2026 15:20
Bumps [accounts](https://github.com/tempoxyz/accounts) from 0.6.7 to 0.11.0.
- [Release notes](https://github.com/tempoxyz/accounts/releases)
- [Changelog](https://github.com/tempoxyz/accounts/blob/main/CHANGELOG.md)
- [Commits](https://github.com/tempoxyz/accounts/compare/accounts@0.6.7...accounts@0.11.0)

---
updated-dependencies:
- dependency-name: accounts
  dependency-version: 0.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/accounts-0.11.0 branch from e7cc8f8 to 4196386 Compare May 14, 2026 15:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependency management javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants