Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 30, 2025

This PR contains the following updates:

Package Type Update Change Pending Age Confidence
@matterlabs/hardhat-zksync (source) devDependencies pin ^1.6.11.3.0 age confidence
@matterlabs/hardhat-zksync (source) devDependencies pin ^1.6.11.6.2 age confidence
@matterlabs/zksync-contracts (source) devDependencies pin ^28.0.128.0.1 age confidence
@matterlabs/zksync-contracts (source) devDependencies pin ^28.0.128.0.1 age confidence
@matterlabs/zksync-contracts (source) devDependencies pin ^28.0.128.0.1 age confidence
@matterlabs/zksync-contracts (source) devDependencies pin ^29.0.029.0.0 age confidence
@nomicfoundation/hardhat-chai-matchers (source) devDependencies pin ^2.0.82.1.0 age confidence
@nomicfoundation/hardhat-ethers (source) devDependencies pin ^3.0.83.0.8 age confidence
@nomicfoundation/hardhat-ignition (source) devDependencies pin ^3.0.03.0.7 age confidence
@nomicfoundation/hardhat-keystore (source) devDependencies pin ^3.0.13.0.4 age confidence
@nomicfoundation/hardhat-toolbox (source) devDependencies pin ^5.0.05.0.0 age confidence
@nomicfoundation/hardhat-toolbox-mocha-ethers (source) devDependencies pin ^3.0.03.0.2 age confidence
@nomicfoundation/hardhat-toolbox-viem (source) devDependencies pin ^5.0.05.0.2 age confidence
@nomicfoundation/hardhat-verify (source) devDependencies pin ^2.0.92.0.12 age confidence
@nomicfoundation/hardhat-verify (source) devDependencies pin ^2.0.132.1.3 age confidence
@nomicfoundation/hardhat-verify (source) devDependencies pin ^2.0.92.1.3 age confidence
@openzeppelin/contracts (source) devDependencies pin ^5.3.05.4.0 age confidence
@openzeppelin/contracts (source) devDependencies pin ^5.4.05.4.0 age confidence
@openzeppelin/contracts (source) devDependencies pin ^5.1.05.4.0 age confidence
@typechain/hardhat devDependencies pin ^9.1.09.1.0 age confidence
dutterbutter/anvil-zksync-action action pinDigest 9fdd10a
hardhat (source) devDependencies pin ^2.22.172.22.18 age confidence
hardhat (source) devDependencies pin ^2.22.182.22.18 age confidence
hardhat (source) devDependencies pin ^2.24.02.28.5 age confidence
hardhat (source) devDependencies pin ^2.25.02.28.5 age confidence
hardhat (source) devDependencies pin ^3.0.13.1.7 age confidence
hardhat (source) devDependencies pin ^2.22.172.28.5 age confidence
hardhat (source) devDependencies minor 2.22.122.28.4 2.28.5 age confidence
zksync-ethers (source) dependencies minor 5.9.25.11.1 age confidence
zksync-ethers (source) devDependencies pin ^6.15.36.15.4 age confidence
zksync-ethers (source) devDependencies pin ^6.17.06.21.1 age confidence
zksync-ethers (source) devDependencies pin ^6.21.06.21.1 age confidence
zksync-ethers (source) devDependencies pin ^6.15.36.21.1 age confidence
zksync-ethers (source) devDependencies minor 6.13.06.21.1 age confidence
zksync-sso devDependencies pin ^0.0.0-beta.80.0.0-beta.14 age confidence

⚠️ Renovate's pin functionality does not currently wire in the release age for a package, so the Minimum Release Age checks can apply. You will need to manually validate the Minimum Release Age for these package(s).

Add the preset :preserveSemverRanges to your config if you don't want to pin your dependencies.


Release Notes

matter-labs/zksync-contracts (@​matterlabs/zksync-contracts)

v28.0.1

Compare Source

Bug Fixes

v28.0.0

Compare Source

Features
Miscellaneous Chores
NomicFoundation/hardhat (hardhat)

v2.28.4: Hardhat v2.28.4

Compare Source

This release is a small bug fix to allow hardhat_reset to switch from local to forking mode.

