Skip to content

build(deps-dev): bump prettier-plugin-solidity from 1.4.3 to 2.3.1 in /contracts/erc20#1469

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/contracts/erc20/prettier-plugin-solidity-2.3.1
Open

build(deps-dev): bump prettier-plugin-solidity from 1.4.3 to 2.3.1 in /contracts/erc20#1469
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/contracts/erc20/prettier-plugin-solidity-2.3.1

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 18, 2026

Bumps prettier-plugin-solidity from 1.4.3 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 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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 18, 2026
Bumps [prettier-plugin-solidity](https://github.com/prettier-solidity/prettier-plugin-solidity) from 1.4.3 to 2.3.1.
- [Release notes](https://github.com/prettier-solidity/prettier-plugin-solidity/releases)
- [Commits](prettier-solidity/prettier-plugin-solidity@v1.4.3...v2.3.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added javascript Pull requests that update javascript code dependencies Pull requests that update a dependency file labels Mar 18, 2026
@github-actions
Copy link

Welcome to RustChain! Thanks for your first pull request.

Before we review, please make sure:

  • Your PR has a BCOS-L1 or BCOS-L2 label
  • New code files include an SPDX license header
  • You've tested your changes against the live node

Bounty tiers: Micro (1-10 RTC) | Standard (20-50) | Major (75-100) | Critical (100-150)

A maintainer will review your PR soon. Thanks for contributing!

@github-actions github-actions bot added the size/XS PR: 1-10 lines label Mar 18, 2026
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 size/XS PR: 1-10 lines

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants