diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c9c3315681..47eed52f76 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.8.1 + - prettier@3.8.2 - repo: https://github.com/pre-commit/pre-commit-hooks rev: v6.0.0 hooks: diff --git a/CHANGELOG.md b/CHANGELOG.md index 3301188bfa..cc2fcde6b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -56,6 +56,7 @@ - Add more ruff rules (B, PTH) ([#4034](https://github.com/nf-core/tools/pull/4034)) - Update example links in main.nf comments ([#4188](https://github.com/nf-core/tools/pull/4188)) - use prek instead of pre-commit in all instances ([#4187](https://github.com/nf-core/tools/pull/4187)) +- Update dependency prettier to v3.8.2 ([#4192](https://github.com/nf-core/tools/pull/4192)) ### Download