Changes
  • 32f29d6: Fixed bug in hardhat_reset when switching from local to fork mode (#​7834)

💡 The Nomic Foundation is hiring! Check our open positions.


v2.28.3: Hardhat v2.28.3

Compare Source

This release increases the block gas limit to 60,000,000.

Patch Changes

💡 The Nomic Foundation is hiring! Check our open positions.


v2.28.2: Hardhat v2.28.2

Compare Source

This release adds support for Solidity 0.8.32 and 0.8.33.

Patch Changes

💡 The Nomic Foundation is hiring! Check our open positions.


v2.28.1: Hardhat v2.28.1

Compare Source

This release adds support for Solidity 0.8.31.

Changes

💡 The Nomic Foundation is hiring! Check our open positions.


v2.28.0: Hardhat v2.28.0

Compare Source

This release sets osaka as the default hardfork for local Hardhat networks. It includes changes to defaults for gas limits to match Osaka's new transaction gas limit.

Changes

💡 The Nomic Foundation is hiring! Check our open positions.


v2.27.2: Hardhat v2.27.2

Compare Source

This release is a small bug fix to allow downloading of solc version 0.8.31.

Changes
  • Fixed the download of solc, which broke for v0.8.31 (#​7761)

💡 The Nomic Foundation is hiring! Check our open positions.


v2.27.1: Hardhat v2.27.1

Compare Source

This release adds support for the Fusaka hardfork.

Changes
  • 722eabf: Bumped EDR version to 0.12.0-next.16
    • Added support for Osaka hardfork
    • Added full support for OP stack Isthmus hardfork

💡 The Nomic Foundation is hiring! Check our open positions.


v2.27.0: Hardhat v2.27.0

Compare Source

This release integrates the latest EDR (version 0.12.0-next.7) into Hardhat 2.

Changes

💡 The Nomic Foundation is hiring! Check our open positions.


v2.26.5: Hardhat v2.26.5

Compare Source

This release is a small bug fix to improve compilation in the presence of a malformed solidity-files-cache.

Changes
  • f886268: Ignore malformed solidity-files-cache so compilation keeps running while logging the issue in debug, thanks @​iosh (#​6489)

💡 The Nomic Foundation is hiring! Check our open positions.


v2.26.4: v2.26.4

Compare Source

This is a small release that includes solc version support for 0.8.30 along with other bug fixes.

Changes
  • e5ff273: Fix to be explicit that execFile should pass stdout/stderr as strings (#​7333)
  • 5655ebb: Update latest supported solc version to 0.8.30 (#​7365)
  • 9d10226: Links in the code and READMEs updated to point to the Hardhat 2 documentation and resources

💡 The Nomic Foundation is hiring! Check our open positions.


v2.26.3

Compare Source

Patch Changes

v2.26.2

Compare Source

Patch Changes
  • 11ee260: Don't use undici's global dispatcher, making Hardhat more stable across Node.js versions

v2.26.1

Compare Source

Patch Changes
  • 896c4ea: Revert micro-eth-signer to ^0.14.0 to fix compatibility with earlier Node 20 versions (#​7026)

v2.26.0

Compare Source

Minor Changes
Patch Changes
  • 69acece: Upgraded EDR to v0.11.3 which includes:
    • fixes for stack trace generation and RIP-7212 support.
    • Removed copying of account code for provider accounts in forked networks. Code was previously ignored for default accounts only, now also for user accounts.
  • 84fff85: Remove unneeded type dependencies, thanks @​reallesee (#​6990)
  • e139cf3: Update the version of micro-eth-signer (#​6950)

v2.25.0

Compare Source

Minor Changes

v2.24.3

Compare Source

Patch Changes
  • 6be5c13: Upgraded EDR to v0.11.1, which fixed a bug when sending ETH to the testing accounts in forked networks. Now testing accounts are automatically undelegated.

v2.24.2

Compare Source

Patch Changes
  • 2bbb705: Wrap eth_accounts usage on http provider to handle method deprecation (#​6632)

v2.24.1

Compare Source

Patch Changes
  • 9b75f5d: Fix a few potential errors that could happen when compiling Solidity in a subprocess
  • a8ad44c: Added support for Node v24.

v2.24.0

Compare Source

Minor Changes
  • 82feaae: Set prague as the default hardfork in Hardhat network
Patch Changes
  • a7aa6d6: Upgraded EDR to v0.11.0:
    • Replaced const enums with non-const enums in *.d.ts files
  • 2ab8103: Relax validations for transaction signing introduced in the previous version by disabling strict mode in Transaction.prepare.
  • 67f1e95: Support chainId values above 2^32 - 1 for local account transactions

v2.23.0

Compare Source

Minor Changes
  • aa09462: Add support for the Prague hardfork
Patch Changes
  • a5419a7: Use npm_config_user_agent to determine what package manager to use for project creation
  • 4ad0bc0: Upgraded EDR to v0.9.0:
    • Added support for the Prague hardfork
  • 9d6f713: Upgraded EDR to v0.10.0:
    • Add Prague hardfork to the list of supported SpecIds
  • b61cdd8: Add hardfork activation history for avalanche network
  • 2f27ee8: Display configurable banner on project creation and task execution

v2.22.19

Compare Source

Patch Changes
  • 5d79fca: Fix heuristic to detect that an ESM project doesn't have a Hardhat config with an explicit .cjs extension.
  • 00d542a: Update EDR to v0.8.0:
    • fix: improved provider initialization performance
    • fix: ignore unknown opcodes in source maps
    • fix: crash when loading EDR on Windows without a C Runtime library installed
    • fix: improved stack trace generation performance

v2.22.18

Compare Source

Patch Changes
  • 25f45b0: Improve solidity stack traces performance by getting them from the EDR response
  • 0e5c8d7: Restored the message linking to the 2024 solidity survey

v2.22.17

Compare Source

Patch Changes
  • c6efe1d: fix: don't panic when a precompile errors
  • 56d127b: Make totalDifficulty field optional, as spec has changed.
  • e47b495: Added support for solc versions 0.8.28
  • 9ad82f5: Added an optional --output param to the flatten task

v2.22.16

Compare Source

Patch Changes
  • fcece65: Replaced chalk with picocolors, glob with tinyglob, and upgraded find-up

v2.22.15

Compare Source

Patch Changes
  • ede1cde: Fixed custom HTTP headers for forked configurations

v2.22.14

Compare Source

Patch Changes
  • 09ead48: Fixed error when remote nodes are not returning total difficulty from the eth.getBlock RPC API, by adding fallback value

v2.22.13

Compare Source

Patch Changes
  • bf92f4c: Fixed more bugs in the newly ported Solidity tracing logic
  • 3df95d3: Remove support for console.log selectors that wrongly use "(u)int" type aliases in the selector calculation
  • 4c1bcfc: Fixed minor bugs in the newly ported Solidity tracing logic
zksync-sdk/zksync-ethers (zksync-ethers)

v5.11.1

Compare Source

Bug Fixes

v5.11.0

Compare Source

Features

v5.10.0

Compare Source

Features
  • provider: add support for provider legacy fetcher (a658267)

Configuration

📅 Schedule: Branch creation - "before 5am on monday" in timezone Europe/London, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner March 30, 2025 23:06
@github-actions
Copy link

github-actions bot commented Mar 30, 2025

Visit the preview URL for this PR (updated for commit aa3dd97):

https://community-cookbook-staging--pr124-renovate-web3-deps-ow9b4phx.web.app

(expires Tue, 17 Feb 2026 12:49:51 GMT)

🔥 via Firebase Hosting GitHub Action 🌎

Sign: 1b876338aafcf55b4a02f1877984e116731756b1

@renovate renovate bot force-pushed the renovate/web3-deps branch 4 times, most recently from b007423 to e479107 Compare April 2, 2025 02:12
@renovate renovate bot force-pushed the renovate/web3-deps branch 5 times, most recently from e259036 to 91f6f2a Compare April 10, 2025 22:05
@renovate renovate bot force-pushed the renovate/web3-deps branch from 91f6f2a to b1f6f6d Compare April 24, 2025 06:13
@renovate renovate bot force-pushed the renovate/web3-deps branch 3 times, most recently from 441a5b4 to 8788e98 Compare May 13, 2025 11:45
@renovate renovate bot force-pushed the renovate/web3-deps branch 2 times, most recently from ce988fc to 17dede5 Compare May 19, 2025 18:16
@renovate renovate bot force-pushed the renovate/web3-deps branch from 17dede5 to 076368a Compare May 26, 2025 23:03
@renovate
Copy link
Contributor Author

renovate bot commented May 26, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: code/cross-chain-governance/L1-governance/package-lock.json
npm warn Unknown env config "store". This will stop working in the next major version of npm.
npm error code ERESOLVE
npm error ERESOLVE unable to resolve dependency tree
npm error
npm error While resolving: hardhat-project@undefined
npm error Found: @nomicfoundation/[email protected]
npm error node_modules/@nomicfoundation/hardhat-ethers
npm error   dev @nomicfoundation/hardhat-ethers@"3.0.8" from the root project
npm error   peer @nomicfoundation/hardhat-ethers@"^3.0.0" from @nomicfoundation/[email protected]
npm error   node_modules/@nomicfoundation/hardhat-toolbox
npm error     dev @nomicfoundation/hardhat-toolbox@"5.0.0" from the root project
npm error
npm error Could not resolve dependency:
npm error peer @nomicfoundation/hardhat-ethers@"^3.1.0" from @nomicfoundation/[email protected]
npm error node_modules/@nomicfoundation/hardhat-chai-matchers
npm error   peer @nomicfoundation/hardhat-chai-matchers@"^2.0.0" from @nomicfoundation/[email protected]
npm error   node_modules/@nomicfoundation/hardhat-toolbox
npm error     dev @nomicfoundation/hardhat-toolbox@"5.0.0" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /runner/cache/others/npm/_logs/2026-02-10T12_47_11_756Z-eresolve-report.txt
npm error A complete log of this run can be found in: /runner/cache/others/npm/_logs/2026-02-10T12_47_11_756Z-debug-0.log

@renovate renovate bot force-pushed the renovate/web3-deps branch 2 times, most recently from 5b7a583 to 57fd989 Compare June 4, 2025 06:26
@renovate renovate bot force-pushed the renovate/web3-deps branch 3 times, most recently from b5cc0ad to 941f219 Compare June 9, 2025 21:42
@renovate renovate bot force-pushed the renovate/web3-deps branch 5 times, most recently from 44ecef9 to aef4aba Compare June 17, 2025 17:37
@renovate renovate bot force-pushed the renovate/web3-deps branch from aef4aba to 1cf1a00 Compare June 22, 2025 14:10
@renovate renovate bot force-pushed the renovate/web3-deps branch from 6e0acd8 to b75c326 Compare November 18, 2025 22:47
@renovate renovate bot force-pushed the renovate/web3-deps branch 4 times, most recently from 33ea3a9 to ed02ec9 Compare December 3, 2025 19:58
@renovate renovate bot force-pushed the renovate/web3-deps branch 4 times, most recently from c345675 to e162157 Compare December 15, 2025 13:47
@renovate renovate bot force-pushed the renovate/web3-deps branch 3 times, most recently from 9eafec5 to afabf6e Compare December 23, 2025 15:11
@renovate renovate bot force-pushed the renovate/web3-deps branch 4 times, most recently from a5e2eff to 2dce770 Compare January 2, 2026 13:46
@renovate renovate bot force-pushed the renovate/web3-deps branch 3 times, most recently from 9592bef to 9c39864 Compare January 14, 2026 21:31
@renovate renovate bot force-pushed the renovate/web3-deps branch 2 times, most recently from 38998a8 to a7a8a44 Compare January 23, 2026 19:40
@renovate renovate bot force-pushed the renovate/web3-deps branch 5 times, most recently from 4eff2d0 to e284464 Compare February 2, 2026 19:08
@renovate renovate bot force-pushed the renovate/web3-deps branch 2 times, most recently from 51f09e9 to 0440ed5 Compare February 9, 2026 21:17
@renovate renovate bot force-pushed the renovate/web3-deps branch from 0440ed5 to aa3dd97 Compare February 10, 2026 12:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants