From 9797c0fc61ff8662e7c729052fe52eebfa097efc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jun 2025 07:09:34 +0000 Subject: [PATCH 1/2] 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](https://github.com/prettier/prettier/compare/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] --- package-lock.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index f8386d250..7ea748fd1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5918,10 +5918,11 @@ } }, "node_modules/prettier": { - "version": "3.5.3", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.5.3.tgz", - "integrity": "sha512-QQtaxnoDJeAkDvDKWCLiwIXkTgRhwYDEQCghU9Z6q03iyek/rxRh/2lC3HB7P8sWT2xC/y5JDctPLBIGzHKbhw==", + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.6.0.tgz", + "integrity": "sha512-ujSB9uXHJKzM/2GBuE0hBOUgC77CN3Bnpqa+g80bkv3T3A93wL/xlzDATHhnhkzifz/UE2SNOvmbTz5hSkDlHw==", "dev": true, + "license": "MIT", "bin": { "prettier": "bin/prettier.cjs" }, From 33290c5b2af398de6427caf0813d74aba2a69549 Mon Sep 17 00:00:00 2001 From: Klaus Date: Mon, 23 Jun 2025 09:19:52 +0100 Subject: [PATCH 2/2] passing linter --- README.md | 1 - STYLEGUIDE.md | 1 - package-lock.json | 8 ++++---- package.json | 2 +- 4 files changed, 5 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index a9f3a5f3e..401c035cd 100644 --- a/README.md +++ b/README.md @@ -158,7 +158,6 @@ The Solidity versions taken into consideration during formatting are: ``` - `v0.8.0`: Introduced these [changes](https://docs.soliditylang.org/en/v0.8.0/080-breaking-changes.html) - - The type `byte` has been removed. It was an alias of `bytes1`. - 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`. diff --git a/STYLEGUIDE.md b/STYLEGUIDE.md index eb1d67daa..96c9bf5fb 100644 --- a/STYLEGUIDE.md +++ b/STYLEGUIDE.md @@ -146,7 +146,6 @@ function() external { ## Control Structures - [x] The braces denoting the body of a contract, library, functions and structs should: - - open on the same line as the declaration - close on their own line at the same indentation level as the beginning of the declaration. - The opening brace should be proceeded by a single space. diff --git a/package-lock.json b/package-lock.json index 7ea748fd1..9b2a666b8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,7 +33,7 @@ "jest-snapshot-serializer-raw": "^2.0.0", "jest-watch-typeahead": "^3.0.1", "lines-and-columns": "^2.0.4", - "prettier": "^3.5.3", + "prettier": "^3.6.0", "solc": "^0.8.30", "ts-loader": "^9.5.2", "ts-node": "^10.9.2", @@ -3084,9 +3084,9 @@ } }, "node_modules/caniuse-lite": { - "version": "1.0.30001723", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001723.tgz", - "integrity": "sha512-1R/elMjtehrFejxwmexeXAtae5UO9iSyFn6G/I806CYC/BLyyBk1EPhrKBkWhy6wM6Xnm47dSJQec+tLJ39WHw==", + "version": "1.0.30001724", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001724.tgz", + "integrity": "sha512-WqJo7p0TbHDOythNTqYujmaJTvtYRZrjpP8TCvH6Vb9CYJerJNKamKzIWOM4BkQatWj9H2lYulpdAQNBe7QhNA==", "dev": true, "funding": [ { diff --git a/package.json b/package.json index 452f9bc03..ed39d4fc7 100644 --- a/package.json +++ b/package.json @@ -102,7 +102,7 @@ "jest-snapshot-serializer-raw": "^2.0.0", "jest-watch-typeahead": "^3.0.1", "lines-and-columns": "^2.0.4", - "prettier": "^3.5.3", + "prettier": "^3.6.0", "solc": "^0.8.30", "ts-loader": "^9.5.2", "ts-node": "^10.9.2",