api3dao / airnode

Airnode monorepo
https://docs.api3.org/
MIT License
166 stars 72 forks source link

chore(deps): update dependency solhint to v5 #1999

Closed renovate[bot] closed 3 months ago

renovate[bot] commented 6 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
solhint (source) ^4.5.4 -> ^5.0.2 age adoption passing confidence

Release Notes

protofire/solhint (solhint) ### [`v5.0.2`](https://togithub.com/protofire/solhint/blob/HEAD/CHANGELOG.md#502---2024-07-25) [Compare Source](https://togithub.com/protofire/solhint/compare/v5.0.1...v5.0.2) ##### Fixed - `func-named-parameters` exclude abi.encodeX from the rule [#​583](https://togithub.com/protofire/solhint/pull/583) (Thanks to [@​0xCLARITY](https://togithub.com/0xCLARITY)) - Several typos in comments [#​586](https://togithub.com/protofire/solhint/pull/586) (Thanks to [@​dropbigfish](https://togithub.com/dropbigfish)) ##### Added - New Rule: Imports order [#​587](https://togithub.com/protofire/solhint/pull/587)

### [`v5.0.1`](https://togithub.com/protofire/solhint/blob/HEAD/CHANGELOG.md#501---2024-05-13) [Compare Source](https://togithub.com/protofire/solhint/compare/v5.0.0...v5.0.1) ##### BREAKING CHANGES (refer to v5.0.0) Fixed an issue on the returining values where only was evaluating the first report instead of all of them.

### [`v5.0.0`](https://togithub.com/protofire/solhint/blob/HEAD/CHANGELOG.md#500---2024-05-11) [Compare Source](https://togithub.com/protofire/solhint/compare/1ffde5e30ee20a4ebbc0657bd17271908d3fe922...v5.0.0) ##### BREAKING CHANGES ##### Solhint EXIT codes Solhint changed how the exit codes are implemented: `Exit with 0 code` When execution was ok and there were no errors when evaluating the code according to the rules
`Exit with 1 code` When execution was ok and there are errors reported
`Exit with 1 code` When execution was ok and max warnings is lower than the reported warnings
`Exit with 255 code` When there's an error in the execution (bad config, writing not allowed, wrong parameter, file not found, etc)
##### Solhint QUIET mode QUIET mode (-c quiet) option now works with the warnings and may exit with 1 if there are more than defined by user Thanks to [@​juanpcapurro](https://togithub.com/juanpcapurro) for providing the code


Configuration

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



This PR was generated by Mend Renovate. View the repository job log.