Skip to content

chore(deps): bump tar, @0x/subproviders, ethereum-waffle and @nomiclabs/hardhat-waffle#68

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/multi-738c41966c
Open

chore(deps): bump tar, @0x/subproviders, ethereum-waffle and @nomiclabs/hardhat-waffle#68
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/multi-738c41966c

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Mar 5, 2026

Removes tar. It's no longer used after updating ancestor dependencies tar, @0x/subproviders, ethereum-waffle and @nomiclabs/hardhat-waffle. These dependencies need to be updated together.

Removes tar

Updates @0x/subproviders from 6.0.8 to 8.0.1

Release notes

Sourced from @​0x/subproviders's releases.

tools - c33f74a

No release notes provided.

tools - 8c79268

No release notes provided.

tools - 38f717a

No release notes provided.

tools - aad2bd4

@​0x/base-contract@​7.0.0

  • Update downstream dependencies to latest versions (#64)

@​0x/dev-utils@​5.0.0

  • Update Ganache to 7.x (#64)

@​0x/subproviders@​7.0.0

  • Update Ganache to 7.x (#64)
  • Change to Ledger TransportWebUSB over TransportU2F (#64)

@​0x/utils@​7.0.0

  • Updated to Ganache 7.x modifying the support for Ganache revert errors (#65)

@​0x/web3-wrapper@​8.0.0

  • Remove ganache specific eth_signTypedData as JSON string (#65)
  • Detect new structure for Ganache errors (#65)

tools - 0787b82

@​0x/abi-gen@​5.8.0

  • Handle potentially missing linkReferences in 0.8 (#62)

@​0x/base-contract@​6.5.0

  • Handle potentially missing linkReferences in generated artifacts (#62)

ethereum-types@3.7.0

  • Make compiler artifact linkReferences optional (#62)

tools - 41976dd

@​0x/sol-compiler@​4.8.0

  • Fix 0.8 support (#61)

@​0x/sol-tracing-utils@​7.3.0

  • Update deps (#61)

... (truncated)

Changelog

Sourced from @​0x/subproviders's changelog.

v8.0.1 - April 7, 2023

* Dependencies updated

v8.0.0 - Invalid date

* Remove subproviders except for private key, empty wallet, ganache, mnemonic, and RPC

v7.0.1 - January 26, 2023

* Dependencies updated

v7.0.0 - August 18, 2022

* Update Ganache to 7.x ([#64](https://github.com/0xProject/tools/tree/HEAD/subproviders/issues/64))
* Change to Ledger `TransportWebUSB` over `TransportU2F` ([#64](https://github.com/0xProject/tools/tree/HEAD/subproviders/issues/64))

v6.6.5 - March 16, 2022

* Dependencies updated

v6.6.4 - March 16, 2022

* Dependencies updated

v6.6.3 - February 26, 2022

* Dependencies updated

v6.6.2 - January 19, 2022

* Dependencies updated

v6.6.1 - September 23, 2021

* Dependencies updated

v6.6.0 - August 25, 2021

* Add fee market (1559) support to private key and mnemonic wallet ([#45](https://github.com/0xProject/tools/tree/HEAD/subproviders/issues/45))

v6.5.4 - June 28, 2021

* Dependencies updated

v6.5.3 - April 28, 2021

* Dependencies updated

v6.5.2 - April 26, 2021

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by tobernguyen, a new releaser for @​0x/subproviders since your current version.

Install script changes

This version modifies postinstall script that runs during installation. Review the package contents before updating.


Updates ethereum-waffle from 3.4.0 to 4.0.10

Release notes

Sourced from ethereum-waffle's releases.

ethereum-waffle@4.0.10

Patch Changes

  • Updated dependencies [4d83cde]
    • @​ethereum-waffle/mock-contract@​4.0.4
    • @​ethereum-waffle/chai@​4.0.10
    • @​ethereum-waffle/compiler@​4.0.3

ethereum-waffle@4.0.9

Patch Changes

  • Updated dependencies [216f1d8]
    • @​ethereum-waffle/chai@​4.0.9
    • @​ethereum-waffle/compiler@​4.0.3
    • @​ethereum-waffle/mock-contract@​4.0.3

ethereum-waffle@4.0.8

Patch Changes

  • f93abe9: Move call history injection logic to hardhat plugin
  • a0f721a: Move ethers to peer deps
  • Updated dependencies [da92375]
  • Updated dependencies [f93abe9]
  • Updated dependencies [46b954e]
  • Updated dependencies [9602243]
  • Updated dependencies [fb6863d]
  • Updated dependencies [b54c6b9]
  • Updated dependencies [64707ae]
  • Updated dependencies [1fa1312]
  • Updated dependencies [ee1d1b8]
  • Updated dependencies [702c6ab]
  • Updated dependencies [a0f721a]
  • Updated dependencies [f6d240e]
    • @​ethereum-waffle/mock-contract@​4.0.3
    • @​ethereum-waffle/chai@​4.0.8
    • @​ethereum-waffle/provider@​4.0.5
    • @​ethereum-waffle/compiler@​4.0.3

ethereum-waffle@4.0.7

Patch Changes

  • Updated dependencies [307f726]
    • @​ethereum-waffle/chai@​4.0.7
    • @​ethereum-waffle/compiler@​4.0.2
    • @​ethereum-waffle/mock-contract@​4.0.2

ethereum-waffle@4.0.6

Patch Changes

  • Updated dependencies [8e41d38]

... (truncated)

Commits

Updates @nomiclabs/hardhat-waffle from 2.0.3 to 2.0.6

Release notes

Sourced from @​nomiclabs/hardhat-waffle's releases.

@​nomiclabs/hardaht-waffle v2.0.5 released

This is the first version of the plugin published in collaboration with the TrueFi team, the maintainers of Waffle 🚀

We moved this plugin to its own repository, cleaned it up in the process, and implemented some small improvements.

Changes

  • c5b5c29: Introduce skipEstimateGas and injectCallHistory fields to hardhat config
Changelog

Sourced from @​nomiclabs/hardhat-waffle's changelog.

2.0.6

Patch Changes

  • 7926cc9: Support Waffle ^4.0.8

2.0.5

Patch Changes

  • 36441d8: Add hardhat chai matchers incompatibility check
  • c5b5c29: Introduce skipEstimateGas and injectCallHistory fields to hardhat config
Commits

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 show <dependency name> 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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

…bs/hardhat-waffle

Removes [tar](https://github.com/isaacs/node-tar). It's no longer used after updating ancestor dependencies [tar](https://github.com/isaacs/node-tar), [@0x/subproviders](https://github.com/0xProject/tools/tree/HEAD/subproviders), [ethereum-waffle](https://github.com/EthWorks/Waffle) and [@nomiclabs/hardhat-waffle](https://github.com/NomicFoundation/hardhat-waffle). These dependencies need to be updated together.


Removes `tar`

Updates `@0x/subproviders` from 6.0.8 to 8.0.1
- [Release notes](https://github.com/0xProject/tools/releases)
- [Changelog](https://github.com/0xProject/tools/blob/development/subproviders/CHANGELOG.md)
- [Commits](https://github.com/0xProject/tools/commits/@0x/subproviders@8.0.1/subproviders)

Updates `ethereum-waffle` from 3.4.0 to 4.0.10
- [Release notes](https://github.com/EthWorks/Waffle/releases)
- [Commits](https://github.com/EthWorks/Waffle/compare/ethereum-waffle@3.4.0...ethereum-waffle@4.0.10)

Updates `@nomiclabs/hardhat-waffle` from 2.0.3 to 2.0.6
- [Release notes](https://github.com/NomicFoundation/hardhat-waffle/releases)
- [Changelog](https://github.com/NomicFoundation/hardhat-waffle/blob/main/CHANGELOG.md)
- [Commits](https://github.com/NomicFoundation/hardhat-waffle/commits)

---
updated-dependencies:
- dependency-name: tar
  dependency-version: 
  dependency-type: indirect
- dependency-name: "@0x/subproviders"
  dependency-version: 8.0.1
  dependency-type: direct:production
- dependency-name: ethereum-waffle
  dependency-version: 4.0.10
  dependency-type: direct:production
- dependency-name: "@nomiclabs/hardhat-waffle"
  dependency-version: 2.0.6
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Mar 5, 2026
Copy link
Copy Markdown

@R2D2-im R2D2-im left a comment

Choose a reason for hiding this comment

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

Review Summary

Overall: 🟡 Approve with suggestions

这是一个比普通 dependabot 更“重”的工具链升级:

  • @0x/subproviders 6.0.8 -> 8.0.1
  • ethereum-waffle 3.4.0 -> 4.0.10
  • @nomiclabs/hardhat-waffle 2.0.1 -> 2.0.6

Findings

  1. 🟡 Major — Compatibility — 这里包含多组跨 major 的 EVM 测试栈升级,lockfile 变化非常大。虽然没有业务代码变更,但这类升级可能影响:provider 行为、test helpers、peer dependency 组合,以及 Hardhat 周边插件兼容性。建议 merge 前至少确认一轮完整的 compile + test。

  2. 🟢 Minor — CI / Tooling — CI 日志里已经出现 @nomicfoundation/edr-* 对 Node >=20EBADENGINE warning,而当前 workflow 仍跑在 Node 16。虽然这次失败的直接原因是 ALCHEMY_TOKEN 401,不是编译挂掉,但这说明工具链已经开始偏离当前 CI runtime。建议后续把 CI Node version 一并升级,或者明确 pin 在仍兼容 Node 16 的依赖组合。

  3. 🟢 Minor — Security — 依赖升级本身是正向的,尤其能把一些过旧的 transitive packages 往上带。

  4. 💭 Nit — Observability — 这类大 lockfile 变更如果能在 PR description 标注“仅依赖升级、无源码改动、CI 关注点是什么”,后续排查会轻松很多。

整体可以继续推进,但它更像一次工具链演进,不建议当成纯 patch bump 直接无脑合并。


Reviewed by R2D2 🤖 (claude-opus-4-6)

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant