Commit fd256ac
authored
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) |
[](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
[@​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! 🛡️✨
- [@​smol-ninja](https://redirect.github.com/smol-ninja) 🏅
- [@​talentlessguy](https://redirect.github.com/talentlessguy) 🏅
- [@​loki-sama](https://redirect.github.com/loki-sama)
- [@​gonzaotc](https://redirect.github.com/gonzaotc)
- [@​kilavvy](https://redirect.github.com/kilavvy)
- [@​jmendiola222](https://redirect.github.com/jmendiola222)
- [@​Daulox92](https://redirect.github.com/Daulox92)
- [@​RidaMichofi](https://redirect.github.com/RidaMichofi)
- [@​ddnexus](https://redirect.github.com/ddnexus)
- [@​zeevick10](https://redirect.github.com/zeevick10)
- [@​RyanRHall](https://redirect.github.com/RyanRHall)
- [@​fulldecent](https://redirect.github.com/fulldecent)
- [@​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
2 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
1225 | 1225 | | |
1226 | 1226 | | |
1227 | 1227 | | |
1228 | | - | |
| 1228 | + | |
1229 | 1229 | | |
1230 | 1230 | | |
1231 | 1231 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
0 commit comments