Open
Conversation
a7a0bea to
70627f5
Compare
fc42695 to
b21d20e
Compare
b21d20e to
bd34a9e
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.8→^2.30.0^2.28.4→^2.28.6^30.2.0→^30.3.0^0.1.3→^0.1.4^2.2.1→^2.3.1Release Notes
changesets/changesets (@changesets/cli)
v2.30.0Compare Source
NomicFoundation/hardhat (hardhat)
v2.28.6: Hardhat v2.28.6Compare Source
This release is a small bug fix for an issue affecting
hardhat-tracerafter ahardhat_reset.Changes
f6d5437: Fixed an issue affecting the hardhat-tracer community plugin causing traces to stop being reported after callinghardhat_reset(#7918)v2.28.5: Hardhat v2.28.5Compare Source
This release is a small enhancement adding
eth_getProofas a JSON-RPC method.Changes
6e1f27c: Added support foreth_getProofas a JSON-RPC method (#7933)jestjs/jest (jest)
v30.3.0Compare Source
Features
[jest-config]AdddefineConfigandmergeConfighelpers for type-safe Jest config (#15844)[jest-fake-timers]AddsetTimerTickModeto configure how timers advance[*]Reduce token usage when run through LLMs (3f17932)Fixes
[jest-config]Keep CLI coverage output when using--jsonwith--outputFile(#15918)[jest-mock]UseSymbolfrom test environment (#15858)[jest-reporters]Fix issue where console output not displayed for GHA reporter even withsilent: falseoption (#15864)[jest-runtime]Fix issue where user cannot utilize dynamic import despite specifying--experimental-vm-modulesNode option (#15842)[jest-test-sequencer]Fix issue where failed tests due to compilation errors not getting re-executed even with--onlyFailuresCLI option (#15851)[jest-util]Make sureprocess.features.require_moduleisfalse(#15867)Chore & Maintenance
[*]Replace remaining micromatch uses with picomatch[deps]Update to sinon/fake-timers v15[docs]Update V30 migration guide to notify users onjest.mock()work with case-sensitive path (#15849)prettier-solidity/prettier-plugin-solidity (prettier-plugin-solidity)
v2.3.1Compare Source
What's Changed
Full Changelog: prettier-solidity/prettier-plugin-solidity@v2.3.0...v2.3.1
v2.3.0Compare Source
What's Changed
Format changes
We had to address formatting choices rather than just fixing formatting bugs thus there was a need to publish a new minor release.
standardising all assignment types by @Janther in #1437
There are 4 ways to assign a value to a variable and in each one we used to have a slightly different logic.
This is likely going to impact variable definitions where the initial value was a long expression.
Variables initiated with a multipart string are now indented by @Janther in #1436
Notice how the state variable was already formatting correctly thus making clear the need to standardise the value assingments.
remove indentation of a logical operation if it's the operand of a conditional by @Janther in #1441
Dependencies
Behaviour changes
Internal changes
Development changes
Full Changelog: prettier-solidity/prettier-plugin-solidity@v2.2.1...v2.3.0
Configuration
📅 Schedule: Branch creation - On day 1 of the month ( * * 1 * * ) (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.