Skip to content
Closed
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
f150482
chore(deps): update dependency bun-plugin-dtsx to 0.21.12 (updated)
github-actions[bot] Aug 22, 2025
b07a941
chore(deps): update dependency bun-plugin-dtsx to 0.21.12 (updated)
github-actions[bot] Aug 22, 2025
26de89f
chore(deps): update dependency bun-plugin-dtsx to 0.21.12 (updated)
github-actions[bot] Aug 23, 2025
a94a82b
chore(deps): update dependency bun-plugin-dtsx to 0.21.12 (updated)
github-actions[bot] Aug 23, 2025
2821eed
chore(deps): update dependency bun-plugin-dtsx to 0.21.12 (updated)
github-actions[bot] Aug 23, 2025
28b2ccb
chore(deps): update dependency bun-plugin-dtsx to 0.21.12 (updated)
github-actions[bot] Aug 23, 2025
c8a76ca
chore(deps): update dependency bun-plugin-dtsx to 0.21.12 (updated)
github-actions[bot] Aug 23, 2025
df63510
chore(deps): update dependency bun-plugin-dtsx to 0.21.12 (updated)
github-actions[bot] Aug 23, 2025
db0dc3f
chore(deps): update dependency bun-plugin-dtsx to 0.21.12 (updated)
github-actions[bot] Aug 23, 2025
228e9d4
chore(deps): update dependency bun-plugin-dtsx to 0.21.12 (updated)
github-actions[bot] Aug 23, 2025
5e4894d
chore(deps): update dependency bun-plugin-dtsx to 0.21.12 (updated)
github-actions[bot] Aug 23, 2025
7eca149
chore(deps): update dependency bun-plugin-dtsx to 0.21.12 (updated)
github-actions[bot] Aug 23, 2025
f136577
chore(deps): update dependency bun-plugin-dtsx to 0.21.12 (updated)
github-actions[bot] Aug 23, 2025
a6254f2
chore(deps): update dependency bun-plugin-dtsx to 0.21.12 (updated)
github-actions[bot] Aug 23, 2025
d9e352f
chore(deps): update dependency bun-plugin-dtsx to 0.21.12 (updated)
github-actions[bot] Aug 24, 2025
ae05494
chore(deps): update dependency bun-plugin-dtsx to 0.21.12 (updated)
github-actions[bot] Aug 24, 2025
f9760f8
chore(deps): update dependency bun-plugin-dtsx to 0.21.12 (updated)
github-actions[bot] Aug 24, 2025
b8cd076
chore(deps): update dependency bun-plugin-dtsx to 0.21.12 (updated)
github-actions[bot] Aug 24, 2025
ff3139a
chore(deps): update dependency bun-plugin-dtsx to 0.21.12 (updated)
github-actions[bot] Aug 24, 2025
e125b0e
chore(deps): update dependency bun-plugin-dtsx to 0.21.12 (updated)
github-actions[bot] Aug 24, 2025
48f65a6
chore(deps): update dependency bun-plugin-dtsx to 0.21.12 (updated)
github-actions[bot] Aug 24, 2025
4b200d0
chore(deps): update dependency bun-plugin-dtsx to 0.21.12 (updated)
github-actions[bot] Aug 24, 2025
379b241
chore(deps): update dependency bun-plugin-dtsx to 0.21.12 (updated)
github-actions[bot] Aug 24, 2025
05ab8c2
chore(deps): update dependency bun-plugin-dtsx to 0.21.12 (updated)
github-actions[bot] Aug 24, 2025
b51ba67
chore(deps): update dependency bun-plugin-dtsx to 0.21.12 (updated)
github-actions[bot] Aug 24, 2025
36b3db0
chore(deps): update dependency bun-plugin-dtsx to 0.21.12 (updated)
github-actions[bot] Aug 24, 2025
3b05132
chore(deps): update dependency bun-plugin-dtsx to 0.21.12 (updated)
github-actions[bot] Aug 25, 2025
c5e6d67
chore(deps): update dependency bun-plugin-dtsx to 0.21.12 (updated)
github-actions[bot] Aug 25, 2025
e962ec0
chore(deps): update dependency bun-plugin-dtsx to 0.21.12 (updated)
github-actions[bot] Aug 25, 2025
fbf7f78
chore(deps): update dependency bun-plugin-dtsx to 0.21.12 (updated)
github-actions[bot] Aug 25, 2025
6c631a7
chore(deps): update dependency bun-plugin-dtsx to 0.21.12 (updated)
github-actions[bot] Aug 25, 2025
4110b99
chore(deps): update dependency bun-plugin-dtsx to 0.21.12 (updated)
github-actions[bot] Aug 25, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 19 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,15 @@
],
"scripts": {
"build": "bun build.ts",
"lint": "bunx --bun eslint .",
"lint:fix": "bunx --bun eslint . --fix",
"fresh": "bunx rimraf node_modules/ bun.lock && bun i",
"changelog": "bunx changelogen --output CHANGELOG.md",
"prepublishOnly": "bun run build",
"release": "bun run changelog && bunx bumpp package.json --all",
"test": "bun test",
"lint": "bunx --bun eslint .",
"lint:fix": "bunx --bun eslint . --fix",
"changelog": "bunx logsmith --verbose",
"changelog:generate": "bunx logsmith --output CHANGELOG.md",
"release": "bun run changelog:generate && bunx bumpx prompt --recursive",
"postinstall": "bunx git-hooks",
"typecheck": "bunx tsc --noEmit",
"dev:docs": "bun --bun vitepress dev docs",
"build:docs": "bun --bun vitepress build docs",
Expand All @@ -58,19 +60,26 @@
"ts-pkgx": "0.4.38"
},
"devDependencies": {
"@stacksjs/bumpx": "^0.1.13",
"@stacksjs/docs": "^0.70.23",
"@stacksjs/eslint-config": "^4.14.0-beta.3",
"@stacksjs/gitlint": "^0.1.5",
"@stacksjs/logsmith": "^0.1.8",
"@types/bun": "^1.2.20",
"bun-plugin-dtsx": "0.9.5",
"buddy-bot": "^0.8.8",
"bun-git-hooks": "^0.2.19",
"bun-plugin-dtsx": "0.21.12",
"typescript": "^5.9.2"
},
"overrides": {
"unconfig": "0.3.10"
},
"simple-git-hooks": {
"pre-commit": "bunx lint-staged"
},
"lint-staged": {
"*.{js,ts}": "bunx eslint . --fix"
"git-hooks": {
"pre-commit": {
"staged-lint": {
"*.{js,ts,json,yaml,yml,md}": "bun lint:fix"
}
},
"commit-msg": "bunx gitlint --edit $1"
}
}