Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 1, 2025

This PR contains the following updates:

Package Change Age Confidence
@reown/appkit 1.8.11 -> 1.8.14 age confidence

Release Notes

reown-com/appkit (@​reown/appkit)

v1.8.14

Compare Source

Patch Changes
  • #​5180 bd86560 Thanks @​enesozturk! - Add full support for the TON (The Open Network) blockchain to AppKit, enabling users to connect TON wallets and perform TON-specific operations within the new WalletConnect protocol and TonConnect protocol.

Examples

Create AppKit with TON adapter
    import { createAppKit } from '@​reown/appkit'
    import { ton, tonTestnet } from '@​reown/appkit/networks'
    import { TonAdapter } from '@​reown/appkit-adapters-ton'

    createAppKit({
      ...,
      networks: [ton, tonTestnet],
      adapters: [new TonAdapter()]
    })
Use TON adapter
    const { address, isConnected } = useAppKitAccount({ namespace: "ton" })
Multi-chain use cases
    const { open } = useAppKit()
    const { disconnect } = useDisconnect()

    // Open AppKit with only TON connectors
    open({ namespace: 'ton' })

    // Disconnect only TON namespace
    disconnect({ namespace: 'ton' })

v1.8.13

Compare Source

Patch Changes

v1.8.12

Compare Source

Patch Changes

Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@socket-security
Copy link

socket-security bot commented Nov 1, 2025

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

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updated@​reown/​appkit@​1.8.11 ⏵ 1.8.1493 +110086 +198 +180

View full report

@renovate renovate bot force-pushed the renovate/reown-appkit-1.x branch from 262fd55 to b44aed6 Compare November 4, 2025 11:34
@renovate renovate bot changed the title fix(deps): update dependency @reown/appkit to v1.8.12 fix(deps): update dependency @reown/appkit to v1.8.13 Nov 4, 2025
@renovate renovate bot force-pushed the renovate/reown-appkit-1.x branch 4 times, most recently from 0926fcc to c1cfca7 Compare November 11, 2025 16:39
@renovate renovate bot changed the title fix(deps): update dependency @reown/appkit to v1.8.13 fix(deps): update dependency @reown/appkit to v1.8.14 Nov 11, 2025
@renovate renovate bot force-pushed the renovate/reown-appkit-1.x branch from c1cfca7 to f3175c0 Compare November 18, 2025 15:03
@renovate renovate bot force-pushed the renovate/reown-appkit-1.x branch from f3175c0 to 57f7b3e Compare December 3, 2025 17:38
@renovate renovate bot force-pushed the renovate/reown-appkit-1.x branch from 57f7b3e to ac18cda Compare December 4, 2025 14:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant