Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump solhint from 3.3.6 to 3.4.1 #239

Merged
merged 2 commits into from
Jul 24, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 22, 2023

Bumps solhint from 3.3.6 to 3.4.1.

Release notes

Sourced from solhint's releases.

v3.4.1

Several fixes. Check CHANGELOG.md file for more information.

v3.4.0

Several fixes and new rules addition. Check CHANGELOG.md file for more information.

v3.3.8

Updated solidity parser to 0.14.5 - Fixed source code typos and docs

Changelog

Sourced from solhint's changelog.

[3.4.1] - 2023-03-06

Updated

  • Updated solidity parser to 0.16.0 #420

Added

  • Added github workflow to execute unit tests on each PR #412
  • Added macOS and windows into E2E github workflow #422

Fixed

  • False positive on for-loop Yul #400
  • Ordering-rule support for Top Level statements #393
  • Fix no-global-import to accept named global imports #416
  • Fix named-parameters-mapping to not enforce on nested mappings #421

[3.4.0] - 2023-02-17

Updated

  • Solhint dependencies to support newer versions #380
  • Linter fixed to get clearer source code #381
  • E2E, added formatters into repo, updated CI #385
  • Solhint dependencies to support newer versions #403

Added

  • New Rule: For banning "console.sol" and "import hardhat or foundry console.sol" #372
  • New Rule: No global imports #390
  • New Rule: Named parameters in v0.8.18 solidity version #403

Fixed

  • TypeError: cannot read property 'errorCount' of undefined #351
  • Directories with .sol in the name path treated as files #352
  • Doc generator and added a CI step to avoid crashing #389
  • Rule for banning "console.sol" and "import hardhat or foundry console.sol #391
  • Option –quiet works now with all files #392
  • Transfers with .call excluded from warning as low level code #394
  • Made func-visibility skip free functions #396
  • False positive on no-unused-vars for payable arguments without name #399

[3.3.8] - 2023-01-17

Fixed Docs and Typos

... (truncated)

Commits
  • 0b016da Merge pull request #423 from protofire/release/3-4-1
  • 853b8b7 new release: 3-4-1
  • 02fe5cb Merge pull request #421 from protofire/fix/named-parameters-mapping-no-enforc...
  • b6240ac Merge pull request #416 from juanpcapurro/fix-error-on-named-global-import
  • 175b107 Merge pull request #422 from protofire/update-github-actions
  • ac1a2e9 updated github actions
  • 8b48605 Merge pull request #420 from PaulRBerg/bump-parser
  • cde1bc6 Merge pull request #412 from protofire/feat/add-github-action-to-test-repo
  • a25a7ad build: bump solidity parser
  • c62387a don't cause error on named global import
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by diego.bale.arg, a new releaser for solhint since your current version.


Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jun 22, 2023
@DimaStebaev
Copy link
Contributor

@dependabot rebase

Bumps [solhint](https://github.com/protofire/solhint) from 3.3.6 to 3.4.1.
- [Release notes](https://github.com/protofire/solhint/releases)
- [Changelog](https://github.com/protofire/solhint/blob/master/CHANGELOG.md)
- [Commits](protofire/solhint@v3.3.6...v3.4.1)

---
updated-dependencies:
- dependency-name: solhint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/develop/solhint-3.4.1 branch from 3550db0 to 547fd68 Compare July 24, 2023 14:21
@DimaStebaev DimaStebaev merged commit 6786c57 into develop Jul 24, 2023
4 checks passed
@DimaStebaev DimaStebaev deleted the dependabot/npm_and_yarn/develop/solhint-3.4.1 branch July 24, 2023 14:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant