Skip to content

Commit e975f76

Browse files
Bump prettier from 3.5.3 to 3.6.0 (#1176)
* Bump prettier from 3.5.3 to 3.6.0 Bumps [prettier](https://github.com/prettier/prettier) from 3.5.3 to 3.6.0. - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.5.3...3.6.0) --- updated-dependencies: - dependency-name: prettier dependency-version: 3.6.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * passing linter --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Klaus <[email protected]>
1 parent cbfcf5a commit e975f76

4 files changed

Lines changed: 9 additions & 10 deletions

File tree

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,6 @@ The Solidity versions taken into consideration during formatting are:
158158
```
159159

160160
- `v0.8.0`: Introduced these [changes](https://docs.soliditylang.org/en/v0.8.0/080-breaking-changes.html)
161-
162161
- The type `byte` has been removed. It was an alias of `bytes1`.
163162
- Exponentiation is right associative, i.e., the expression `a**b**c` is parsed as `a**(b**c)`. Before 0.8.0, it was parsed as `(a**b)**c`.
164163

STYLEGUIDE.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,6 @@ function() external {
146146
## Control Structures
147147

148148
- [x] The braces denoting the body of a contract, library, functions and structs should:
149-
150149
- open on the same line as the declaration
151150
- close on their own line at the same indentation level as the beginning of the declaration.
152151
- The opening brace should be proceeded by a single space.

package-lock.json

Lines changed: 8 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
"jest-snapshot-serializer-raw": "^2.0.0",
103103
"jest-watch-typeahead": "^3.0.1",
104104
"lines-and-columns": "^2.0.4",
105-
"prettier": "^3.5.3",
105+
"prettier": "^3.6.0",
106106
"solc": "^0.8.30",
107107
"ts-loader": "^9.5.2",
108108
"ts-node": "^10.9.2",

0 commit comments

Comments
 (0)