Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
25 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
351ed0f
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Dec 26, 2025
73e0504
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Dec 30, 2025
e2873db
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Jan 13, 2026
0fef8bb
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Jan 14, 2026
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
Next Next commit
chore(deps): update all non-major dependencies (updated)
  • Loading branch information
github-actions[bot] committed Dec 19, 2025
commit 69d6b48684b9106a351b5620450e750b50a6a15a
12 changes: 7 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "headwind",
"type": "module",
"version": "0.1.3",
"version": "0.1.4",
"description": "A performant Utility-First CSS framework. Similar to Tailwind or UnoCSS.",
"author": "Chris Breuer <chris@stacksjs.org>",
"license": "MIT",
Expand All @@ -22,8 +22,10 @@
"build": "cd packages/headwind && bun run build",
"fresh": "bunx rimraf node_modules/ bun.lock && bun i",
"test": "bun test",
"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",
"format": "bunx --bun pickier run --mode format --write",
"format:check": "bunx --bun pickier run --mode format --check",
"changelog": "bunx logsmith --verbose",
"changelog:generate": "bunx logsmith --output CHANGELOG.md",
"release": "bun run changelog:generate && bunx bumpx -r",
Expand All @@ -35,7 +37,7 @@
"devDependencies": {
"@stacksjs/bumpx": "^0.2.4",
"@stacksjs/docs": "^0.70.23",
"@stacksjs/eslint-config": "^4.14.0-beta.3",
"pickier": "^0.1.10",
"@stacksjs/gitlint": "^0.1.5",
"@stacksjs/logsmith": "^0.2.1",
"@types/bun": "^1.3.5",
Expand All @@ -50,7 +52,7 @@
"git-hooks": {
"pre-commit": {
"staged-lint": {
"*.{js,ts,json,yaml,yml,md}": "bunx --bun eslint --fix"
"*.{js,ts,json,yaml,yml,md}": "bunx --bun pickier run --mode lint --fix"
}
},
"commit-msg": "bunx gitlint --edit .git/COMMIT_EDITMSG"
Expand Down
2 changes: 1 addition & 1 deletion packages/headwind/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@stacksjs/headwind",
"type": "module",
"version": "0.1.3",
"version": "0.1.4",
"description": "A performant Utility-First CSS framework. Similar to Tailwind or UnoCSS.",
"author": "Chris Breuer <chris@stacksjs.org>",
"license": "MIT",
Expand Down