Skip to content

Commit 22e4ca6

Browse files
committed
chore: update dependencies, tooling
1 parent bf5f928 commit 22e4ca6

File tree

4 files changed

+1688
-679
lines changed

4 files changed

+1688
-679
lines changed

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@ auto-install-peers=true
22
strict-peer-dependencies=false
33

44
public-hoist-pattern[]=*@biomejs/biome*
5+
public-hoist-pattern[]=*@e18e/cli*
56
public-hoist-pattern[]=*@total-typescript/tsconfig*
67
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: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,19 +32,19 @@
3232
"@nsis/language-data": "^0.9.3"
3333
},
3434
"devDependencies": {
35-
"@commitlint/cli": "^19.8.1",
36-
"@commitlint/config-conventional": "^19.8.1",
37-
"@idleberg/configs": "^0.3.1",
35+
"@commitlint/cli": "^20.2.0",
36+
"@commitlint/config-conventional": "^20.2.0",
37+
"@idleberg/configs": "^0.4.1",
3838
"@types/node": "^24.5.2",
3939
"@types/which": "^3.0.4",
4040
"concurrently": "^9.2.1",
4141
"jsr": "^0.13.5",
4242
"np": "^10.2.0",
43-
"rimraf": "^6.0.1",
43+
"rimraf": "^6.1.2",
4444
"tslib": "^2.8.1",
4545
"tsm": "^2.3.0",
46-
"tsup": "^8.5.0",
47-
"typescript": "^5.9.2",
46+
"tsup": "^8.5.1",
47+
"typescript": "^5.9.3",
4848
"uvu": "^0.5.6",
4949
"which": "^5.0.0"
5050
},

0 commit comments

Comments
 (0)