Skip to content

Update dependency prettier-plugin-solidity to v2.3.1#93

Merged
renovate[bot] merged 1 commit intomainfrom
renovate/prettier-plugin-solidity-2.x-lockfile
Mar 12, 2026
Merged

Update dependency prettier-plugin-solidity to v2.3.1#93
renovate[bot] merged 1 commit intomainfrom
renovate/prettier-plugin-solidity-2.x-lockfile

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 12, 2026

This PR contains the following updates:

Package Change Age Confidence
prettier-plugin-solidity 2.3.02.3.1 age confidence

Release Notes

prettier-solidity/prettier-plugin-solidity (prettier-plugin-solidity)

v2.3.1

Compare Source

What's Changed

// prettier-plugin-solidity 2.3.0
address payable public valueInParentheses =
    (
        FancyLibrary.functionCall(
            data.data1,
            data.data2,
            IERC20(data.token).decimals(),
            currency
        )
    );

// prettier-plugin-solidity 2.3.1
address payable public valueInParentheses = (
    FancyLibrary.functionCall(
        data.data1,
        data.data2,
        IERC20(data.token).decimals(),
        currency
    )
);

Full Changelog: prettier-solidity/prettier-plugin-solidity@v2.3.0...v2.3.1


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.


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

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

@renovate renovate bot requested a review from marc-aurele-besner as a code owner March 12, 2026 13:12
@renovate renovate bot added the formatter label Mar 12, 2026
@renovate renovate bot merged commit 522f81b into main Mar 12, 2026
1 check passed
@renovate renovate bot deleted the renovate/prettier-plugin-solidity-2.x-lockfile branch March 12, 2026 19:02
@github-project-automation github-project-automation bot moved this from Todo to Done in Foundry-Test-Utility Mar 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Development

Successfully merging this pull request may close these issues.

0 participants