diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e60b0f8da4..c4cfe0bc3c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,7 +11,7 @@ repos: - id: prettier entry: prettier --experimental-cli --write --ignore-unknown --no-cache additional_dependencies: - - prettier@3.6.2 + - prettier@3.7.3 - repo: https://github.com/pre-commit/pre-commit-hooks rev: v6.0.0 hooks: diff --git a/CHANGELOG.md b/CHANGELOG.md index dac1598d91..ef596bfad7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ - switch to uv and pyproject.toml ([#3925](https://github.com/nf-core/tools/pull/3925)) - Pin j178/prek-action action to 91fd7d7 ([#3931](https://github.com/nf-core/tools/pull/3931)) - add pre-commit hook to keep uv.lock in sync ([#3933](https://github.com/nf-core/tools/pull/3933)) +- Update dependency prettier to v3.7.3 ([#3944](https://github.com/nf-core/tools/pull/3944)) ### Template diff --git a/nf_core/pipeline-template/.pre-commit-config.yaml b/nf_core/pipeline-template/.pre-commit-config.yaml index d06777a8f7..debe51c54b 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.6.2 + - prettier@3.7.2 - repo: https://github.com/pre-commit/pre-commit-hooks rev: v6.0.0 hooks: