Skip to content

build(deps-dev): bump prettier-plugin-solidity from 2.3.1 to 2.4.0 - #85

Merged
andreogle merged 1 commit into
mainfrom
dependabot/bun/prettier-plugin-solidity-2.4.0
Aug 11, 2026
Merged

build(deps-dev): bump prettier-plugin-solidity from 2.3.1 to 2.4.0#85
andreogle merged 1 commit into
mainfrom
dependabot/bun/prettier-plugin-solidity-2.4.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 10, 2026

Copy link
Copy Markdown
Contributor

Bumps prettier-plugin-solidity from 2.3.1 to 2.4.0.

Release notes

Sourced from prettier-plugin-solidity's releases.

v2.4.0

What's Changed

Better Tests

Format changes

// Unformatted
contract Foo {
    function bar() public {
// Comments in between the chain
        game.
// CONFIG
// Do not touch
config. // Window
// Resolution 1000
resolveWindow = 1000;
begin
.// Comment 1
functionCall(/* Comment about parameter */ parameter)
.// Comment 2
end;
}
}
// prettier-plugin-solidity 2.4.0
contract Foo {
function bar() public {
// Comments in between the chain
game
// CONFIG
// Do not touch
.config // Window
// Resolution 1000
.resolveWindow = 1000;
    begin // Comment 1
        .functionCall(/* Comment about parameter */ parameter) // Comment 2
        .end;
}

}

// Original
contract Foo {
</tr></table> 

... (truncated)

Commits

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)

Bumps [prettier-plugin-solidity](https://github.com/prettier-solidity/prettier-plugin-solidity) from 2.3.1 to 2.4.0.
- [Release notes](https://github.com/prettier-solidity/prettier-plugin-solidity/releases)
- [Commits](prettier-solidity/prettier-plugin-solidity@v2.3.1...v2.4.0)

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

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 Aug 10, 2026
@dependabot
dependabot Bot requested a review from andreogle as a code owner August 10, 2026 22:06
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 10, 2026
@andreogle
andreogle merged commit c885154 into main Aug 11, 2026
3 checks passed
@dependabot
dependabot Bot deleted the dependabot/bun/prettier-plugin-solidity-2.4.0 branch August 11, 2026 00:06
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