Skip to content

Commit 2bd9d13

Browse files
authored
Merge pull request #619 from arduino/dependabot/npm_and_yarn/prettier-3.6.2
Bump prettier from 3.5.3 to 3.6.2
2 parents fd63ca4 + 78fc644 commit 2bd9d13

File tree

4 files changed

+10
-11
lines changed

4 files changed

+10
-11
lines changed

package-lock.json

Lines changed: 7 additions & 8 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
@@ -9,7 +9,7 @@
99
"github-label-sync": "3.0.0",
1010
"markdown-link-check": "^3.13.7",
1111
"markdownlint-cli": "^0.45.0",
12-
"prettier": "^3.5.3",
12+
"prettier": "^3.6.2",
1313
"prettier-plugin-toml": "^2.0.5"
1414
},
1515
"dependencies": {

workflow-templates/check-prettier-formatting-task.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Commit the resulting changes to the `go.mod` and `go.sum` files.
5757
Add the dependencies by running this command:
5858

5959
```text
60-
npm install --save-dev prettier@^3.5.3
60+
npm install --save-dev prettier@^3.6.2
6161
```
6262

6363
Commit the resulting changes to the `package.json` and `package-lock.json` files.

workflow-templates/check-python-task.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Commit the resulting changes to the `go.mod` and `go.sum` files.
4848
Add the tool dependencies using this command:
4949

5050
```
51-
task poetry:install && poetry add --dev "black@^25.1.0" "flake8@^7.2.0" "pep8-naming@^0.15.1"
51+
task poetry:install && poetry add --dev "black@^25.1.0" "flake8@^7.3.0" "pep8-naming@^0.15.1"
5252
```
5353

5454
Commit the resulting changes to the `pyproject.toml` and `poetry.lock` files.

0 commit comments

Comments
 (0)