Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 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
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
4 changes: 2 additions & 2 deletions .github/workflows/buddy-bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:

- name: Setup PHP and Composer (if needed)
if: ${{ hashFiles('composer.json') != '' }}
uses: shivammathur/setup-php@v2
uses: shivammathur/setup-php@2.36.0
with:
php-version: '8.4'
tools: composer
Expand Down Expand Up @@ -248,7 +248,7 @@ jobs:

- name: Setup PHP and Composer (if needed)
if: ${{ hashFiles('composer.json') != '' }}
uses: shivammathur/setup-php@v2
uses: shivammathur/setup-php@2.36.0
with:
php-version: '8.4'
tools: composer
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
- uses: actions/checkout@v4

- name: Install Bun
uses: oven-sh/setup-bun@v2
uses: oven-sh/setup-bun@v2.0.2

- name: Use cached node_modules
uses: actions/cache@v4
uses: actions/cache@v4.3.0
with:
path: node_modules
key: node-modules-${{ hashFiles('**/bun.lock') }}
Expand All @@ -44,10 +44,10 @@ jobs:
- uses: actions/checkout@v4

- name: Install Bun
uses: oven-sh/setup-bun@v2
uses: oven-sh/setup-bun@v2.0.2

- name: Use cached node_modules
uses: actions/cache@v4
uses: actions/cache@v4.3.0
with:
path: node_modules
key: node-modules-${{ hashFiles('**/bun.lock') }}
Expand All @@ -67,10 +67,10 @@ jobs:
- uses: actions/checkout@v4

- name: Install Bun
uses: oven-sh/setup-bun@v2
uses: oven-sh/setup-bun@v2.0.2

- name: Use cached node_modules
uses: actions/cache@v4
uses: actions/cache@v4.3.0
with:
path: node_modules
key: node-modules-${{ hashFiles('**/bun.lock') }}
Expand All @@ -90,10 +90,10 @@ jobs:
- uses: actions/checkout@v4

- name: Install Bun
uses: oven-sh/setup-bun@v2
uses: oven-sh/setup-bun@v2.0.2

- name: Use cached node_modules
uses: actions/cache@v4
uses: actions/cache@v4.3.0
with:
path: node_modules
key: node-modules-${{ hashFiles('**/bun.lock') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

- name: Attach Binaries
uses: stacksjs/action-releaser@v1.1.0
uses: stacksjs/action-releaser@v1.2.6
with:
files: |
packages/headwind/bin/headwind-linux-x64.zip
Expand Down
2 changes: 1 addition & 1 deletion deps.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
dependencies:
bun.sh: ^1.2.20
bun.sh: ^1.2.23
33 changes: 21 additions & 12 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 @@ -14,16 +14,24 @@
"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",
"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 @@ -33,15 +41,16 @@
"typecheck": "bun --bun tsc --noEmit"
},
"devDependencies": {
"@stacksjs/bumpx": "^0.1.84",
"@stacksjs/bumpx": "^0.2.4",
"@stacksjs/docs": "^0.70.23",
"@stacksjs/eslint-config": "^4.14.0-beta.3",
"@stacksjs/gitlint": "^0.1.5",
"@stacksjs/logsmith": "^0.1.18",
"@types/bun": "^1.2.23",
"buddy-bot": "^0.9.8",
"@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.5",
"bun-plugin-dtsx": "0.9.9",
"pickier": "^0.1.10",
"typescript": "^5.9.3"
},
"overrides": {
Expand All @@ -50,7 +59,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
22 changes: 11 additions & 11 deletions 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 All @@ -28,7 +28,7 @@
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/src/index.js"
"import": "./dist/index.js"
},
"./*": {
"import": "./dist/*"
Expand Down 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 @@ -70,20 +70,20 @@
},
"dependencies": {
"@stacksjs/clapp": "^0.2.0",
"bunfig": "^0.15.0"
"bunfig": "^0.15.6"
},
"overrides": {
"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.14",
"@tailwindcss/postcss": "^4.1",
"@tailwindcss/vite": "^4.1",
"@unocss/core": "^66.5.4",
"@unocss/preset-wind": "^66.5.4",
"@tailwindcss/node": "^4.1.18",
"@tailwindcss/postcss": "^4.1.18",
"@tailwindcss/vite": "^4.1.18",
"@unocss/core": "^66.5.12",
"@unocss/preset-wind": "^66.5.12",
"mitata": "^1.0.34",
"postcss": "^8.5.6",
"tailwindcss": "^3",
Expand Down