Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^2.29.4
->^2.29.5
^2.0.8
->^2.1.0
^3.0.8
->^3.1.0
^1.0.12
->^1.1.0
^2.0.14
->^2.1.1
^20.19.0
->^20.19.10
^16.5.0
->^16.6.1
^11.0.2
->^11.0.3
^2.24.2
->^2.26.3
1.0.2
->1.0.4
^3.5.3
->^3.6.2
^2.0.0
->^2.1.0
^5.1.0
->^5.2.0
^29.3.4
->^29.4.1
^5.8.3
->^5.9.2
Release Notes
changesets/changesets (@changesets/cli)
v2.29.5
Compare Source
Patch Changes
#1693
6352819
Thanks @Andarist! - Fixed an issue withworkspace:^
andworkspace:~
dependency ranges not being semantically treated as, respectively,^CURRENT_VERSION
and~CURRENT_VERSION
. This led to dependent packages being, at times, bumped too often when their dependencies with those ranges were bumped.Updated dependencies [
6352819
]:nomicfoundation/hardhat (@nomicfoundation/hardhat-chai-matchers)
v2.1.0
Compare Source
v2.0.9
Compare Source
This release updates
ethers
to include its new Pectra support.Changes
d77ecab
: Update ethers to v6.14.0 with Pectra supportmotdotla/dotenv (dotenv)
v16.6.1
Compare Source
Changed
quiet
to true – hiding the runtime log message (#874)config({ quiet: true })
to suppress.require('dotenv').config()
forrequire('@​dotenvx/dotenvx').config()
.v16.6.0
Compare Source
Added
[[email protected]] injecting env (1) from .env
(#870){ quiet: true }
to suppressisaacs/node-glob (glob)
v11.0.3
Compare Source
nomiclabs/hardhat (hardhat)
v2.26.3
: Hardhat v2.26.3Compare Source
This release is a small bug fix to improve the robustness of the resolver.
Changes
5b2be3d
: Make the resolver more robust (#7073)v2.26.2
: v2.26.2Compare Source
This release is a small bug fix to stop using
undici
's global dispatcher, making Hardhat more stable across Node.js versions.Changes
11ee260
: Don't useundici
's global dispatcher, making Hardhat more stable across Node.js versions (#7118)v2.26.1
: Hardhat v2.26.1Compare Source
This release is a bug fix that fixes
micro-eth-signer
requiring on versions of Node before20.19
.Changes
896c4ea
: Revertmicro-eth-signer
to^0.14.0
to fix compatibility with earlier Node 20 versions (#7026)v2.26.0
: Hardhat v2.26.0Compare Source
This release contains some small bug fixes but as a larger change drops support for Node 18, which is now end of life, inline with Hardhat's stability guarantees.
Changes
14b3042
: Updated the minimal supported version to Node v20 (#6982)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.0
: Hardhat v2.25.0Compare Source
This release upgrades the
hardhat-gas-reporter
to v2 for newly initialized projects.Changes
94b36b0
: Upgrade hardhat-gas-reporter to v2 on both toolboxes (#6886)v2.24.3
: Hardhat v2.24.3Compare Source
This release is a small bug fix release that resolves the issue with sending ETH to testing accounts in forked networks, caused by mainnet EIP-7702 delegations on the test accounts. Now testing accounts are automatically undelegated.
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.wighawag/hardhat-deploy (hardhat-deploy)
v1.0.4
Compare Source
Patch Changes
v1.0.3
Compare Source
Patch Changes
prettier/prettier (prettier)
v3.6.2
Compare Source
diff
Markdown: Add missing blank line around code block (#17675 by @fisker)
v3.6.1
Compare Source
diff
TypeScript: Allow const without initializer (#17650, #17654 by @fisker)
Miscellaneous: Avoid closing files multiple times (#17665 by @43081j)
When reading a file to infer the interpreter from a shebang, we use the
n-readlines
library to read the first line in order to get the shebang.This library closes files when it reaches EOF, and we later try close the same
files again. We now close files only if
n-readlines
did not already closethem.
v3.6.0
Compare Source
diff
🔗 Release Notes
prettier-solidity/prettier-plugin-solidity (prettier-plugin-solidity)
v2.1.0
Compare Source
What's Changed
API Changes
compiler
option is provided. by @Janther in https://github.com/prettier-solidity/prettier-plugin-solidity/pull/1158 and https://github.com/prettier-solidity/prettier-plugin-solidity/pull/1175Format Changes
Breaking Changes
New Contributors
Full Changelog: prettier-solidity/prettier-plugin-solidity@v2.0.0...v2.1.0
protofire/solhint (solhint)
v5.2.0
Compare Source
Fixed
imports-order
interference withno-unused-imports
- #684Added
cache
flag allowing to skip already evaluated files if no error was thrown and file did not change - #685Thanks to @smol-ninja - @PaulRBerg @lechpzn, @otc-png, @MamunC0der, @kks-code, @RidaMichofi
For making the time of proposing rules, pointing out typos, broken links, unused code, copyright, small reviews, etc. We really appreciate your contributions!
kulshekhar/ts-jest (ts-jest)
v29.4.1
Compare Source
v29.4.0
Compare Source
Features
microsoft/TypeScript (typescript)
v5.9.2
Compare Source
Configuration
📅 Schedule: Branch creation - "before 10am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, 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.