Skip to content

build(deps): bump @aave/react from 4.2.0 to 6.5.0 - #624

Open
dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/npm_and_yarn/dev/aave/react-6.5.0
Open

build(deps): bump @aave/react from 4.2.0 to 6.5.0#624
dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/npm_and_yarn/dev/aave/react-6.5.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 6, 2026

Copy link
Copy Markdown
Contributor

Bumps @aave/react from 4.2.0 to 6.5.0.

Release notes

Sourced from @​aave/react's releases.

@​aave/react@​6.5.0

Minor Changes

  • 97aaf27: feat: sync schema with staging: OrderErc20Approval joins the OrderApproval union (server-built ERC-20 top-up permit, handled by useLeverage), ActivityType.Leverage, leverage quoteId inputs typed as OrderQuoteId, and MarketLeverageQuoteInput.multiplier is optional

  • bd2bdf3: feat: add the Order API (submitOrder, cancelOrder, prepareOrder, orderStatus, pendingOrders, prepareCancelOrder) and leverage support (leverageQuote, Leverage, LeverageActivity), with matching useLeverage, useLeverageQuote, useOrderStatus, usePendingOrders, and useCancelOrder hooks

  • 1f0c2fd: feat: add Order-API execute hooks for swaps so position and token swaps run through submitOrder/prepareOrder alongside useLeverage:

    • useSupplySwapOrder, useBorrowSwapOrder, useRepayWithSupplyOrder, useWithdrawSwapOrder — position swaps via a new PositionOrderHandler and processPositionOrderApprovals, which maps the PositionSwap*Approval nodes onto the same PrepareOrderRequest signature fields and seeds the order id from SwapQuote.orderQuoteId.
    • useTokenSwapOrder — token swaps through prepareOrder/submitOrder, handling the by-transaction, by-intent, and ERC-20-pre-approval quote variants.

    Each execute hook mirrors its useXSwapQuote counterpart (useSupplySwapQuoteuseSupplySwapOrder).

    Deprecate the swap-verb hooks (useSupplySwap, useBorrowSwap, useRepayWithSupply, useWithdrawSwap, useTokenSwap, useSwapStatus, useUserSwaps, useCancelSwap) in favour of their Order equivalents. They remain fully functional and will be removed in a later release.

    Add OrderTypedData to the signer TypedData union so order typed data can be signed through the viem, ethers, thirdweb, and privy adapters (previously only SwapTypedData/PermitTypedData were accepted, which also blocked signing the final leverage order).

Patch Changes

  • 9947bdc: fix: read hooks keep presenting the previous error while a re-execution after a rejected request is in flight, instead of handing a null result to selectors
  • Updated dependencies [97aaf27]
  • Updated dependencies [bd2bdf3]
  • Updated dependencies [1f0c2fd]
    • @​aave/graphql@​3.4.0
    • @​aave/client@​6.5.0

@​aave/react@​6.4.0

Minor Changes

  • 9164edd: feat: expose ReserveSummary.underlyingApy, the yield an asset earns outside the pool rate

Patch Changes

  • Updated dependencies [9164edd]
    • @​aave/graphql@​3.3.0
    • @​aave/client@​6.4.0

@​aave/react@​6.3.1

Patch Changes

  • 3850316: fix: preserve content-type and custom headers on batched GraphQL requests
  • Updated dependencies [3850316]

@​aave/react@​6.3.0

Minor Changes

  • 2dde326: feat: support multichain user claimable rewards queries

Patch Changes

... (truncated)

Changelog

Sourced from @​aave/react's changelog.

6.5.0

