aave / interface

An open source interface for the decentralized liquidity protocol Aave
https://app.aave.com
Other
395 stars 335 forks source link

chore(deps): bump @paraswap/sdk from 6.2.4 to 6.7.0 #2086

Closed dependabot[bot] closed 3 weeks ago

dependabot[bot] commented 2 months ago

Bumps @paraswap/sdk from 6.2.4 to 6.7.0.

Release notes

Sourced from @​paraswap/sdk's releases.

Release 6.7.0

v6.1 API support

  • update test snaps (c6a50ff)
  • update Readme (b7abf2c)
  • regen docs (003bde0)
  • buildOrderData/fix version usage (82f0253)
  • update core lib (4c1b9e4)

Release 6.6.0

What's Changed

Full Changelog: https://github.com/paraswap/paraswap-sdk/compare/v6.5.0...v6.6.0

Release 6.5.0

  • regen docs (c521327)
  • Merge pull request #164 from paraswap/feat/buildOrder_contractTaker (ce5d73f)
  • buildOrderData/fix default condition (4162247)
  • buildOrderData({contractTaker?}) (8dc63ae)

Release 6.4.0

  • regen docs (5f05048)
  • Merge pull request #163 from paraswap/feat/apiKey_in_fetcher (fa27a04)
  • LegacySDK({apiKey?}) (134fdd5)
  • constructSimpleSDK({apiKey?}) (65f9a9b)
  • fetchers/fetch/apiKey (02ea503)
  • fetchers/axios/apiKey (cecab0a)

Release 6.3.0

  • customFetcher/disable a linter check (bcc3fb0)
  • regen docs (d614df1)
  • streamline imports (9334fa6)
  • Merge pull request #161 from mindrunner/superagent (e4ee7ac)
  • fix: proper export types (0b41bb9)
  • feat: add custom fetcher example (7711087)
  • Merge branch 'paraswap:master' into superagent (c03994b)
  • feat: Add Custom Fetcher Support to SimpleSDK Constructor (7910a43)
Commits


Dependabot compatibility score

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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
height[bot] commented 2 months ago

Link Height tasks by mentioning a task ID in the pull request title or commit messages, or description and comments with the keyword link (e.g. "Link T-123").

💡Tip: You can also use "Close T-X" to automatically close a task when the pull request is merged.

github-actions[bot] commented 2 months ago

✅ CI run has succeded! You can find tests and deployment logs at https://github.com/aave/interface/actions/runs/9343323827'

github-actions[bot] commented 2 months ago

📦 Next.js Bundle Analysis for aave-ui

This analysis was generated by the Next.js Bundle Analysis action. 🤖

⚠️ Global Bundle Size Increased

Page Size (compressed)
global 537.63 KB (🟡 +338 B)
Details

The global bundle is the javascript bundle that loads alongside every page. It is in its own category because its impact is much higher - an increase to its size means that every page on your website loads slower, and a decrease means every page loads faster.

Any third party scripts you have added directly to your app using the <script> tag are not accounted for in this analysis

If you want further insight into what is behind the changes, give @next/bundle-analyzer a try!

One Page Changed Size

The following page changed size from the code in this PR compared to its base branch:

Page Size (compressed) First Load
/governance/v3/proposal 128.84 KB (🟡 +3 B) 666.46 KB
Details

Only the gzipped size is provided here based on an expert tip.

First Load is the size of the global bundle plus the bundle for the individual page. If a user were to show up to your website and land on a given page, the first load size represents the amount of javascript that user would need to download. If next/link is used, subsequent page loads would only need to download that page's bundle (the number in the "Size" column), since the global bundle has already been downloaded.

Any third party scripts you have added directly to your app using the <script> tag are not accounted for in this analysis

Next to the size is how much the size has increased or decreased compared with the base branch of this PR. If this percentage has increased by 20% or more, there will be a red status indicator applied, indicating that special attention should be given to this.

github-actions[bot] commented 2 months ago
dependabot[bot] commented 3 weeks ago

Superseded by #2141.