From 49ee9d109d41e1ed3675e405770c059290b692b6 Mon Sep 17 00:00:00 2001 From: Uwe Klotz Date: Sat, 13 Jan 2024 02:47:06 +0100 Subject: [PATCH] Update pre-commit hooks --- .pre-commit-config.yaml | 8 ++++---- CHANGELOG.md | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c387886e..f4b1f2cd 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -22,13 +22,13 @@ repos: - id: mixed-line-ending - id: trailing-whitespace - repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook - rev: v9.5.0 + rev: v9.11.0 hooks: - id: commitlint stages: - commit-msg - repo: https://github.com/DavidAnson/markdownlint-cli2 - rev: v0.10.0 + rev: v0.12.0 hooks: - id: markdownlint-cli2 exclude: ^LICENSE\.md$ @@ -42,12 +42,12 @@ repos: - id: codespell args: [--ignore-words=.codespellignore] - repo: https://github.com/sirosen/check-jsonschema - rev: 0.27.0 + rev: 0.27.3 hooks: - id: check-github-actions - id: check-github-workflows - repo: https://github.com/pre-commit/mirrors-prettier - rev: v3.0.3 + rev: v3.1.0 hooks: - id: prettier types_or: diff --git a/CHANGELOG.md b/CHANGELOG.md index eae80dac..ff1d3ff2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ - Fix: minimize floating point errors in AudioBufferSourceNode currentTime calculation - Fix: AudioParam automationRate does not instantly update on the control thread - Fix: AudioParam better handling of non finite values in arguments -- Fix: Panic at Analiser initialization for some combinations of min/maxDecibel +- Fix: Panic at Analyser initialization for some combinations of min/maxDecibel ## Version 0.41.0 (2024-01-04)