Skip to content

Commit fd256ac

Browse files
chore(deps): update dependency solhint to v6.0.1 (#204)
This PR contains the following updates: | Package | Type | Update | Change | OpenSSF | |---|---|---|---|---| | [solhint](https://protofire.github.io/solhint/) ([source](https://redirect.github.com/protofire/solhint)) | dependencies | patch | [`6.0.0` -> `6.0.1`](https://renovatebot.com/diffs/npm/solhint/6.0.0/6.0.1) | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/protofire/solhint/badge)](https://securityscorecards.dev/viewer/?uri=github.com/protofire/solhint) | --- ### Release Notes <details> <summary>protofire/solhint (solhint)</summary> ### [`v6.0.1`](https://redirect.github.com/protofire/solhint/blob/HEAD/CHANGELOG.md#601---2025-08-22) [Compare Source](https://redirect.github.com/protofire/solhint/compare/v6.0.0...v6.0.1) 🛠️ `Fix`: `no-unused-vars` for modifiers 🛠️ `Fix`: `no-unused-imports` handled for multiline [@&#8203;inheritdoc](https://redirect.github.com/inheritdoc). Eliminates missed detections with multiline inheritance docs 🛠️ `Fix`: `func-name-mixedcase` improvement, added snake case exception in interface (naming). Aligns interface naming edge cases 🛠️ `Fix`: misc minor issues; docs link and typos. General polish and stability <br><br> 🧰 `Infra`: Update GitHub Actions in CI workflows. Keeps CI up to date and consistent across jobs 🧰 `Infra`: Ignore enhancement to mimic as regular linters <br><br> 🧹 `Chore`: Remove fs-extra dependency. Simplifies deps 🧹 `Chore`: Remove strip-ansi. Cleans unused/legacy deps 🧹 `Chore`: Changed changelog format <br><br> 🧱 `Enhancement`: added config for no-unused-vars to validate parameters or not <br><br> 🧱 `Validation`: Improve AJV schema validation and related caching approach. More robust/faster config validation <br><br> ✨🛡️ Kudos to our contributors! 🛡️✨ - [@&#8203;smol-ninja](https://redirect.github.com/smol-ninja) 🏅 - [@&#8203;talentlessguy](https://redirect.github.com/talentlessguy) 🏅 - [@&#8203;loki-sama](https://redirect.github.com/loki-sama) - [@&#8203;gonzaotc](https://redirect.github.com/gonzaotc) - [@&#8203;kilavvy](https://redirect.github.com/kilavvy) - [@&#8203;jmendiola222](https://redirect.github.com/jmendiola222) - [@&#8203;Daulox92](https://redirect.github.com/Daulox92) - [@&#8203;RidaMichofi](https://redirect.github.com/RidaMichofi) - [@&#8203;ddnexus](https://redirect.github.com/ddnexus) - [@&#8203;zeevick10](https://redirect.github.com/zeevick10) - [@&#8203;RyanRHall](https://redirect.github.com/RyanRHall) - [@&#8203;fulldecent](https://redirect.github.com/fulldecent) - [@&#8203;ncjones](https://redirect.github.com/ncjones) </details> --- ### Configuration 📅 **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/settlemint/solidity-token-erc20). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44MS4yIiwidXBkYXRlZEluVmVyIjoiNDEuODEuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 55e5440 commit fd256ac

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

bun.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@openzeppelin/contracts": "5.4.0",
1515
"@openzeppelin/subgraphs": "0.1.8-5",
1616
"hardhat": "2.26.3",
17-
"solhint": "6.0.0",
17+
"solhint": "6.0.1",
1818
},
1919
},
2020
},
@@ -1225,7 +1225,7 @@
12251225

12261226
"solc": ["[email protected]", "", { "dependencies": { "command-exists": "^1.2.8", "commander": "^8.1.0", "follow-redirects": "^1.12.1", "js-sha3": "0.8.0", "memorystream": "^0.3.1", "semver": "^5.5.0", "tmp": "0.0.33" }, "bin": { "solcjs": "solc.js" } }, "sha512-yiPQNVf5rBFHwN6SIf3TUUvVAFKcQqmSUFeq+fb6pNRCo0ZCgpYOZDi3BVoezCPIAcKrVYd/qXlBLUP9wVrZ9g=="],
12271227

