Skip to content

Commit

Permalink
build(deps): bump abitype from 1.0.7 to 1.0.8 (#1618)
Browse files Browse the repository at this point in the history
* build(deps): bump abitype from 1.0.7 to 1.0.8

Bumps [abitype](https://github.com/wevm/abitype) from 1.0.7 to 1.0.8.
- [Release notes](https://github.com/wevm/abitype/releases)
- [Commits](https://github.com/wevm/abitype/compare/[email protected]@1.0.8)

---
updated-dependencies:
- dependency-name: abitype
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* fix: fix warning

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Fabio Rigamonti <[email protected]>
  • Loading branch information
dependabot[bot] and fabiorigam authored Dec 27, 2024
1 parent cac3cde commit 1eb98f0
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion apps/sdk-vite-integration/src/components/TransferLogs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ const TransferLogs = () => {
if (Address.isValid(address) && fromBlock) {
void getHistoryFor(address);
}
}, [address, fromBlock, toBlock]);
}, [address, fromBlock, toBlock, getHistoryFor]);

return (
<main className="isolate bg-white px-6 py-24 sm:py-32 lg:px-8">
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@scure/bip39": "^1.4.0",
"@vechain/sdk-errors": "1.0.0-rc.5",
"@vechain/sdk-logging": "1.0.0-rc.5",
"abitype": "^1.0.6",
"abitype": "^1.0.8",
"ethers": "6.13.4",
"fast-json-stable-stringify": "^2.1.0",
"viem": "^2.21.54"
Expand Down
2 changes: 1 addition & 1 deletion packages/network/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@vechain/sdk-errors": "1.0.0-rc.5",
"@vechain/sdk-logging": "1.0.0-rc.5",
"@vechain/vebetterdao-contracts": "^4.1.0",
"abitype": "^1.0.6",
"abitype": "^1.0.8",
"ethers": "6.13.4",
"isomorphic-ws": "^5.0.0",
"viem": "^2.21.54",
Expand Down
7 changes: 6 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5636,11 +5636,16 @@ [email protected]:
resolved "https://registry.yarnpkg.com/abbrev/-/abbrev-1.0.9.tgz#91b4792588a7738c25f35dd6f63752a2f8776135"
integrity sha512-LEyx4aLEC3x6T0UguF6YILf+ntvmOaWsVfENmIW0E9H09vKlLDGelMjjSm0jkDHALj8A8quZ/HapKNigzwge+Q==

[email protected], abitype@^1.0.6:
[email protected]:
version "1.0.7"
resolved "https://registry.yarnpkg.com/abitype/-/abitype-1.0.7.tgz#876a0005d211e1c9132825d45bcee7b46416b284"
integrity sha512-ZfYYSktDQUwc2eduYu8C4wOs+RDPmnRYMh7zNfzeMtGGgb0U+6tLGjixUic6mXf5xKKCcgT5Qp6cv39tOARVFw==

abitype@^1.0.6, abitype@^1.0.8:
version "1.0.8"
resolved "https://registry.yarnpkg.com/abitype/-/abitype-1.0.8.tgz#3554f28b2e9d6e9f35eb59878193eabd1b9f46ba"
integrity sha512-ZeiI6h3GnW06uYDLx0etQtX/p8E24UaHHBj57RSjK7YBFe7iuVn07EDpOeP451D06sF27VOz9JJPlIKJmXgkEg==

abort-controller@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/abort-controller/-/abort-controller-3.0.0.tgz#eaf54d53b62bae4138e809ca225c8439a6efb392"
Expand Down

1 comment on commit 1eb98f0

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Test Coverage

Summary

Lines Statements Branches Functions
Coverage: 99%
99% (4371/4415) 97.55% (1399/1434) 99.01% (906/915)
Title Tests Skipped Failures Errors Time
core 836 0 πŸ’€ 0 ❌ 0 πŸ”₯ 2m 21s ⏱️
network 729 0 πŸ’€ 0 ❌ 0 πŸ”₯ 4m 58s ⏱️
errors 40 0 πŸ’€ 0 ❌ 0 πŸ”₯ 16.625s ⏱️
logging 3 0 πŸ’€ 0 ❌ 0 πŸ”₯ 17.624s ⏱️
hardhat-plugin 19 0 πŸ’€ 0 ❌ 0 πŸ”₯ 1m 4s ⏱️
aws-kms-adapter 23 0 πŸ’€ 0 ❌ 0 πŸ”₯ 1m 14s ⏱️
ethers-adapter 5 0 πŸ’€ 0 ❌ 0 πŸ”₯ 1m 13s ⏱️
rpc-proxy 37 0 πŸ’€ 0 ❌ 0 πŸ”₯ 1m 6s ⏱️

Please sign in to comment.