Minor Changes

  • 97aaf27: feat: sync schema with staging: OrderErc20Approval joins the OrderApproval union (server-built ERC-20 top-up permit, handled by useLeverage), ActivityType.Leverage, leverage quoteId inputs typed as OrderQuoteId, and MarketLeverageQuoteInput.multiplier is optional

  • bd2bdf3: feat: add the Order API (submitOrder, cancelOrder, prepareOrder, orderStatus, pendingOrders, prepareCancelOrder) and leverage support (leverageQuote, Leverage, LeverageActivity), with matching useLeverage, useLeverageQuote, useOrderStatus, usePendingOrders, and useCancelOrder hooks

  • 1f0c2fd: feat: add Order-API execute hooks for swaps so position and token swaps run through submitOrder/prepareOrder alongside useLeverage:

    • useSupplySwapOrder, useBorrowSwapOrder, useRepayWithSupplyOrder, useWithdrawSwapOrder — position swaps via a new PositionOrderHandler and processPositionOrderApprovals, which maps the PositionSwap*Approval nodes onto the same PrepareOrderRequest signature fields and seeds the order id from SwapQuote.orderQuoteId.
    • useTokenSwapOrder — token swaps through prepareOrder/submitOrder, handling the by-transaction, by-intent, and ERC-20-pre-approval quote variants.

    Each execute hook mirrors its useXSwapQuote counterpart (useSupplySwapQuoteuseSupplySwapOrder).

    Deprecate the swap-verb hooks (useSupplySwap, useBorrowSwap, useRepayWithSupply, useWithdrawSwap, useTokenSwap, useSwapStatus, useUserSwaps, useCancelSwap) in favour of their Order equivalents. They remain fully functional and will be removed in a later release.

    Add OrderTypedData to the signer TypedData union so order typed data can be signed through the viem, ethers, thirdweb, and privy adapters (previously only SwapTypedData/PermitTypedData were accepted, which also blocked signing the final leverage order).

Patch Changes

  • 9947bdc: fix: read hooks keep presenting the previous error while a re-execution after a rejected request is in flight, instead of handing a null result to selectors
  • Updated dependencies [97aaf27]
  • Updated dependencies [bd2bdf3]
  • Updated dependencies [1f0c2fd]
    • @​aave/graphql@​3.4.0
    • @​aave/client@​6.5.0

6.4.0

Minor Changes

  • 9164edd: feat: expose ReserveSummary.underlyingApy, the yield an asset earns outside the pool rate

Patch Changes

  • Updated dependencies [9164edd]
    • @​aave/graphql@​3.3.0
    • @​aave/client@​6.4.0

6.3.1

Patch Changes

  • 3850316: fix: preserve content-type and custom headers on batched GraphQL requests
  • Updated dependencies [3850316]

6.3.0

Minor Changes

... (truncated)

Commits
  • d16da08 chore: bumps package versions (#428)
  • 9947bdc fix: keep previous error during refetch so selectors never receive a null result
  • 97aaf27 feat: sync schema with staging, add OrderErc20Approval to order approvals and...
  • 258dc26 chore: merged with main
  • 5fe5781 chore: bumps package versions (#427)
  • e5a73d3 fix: await tx-based approvals, handle OrderTransactionRequest and terminal st...
  • 0f4fd0f Merge branch 'main' into feat/swap-order-rename
  • 19f8555 chore: bumps package versions (#419)
  • f2f3019 chore: bumps package versions (#417)
  • 2dde326 feat: adapt to multichain userclaimablerewards (#415)
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Sep 6, 2026
@dependabot
dependabot Bot requested a review from 0xPabloLI as a code owner September 6, 2026 10:01
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Sep 6, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/dev/aave/react-6.5.0 branch from 78364a1 to d7bc2dc Compare September 8, 2026 09:01
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/dev/aave/react-6.5.0 branch from d7bc2dc to b533ee4 Compare September 8, 2026 09:07
Bumps [@aave/react](https://github.com/aave/aave-v4-sdk/tree/HEAD/packages/react) from 4.2.0 to 6.5.0.
- [Release notes](https://github.com/aave/aave-v4-sdk/releases)
- [Changelog](https://github.com/aave/aave-v4-sdk/blob/main/packages/react/CHANGELOG.md)
- [Commits](https://github.com/aave/aave-v4-sdk/commits/@aave/react@6.5.0/packages/react)

---
updated-dependencies:
- dependency-name: "@aave/react"
  dependency-version: 6.5.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/dev/aave/react-6.5.0 branch from b533ee4 to 1233e89 Compare September 9, 2026 09:08
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 manual-review

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant