From 40aef07b38fcf7e269098c748dbbbc87ff9df27d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 3 Aug 2024 18:56:05 +0000 Subject: [PATCH] chore(deps): update dependency solhint to v5.0.3 (#43) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | OpenSSF | |---|---|---|---|---| | [solhint](https://protofire.github.io/solhint/) ([source](https://togithub.com/protofire/solhint)) | devDependencies | patch | [`5.0.2` -> `5.0.3`](https://renovatebot.com/diffs/npm/solhint/5.0.2/5.0.3) | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/protofire/solhint/badge)](https://securityscorecards.dev/viewer/?uri=github.com/protofire/solhint) | --- ### Release Notes
protofire/solhint (solhint) ### [`v5.0.3`](https://togithub.com/protofire/solhint/blob/HEAD/CHANGELOG.md#503---2024-08-03) [Compare Source](https://togithub.com/protofire/solhint/compare/v5.0.2...v5.0.3) ##### Fixed - New Rule: Imports order [#​593](https://togithub.com/protofire/solhint/pull/593)

--- ### Configuration 📅 **Schedule**: Branch creation - "after 10pm every weekday,before 5am every weekday,every weekend" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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](https://www.mend.io/free-developer-tools/renovate/). View the [repository job log](https://developer.mend.io/github/settlemint/solidity-empty). Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 297cd15..65804fd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "@nomiclabs/hardhat-solhint": "4.0.0", "@openzeppelin/subgraphs": "0.1.8-5", "hardhat": "2.22.7", - "solhint": "5.0.2" + "solhint": "5.0.3" } }, "node_modules/@adraffy/ens-normalize": { @@ -9823,9 +9823,9 @@ } }, "node_modules/solhint": { - "version": "5.0.2", - "resolved": "https://registry.npmjs.org/solhint/-/solhint-5.0.2.tgz", - "integrity": "sha512-fDoflGz1jztGRqEDiLI25wSvpjGu0fIqeRXXYKYt4qBOA0EJi8RZwlM11+K2ZAcGFW2K8bevJ2A/wtZ0lDi/bw==", + "version": "5.0.3", + "resolved": "https://registry.npmjs.org/solhint/-/solhint-5.0.3.tgz", + "integrity": "sha512-OLCH6qm/mZTCpplTXzXTJGId1zrtNuDYP5c2e6snIv/hdRVxPfBBz/bAlL91bY/Accavkayp2Zp2BaDSrLVXTQ==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 5adf09f..ce0ef1c 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@nomicfoundation/hardhat-toolbox-viem": "3.0.0", "@nomiclabs/hardhat-solhint": "4.0.0", "hardhat": "2.22.7", - "solhint": "5.0.2", + "solhint": "5.0.3", "@openzeppelin/subgraphs": "0.1.8-5" }, "overrides": {