From 4d1730d34e624a30f6b2fc1e8990c99866ac4edc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 2 Oct 2025 11:13:02 -0700 Subject: [PATCH 01/26] chore(deps): update all non-major dependencies --- .github/workflows/buddy-bot.yml | 4 ++-- .github/workflows/ci.yml | 16 ++++++++-------- deps.yaml | 2 +- packages/launchpad/package.json | 2 +- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/buddy-bot.yml b/.github/workflows/buddy-bot.yml index 4ed077f..acbf3ad 100644 --- a/.github/workflows/buddy-bot.yml +++ b/.github/workflows/buddy-bot.yml @@ -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.35.5 with: php-version: '8.4' tools: composer @@ -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.35.5 with: php-version: '8.4' tools: composer diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index faea563..6d2d08a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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') }} @@ -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') }} @@ -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') }} @@ -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') }} diff --git a/deps.yaml b/deps.yaml index 4655bab..2d291bd 100644 --- a/deps.yaml +++ b/deps.yaml @@ -1,2 +1,2 @@ dependencies: - bun.sh: ^1.2.20 + bun.sh: ^1.2.21 diff --git a/packages/launchpad/package.json b/packages/launchpad/package.json index 426c20b..cfeb384 100644 --- a/packages/launchpad/package.json +++ b/packages/launchpad/package.json @@ -62,7 +62,7 @@ "test": "bun test" }, "devDependencies": { - "bunfig": "^0.10.1" + "bunfig": "^0.15.0" }, "overrides": { "unconfig": "0.3.10" From 983a158d8095763487d3f08382e3e796c3f9bfa3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 2 Oct 2025 22:08:49 +0000 Subject: [PATCH 02/26] chore(deps): update all non-major dependencies (updated) --- packages/headwind/package.json | 76 ++++++++++++++++++++++++++++++++++ 1 file changed, 76 insertions(+) create mode 100644 packages/headwind/package.json diff --git a/packages/headwind/package.json b/packages/headwind/package.json new file mode 100644 index 0000000..cfeb384 --- /dev/null +++ b/packages/headwind/package.json @@ -0,0 +1,76 @@ +{ + "name": "headwind", + "type": "module", + "version": "0.0.0", + "description": "Like our `ts-starter`, but optimized for monorepos.", + "author": "Chris Breuer ", + "license": "MIT", + "homepage": "https://github.com/stacksjs/headwind#readme", + "repository": { + "type": "git", + "url": "git+https://github.com/stacksjs/headwind.git" + }, + "bugs": { + "url": "https://github.com/stacksjs/headwind/issues" + }, + "keywords": [ + "monorepo", + "ts-starter", + "headwind", + "template" + ], + "exports": { + ".": { + "types": "./dist/index.d.ts", + "import": "./dist/src/index.js" + }, + "./*": { + "import": "./dist/*" + } + }, + "module": "./dist/index.js", + "types": "./dist/index.d.ts", + "bin": { + "headwind": "./dist/bin/cli.js" + }, + "files": [ + "README.md", + "dist" + ], + "scripts": { + "build": "bun --bun build.ts && bun run compile", + "compile": "bun build ./bin/cli.ts --compile --minify --outfile bin/bin-name", + "compile:all": "bun run compile:linux-x64 && bun run compile:linux-arm64 && bun run compile:windows-x64 && bun run compile:darwin-x64 && bun run compile:darwin-arm64", + "compile:linux-x64": "bun build ./bin/cli.ts --compile --minify --target=bun-linux-x64 --outfile bin/bin-name-linux-x64", + "compile:linux-arm64": "bun build ./bin/cli.ts --compile --minify --target=bun-linux-arm64 --outfile bin/bin-name-linux-arm64", + "compile:windows-x64": "bun build ./bin/cli.ts --compile --minify --target=bun-windows-x64 --outfile bin/bin-name-windows-x64.exe", + "compile:darwin-x64": "bun build ./bin/cli.ts --compile --minify --target=bun-darwin-x64 --outfile bin/bin-name-darwin-x64", + "compile:darwin-arm64": "bun build ./bin/cli.ts --compile --minify --target=bun-darwin-arm64 --outfile bin/bin-name-darwin-arm64", + "zip": "bun run zip:all", + "zip:all": "bun run zip:linux-x64 && bun run zip:linux-arm64 && bun run zip:windows-x64 && bun run zip:darwin-x64 && bun run zip:darwin-arm64", + "zip:linux-x64": "zip -j bin/bin-name-linux-x64.zip bin/bin-name-linux-x64", + "zip:linux-arm64": "zip -j bin/bin-name-linux-arm64.zip bin/bin-name-linux-arm64", + "zip:windows-x64": "zip -j bin/bin-name-windows-x64.zip bin/bin-name-windows-x64.exe", + "zip:darwin-x64": "zip -j bin/bin-name-darwin-x64.zip bin/bin-name-darwin-x64", + "zip:darwin-arm64": "zip -j bin/bin-name-darwin-arm64.zip bin/bin-name-darwin-arm64", + "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 --bun run build && bun run compile:all && bun run zip", + "release": "bun run changelog && bunx bumpp package.json --all", + "test": "bun test" + }, + "devDependencies": { + "bunfig": "^0.15.0" + }, + "overrides": { + "unconfig": "0.3.10" + }, + "lint-staged": { + "*.{js,ts}": "bunx --bun eslint . --fix" + }, + "workspaces": [ + "packages/*" + ] +} From 1f7c4c597f616c0655101d56f435297780cb5a62 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 3 Oct 2025 00:32:48 +0000 Subject: [PATCH 03/26] chore(deps): update all non-major dependencies (updated) --- packages/headwind/package.json | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/packages/headwind/package.json b/packages/headwind/package.json index cfeb384..7943393 100644 --- a/packages/headwind/package.json +++ b/packages/headwind/package.json @@ -2,7 +2,7 @@ "name": "headwind", "type": "module", "version": "0.0.0", - "description": "Like our `ts-starter`, but optimized for monorepos.", + "description": "A blazingly fast, utility-first CSS framework built with Bun. Generates only the CSS you need by scanning your files for utility classes.", "author": "Chris Breuer ", "license": "MIT", "homepage": "https://github.com/stacksjs/headwind#readme", @@ -14,10 +14,16 @@ "url": "https://github.com/stacksjs/headwind/issues" }, "keywords": [ - "monorepo", - "ts-starter", + "css", + "utility-first", + "tailwind", + "css-framework", + "bun", + "performance", "headwind", - "template" + "atomic-css", + "typescript", + "on-demand" ], "exports": { ".": { From a397c4a2f12552b52d7c2be3075ddf70952e9d39 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 7 Oct 2025 02:37:16 +0000 Subject: [PATCH 04/26] chore(deps): update all non-major dependencies (updated) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 541297b..5db4f33 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "@stacksjs/logsmith": "^0.1.18", "@types/bun": "^1.2.23", "buddy-bot": "^0.9.7", - "bun-git-hooks": "^0.2.19", + "bun-git-hooks": "^0.3.1", "bun-plugin-dtsx": "^0.21.12", "typescript": "^5.9.3" }, From 13222e27de929653a3aed33fba55ee0bd3b0e60b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 7 Oct 2025 04:18:01 +0000 Subject: [PATCH 05/26] chore(deps): update all non-major dependencies (updated) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5db4f33..cdeef09 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "@stacksjs/gitlint": "^0.1.5", "@stacksjs/logsmith": "^0.1.18", "@types/bun": "^1.2.23", - "buddy-bot": "^0.9.7", + "buddy-bot": "^0.9.8", "bun-git-hooks": "^0.3.1", "bun-plugin-dtsx": "^0.21.12", "typescript": "^5.9.3" From b0edfe901939f9744bce6396ee77fa6799a58182 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 23:12:44 -0700 Subject: [PATCH 06/26] chore(deps): update all non-major dependencies (updated) --- .github/workflows/ci.yml | 2 +- deps.yaml | 2 +- package.json | 16 +++++++++------- 3 files changed, 11 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6d2d08a..cd06ac9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -107,4 +107,4 @@ jobs: run: bun run build - name: Publish Commit - run: bunx pkg-pr-new publish + run: bunx pkg-pr-new publish './packages/*' diff --git a/deps.yaml b/deps.yaml index 2d291bd..8b4957e 100644 --- a/deps.yaml +++ b/deps.yaml @@ -1,2 +1,2 @@ dependencies: - bun.sh: ^1.2.21 + bun.sh: ^1.2.23 diff --git a/package.json b/package.json index cdeef09..645840b 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "headwind", "type": "module", - "version": "0.0.0", - "description": "Like our `ts-starter`, but optimized for monorepos.", + "version": "0.1.1", + "description": "A performant Utility-First CSS framework. Similar to Tailwind or UnoCSS.", "author": "Chris Breuer ", "license": "MIT", "homepage": "https://github.com/stacksjs/headwind#readme", @@ -15,19 +15,18 @@ }, "keywords": [ "monorepo", - "ts-starter", "headwind", "template" ], "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", "changelog": "bunx logsmith --verbose", "changelog:generate": "bunx logsmith --output CHANGELOG.md", - "release": "bun run changelog:generate && bunx bumpx prompt --recursive", - "postinstall": "bunx git-hooks", + "release": "bun run changelog:generate && bunx bumpx -r", "dev:docs": "bun --bun vitepress dev docs", "build:docs": "bun --bun vitepress build docs", "preview:docs": "bun --bun vitepress preview docs", @@ -42,7 +41,7 @@ "@types/bun": "^1.2.23", "buddy-bot": "^0.9.8", "bun-git-hooks": "^0.3.1", - "bun-plugin-dtsx": "^0.21.12", + "bun-plugin-dtsx": "0.21.12", "typescript": "^5.9.3" }, "overrides": { @@ -55,5 +54,8 @@ } }, "commit-msg": "bunx gitlint --edit .git/COMMIT_EDITMSG" - } + }, + "workspaces": [ + "packages/*" + ] } From 0aa761e192014741806d4c9b85d67b9f8d0e309e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 7 Oct 2025 18:13:09 +0000 Subject: [PATCH 07/26] chore(deps): update all non-major dependencies (updated) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 645840b..734d88c 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "typecheck": "bun --bun tsc --noEmit" }, "devDependencies": { - "@stacksjs/bumpx": "^0.1.84", + "@stacksjs/bumpx": "^0.1.86", "@stacksjs/docs": "^0.70.23", "@stacksjs/eslint-config": "^4.14.0-beta.3", "@stacksjs/gitlint": "^0.1.5", From 294fe867bce62ba8c399e452532aab9f5e6edf4d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 10 Oct 2025 22:13:58 +0000 Subject: [PATCH 08/26] chore(deps): update all non-major dependencies (updated) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 734d88c..18769d8 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "@stacksjs/eslint-config": "^4.14.0-beta.3", "@stacksjs/gitlint": "^0.1.5", "@stacksjs/logsmith": "^0.1.18", - "@types/bun": "^1.2.23", + "@types/bun": "^1.3.0", "buddy-bot": "^0.9.8", "bun-git-hooks": "^0.3.1", "bun-plugin-dtsx": "0.21.12", From c959cd842ffbe50a6777c5ed04ad3998f16d427d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 11 Oct 2025 00:31:40 +0000 Subject: [PATCH 09/26] chore(deps): update all non-major dependencies (updated) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 18769d8..8fb238e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "headwind", "type": "module", - "version": "0.1.1", + "version": "0.1.3", "description": "A performant Utility-First CSS framework. Similar to Tailwind or UnoCSS.", "author": "Chris Breuer ", "license": "MIT", From c607b617551fb61d472676ddb985539d05c33a4e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 11 Oct 2025 08:11:54 +0000 Subject: [PATCH 10/26] chore(deps): update all non-major dependencies (updated) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8fb238e..c69dbe4 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "typecheck": "bun --bun tsc --noEmit" }, "devDependencies": { - "@stacksjs/bumpx": "^0.1.86", + "@stacksjs/bumpx": "^0.2.1", "@stacksjs/docs": "^0.70.23", "@stacksjs/eslint-config": "^4.14.0-beta.3", "@stacksjs/gitlint": "^0.1.5", From 4e398e2b66f8f3f9dd6f302c5a5b09c709e858c8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 14 Oct 2025 18:14:50 +0000 Subject: [PATCH 11/26] chore(deps): update all non-major dependencies (updated) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c69dbe4..068d48a 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "typecheck": "bun --bun tsc --noEmit" }, "devDependencies": { - "@stacksjs/bumpx": "^0.2.1", + "@stacksjs/bumpx": "^0.2.2", "@stacksjs/docs": "^0.70.23", "@stacksjs/eslint-config": "^4.14.0-beta.3", "@stacksjs/gitlint": "^0.1.5", From da4f22a12d360dc152ffb03b9edc1c5216a4f551 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 15 Oct 2025 22:18:26 +0000 Subject: [PATCH 12/26] chore(deps): update all non-major dependencies (updated) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 068d48a..b83180c 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "@stacksjs/gitlint": "^0.1.5", "@stacksjs/logsmith": "^0.1.18", "@types/bun": "^1.3.0", - "buddy-bot": "^0.9.8", + "buddy-bot": "^0.9.9", "bun-git-hooks": "^0.3.1", "bun-plugin-dtsx": "0.21.12", "typescript": "^5.9.3" From 39af8c921cc53f7d1b1cf121f4412ce4c2c8d373 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 16 Oct 2025 08:34:39 +0800 Subject: [PATCH 13/26] chore(deps): update all non-major dependencies (updated) --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3633357..e60489f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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.5 with: files: | packages/headwind/bin/headwind-linux-x64.zip From 55772590e91fa725668ba2f5cc46cb32a7ae2de4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 16 Oct 2025 06:21:28 +0000 Subject: [PATCH 14/26] chore(deps): update all non-major dependencies (updated) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b83180c..7ef57ca 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "@stacksjs/docs": "^0.70.23", "@stacksjs/eslint-config": "^4.14.0-beta.3", "@stacksjs/gitlint": "^0.1.5", - "@stacksjs/logsmith": "^0.1.18", + "@stacksjs/logsmith": "^0.2.0", "@types/bun": "^1.3.0", "buddy-bot": "^0.9.9", "bun-git-hooks": "^0.3.1", From 6c88b914bd8ba4098b46c3e2a1b48959cc5dea4b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 17 Oct 2025 06:16:26 +0800 Subject: [PATCH 15/26] chore(deps): update all non-major dependencies (updated) --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e60489f..ec85e7f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,14 +16,14 @@ jobs: fetch-depth: 0 - name: Install Bun - uses: oven-sh/setup-bun@v2 + uses: oven-sh/setup-bun@v2.0.2 # env: # BUN_AUTH_TOKEN: ${{secrets.NPM_TOKEN}} with: bun-version: latest - 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') }} @@ -44,7 +44,7 @@ jobs: GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} - name: Attach Binaries - uses: stacksjs/action-releaser@v1.2.5 + uses: stacksjs/action-releaser@v1.2.6 with: files: | packages/headwind/bin/headwind-linux-x64.zip From 8a60697a98051d9e20df856f68433c643e3c1996 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 17 Oct 2025 02:46:33 +0000 Subject: [PATCH 16/26] chore(deps): update all non-major dependencies (updated) --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ec85e7f..56ba3b9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,14 +16,14 @@ jobs: fetch-depth: 0 - name: Install Bun - uses: oven-sh/setup-bun@v2.0.2 + uses: oven-sh/setup-bun@v2 # env: # BUN_AUTH_TOKEN: ${{secrets.NPM_TOKEN}} with: bun-version: latest - name: Use cached node_modules - uses: actions/cache@v4.3.0 + uses: actions/cache@v4 with: path: node_modules key: node-modules-${{ hashFiles('**/bun.lock') }} From 0be6e22a10838e053de3f8cb042326be83880266 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 17 Oct 2025 16:13:38 +0800 Subject: [PATCH 17/26] chore(deps): update all non-major dependencies (updated) --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 56ba3b9..ec85e7f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,14 +16,14 @@ jobs: fetch-depth: 0 - name: Install Bun - uses: oven-sh/setup-bun@v2 + uses: oven-sh/setup-bun@v2.0.2 # env: # BUN_AUTH_TOKEN: ${{secrets.NPM_TOKEN}} with: bun-version: latest - 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') }} From 40dfd3b4cc7564d4cf56b7c8c6642c695dee9728 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 17 Oct 2025 10:12:30 +0000 Subject: [PATCH 18/26] chore(deps): update all non-major dependencies (updated) --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ec85e7f..56ba3b9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,14 +16,14 @@ jobs: fetch-depth: 0 - name: Install Bun - uses: oven-sh/setup-bun@v2.0.2 + uses: oven-sh/setup-bun@v2 # env: # BUN_AUTH_TOKEN: ${{secrets.NPM_TOKEN}} with: bun-version: latest - name: Use cached node_modules - uses: actions/cache@v4.3.0 + uses: actions/cache@v4 with: path: node_modules key: node-modules-${{ hashFiles('**/bun.lock') }} From 6b169909e524eafdafcc1da032c5684e7981efa6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 17 Oct 2025 22:12:38 +0800 Subject: [PATCH 19/26] chore(deps): update all non-major dependencies (updated) --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 56ba3b9..ec85e7f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,14 +16,14 @@ jobs: fetch-depth: 0 - name: Install Bun - uses: oven-sh/setup-bun@v2 + uses: oven-sh/setup-bun@v2.0.2 # env: # BUN_AUTH_TOKEN: ${{secrets.NPM_TOKEN}} with: bun-version: latest - 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') }} From 2ebeab900760984c38a800263674a022ec88295e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 15:31:49 +0000 Subject: [PATCH 20/26] chore(deps): update all non-major dependencies (updated) --- packages/headwind/package.json | 46 +++++++++++++++++++++------------- 1 file changed, 28 insertions(+), 18 deletions(-) diff --git a/packages/headwind/package.json b/packages/headwind/package.json index 7943393..953b9b8 100644 --- a/packages/headwind/package.json +++ b/packages/headwind/package.json @@ -1,8 +1,8 @@ { - "name": "headwind", + "name": "@stacksjs/headwind", "type": "module", - "version": "0.0.0", - "description": "A blazingly fast, utility-first CSS framework built with Bun. Generates only the CSS you need by scanning your files for utility classes.", + "version": "0.1.3", + "description": "A performant Utility-First CSS framework. Similar to Tailwind or UnoCSS.", "author": "Chris Breuer ", "license": "MIT", "homepage": "https://github.com/stacksjs/headwind#readme", @@ -45,20 +45,21 @@ ], "scripts": { "build": "bun --bun build.ts && bun run compile", - "compile": "bun build ./bin/cli.ts --compile --minify --outfile bin/bin-name", + "compile": "bun build ./bin/cli.ts --compile --minify --outfile bin/headwind", "compile:all": "bun run compile:linux-x64 && bun run compile:linux-arm64 && bun run compile:windows-x64 && bun run compile:darwin-x64 && bun run compile:darwin-arm64", - "compile:linux-x64": "bun build ./bin/cli.ts --compile --minify --target=bun-linux-x64 --outfile bin/bin-name-linux-x64", - "compile:linux-arm64": "bun build ./bin/cli.ts --compile --minify --target=bun-linux-arm64 --outfile bin/bin-name-linux-arm64", - "compile:windows-x64": "bun build ./bin/cli.ts --compile --minify --target=bun-windows-x64 --outfile bin/bin-name-windows-x64.exe", - "compile:darwin-x64": "bun build ./bin/cli.ts --compile --minify --target=bun-darwin-x64 --outfile bin/bin-name-darwin-x64", - "compile:darwin-arm64": "bun build ./bin/cli.ts --compile --minify --target=bun-darwin-arm64 --outfile bin/bin-name-darwin-arm64", + "compile:linux-x64": "bun build ./bin/cli.ts --compile --minify --target=bun-linux-x64 --outfile bin/headwind-linux-x64", + "compile:linux-arm64": "bun build ./bin/cli.ts --compile --minify --target=bun-linux-arm64 --outfile bin/headwind-linux-arm64", + "compile:windows-x64": "bun build ./bin/cli.ts --compile --minify --target=bun-windows-x64 --outfile bin/headwind-windows-x64.exe", + "compile:darwin-x64": "bun build ./bin/cli.ts --compile --minify --target=bun-darwin-x64 --outfile bin/headwind-darwin-x64", + "compile:darwin-arm64": "bun build ./bin/cli.ts --compile --minify --target=bun-darwin-arm64 --outfile bin/headwind-darwin-arm64", "zip": "bun run zip:all", "zip:all": "bun run zip:linux-x64 && bun run zip:linux-arm64 && bun run zip:windows-x64 && bun run zip:darwin-x64 && bun run zip:darwin-arm64", - "zip:linux-x64": "zip -j bin/bin-name-linux-x64.zip bin/bin-name-linux-x64", - "zip:linux-arm64": "zip -j bin/bin-name-linux-arm64.zip bin/bin-name-linux-arm64", - "zip:windows-x64": "zip -j bin/bin-name-windows-x64.zip bin/bin-name-windows-x64.exe", - "zip:darwin-x64": "zip -j bin/bin-name-darwin-x64.zip bin/bin-name-darwin-x64", - "zip:darwin-arm64": "zip -j bin/bin-name-darwin-arm64.zip bin/bin-name-darwin-arm64", + "zip:linux-x64": "zip -j bin/headwind-linux-x64.zip bin/headwind-linux-x64", + "zip:linux-arm64": "zip -j bin/headwind-linux-arm64.zip bin/headwind-linux-arm64", + "zip:windows-x64": "zip -j bin/headwind-windows-x64.zip bin/headwind-windows-x64.exe", + "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", "fresh": "bunx rimraf node_modules/ bun.lock && bun i", @@ -67,7 +68,8 @@ "release": "bun run changelog && bunx bumpp package.json --all", "test": "bun test" }, - "devDependencies": { + "dependencies": { + "@stacksjs/clapp": "^0.2.0", "bunfig": "^0.15.0" }, "overrides": { @@ -76,7 +78,15 @@ "lint-staged": { "*.{js,ts}": "bunx --bun eslint . --fix" }, - "workspaces": [ - "packages/*" - ] + "devDependencies": { + "@tailwindcss/node": "^4.1.15", + "@tailwindcss/postcss": "^4.1.15", + "@tailwindcss/vite": "^4.1.15", + "@unocss/core": "^66.5.4", + "@unocss/preset-wind": "^66.5.4", + "mitata": "^1.0.34", + "postcss": "^8.5.6", + "tailwindcss": "^3", + "tailwindcss-v4": "npm:tailwindcss@^4" + } } From b63a26d7e2e55af38fda7a00cad9c96371d96665 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 19:02:41 +0000 Subject: [PATCH 21/26] chore(deps): update all non-major dependencies (updated) --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ec85e7f..56ba3b9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,14 +16,14 @@ jobs: fetch-depth: 0 - name: Install Bun - uses: oven-sh/setup-bun@v2.0.2 + uses: oven-sh/setup-bun@v2 # env: # BUN_AUTH_TOKEN: ${{secrets.NPM_TOKEN}} with: bun-version: latest - name: Use cached node_modules - uses: actions/cache@v4.3.0 + uses: actions/cache@v4 with: path: node_modules key: node-modules-${{ hashFiles('**/bun.lock') }} From 4fcfaf3e279a95793360512fc467ac4787c6d7e1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 21 Oct 2025 04:49:50 +0800 Subject: [PATCH 22/26] chore(deps): update all non-major dependencies (updated) --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 56ba3b9..ec85e7f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,14 +16,14 @@ jobs: fetch-depth: 0 - name: Install Bun - uses: oven-sh/setup-bun@v2 + uses: oven-sh/setup-bun@v2.0.2 # env: # BUN_AUTH_TOKEN: ${{secrets.NPM_TOKEN}} with: bun-version: latest - 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') }} From e10b18e928c1ac3bd3880217efb435b761222478 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 22:17:22 +0000 Subject: [PATCH 23/26] chore(deps): update all non-major dependencies (updated) --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ec85e7f..56ba3b9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,14 +16,14 @@ jobs: fetch-depth: 0 - name: Install Bun - uses: oven-sh/setup-bun@v2.0.2 + uses: oven-sh/setup-bun@v2 # env: # BUN_AUTH_TOKEN: ${{secrets.NPM_TOKEN}} with: bun-version: latest - name: Use cached node_modules - uses: actions/cache@v4.3.0 + uses: actions/cache@v4 with: path: node_modules key: node-modules-${{ hashFiles('**/bun.lock') }} From 2d594e3788a761992d56986a56334ccc0191636a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 23 Oct 2025 12:15:41 +0000 Subject: [PATCH 24/26] chore(deps): update all non-major dependencies (updated) --- packages/headwind/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/headwind/package.json b/packages/headwind/package.json index 953b9b8..75e4b22 100644 --- a/packages/headwind/package.json +++ b/packages/headwind/package.json @@ -79,9 +79,9 @@ "*.{js,ts}": "bunx --bun eslint . --fix" }, "devDependencies": { - "@tailwindcss/node": "^4.1.15", - "@tailwindcss/postcss": "^4.1.15", - "@tailwindcss/vite": "^4.1.15", + "@tailwindcss/node": "^4.1.16", + "@tailwindcss/postcss": "^4.1.16", + "@tailwindcss/vite": "^4.1.16", "@unocss/core": "^66.5.4", "@unocss/preset-wind": "^66.5.4", "mitata": "^1.0.34", From 0b3fda7e4bd93a2ad88b3611f1f5781020e013fe Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 23 Oct 2025 22:16:16 +0000 Subject: [PATCH 25/26] chore(deps): update all non-major dependencies (updated) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7ef57ca..e25f819 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "@stacksjs/eslint-config": "^4.14.0-beta.3", "@stacksjs/gitlint": "^0.1.5", "@stacksjs/logsmith": "^0.2.0", - "@types/bun": "^1.3.0", + "@types/bun": "^1.3.1", "buddy-bot": "^0.9.9", "bun-git-hooks": "^0.3.1", "bun-plugin-dtsx": "0.21.12", From a7b4ac8af8db2163dd98151688fb4e5f8e63917f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 28 Oct 2025 18:14:44 +0000 Subject: [PATCH 26/26] chore(deps): update all non-major dependencies (updated) --- packages/headwind/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/headwind/package.json b/packages/headwind/package.json index 75e4b22..a0e20cc 100644 --- a/packages/headwind/package.json +++ b/packages/headwind/package.json @@ -70,7 +70,7 @@ }, "dependencies": { "@stacksjs/clapp": "^0.2.0", - "bunfig": "^0.15.0" + "bunfig": "^0.15.1" }, "overrides": { "unconfig": "0.3.10"