Skip to content

Commit d743aa1

Browse files
committed
AG-31081 Update husky to v9
Squashed commit of the following: commit 8d11560 Author: Elizaveta <e.egorova@adguard.com> Date: Fri Oct 3 01:18:27 2025 +0300 changelog commit d27ae0d Author: Elizaveta <e.egorova@adguard.com> Date: Fri Oct 3 01:11:27 2025 +0300 nl commit 8c56466 Author: Elizaveta <e.egorova@adguard.com> Date: Fri Oct 3 01:11:02 2025 +0300 space commit f507c4f Author: Elizaveta <e.egorova@adguard.com> Date: Fri Oct 3 01:09:36 2025 +0300 revert commit f95bcbd Author: Elizaveta <e.egorova@adguard.com> Date: Fri Oct 3 01:05:50 2025 +0300 revert protection commit a26d943 Author: Elizaveta <e.egorova@adguard.com> Date: Thu Oct 2 22:52:46 2025 +0300 AG-31081 Update husky to v9
1 parent 8c6f33b commit d743aa1

File tree

4 files changed

+13
-11
lines changed

4 files changed

+13
-11
lines changed

.husky/pre-commit

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
#!/usr/bin/env sh
2-
. "$(dirname -- "$0")/_/husky.sh"
3-
41
pnpm test:compile
52
pnpm lint:staged
63
pnpm test

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,12 @@ The format is based on [Keep a Changelog], and this project adheres to [Semantic
1313

1414
- Support for multi-root workspaces [#112].
1515

16+
### Changed
17+
18+
- Updated `husky` dependency to version `9.0.1` [#129].
19+
1620
[#112]: https://github.com/AdguardTeam/VscodeAdblockSyntax/issues/112
21+
[#129]: https://github.com/AdguardTeam/VscodeAdblockSyntax/issues/129
1722

1823
## 1.1.17 - 2024-05-05
1924

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
"lint:md": "markdownlint .",
110110
"lint:staged": "lint-staged",
111111
"lint:ts": "eslint . --cache --ext .ts",
112-
"prepare": "husky install",
112+
"prepare": "husky",
113113
"test": "jest",
114114
"test:compile": "tsc -p ./client --noEmit && tsc -p ./server --noEmit",
115115
"watch:aglint": "pnpm esbuild:aglint --sourcemap --watch",
@@ -144,7 +144,7 @@
144144
"eslint-plugin-jsdoc": "^46.10.1",
145145
"eslint-plugin-n": "^17.23.1",
146146
"fs-extra": "^11.1.1",
147-
"husky": "^8.0.3",
147+
"husky": "^9.0.1",
148148
"jest": "^29.6.2",
149149
"jsdoc": "^4.0.4",
150150
"lint-staged": "^15.1.0",

pnpm-lock.yaml

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)