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

Update dependency solhint to v3.6.2 #334

Merged
merged 1 commit into from
Sep 25, 2023
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 4, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
solhint (source) 3.4.1 -> 3.6.2 age adoption passing confidence

Release Notes

protofire/solhint (solhint)

v3.6.2

Compare Source

Added
  • New Rule: one-contract-per-file - Enforces the use of ONE contract per file #​487
Fixed
  • foundry-test-functions - Modified regex to include invariant and statefulFuzz tests #​484
  • quotes - To allow quotes inside double quotes and viceversa #​485
  • JSON - Formatter returning JS object instead of standard json #​490

v3.6.1

Compare Source

BREAKING CHANGE
  • RULE: not-rely-on-time was REMOVED from RECOMMENDED ruleset

    This was long overdue.

    Beware!! If you are relying on this rule and it is not explicitly configured (meaning there's only solhint:recommended option).

    You should add this rule manually:
  {
    "extends": "solhint:recommended",
    "rules": { 
        "not-rely-on-time": "warn", 
        "compiler-version": "off" 
    },
  }

If not explicitly added, this rule will not be executed.

SPECIAL ATTENTION
  • RULE: compiler-version default was updated from ^0.5.2 to ^0.8.0
Added
  • New Rule: Enforces the use of Custom Errors over Require and Revert statements #​475
  • New Rule: Enforces the test_ prefix on a file for Foundry users #​476
  • New Rule: Enforces the naming of function return values #​478
  • Notes option on docs to add more information of each rule. See foundry-test-functions. #​476
Fixed
  • func-named-parameters - false positives on builtin functions #​472
  • ordering - treat initializer weight same as constructor #​474
  • check-send-result - false positive on `erc777.send()`` function #​477
  • explicit-types - default value is now taking into account when no value is specified in config #​481
  • compiler-version - default value is now taking into account when no value is specified in config #​483
Updates
  • Rule: check-send-result added config clarification in the new Notes section #​482
  • Rule: compiler-version default was updated from ^0.5.2 to ^0.8.0 #​483

v3.5.1

Compare Source

Updated
  • Support ignoreConstructors option for no-empty-blocks #​418
  • Bump json5 from 2.1.3 to 2.2.3 #​376
  • Bump json-schema and jsprim #​370
  • Bump semver from 6.3.0 to 7.5.2 #​438
  • Corrected "Category" of quotes rule, added default rules list on readme #​443
  • 'Deprecated' column on `rules.md`` #​444
  • Information about maxCharacters allowed on reason-string rule #​446
  • E2E tests for max-warnings #​455
  • Replaced blacklist and whitelist words #​459
  • Removed runtime dependencies on load-rules #​462
  • Allowed $ symbol as part of naming #​465
  • Disabled no-empty-blocks rule for receive() function #​466
Added
  • New Rule: No unused imports #​417
  • New Rule: To treat immutable as constants #​458
  • New Rule: Explicit-types. To forbid/enforce full type or alias for variables declaration #​467
  • New Rule: Naming of Function parameters. Enforce arguments naming #​468
  • JSON formatter support #​440
  • Rules List with list-rules command #​449
  • E2E tests for formatters and new Compact formatter #​457
Fixed
  • maxWarnings parameter waiting review #​439
  • –fix option not working in avoid-throw rule #​442
  • Formatter option fixed for stdin command #​450

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot enabled auto-merge (squash) August 4, 2023 22:44
@codecov-commenter
Copy link

codecov-commenter commented Aug 4, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (42385a0) 98.16% compared to head (96f418c) 98.16%.

❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #334   +/-   ##
=======================================
  Coverage   98.16%   98.16%           
=======================================
  Files          33       33           
  Lines       14025    14025           
  Branches      673      673           
=======================================
  Hits        13768    13768           
  Misses        252      252           
  Partials        5        5           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot force-pushed the renovate/solhint-3.x-lockfile branch from 4b148d4 to e49d2e4 Compare August 11, 2023 17:35
@renovate renovate bot changed the title Update dependency solhint to v3.5.1 Update dependency solhint to v3.6.1 Aug 11, 2023
@renovate renovate bot force-pushed the renovate/solhint-3.x-lockfile branch 2 times, most recently from 6a4b41a to 0076836 Compare August 17, 2023 22:56
@renovate renovate bot changed the title Update dependency solhint to v3.6.1 Update dependency solhint to v3.6.2 Aug 17, 2023
@renovate renovate bot force-pushed the renovate/solhint-3.x-lockfile branch from 0076836 to 96f418c Compare August 18, 2023 00:38
@renovate renovate bot merged commit b0a1dd5 into main Sep 25, 2023
3 checks passed
@renovate renovate bot deleted the renovate/solhint-3.x-lockfile branch September 25, 2023 16:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants