Skip to content
This repository was archived by the owner on Apr 14, 2026. It is now read-only.

deps(npm)(deps): bump the npm-minor-patch group with 3 updates#40

Merged
alainncls merged 1 commit intomainfrom
dependabot/npm_and_yarn/npm-minor-patch-bf0abb2f86
Mar 16, 2026
Merged

deps(npm)(deps): bump the npm-minor-patch group with 3 updates#40
alainncls merged 1 commit intomainfrom
dependabot/npm_and_yarn/npm-minor-patch-bf0abb2f86

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 16, 2026

Bumps the npm-minor-patch group with 3 updates: @reown/appkit, @reown/appkit-adapter-wagmi and viem.

Updates @reown/appkit from 1.8.18 to 1.8.19

Release notes

Sourced from @​reown/appkit's releases.

@​reown/appkit-scaffold-ui@​1.8.19

Patch Changes

@​reown/appkit-common@​1.8.19

Patch Changes

@​reown/appkit-cli@​1.8.19

Patch Changes

@​reown/appkit-ui@​1.8.19

Patch Changes

@​reown/appkit-experimental@​1.8.19

Patch Changes

@​reown/appkit-testing@​1.8.19

... (truncated)

Commits
  • 9f025c2 chore: version packages (#5569)
  • 329ea79 fix: convert TON WalletConnect sendMessage params to spec-compliant format (#...
  • 3ec6179 fix: use tron_getAddressBalance JSON-RPC for TRON balance and update network ...
  • bffd28c chore: update walletconnect dependencies to 2.23.7 (#5566)
  • 1c5eb50 fix: fix TRON balance fetching and skip identity lookup for non-EVM chains (#...
  • 4fe0a64 fix: ensure wallet switching after disconnect works for TON/TRON (#5547)
  • 6851c1b Fix/set wcerror (#5548)
  • e14ce03 feat: implement TRON adapter (#5537)
  • b3c8f11 chore: restructure AGENTS.md with progressive disclosure (#5533)
  • 249beb6 feat: serialize caipAddress on allAccounts (#5535)
  • Additional commits viewable in compare view

Updates @reown/appkit-adapter-wagmi from 1.8.18 to 1.8.19

Release notes

Sourced from @​reown/appkit-adapter-wagmi's releases.

@​reown/appkit-adapter-wagmi@​1.8.19

Patch Changes

Commits
  • 9f025c2 chore: version packages (#5569)
  • 329ea79 fix: convert TON WalletConnect sendMessage params to spec-compliant format (#...
  • 3ec6179 fix: use tron_getAddressBalance JSON-RPC for TRON balance and update network ...
  • bffd28c chore: update walletconnect dependencies to 2.23.7 (#5566)
  • 1c5eb50 fix: fix TRON balance fetching and skip identity lookup for non-EVM chains (#...
  • 4fe0a64 fix: ensure wallet switching after disconnect works for TON/TRON (#5547)
  • 6851c1b Fix/set wcerror (#5548)
  • e14ce03 feat: implement TRON adapter (#5537)
  • b3c8f11 chore: restructure AGENTS.md with progressive disclosure (#5533)
  • 249beb6 feat: serialize caipAddress on allAccounts (#5535)
  • Additional commits viewable in compare view

Updates viem from 2.46.3 to 2.47.0

Release notes

Sourced from viem's releases.

viem@2.47.0

Minor Changes

  • 1adb83804d5f6c3f36d5f293de88532330d52dc7 Thanks @​jxom! - Breaking (viem/tempo): chainId is now required when signing access key authorizations with signKeyAuthorization. It is recommended to use client.accessKey.signAuthorization instead for inferred chain ID.

    import { client } from './viem.config'
    import { Account } from 'viem/tempo'
    const account = Account.from({ privateKey: '0x...' })
    const accessKey = Account.fromP256(generatePrivateKey(), {
    access: account,
    })
    
    const keyAuthorization = await account.signKeyAuthorization(accessKey)
    
    
    const keyAuthorization = await client.accessKey.signAuthorization({
    account,
    accessKey,
    })

Patch Changes

Commits
  • 1205d5a fix: increase interval mining to 2s to prevent nonce race in repriced test
  • 6fbd6d4 fix: add hono and @​hono/node-server overrides for audit vulnerabilities
  • 4b685a1 fix: increase waitForTransactionReceipt timeout in race condition test
  • 378e676 fix: reduce mine block count to prevent timeout in CI
  • 5b554f4 fix: make timing-dependent tests more resilient in CI
  • 7006aa6 ci: up
  • ca4f07f fix: use v1 access key version for testnet
  • c6d42c3 chore: version package (#4371)
  • 141a367 feat(tempo): export TempoAddress (#4374)
  • 6d00a97 chore: up
  • Additional commits viewable in compare view

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 <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 npm-minor-patch group with 3 updates: [@reown/appkit](https://github.com/reown-com/appkit), [@reown/appkit-adapter-wagmi](https://github.com/reown-com/appkit) and [viem](https://github.com/wevm/viem).


Updates `@reown/appkit` from 1.8.18 to 1.8.19
- [Release notes](https://github.com/reown-com/appkit/releases)
- [Commits](https://github.com/reown-com/appkit/compare/@reown/appkit@1.8.18...@reown/appkit@1.8.19)

Updates `@reown/appkit-adapter-wagmi` from 1.8.18 to 1.8.19
- [Release notes](https://github.com/reown-com/appkit/releases)
- [Commits](https://github.com/reown-com/appkit/compare/@reown/appkit-adapter-wagmi@1.8.18...@reown/appkit-adapter-wagmi@1.8.19)

Updates `viem` from 2.46.3 to 2.47.0
- [Release notes](https://github.com/wevm/viem/releases)
- [Commits](https://github.com/wevm/viem/compare/viem@2.46.3...viem@2.47.0)

---
updated-dependencies:
- dependency-name: "@reown/appkit"
  dependency-version: 1.8.19
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-minor-patch
- dependency-name: "@reown/appkit-adapter-wagmi"
  dependency-version: 1.8.19
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-minor-patch
- dependency-name: viem
  dependency-version: 2.47.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-minor-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 16, 2026
@dependabot dependabot bot requested a review from alainncls as a code owner March 16, 2026 04:17
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Mar 16, 2026

Labels

The following labels could not be found: npm. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@netlify
Copy link
Copy Markdown

netlify bot commented Mar 16, 2026

Deploy Preview for verax-tutorial ready!

Name Link
🔨 Latest commit de06cc7
🔍 Latest deploy log https://app.netlify.com/projects/verax-tutorial/deploys/69b7845b5f07920008657ab0
😎 Deploy Preview https://deploy-preview-40--verax-tutorial.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@socket-security
Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updatednpm/​@​reown/​appkit-adapter-wagmi@​1.8.18 ⏵ 1.8.1999 +110085 +19880
Updatednpm/​@​reown/​appkit@​1.8.18 ⏵ 1.8.1992 +110086 +19880
Updatednpm/​viem@​2.46.3 ⏵ 2.47.098 +1100100 +197100

View full report

@alainncls alainncls merged commit 2fbfd5c into main Mar 16, 2026
14 checks passed
@alainncls alainncls deleted the dependabot/npm_and_yarn/npm-minor-patch-bf0abb2f86 branch March 16, 2026 07:42
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant