Update dependency prettier-plugin-solidity to v1.4.3#503
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
Update dependency prettier-plugin-solidity to v1.4.3#503renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
4b56b7b to
9173d20
Compare
9173d20 to
978eeb6
Compare
978eeb6 to
4e7e339
Compare
9b1a94f to
6d1fcf7
Compare
439c277 to
b1e9d1a
Compare
b1e9d1a to
c9fc296
Compare
a06a4f7 to
d2f7339
Compare
d2f7339 to
4e7cde5
Compare
84a54a3 to
07e6a00
Compare
07e6a00 to
65d4548
Compare
65d4548 to
2fde6c3
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:
1.1.3→1.4.3Release Notes
prettier-solidity/prettier-plugin-solidity (prettier-plugin-solidity)
v1.4.3Compare Source
What's Changed
Full Changelog: prettier-solidity/prettier-plugin-solidity@v1.4.2...v1.4.3
v1.4.2Compare Source
New features
transientkeyword by @Janther in #1079Format changes
Breaking changes
Full Changelog: prettier-solidity/prettier-plugin-solidity@v1.4.1...v1.4.2
v1.4.1Compare Source
@pcaversaccio let us know that one of our formatting decisions was formatting an expected result so this was quickly reverted to the previous standard.
v1.4.0Compare Source
As we are preparing for a version 2.0.0 of this plugin there were a few tweaks in the formatting that we needed to address before proceeding forward.
Empty assembly blocks
Assembly stack assignments
In versions of Solidity prior to v0.5.0 there was a syntax called stack assignment where the last value of the stack would be allocated to a variable. This statement is independent of what happens before it but in some cases the developer could write it in the same line as the last statement.
So far we have been formatting this in the same line as the previous statement but since in v2.0.0 we will have access to an AST much closer to the actual grammar of solidity, it makes more sense to keep it in a separate statement.
HexLiterals in multiple lines
Solidity allows to declare long HexLiterals as a list of HexLiterals separated by white space. The only reason for using this feature is to display said HexLiteral in multiple lines.
Modifier Definitions and Function TypeNames
These 2 cases should format in the same way a function definition does but they remained with separate behaviours.
There are no comments for the else keyword
As we moved into v2.0.0 we got to review many of the formatting prettier inspired us that were in the backlog.
This particular decision had already been changed prettier and we base our work on old code released by prettier. @pcaversaccio very diligently let us notice that this could not be reproduced in prettier, therefore it was quickly reverted in v1.4.1
v1.3.1Compare Source
Needed to put a specific
experimentalTernariesbehaviour behind a feature flag. (thanks @pcaversaccio)v1.3.0Compare Source
This version ships with 2 substantial changes.
externalTernaries, so we invite people to start experimenting with it and give us some feedback. (#953)v1.2.0Compare Source
A few improvements on this release:
.cjsextensionprettier-plugin-solidity/standalone1000e-2(solidity-parser/parser#95)A few tweaks in the code and refactor for simplicity and efficiency.
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.
This PR was generated by Mend Renovate. View the repository job log.