Skip to content

Commit cf9b4c3

Browse files
committed
feat(deps): add oxfmt, oxlint, publint, tinyexec, tsdown, vitest
1 parent b8dba03 commit cf9b4c3

File tree

12 files changed

+2063
-622
lines changed

12 files changed

+2063
-622
lines changed

.changeset/plenty-poems-grow.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@bomb.sh/tools": minor
3+
---
4+
5+
Updates commands to use the oxfmt, oxlint, publint, tsdown, vitest

oxfmtrc.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"useTabs": true
3+
}

package.json

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"type": "module",
55
"license": "MIT",
66
"bin": {
7-
"bsh": "dist/bin.js"
7+
"bsh": "dist/bin.mjs"
88
},
99
"description": "The internal dev, build, and lint CLI for Bombshell projects",
1010
"keywords": [
@@ -27,7 +27,7 @@
2727
},
2828
"exports": {
2929
".": {
30-
"import": "./dist/bin.js"
30+
"import": "./dist/bin.mjs"
3131
},
3232
"./*": "./dist/*",
3333
"./package.json": "./package.json",
@@ -47,19 +47,18 @@
4747
"@types/node": "^22.13.14"
4848
},
4949
"dependencies": {
50-
"@biomejs/biome": "^1.9.4",
5150
"@bomb.sh/args": "^0.3.1",
52-
"esbuild": "^0.25.1",
5351
"escalade": "^3.2.0",
54-
"tinyexec": "^1.0.1"
52+
"oxfmt": "^0.36.0",
53+
"oxlint": "^1.51.0",
54+
"publint": "^0.3.18",
55+
"tinyexec": "^1.0.1",
56+
"tsdown": "^0.21.0-beta.2",
57+
"vitest": "^4.0.18"
5558
},
5659
"packageManager": "pnpm@10.4.0",
5760
"volta": {
5861
"node": "22.14.0"
5962
},
60-
"pnpm": {
61-
"onlyBuiltDependencies": [
62-
"esbuild"
63-
]
64-
}
63+
"pnpm": {}
6564
}

0 commit comments

Comments
 (0)