Skip to content

Commit 49ee9d1

Browse files
committed
Update pre-commit hooks
1 parent 3d4e012 commit 49ee9d1

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ repos:
2222
- id: mixed-line-ending
2323
- id: trailing-whitespace
2424
- repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook
25-
rev: v9.5.0
25+
rev: v9.11.0
2626
hooks:
2727
- id: commitlint
2828
stages:
2929
- commit-msg
3030
- repo: https://github.com/DavidAnson/markdownlint-cli2
31-
rev: v0.10.0
31+
rev: v0.12.0
3232
hooks:
3333
- id: markdownlint-cli2
3434
exclude: ^LICENSE\.md$
@@ -42,12 +42,12 @@ repos:
4242
- id: codespell
4343
args: [--ignore-words=.codespellignore]
4444
- repo: https://github.com/sirosen/check-jsonschema
45-
rev: 0.27.0
45+
rev: 0.27.3
4646
hooks:
4747
- id: check-github-actions
4848
- id: check-github-workflows
4949
- repo: https://github.com/pre-commit/mirrors-prettier
50-
rev: v3.0.3
50+
rev: v3.1.0
5151
hooks:
5252
- id: prettier
5353
types_or:

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
- Fix: minimize floating point errors in AudioBufferSourceNode currentTime calculation
88
- Fix: AudioParam automationRate does not instantly update on the control thread
99
- Fix: AudioParam better handling of non finite values in arguments
10-
- Fix: Panic at Analiser initialization for some combinations of min/maxDecibel
10+
- Fix: Panic at Analyser initialization for some combinations of min/maxDecibel
1111

1212
## Version 0.41.0 (2024-01-04)
1313

0 commit comments

Comments
 (0)