chore(deps): update dependency prettier-plugin-solidity to v2.3.1#111
Open
renovate[bot] wants to merge 1 commit intodevelopfrom
Open
chore(deps): update dependency prettier-plugin-solidity to v2.3.1#111renovate[bot] wants to merge 1 commit intodevelopfrom
renovate[bot] wants to merge 1 commit intodevelopfrom
Conversation
41a7079 to
f6380ee
Compare
f6380ee to
5b5c55c
Compare
5b5c55c to
2b0daee
Compare
2b0daee to
de88399
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.1.0→2.3.1Release Notes
prettier-solidity/prettier-plugin-solidity (prettier-plugin-solidity)
v2.3.1Compare Source
What's Changed
Full Changelog: prettier-solidity/prettier-plugin-solidity@v2.3.0...v2.3.1
v2.3.0Compare Source
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 #1437
There are 4 ways to assign a value to a variable and in each one we used to have a slightly different logic.
This is likely going to impact variable definitions where the initial value was a long expression.
Variables initiated with a multipart string are now indented by @Janther in #1436
Notice how the state variable was already formatting correctly thus making clear the need to standardise the value assingments.
remove indentation of a logical operation if it's the operand of a conditional by @Janther in #1441
Dependencies
Behaviour changes
Internal changes
Development changes
Full Changelog: prettier-solidity/prettier-plugin-solidity@v2.2.1...v2.3.0
v2.2.1Compare Source
What's Changed
Release with
@nomicfoundation/slangversion1.3.1which adds support for solidity0.8.31.Full Changelog: prettier-solidity/prettier-plugin-solidity@v2.2.0...v2.2.1
v2.2.0Compare Source
What's Changed
Format fixes
try-catchstatement by @Janther in #1295, reported by @niklasnatterBehaviour changes
Internal changes
There has been a lot of work put into simplifying the printing flow avoiding extra steps and cleaning up the patterns in the printing functions across the codebase. There has been a noticeable improvement in the execution speed and cleaner codebase.
Development changes
Full Changelog: prettier-solidity/prettier-plugin-solidity@v2.1.0...v2.2.0
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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.
This PR was generated by Mend Renovate. View the repository job log.