1228-
"solhint": ["[email protected].0", "", { "dependencies": { "@solidity-parser/parser": "^0.20.0", "ajv": "^6.12.6", "ajv-errors": "^1.0.1", "antlr4": "^4.13.1-patch-1", "ast-parents": "^0.0.1", "better-ajv-errors": "^2.0.2", "chalk": "^4.1.2", "commander": "^10.0.0", "cosmiconfig": "^8.0.0", "fast-diff": "^1.2.0", "fs-extra": "^11.1.0", "glob": "^8.0.3", "ignore": "^5.2.4", "js-yaml": "^4.1.0", "latest-version": "^7.0.0", "lodash": "^4.17.21", "pluralize": "^8.0.0", "semver": "^7.5.2", "strip-ansi": "^6.0.1", "table": "^6.8.1", "text-table": "^0.2.0" }, "optionalDependencies": { "prettier": "^2.8.3" }, "bin": { "solhint": "solhint.js" } }, "sha512-PQGfwFqfeYdebi2tEG1fhVfMjqSzbW3Noz+LYf8UusKe5nkikCghdgEjYQPcGfFZj4snlVyJQt//AaxkubOtVQ=="],
1228+
"solhint": ["[email protected].1", "", { "dependencies": { "@solidity-parser/parser": "^0.20.2", "ajv": "^6.12.6", "ajv-errors": "^1.0.1", "antlr4": "^4.13.1-patch-1", "ast-parents": "^0.0.1", "better-ajv-errors": "^2.0.2", "chalk": "^4.1.2", "commander": "^10.0.0", "cosmiconfig": "^8.0.0", "fast-diff": "^1.2.0", "glob": "^8.0.3", "ignore": "^5.2.4", "js-yaml": "^4.1.0", "latest-version": "^7.0.0", "lodash": "^4.17.21", "pluralize": "^8.0.0", "semver": "^7.5.2", "table": "^6.8.1", "text-table": "^0.2.0" }, "optionalDependencies": { "prettier": "^2.8.3" }, "bin": { "solhint": "solhint.js" } }, "sha512-Lew5nhmkXqHPybzBzkMzvvWkpOJSSLTkfTZwRriWvfR2naS4YW2PsjVGaoX9tZFmHh7SuS+e2GEGo5FPYYmJ8g=="],
12291229

12301230
"solidity-coverage": ["[email protected]", "", { "dependencies": { "@ethersproject/abi": "^5.0.9", "@solidity-parser/parser": "^0.20.1", "chalk": "^2.4.2", "death": "^1.1.0", "difflib": "^0.2.4", "fs-extra": "^8.1.0", "ghost-testrpc": "^0.0.2", "global-modules": "^2.0.0", "globby": "^10.0.1", "jsonschema": "^1.2.4", "lodash": "^4.17.21", "mocha": "^10.2.0", "node-emoji": "^1.10.0", "pify": "^4.0.1", "recursive-readdir": "^2.2.2", "sc-istanbul": "^0.4.5", "semver": "^7.3.4", "shelljs": "^0.8.3", "web3-utils": "^1.3.6" }, "peerDependencies": { "hardhat": "^2.11.0" }, "bin": { "solidity-coverage": "plugins/bin.js" } }, "sha512-qKqgm8TPpcnCK0HCDLJrjbOA2tQNEJY4dHX/LSSQ9iwYFS973MwjtgYn2Iv3vfCEQJTj5xtm4cuUMzlJsJSMbg=="],
12311231

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"@openzeppelin/contracts": "5.4.0",
4545
"@openzeppelin/subgraphs": "0.1.8-5",
4646
"hardhat": "2.26.3",
47-
"solhint": "6.0.0"
47+
"solhint": "6.0.1"
4848
},
4949
"overrides": {
5050
"@graphprotocol/graph-cli": "0.96.0",

0 commit comments

Comments
 (0)