Skip to content

Commit 08766c9

Browse files
chore(deps): update dependency bun-plugin-dtsx to 0.21.12 (updated)
1 parent a9923f7 commit 08766c9

File tree

1 file changed

+19
-12
lines changed

1 file changed

+19
-12
lines changed

package.json

Lines changed: 19 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -17,36 +17,43 @@
1717
"keywords": ["homebrew", "pkgx", "bun", "package"],
1818
"scripts": {
1919
"build": "for dir in packages/*; do if [ -f \"$dir/package.json\" ]; then echo \"Building $dir\" && bun run --cwd $dir build; fi; done",
20-
"lint": "bunx --bun eslint .",
21-
"lint:fix": "bunx --bun eslint . --fix",
2220
"fresh": "bunx rimraf node_modules/ bun.lock && bun i",
23-
"changelog": "bunx --bun changelogen --output CHANGELOG.md",
24-
"release": "bun run changelog && bunx --bun bumpp -r --all",
2521
"test": "bun test",
22+
"lint": "bunx --bun eslint .",
23+
"lint:fix": "bunx --bun eslint . --fix",
24+
"changelog": "bunx logsmith --verbose",
25+
"changelog:generate": "bunx logsmith --output CHANGELOG.md",
26+
"release": "bun run changelog:generate && bunx bumpx prompt --recursive",
27+
"postinstall": "bunx git-hooks",
2628
"dev:docs": "bun vitepress dev docs",
2729
"build:docs": "bun vitepress build docs",
2830
"preview:docs": "bun vitepress preview docs",
2931
"typecheck": "bun --bun tsc --noEmit"
3032
},
3133
"devDependencies": {
34+
"@stacksjs/bumpx": "^0.1.17",
3235
"@stacksjs/docs": "^0.70.23",
3336
"@stacksjs/eslint-config": "^4.14.0-beta.3",
37+
"@stacksjs/gitlint": "^0.1.5",
3438
"@stacksjs/launchpad": "workspace:*",
39+
"@stacksjs/logsmith": "^0.1.8",
3540
"@types/bun": "^1.2.20",
36-
"buddy-bot": "^0.8.8",
37-
"bumpp": "^10.2.3",
38-
"bun-plugin-dtsx": "0.9.5",
39-
"changelogen": "^0.6.2",
40-
"lint-staged": "^15.5.2",
41-
"simple-git-hooks": "^2.13.1",
41+
"buddy-bot": "^0.8.9",
42+
"bun-git-hooks": "^0.2.19",
43+
"bun-plugin-dtsx": "0.21.12",
4244
"typescript": "^5.9.2"
4345
},
4446
"overrides": {
4547
"@stacksjs/dtsx": "0.9.5",
4648
"unconfig": "0.3.10"
4749
},
48-
"lint-staged": {
49-
"*.{js,ts}": "bunx --bun eslint . --fix"
50+
"git-hooks": {
51+
"pre-commit": {
52+
"staged-lint": {
53+
"*.{js,ts,json,yaml,yml,md}": "bunx --bun eslint --fix"
54+
}
55+
},
56+
"commit-msg": "bunx gitlint --edit .git/COMMIT_EDITMSG"
5057
},
5158
"workspaces": [
5259
"packages/*"

0 commit comments

Comments
 (0)