Skip to content

Bump prettier-plugin-solidity from 2.2.1 to 2.3.1 in the all-dependencies group#23

Merged
YoshihitoAso merged 1 commit intomainfrom
dependabot/npm_and_yarn/all-dependencies-c3ad16de73
Mar 17, 2026
Merged

Bump prettier-plugin-solidity from 2.2.1 to 2.3.1 in the all-dependencies group#23
YoshihitoAso merged 1 commit intomainfrom
dependabot/npm_and_yarn/all-dependencies-c3ad16de73

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Mar 17, 2026

Bumps the all-dependencies group with 1 update: prettier-plugin-solidity.

Updates prettier-plugin-solidity from 2.2.1 to 2.3.1

Release notes

Sourced from prettier-plugin-solidity's releases.

v2.3.1

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

v2.3.0

What's Changed

Format changes

We had to address formatting choices rather than just fixing formatting bugs thus there was a need to publish a new minor release.

  • standardising all assignment types by @​Janther in prettier-solidity/prettier-plugin-solidity#1437 There are 4 ways to assign a value to a variable and in each one we used to have a slightly different logic.

    // Constant Definition
    uint constant FOO_BAR = 0x1234;
    contract Foo {
    // State Variable Definition
    uint foo = 0x1234;
    function bar() {
        // Variable Declaration
    

... (truncated)

Commits
  • fe32e08 Patch assignment (#1454)
  • 0d1c450 Bump jest from 30.2.0 to 30.3.0 (#1451)
  • 8bfd4ea Bump @​typescript-eslint/eslint-plugin from 8.56.1 to 8.57.0 (#1452)
  • 255d390 Bump @​types/node from 25.3.5 to 25.4.0 (#1450)
  • 5c05465 bump version (#1448)
  • 365e7e0 updating StrictAstNode so we can remove an unneeded check and multiple also...
  • dd23da0 avoid calling path.node when we already have the reference (#1440)
  • 457de3e no longer needed the indentation of a logical operation if it's the operand o...
  • f37c450 Missing calls to updateMetadata (#1442)
  • 2351319 Reviewing how and when we call cleanModifierInvocationArguments (#1444)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the all-dependencies group with 1 update: [prettier-plugin-solidity](https://github.com/prettier-solidity/prettier-plugin-solidity).


Updates `prettier-plugin-solidity` from 2.2.1 to 2.3.1
- [Release notes](https://github.com/prettier-solidity/prettier-plugin-solidity/releases)
- [Commits](prettier-solidity/prettier-plugin-solidity@v2.2.1...v2.3.1)

---
updated-dependencies:
- dependency-name: prettier-plugin-solidity
  dependency-version: 2.3.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Mar 17, 2026
@github-actions github-actions Bot requested a review from YoshihitoAso March 17, 2026 13:08
@YoshihitoAso YoshihitoAso merged commit 091c24f into main Mar 17, 2026
1 check passed
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/all-dependencies-c3ad16de73 branch March 17, 2026 13:13
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