Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
02da551
chore(deps): update all non-major dependencies
github-actions[bot] Nov 5, 2025
b52cb7b
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Nov 6, 2025
c5db7df
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Nov 6, 2025
9192b8e
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Nov 7, 2025
11cdd53
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Nov 7, 2025
f0a9b55
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Nov 8, 2025
0cdd01e
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Nov 11, 2025
10f4bec
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Nov 19, 2025
24aff58
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Nov 20, 2025
2bedc69
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Nov 20, 2025
505ec04
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Nov 21, 2025
f874446
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Nov 26, 2025
3988104
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Nov 30, 2025
1d05531
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Dec 2, 2025
fffaad4
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Dec 7, 2025
f5cf837
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Dec 11, 2025
513f095
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Dec 11, 2025
e942868
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Dec 12, 2025
71756c9
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Dec 18, 2025
69d6b48
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Dec 19, 2025
9f64703
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Dec 24, 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
Prev Previous commit
chore(deps): update all non-major dependencies (updated)
  • Loading branch information
github-actions[bot] committed Dec 24, 2025
commit 9f647036a6ee27e26188ae58287b4c2d06e0abfa
13 changes: 10 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,15 @@
"url": "https://github.com/stacksjs/headwind/issues"
},
"keywords": [
"monorepo",
"css",
"utility-first",
"tailwind",
"css-framework",
"bun",
"performance",
"headwind",
"template"
"atomic-css",
"typescript"
],
"scripts": {
"build": "cd packages/headwind && bun run build",
Expand All @@ -37,13 +43,14 @@
"devDependencies": {
"@stacksjs/bumpx": "^0.2.4",
"@stacksjs/docs": "^0.70.23",
"pickier": "^0.1.10",
"@stacksjs/gitlint": "^0.1.5",
"@stacksjs/logsmith": "^0.2.1",
"@types/bun": "^1.3.5",
"better-dx": "^0.2.5",
"buddy-bot": "^0.9.12",
"bun-git-hooks": "^0.3.1",
"bun-plugin-dtsx": "0.9.9",
"pickier": "^0.1.10",
"typescript": "^5.9.3"
},
"overrides": {
Expand Down
6 changes: 3 additions & 3 deletions packages/headwind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@
"zip:darwin-x64": "zip -j bin/headwind-darwin-x64.zip bin/headwind-darwin-x64",
"zip:darwin-arm64": "zip -j bin/headwind-darwin-arm64.zip bin/headwind-darwin-arm64",
"benchmark": "bun run benchmark/framework-comparison.bench.ts",
"lint": "bunx --bun eslint .",
"lint:fix": "bunx --bun eslint . --fix",
"lint": "bunx --bun pickier run --mode lint",
"lint:fix": "bunx --bun pickier run --mode lint --fix",
"fresh": "bunx rimraf node_modules/ bun.lock && bun i",
"changelog": "bunx changelogen --output CHANGELOG.md",
"prepublishOnly": "bun --bun run build && bun run compile:all && bun run zip",
Expand All @@ -76,7 +76,7 @@
"unconfig": "0.3.10"
},
"lint-staged": {
"*.{js,ts}": "bunx --bun eslint . --fix"
"*.{js,ts}": "bunx --bun pickier run --mode lint --fix"
},
"devDependencies": {
"@tailwindcss/node": "^4.1.18",
Expand Down