Skip to content

Commit 61e716f

Browse files
committed
chore: update lefthook config
1 parent c6b8f1e commit 61e716f

4 files changed

Lines changed: 599 additions & 610 deletions

File tree

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
auto-install-peers=true
22

33
public-hoist-pattern[]=*@biomejs/biome*
4+
public-hoist-pattern[]=*@e18e/cli*
45
public-hoist-pattern[]=*@total-typescript/tsconfig*
56
public-hoist-pattern[]=*lefthook*

lefthook.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
[[remotes]]
22
git_url = "https://github.com/idleberg/configs"
33
ref = "main"
4-
configs = ["lefthook/biome.toml", "lefthook/commitlint.toml"]
4+
configs = [
5+
"lefthook/biome.toml",
6+
"lefthook/commitlint.toml",
7+
"lefthook/e18e.toml",
8+
]

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -42,24 +42,24 @@
4242
"plugin-error": "^2.0.1"
4343
},
4444
"devDependencies": {
45-
"@commitlint/cli": "^20.1.0",
46-
"@commitlint/config-conventional": "^20.0.0",
45+
"@commitlint/cli": "^20.2.0",
46+
"@commitlint/config-conventional": "^20.2.0",
4747
"@e18e/cli": "^0.3.1",
48-
"@idleberg/configs": "^0.3.3",
48+
"@idleberg/configs": "^0.4.1",
4949
"@types/gulp": "^4.0.18",
5050
"@types/node": "^24.10.0",
5151
"@types/vinyl": "^2.0.12",
52-
"@vitest/coverage-v8": "^4.0.8",
52+
"@vitest/coverage-v8": "^4.0.16",
5353
"concurrently": "^9.2.1",
5454
"gulp": "^5.0.1",
5555
"np": "^10.2.0",
56-
"prettier": "^3.6.2",
57-
"tsdown": "^0.16.1",
56+
"prettier": "^3.7.4",
57+
"tsdown": "^0.18.1",
5858
"tsm": "^2.3.0",
5959
"typescript": "^5.9.3",
6060
"uvu": "^0.5.6",
6161
"vinyl": "^3.0.1",
62-
"vitest": "^4.0.8"
62+
"vitest": "^4.0.16"
6363
},
6464
"peerDependencies": {
6565
"gulp": ">=4.0.2 || ^5"

0 commit comments

Comments
 (0)