Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 6, 2025

Bumps the demo-third-parties group with 14 updates in the /apps/demo directory:

Package From To
@hookform/resolvers 3.9.0 3.10.0
@next/third-parties 15.2.1 15.5.4
@reown/appkit 1.8.4 1.8.9
@reown/appkit-adapter-bitcoin 1.8.4 1.8.9
@reown/appkit-adapter-ethers 1.8.4 1.8.9
@reown/appkit-adapter-solana 1.8.4 1.8.9
@reown/appkit-common 1.8.4 1.8.9
@reown/appkit-controllers 1.8.4 1.8.9
@reown/appkit-scaffold-ui 1.8.4 1.8.9
@reown/appkit-ui 1.8.4 1.8.9
@tanstack/react-query 5.75.5 5.90.2
next 14.2.32 14.2.33
react 19.1.1 19.2.0
react-dom 19.1.1 19.2.0

Updates @hookform/resolvers from 3.9.0 to 3.10.0

Release notes

Sourced from @​hookform/resolvers's releases.

v3.10.0

3.10.0 (2025-01-06)

Features

v3.9.1

3.9.1 (2024-10-28)

Bug Fixes

  • Valibot peer dependency to support dist-tags (#723) (3ab415e)
Commits

Updates @next/third-parties from 15.2.1 to 15.5.4

Release notes

Sourced from @​next/third-parties's releases.

v15.5.4

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes

  • fix: ensure onRequestError is invoked when otel enabled (#83343)
  • fix: devtools initial position should be from next config (#83571)
  • [devtool] fix overlay styles are missing (#83721)
  • Turbopack: don't match dynamic pattern for node_modules packages (#83176)
  • Turbopack: don't treat metadata routes as RSC (#82911)
  • [turbopack] Improve handling of symlink resolution errors in track_glob and read_glob (#83357)
  • Turbopack: throw large static metadata error earlier (#82939)
  • fix: error overlay not closing when backdrop clicked (#83981)
  • Turbopack: flush Node.js worker IPC on error (#84077)

Misc Changes

  • [CNA] use linter preference (#83194)
  • CI: use KV for test timing data (#83745)
  • docs: september improvements and fixes (#83997)

Credits

Huge thanks to @​yiminghe, @​huozhi, @​devjiwonchoi, @​mischnic, @​lukesandberg, @​ztanner, @​icyJoseph, @​leerob, @​fufuShih, @​dwrth, @​aymericzip, @​obendev, @​molebox, @​OoMNoO, @​pontasan, @​styfle, @​HondaYt, @​ryuapp, @​lpalmes, and @​ijjk for helping!

v15.5.3

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes

  • fix: validation return types of pages API routes (#83069)
  • fix: relative paths in dev in validator.ts (#83073)
  • fix: remove satisfies keyword from type validation to preserve old TS compatibility (#83071)

Credits

Huge thanks to @​bgub for helping!

v15.5.2

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes

  • fix: disable unknownatrules lint rule entirely (#83059)
  • revert: add ?dpl to fonts in /_next/static/media (#83062)

Credits

... (truncated)

Commits

Updates @reown/appkit from 1.8.4 to 1.8.9

Release notes

Sourced from @​reown/appkit's releases.

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

Patch Changes

@​reown/appkit-utils@​1.8.9

Patch Changes

@​reown/appkit-wallet@​1.8.9

Patch Changes

@​reown/appkit-siwe@​1.8.9

Patch Changes

... (truncated)

Commits

Updates @reown/appkit-adapter-bitcoin from 1.8.4 to 1.8.9

Release notes

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

@​reown/appkit-adapter-bitcoin@​1.8.9

Patch Changes

@​reown/appkit-adapter-bitcoin@​1.8.8

Patch Changes

@​reown/appkit-adapter-bitcoin@​1.8.7

Patch Changes

... (truncated)

Commits

Updates @reown/appkit-adapter-ethers from 1.8.4 to 1.8.9

Release notes

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

@​reown/appkit-adapter-ethers@​1.8.9

Patch Changes

@​reown/appkit-adapter-ethers@​1.8.8

Patch Changes

@​reown/appkit-adapter-ethers@​1.8.7

Patch Changes

... (truncated)

Commits

Updates @reown/appkit-adapter-solana from 1.8.4 to 1.8.9

Release notes

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

@​reown/appkit-adapter-solana@​1.8.9

Patch Changes

@​reown/appkit-adapter-solana@​1.8.8

Patch Changes

  • #5079 511a735 Thanks @​magiziz! - Fixed an issue where the universal provider threw a random object error when the wallet rejected connection request

  • #5078 a0a1589 Thanks @​magiziz! - Added chain image to token button component for the deposit from exchange view

  • #4959 5725b51 Thanks @​magiziz! - Improved the send flow with improved design and added top-up options for users with insufficient token balances

  • #5074 216596d Thanks @​svenvoskamp! - Fix an issue where the wallets would show a small glitch when rendering the connectors

  • Updated dependencies [511a735, a07270d, a0a1589, 5725b51, 216596d]:

    • @​reown/appkit-controllers@​1.8.8
    • @​reown/appkit@​1.8.8
    • @​reown/appkit-utils@​1.8.8
    • @​reown/appkit-common@​1.8.8
    • @​reown/appkit-polyfills@​1.8.8
    • @​reown/appkit-wallet@​1.8.8

@​reown/appkit-adapter-solana@​1.8.7

Patch Changes

... (truncated)

Commits

Updates @reown/appkit-common from 1.8.4 to 1.8.9

Release notes

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

@​reown/appkit-common@​1.8.9

Patch Changes

@​reown/appkit-common@​1.8.8

Patch Changes

  • #5079 511a735 Thanks @​magiziz! - Fixed an issue where the universal provider threw a random object error when the wallet rejected connection request

  • #5078 a0a1589 Thanks @​magiziz! - Added chain image to token button component for the deposit from exchange view

  • #4959 5725b51 Thanks @​magiziz! - Improved the send flow with improved design and added top-up options for users with insufficient token balances

  • #5074 216596d Thanks @​svenvoskamp! - Fix an issue where the wallets would show a small glitch when rendering the connectors

@​reown/appkit-common@​1.8.7

Patch Changes

  • #5043 1fe278b Thanks @​magiziz! - Fixed an issue where the useAppKitConnection hook returned null when wallet is disconnected

  • #5006 0bb4ee5 Thanks @​enesozturk! - Fixes issue where new connection doesn't disconnect previous connection when multi-wallet not enabled

  • #5006 0bb4ee5 Thanks @​enesozturk! - Fixes issue where disconnecting single connector disconnects all when multi-wallet enabled

  • #5028 090dbb5 Thanks @​magiziz! - Removed NFTs tab from account modal view

  • #5048 9b2154c Thanks @​magiziz! - Fixed an issue where the publicKey was returning undefined when connecting with the OKX Bitcoin wallet

  • #5065 fde8e5d Thanks @​github-actions! - Fix an issue where the wallets would show a small glitch when rendering the connectors

  • #5021 05ed5d2 Thanks @​magiziz! - Fixed an issue where a SEND_ERROR event was logged when a user rejected a transaction. It now logs a SEND_REJECTED event instead

@​reown/appkit-common@​1.8.5

Patch Changes

  • #5004 21f7512 Thanks @​magiziz! - Added new functionality that allows users to manually edit the deposit amount on the deposit from exchange screen

  • #4982 f58c0b4 Thanks @​magiziz! - Fixed an issue where the question mark icon in the header was not displayed correctly

  • #4992 2d27d48 Thanks @​magiziz! - Fixed an issue where upon user connection rejection a CONNECT_ERROR event was logged. It now logs a new event error called USER_REJECTED

Commits

Updates @reown/appkit-controllers from 1.8.4 to 1.8.9

Release notes

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

@​reown/appkit-controllers@​1.8.9

Patch Changes

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 6, 2025

Labels

The following labels could not be found: chore: update third party dependencies for AppKit Demo. Please create it before Dependabot can add it to a pull request.

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

@vercel
Copy link

vercel bot commented Oct 6, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
appkit-basic-html Error Error Nov 3, 2025 6:34pm
appkit-demo Error Error Nov 3, 2025 6:34pm
appkit-gallery Error Error Nov 3, 2025 6:34pm
appkit-laboratory Error Error Nov 3, 2025 6:34pm
10 Skipped Deployments
Project Deployment Preview Comments Updated (UTC)
appkit-basic-example Ignored Ignored Nov 3, 2025 6:34pm
appkit-basic-sign-client-example Ignored Ignored Nov 3, 2025 6:34pm
appkit-basic-up-example Ignored Ignored Nov 3, 2025 6:34pm
appkit-ethers5-bera Ignored Ignored Nov 3, 2025 6:34pm
appkit-nansen-demo Ignored Ignored Nov 3, 2025 6:34pm
appkit-vue-solana Ignored Ignored Nov 3, 2025 6:34pm
appkit-wagmi-cdn-example Ignored Ignored Nov 3, 2025 6:34pm
ethereum-provider-wagmi-example Ignored Ignored Nov 3, 2025 6:34pm
next-wagmi-solana-bitcoin-example Ignored Ignored Nov 3, 2025 6:34pm
vue-wagmi-example Ignored Ignored Nov 3, 2025 6:34pm

@changeset-bot
Copy link

changeset-bot bot commented Oct 6, 2025

⚠️ No Changeset found

Latest commit: 150ee57

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

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 13, 2025

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.

@github-actions
Copy link
Contributor

github-actions bot commented Oct 27, 2025

Visual Regression Test Results ❌ Failed

✨ No visual changes detected

Chromatic Build: URL not available
Storybook Preview: Not available

…h 14 updates

Bumps the demo-third-parties group with 14 updates in the /apps/demo directory:

| Package | From | To |
| --- | --- | --- |
| [@hookform/resolvers](https://github.com/react-hook-form/resolvers) | `3.9.0` | `3.10.0` |
| [@next/third-parties](https://github.com/vercel/next.js/tree/HEAD/packages/third-parties) | `15.2.1` | `15.5.4` |
| [@reown/appkit](https://github.com/reown-com/appkit) | `1.8.4` | `1.8.9` |
| [@reown/appkit-adapter-bitcoin](https://github.com/reown-com/appkit) | `1.8.4` | `1.8.9` |
| [@reown/appkit-adapter-ethers](https://github.com/reown-com/appkit) | `1.8.4` | `1.8.9` |
| [@reown/appkit-adapter-solana](https://github.com/reown-com/appkit) | `1.8.4` | `1.8.9` |
| [@reown/appkit-common](https://github.com/reown-com/appkit) | `1.8.4` | `1.8.9` |
| [@reown/appkit-controllers](https://github.com/reown-com/appkit) | `1.8.4` | `1.8.9` |
| [@reown/appkit-scaffold-ui](https://github.com/reown-com/appkit) | `1.8.4` | `1.8.9` |
| [@reown/appkit-ui](https://github.com/reown-com/appkit) | `1.8.4` | `1.8.9` |
| [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) | `5.75.5` | `5.90.2` |
| [next](https://github.com/vercel/next.js) | `14.2.32` | `14.2.33` |
| [react](https://github.com/facebook/react/tree/HEAD/packages/react) | `19.1.1` | `19.2.0` |
| [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) | `19.1.1` | `19.2.0` |



Updates `@hookform/resolvers` from 3.9.0 to 3.10.0
- [Release notes](https://github.com/react-hook-form/resolvers/releases)
- [Commits](react-hook-form/resolvers@v3.9.0...v3.10.0)

Updates `@next/third-parties` from 15.2.1 to 15.5.4
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v15.5.4/packages/third-parties)

Updates `@reown/appkit` from 1.8.4 to 1.8.9
- [Release notes](https://github.com/reown-com/appkit/releases)
- [Commits](https://github.com/reown-com/appkit/compare/@reown/[email protected]...@reown/[email protected])

Updates `@reown/appkit-adapter-bitcoin` from 1.8.4 to 1.8.9
- [Release notes](https://github.com/reown-com/appkit/releases)
- [Commits](https://github.com/reown-com/appkit/compare/@reown/[email protected]...@reown/[email protected])

Updates `@reown/appkit-adapter-ethers` from 1.8.4 to 1.8.9
- [Release notes](https://github.com/reown-com/appkit/releases)
- [Commits](https://github.com/reown-com/appkit/compare/@reown/[email protected]...@reown/[email protected])

Updates `@reown/appkit-adapter-solana` from 1.8.4 to 1.8.9
- [Release notes](https://github.com/reown-com/appkit/releases)
- [Commits](https://github.com/reown-com/appkit/compare/@reown/[email protected]...@reown/[email protected])

Updates `@reown/appkit-common` from 1.8.4 to 1.8.9
- [Release notes](https://github.com/reown-com/appkit/releases)
- [Commits](https://github.com/reown-com/appkit/compare/@reown/[email protected]...@reown/[email protected])

Updates `@reown/appkit-controllers` from 1.8.4 to 1.8.9
- [Release notes](https://github.com/reown-com/appkit/releases)
- [Commits](https://github.com/reown-com/appkit/compare/@reown/[email protected]...@reown/[email protected])

Updates `@reown/appkit-scaffold-ui` from 1.8.4 to 1.8.9
- [Release notes](https://github.com/reown-com/appkit/releases)
- [Commits](https://github.com/reown-com/appkit/compare/@reown/[email protected]...@reown/[email protected])

Updates `@reown/appkit-ui` from 1.8.4 to 1.8.9
- [Release notes](https://github.com/reown-com/appkit/releases)
- [Commits](https://github.com/reown-com/appkit/compare/@reown/[email protected]...@reown/[email protected])

Updates `@tanstack/react-query` from 5.75.5 to 5.90.2
- [Release notes](https://github.com/TanStack/query/releases)
- [Commits](https://github.com/TanStack/query/commits/v5.90.2/packages/react-query)

Updates `next` from 14.2.32 to 14.2.33
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](vercel/next.js@v14.2.32...v14.2.33)

Updates `react` from 19.1.1 to 19.2.0
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.2.0/packages/react)

Updates `react-dom` from 19.1.1 to 19.2.0
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.2.0/packages/react-dom)

---
updated-dependencies:
- dependency-name: "@hookform/resolvers"
  dependency-version: 3.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: demo-third-parties
- dependency-name: "@next/third-parties"
  dependency-version: 15.5.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: demo-third-parties
- dependency-name: "@reown/appkit"
  dependency-version: 1.8.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: demo-third-parties
- dependency-name: "@reown/appkit-adapter-bitcoin"
  dependency-version: 1.8.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: demo-third-parties
- dependency-name: "@reown/appkit-adapter-ethers"
  dependency-version: 1.8.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: demo-third-parties
- dependency-name: "@reown/appkit-adapter-solana"
  dependency-version: 1.8.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: demo-third-parties
- dependency-name: "@reown/appkit-common"
  dependency-version: 1.8.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: demo-third-parties
- dependency-name: "@reown/appkit-controllers"
  dependency-version: 1.8.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: demo-third-parties
- dependency-name: "@reown/appkit-scaffold-ui"
  dependency-version: 1.8.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: demo-third-parties
- dependency-name: "@reown/appkit-ui"
  dependency-version: 1.8.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: demo-third-parties
- dependency-name: "@tanstack/react-query"
  dependency-version: 5.90.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: demo-third-parties
- dependency-name: next
  dependency-version: 14.2.33
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: demo-third-parties
- dependency-name: react
  dependency-version: 19.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: demo-third-parties
- dependency-name: react-dom
  dependency-version: 19.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: demo-third-parties
...

Signed-off-by: dependabot[bot] <[email protected]>
@socket-security
Copy link

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

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Added@​reown/​appkit@​1.8.8100100100100100

View full report

@enesozturk
Copy link
Contributor

With the new Dependabot settings this will be merged along with all other deps.

@enesozturk enesozturk closed this Nov 5, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 5, 2025

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/apps/demo/demo-third-parties-4c2e3fdb07 branch November 5, 2025 15:13
@github-actions github-actions bot locked and limited conversation to collaborators Nov 5, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants