-
Notifications
You must be signed in to change notification settings - Fork 17
chore(deps): pin dependencies #124
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
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 |
b007423 to
e479107
Compare
e259036 to
91f6f2a
Compare
91f6f2a to
b1f6f6d
Compare
441a5b4 to
8788e98
Compare
ce988fc to
17dede5
Compare
17dede5 to
076368a
Compare
|
5b7a583 to
57fd989
Compare
b5cc0ad to
941f219
Compare
44ecef9 to
aef4aba
Compare
aef4aba to
1cf1a00
Compare
6e0acd8 to
b75c326
Compare
33ea3a9 to
ed02ec9
Compare
c345675 to
e162157
Compare
9eafec5 to
afabf6e
Compare
a5e2eff to
2dce770
Compare
9592bef to
9c39864
Compare
38998a8 to
a7a8a44
Compare
4eff2d0 to
e284464
Compare
51f09e9 to
0440ed5
Compare
0440ed5 to
aa3dd97
Compare
This PR contains the following updates:
^1.6.1→1.3.0^1.6.1→1.6.2^28.0.1→28.0.1^28.0.1→28.0.1^28.0.1→28.0.1^29.0.0→29.0.0^2.0.8→2.1.0^3.0.8→3.0.8^3.0.0→3.0.7^3.0.1→3.0.4^5.0.0→5.0.0^3.0.0→3.0.2^5.0.0→5.0.2^2.0.9→2.0.12^2.0.13→2.1.3^2.0.9→2.1.3^5.3.0→5.4.0^5.4.0→5.4.0^5.1.0→5.4.0^9.1.0→9.1.09fdd10a^2.22.17→2.22.18^2.22.18→2.22.18^2.24.0→2.28.5^2.25.0→2.28.5^3.0.1→3.1.7^2.22.17→2.28.52.22.12→2.28.42.28.55.9.2→5.11.1^6.15.3→6.15.4^6.17.0→6.21.1^6.21.0→6.21.1^6.15.3→6.21.16.13.0→6.21.1^0.0.0-beta.8→0.0.0-beta.14Add the preset
:preserveSemverRangesto your config if you don't want to pin your dependencies.Release Notes
matter-labs/zksync-contracts (@matterlabs/zksync-contracts)
v28.0.1Compare Source
Bug Fixes
v28.0.0Compare Source
Features
Miscellaneous Chores
NomicFoundation/hardhat (hardhat)
v2.28.4: Hardhat v2.28.4Compare Source
This release is a small bug fix to allow
hardhat_resetto switch from local to forking mode.Changes
32f29d6: Fixed bug inhardhat_resetwhen switching from local to fork mode (#7834)v2.28.3: Hardhat v2.28.3Compare Source
This release increases the block gas limit to 60,000,000.
Patch Changes
494b2c2: Bumped EDR version to0.12.0-next.22.b5a7b75: Added an API that reports the latest supported Solidity version for source instrumentation893277f: Increase the default block gas limit per EIP-7935. Thanks @Amxx! (#7776)v2.28.2: Hardhat v2.28.2Compare Source
This release adds support for Solidity
0.8.32and0.8.33.Patch Changes
e6ddffc: Bumped EDR version to0.12.0-next.21.34e1ab4: Updated base mainnet eip1559 parameters after SystemConfig update on 2025-12-182272bc0: Fixed excess_blob_gas calculation after Osaka44e779c: Added function-level configuration overrides for Solidity testsb5ad15c: Added support for instrumentation of Solidity0.8.32and0.8.33v2.28.1: Hardhat v2.28.1Compare Source
This release adds support for Solidity
0.8.31.Changes
c5a9e7c: Bumped EDR version to0.12.0-next.19.v2.28.0: Hardhat v2.28.0Compare Source
This release sets
osakaas the default hardfork for local Hardhat networks. It includes changes to defaults for gas limits to match Osaka's new transaction gas limit.Changes
6f50b84: Changed default L1 hardfork toosaka(@nomicfoundation/[email protected])c69b99d: Update default gas limit to take into accountosakatransaction limit (#7751)a7e4215: Updatesolidity-coverageminimum version to include Osaka changes6f50b84: Changed default OP stack hardfork toisthmus(@nomicfoundation/[email protected])6f50b84: Fixed default transaction gas limit for post-Osaka hardforks in OP stack and generic chains (@nomicfoundation/[email protected])v2.27.2: Hardhat v2.27.2Compare Source
This release is a small bug fix to allow downloading of solc version
0.8.31.Changes
v2.27.1: Hardhat v2.27.1Compare Source
This release adds support for the Fusaka hardfork.
Changes
722eabf: Bumped EDR version to0.12.0-next.16v2.27.0: Hardhat v2.27.0Compare Source
This release integrates the latest EDR (version
0.12.0-next.7) into Hardhat 2.Changes
57c509d: Upgraded EDR to v0.12.0-next.7:57c509d: Removed support for pre-Byzantium root field from RPC receiptsv2.26.5: Hardhat v2.26.5Compare 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)v2.26.4: v2.26.4Compare Source
This is a small release that includes
solcversion support for0.8.30along 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 resourcesv2.26.3Compare Source
Patch Changes
5b2be3d: Make the resolver more robust (#7073)v2.26.2Compare Source
Patch Changes
11ee260: Don't useundici's global dispatcher, making Hardhat more stable across Node.js versionsv2.26.1Compare Source
Patch Changes
896c4ea: Revertmicro-eth-signerto^0.14.0to fix compatibility with earlier Node 20 versions (#7026)v2.26.0Compare Source
Minor Changes
14b3042: Updated the minimal supported version of Node to v20 (#6982)Patch Changes
69acece: Upgraded EDR to v0.11.3 which includes:84fff85: Remove unneeded type dependencies, thanks @reallesee (#6990)e139cf3: Update the version of micro-eth-signer (#6950)v2.25.0Compare Source
Minor Changes
94b36b0: Upgrade hardhat-gas-reporter to v2 on both toolboxes (#6886)v2.24.3Compare 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.2Compare Source
Patch Changes
2bbb705: Wrap eth_accounts usage on http provider to handle method deprecation (#6632)v2.24.1Compare Source
Patch Changes
9b75f5d: Fix a few potential errors that could happen when compiling Solidity in a subprocessa8ad44c: Added support for Node v24.v2.24.0Compare Source
Minor Changes
82feaae: Set prague as the default hardfork in Hardhat networkPatch Changes
a7aa6d6: Upgraded EDR to v0.11.0:2ab8103: Relax validations for transaction signing introduced in the previous version by disabling strict mode inTransaction.prepare.67f1e95: Support chainId values above 2^32 - 1 for local account transactionsv2.23.0Compare Source
Minor Changes
aa09462: Add support for the Prague hardforkPatch Changes
a5419a7: Usenpm_config_user_agentto determine what package manager to use for project creation4ad0bc0: Upgraded EDR to v0.9.0:9d6f713: Upgraded EDR to v0.10.0:SpecIdsb61cdd8: Add hardfork activation history for avalanche network2f27ee8: Display configurable banner on project creation and task executionv2.22.19Compare Source
Patch Changes
5d79fca: Fix heuristic to detect that an ESM project doesn't have a Hardhat config with an explicit.cjsextension.00d542a: Update EDR tov0.8.0:v2.22.18Compare Source
Patch Changes
25f45b0: Improve solidity stack traces performance by getting them from the EDR response0e5c8d7: Restored the message linking to the 2024 solidity surveyv2.22.17Compare Source
Patch Changes
c6efe1d: fix: don't panic when a precompile errors56d127b: Make totalDifficulty field optional, as spec has changed.e47b495: Added support for solc versions 0.8.289ad82f5: Added an optional--outputparam to the flatten taskv2.22.16Compare Source
Patch Changes
fcece65: Replacedchalkwithpicocolors,globwithtinyglob, and upgradedfind-upv2.22.15Compare Source
Patch Changes
ede1cde: Fixed custom HTTP headers for forked configurationsv2.22.14Compare Source
Patch Changes
09ead48: Fixed error when remote nodes are not returning total difficulty from the eth.getBlock RPC API, by adding fallback valuev2.22.13Compare Source
Patch Changes
bf92f4c: Fixed more bugs in the newly ported Solidity tracing logic3df95d3: Remove support forconsole.logselectors that wrongly use "(u)int" type aliases in the selector calculation4c1bcfc: Fixed minor bugs in the newly ported Solidity tracing logiczksync-sdk/zksync-ethers (zksync-ethers)
v5.11.1Compare Source
Bug Fixes
v5.11.0Compare Source
Features
v5.10.0Compare Source
Features
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.
This PR was generated by Mend Renovate. View the repository job log.