diff --git a/.github/workflows/buddy-bot.yml b/.github/workflows/buddy-bot.yml index 4ed077f..a2264e7 100644 --- a/.github/workflows/buddy-bot.yml +++ b/.github/workflows/buddy-bot.yml @@ -126,11 +126,11 @@ jobs: persist-credentials: true - name: Setup Bun - uses: oven-sh/setup-bun@v2 + uses: oven-sh/setup-bun@v2.0.2 - name: Setup PHP and Composer (if needed) if: ${{ hashFiles('composer.json') != '' }} - uses: shivammathur/setup-php@v2 + uses: shivammathur/setup-php@2.35.4 with: php-version: '8.4' tools: composer @@ -163,7 +163,7 @@ jobs: persist-credentials: true - name: Setup Bun - uses: oven-sh/setup-bun@v2 + uses: oven-sh/setup-bun@v2.0.2 - name: Install dependencies run: bun install @@ -244,11 +244,11 @@ jobs: persist-credentials: true - name: Setup Bun - uses: oven-sh/setup-bun@v2 + uses: oven-sh/setup-bun@v2.0.2 - name: Setup PHP and Composer (if needed) if: ${{ hashFiles('composer.json') != '' }} - uses: shivammathur/setup-php@v2 + uses: shivammathur/setup-php@2.35.4 with: php-version: '8.4' tools: composer @@ -351,7 +351,7 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} - name: Setup Bun - uses: oven-sh/setup-bun@v2 + uses: oven-sh/setup-bun@v2.0.2 - name: Install dependencies run: bun install diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index faea563..fea0345 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: uses: oven-sh/setup-bun@v2 - name: Use cached node_modules - uses: actions/cache@v4 + uses: actions/cache@v4.2.4 with: path: node_modules key: node-modules-${{ hashFiles('**/bun.lock') }} @@ -47,7 +47,7 @@ jobs: uses: oven-sh/setup-bun@v2 - name: Use cached node_modules - uses: actions/cache@v4 + uses: actions/cache@v4.2.4 with: path: node_modules key: node-modules-${{ hashFiles('**/bun.lock') }} @@ -70,7 +70,7 @@ jobs: uses: oven-sh/setup-bun@v2 - name: Use cached node_modules - uses: actions/cache@v4 + uses: actions/cache@v4.2.4 with: path: node_modules key: node-modules-${{ hashFiles('**/bun.lock') }} @@ -93,7 +93,7 @@ jobs: uses: oven-sh/setup-bun@v2 - name: Use cached node_modules - uses: actions/cache@v4 + uses: actions/cache@v4.2.4 with: path: node_modules key: node-modules-${{ hashFiles('**/bun.lock') }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5bcd963..552d69d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -40,7 +40,7 @@ jobs: GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} - name: Attach Binaries - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v2.3.2 with: files: | bin/bunpress-linux-x64 diff --git a/package.json b/package.json index 8eaff6c..3695d4c 100644 --- a/package.json +++ b/package.json @@ -60,25 +60,25 @@ "typecheck": "bun --bun tsc --noEmit" }, "dependencies": { - "@unocss/config": "^66.1.0-beta.12", - "@unocss/core": "^66.1.0-beta.12", - "@unocss/preset-wind3": "^66.1.0-beta.12", + "@unocss/config": "^66.5.0", + "@unocss/core": "^66.5.0", + "@unocss/preset-wind3": "^66.5.0", "bun-plugin-unocss": "^0.1.3", "gray-matter": "^4.0.3", "marked": "^15.0.11" }, "devDependencies": { - "@stacksjs/bumpx": "^0.1.13", + "@stacksjs/bumpx": "^0.1.75", "@stacksjs/eslint-config": "^4.10.2-beta.3", "@stacksjs/gitlint": "^0.1.5", - "@stacksjs/logsmith": "^0.1.8", - "@types/bun": "^1.2.10", + "@stacksjs/logsmith": "^0.1.18", + "@types/bun": "^1.2.21", "@types/marked": "^6.0.0", - "buddy-bot": "^0.8.8", + "buddy-bot": "^0.8.9", "bun-git-hooks": "^0.2.19", - "bun-plugin-dtsx": "^0.21.9", + "bun-plugin-dtsx": "^0.21.12", "bunfig": "^0.8.3", - "typescript": "^5.8.3" + "typescript": "^5.9.2" }, "overrides": { "unconfig": "0.3.10" @@ -86,9 +86,9 @@ "git-hooks": { "pre-commit": { "staged-lint": { - "*.{js,ts,json,yaml,yml,md}": "bun lint:fix" + "*.{js,ts,json,yaml,yml,md}": "bunx --bun eslint --fix" } }, - "commit-msg": "bunx gitlint --edit $1" + "commit-msg": "bunx gitlint --edit .git/COMMIT_EDITMSG" } } diff --git a/pkgx.yaml b/pkgx.yaml index 03bf2f9..4655bab 100644 --- a/pkgx.yaml +++ b/pkgx.yaml @@ -1,2 +1,2 @@ dependencies: - bun.sh: ^1.2.10 + bun.sh: ^1.2.20