diff --git a/.github/workflows/buddy-bot.yml b/.github/workflows/buddy-bot.yml index acbf3ad4..e14055bd 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@2.35.5 + uses: shivammathur/setup-php@2.36.0 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@2.35.5 + uses: shivammathur/setup-php@2.36.0 with: php-version: '8.4' tools: composer diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9c5c45c7..15c76730 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: - uses: actions/checkout@v5.0.0 - name: Install Bun - uses: oven-sh/setup-bun@v2.0.2 + uses: oven-sh/setup-bun@v2.1.2 - name: Use cached node_modules uses: actions/cache@v4.3.0 @@ -44,7 +44,7 @@ jobs: - uses: actions/checkout@v5.0.0 - name: Install Bun - uses: oven-sh/setup-bun@v2.0.2 + uses: oven-sh/setup-bun@v2.1.2 - name: Use cached node_modules uses: actions/cache@v4.3.0 @@ -67,7 +67,7 @@ jobs: - uses: actions/checkout@v5.0.0 - name: Install Bun - uses: oven-sh/setup-bun@v2.0.2 + uses: oven-sh/setup-bun@v2.1.2 - name: Use cached node_modules uses: actions/cache@v4.3.0 @@ -90,7 +90,7 @@ jobs: - uses: actions/checkout@v5.0.0 - name: Install Bun - uses: oven-sh/setup-bun@v2.0.2 + uses: oven-sh/setup-bun@v2.1.2 - name: Use cached node_modules uses: actions/cache@v4.3.0 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a6f5aaa9..ba306151 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,7 @@ jobs: fetch-depth: 0 - name: Install Bun - uses: oven-sh/setup-bun@v2 + uses: oven-sh/setup-bun@v2.1.2 - name: Use cached node_modules uses: actions/cache@v4 diff --git a/deps.yaml b/deps.yaml index 4655bab3..2d291bd3 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/package.json b/package.json index 6a737074..06d03bf8 100644 --- a/package.json +++ b/package.json @@ -51,19 +51,19 @@ "typecheck": "bun --bun tsc --noEmit" }, "devDependencies": { - "@stacksjs/bumpx": "^0.1.84", - "@stacksjs/clarity": "^0.3.23", + "@stacksjs/bumpx": "^0.2.4", + "@stacksjs/clarity": "^0.3.24", "@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.7", - "bun-git-hooks": "^0.2.19", - "bun-plugin-dtsx": "^0.21.12", - "bunfig": "^0.15.0", - "typescript": "^5.9.2", - "unocss": "^66.5.2" + "@stacksjs/logsmith": "^0.2.1", + "@types/bun": "^1.3.9", + "buddy-bot": "^0.9.16", + "bun-git-hooks": "^0.3.1", + "bun-plugin-dtsx": "^0.21.17", + "bunfig": "^0.15.6", + "typescript": "^5.9.3", + "unocss": "^66.6.1" }, "overrides": { "unconfig": "0.3.10"