Skip to content

Update dependency @nomiclabs/hardhat-solhint to v4 - autoclosed#104

Closed
renovate[bot] wants to merge 1 commit intomainfrom
renovate/nomiclabs-hardhat-solhint-4.x
Closed

Update dependency @nomiclabs/hardhat-solhint to v4 - autoclosed#104
renovate[bot] wants to merge 1 commit intomainfrom
renovate/nomiclabs-hardhat-solhint-4.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Aug 1, 2024

This PR contains the following updates:

Package Change Age Confidence
@nomiclabs/hardhat-solhint (source) ^3.0.0^4.0.0 age confidence

Release Notes

nomiclabs/hardhat (@​nomiclabs/hardhat-solhint)

v4.1.0

Compare Source

v4.0.2

Compare Source

This release is a small bug fix that restricts the solhint dependency to ~5.0.0.

Changes
  • 173a8a3: Fixed hardhat-solhint by restricting the solhint dependency to ~5.0.0.

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


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.

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


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 0
  • 9cae5e7: Updated solhint dependency to v5.0.2

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


v3.1.0: @​nomiclabs/hardhat-etherscan v3.1.0

Compare Source

This release adds support for verifying contracts in chains that are not included by default in hardhat-etherscan.

To do this, you add the network you want to verify in the customChains entry of the Etherscan configuration:

etherscan: {
  apiKey: {
    customNetwork: "<custom-network-api-key>"
  },
  customChains: [
    {
      network: "customNetwork",
      chainId: 12345,
      urls: {
        apiURL: "https://api-custom-network.etherscan.io/api",
        browserURL: "https://custom-network.etherscan.io"
      }
    }
  ]
}

You can read more about this here.

Thanks to @​no2chem for the initial implementation and to @​calvinaco who helped test this.

v3.0.1: @​nomiclabs/hardhat-solhint v3.0.1

Compare Source

Update solhint to v3.4.0 (thanks @​yhuard!)


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • 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 marc-aurele-besner as a code owner August 1, 2024 09:45
@renovate renovate bot changed the title Update dependency @nomiclabs/hardhat-solhint to v4 Update dependency @nomiclabs/hardhat-solhint to v4 - autoclosed Dec 8, 2024
@renovate renovate bot closed this Dec 8, 2024
@renovate renovate bot deleted the renovate/nomiclabs-hardhat-solhint-4.x branch December 8, 2024 18:47
@renovate renovate bot changed the title Update dependency @nomiclabs/hardhat-solhint to v4 - autoclosed Update dependency @nomiclabs/hardhat-solhint to v4 Dec 9, 2024
@renovate renovate bot reopened this Dec 9, 2024
@renovate renovate bot force-pushed the renovate/nomiclabs-hardhat-solhint-4.x branch from 6b29b7a to 4745d1c Compare December 9, 2024 09:16
@renovate renovate bot force-pushed the renovate/nomiclabs-hardhat-solhint-4.x branch from 4745d1c to 9259c46 Compare August 10, 2025 13:06
@renovate renovate bot force-pushed the renovate/nomiclabs-hardhat-solhint-4.x branch from 9259c46 to b24db28 Compare September 25, 2025 16:36
@renovate renovate bot force-pushed the renovate/nomiclabs-hardhat-solhint-4.x branch from b24db28 to 5582916 Compare October 22, 2025 00:03
@renovate renovate bot force-pushed the renovate/nomiclabs-hardhat-solhint-4.x branch from 5582916 to e2c7839 Compare January 8, 2026 20:26
@renovate renovate bot force-pushed the renovate/nomiclabs-hardhat-solhint-4.x branch from e2c7839 to 254e242 Compare January 19, 2026 16:09
@renovate renovate bot force-pushed the renovate/nomiclabs-hardhat-solhint-4.x branch from 254e242 to 920941f Compare February 2, 2026 20:48
@renovate renovate bot force-pushed the renovate/nomiclabs-hardhat-solhint-4.x branch from 920941f to 622638f Compare February 12, 2026 16:56
@renovate renovate bot changed the title Update dependency @nomiclabs/hardhat-solhint to v4 Update dependency @nomiclabs/hardhat-solhint to v4 - autoclosed Feb 26, 2026
@renovate renovate bot closed this Feb 26, 2026
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