chore: update dependency @nomiclabs/hardhat-solhint to v4 #248
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:
^3.0.1
->^4.0.0
Release Notes
nomiclabs/hardhat (@nomiclabs/hardhat-solhint)
v4.0.1
Compare Source
A small bug fix release to fix the Hardhat peer dependency entry in the published
package.json
that was corrupted by pnpm in the previous release.Changes
efa905d
: Fix for corrupted Hardhat peer dependency version from pnpm.v4.0.0
Compare Source
This release is a major update. It fixes the issue of the check task always exiting with exit code 0, even if solhint reports errors (#5057). It also updates the solhint dependency to v5.0.2.
Changes
cc79bd7
: Ensured the check task exits with exit code 1 when solhint raises any errors; this is a breaking change since the check task would previously always exit with exit code 09cae5e7
: Updated solhint dependency to v5.0.2Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.