From e830164f9401ff023efdf5d6285e339524b5556a Mon Sep 17 00:00:00 2001 From: mashehu Date: Mon, 10 Feb 2025 10:47:02 +0100 Subject: [PATCH 1/2] update prettier to 3.5.0 --- .pre-commit-config.yaml | 2 +- nf_core/pipeline-template/.pre-commit-config.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8c5d71a4c..a22aa24b4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,7 +10,7 @@ repos: hooks: - id: prettier additional_dependencies: - - prettier@3.3.3 + - prettier@3.5.0 - repo: https://github.com/editorconfig-checker/editorconfig-checker.python rev: "3.1.2" diff --git a/nf_core/pipeline-template/.pre-commit-config.yaml b/nf_core/pipeline-template/.pre-commit-config.yaml index 1dec86502..0ad2aa575 100644 --- a/nf_core/pipeline-template/.pre-commit-config.yaml +++ b/nf_core/pipeline-template/.pre-commit-config.yaml @@ -4,7 +4,7 @@ repos: hooks: - id: prettier additional_dependencies: - - prettier@3.2.5 + - prettier@3.5.0 - repo: https://github.com/editorconfig-checker/editorconfig-checker.python rev: "3.1.2" From cab486295f5d2e21d3a40ac3724b61cb3e7bc9ed Mon Sep 17 00:00:00 2001 From: nf-core-bot Date: Mon, 10 Feb 2025 10:22:13 +0000 Subject: [PATCH 2/2] [automated] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c99e240ba..46df66a8c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,7 @@ - format name/value with YAML syntax ([#3442](https://github.com/nf-core/tools/pull/3442)) - chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.9.5 ([#3445](https://github.com/nf-core/tools/pull/3445)) - chore(deps): update pre-commit hook pre-commit/mirrors-mypy to v1.15.0 ([#3447](https://github.com/nf-core/tools/pull/3447)) +- Update prettier to 3.5.0 ([#3448](https://github.com/nf-core/tools/pull/3448)) ## [v3.2.0 - Pewter Pangolin](https://github.com/nf-core/tools/releases/tag/3.2.0) - [2025-01-27]