diff --git a/.github/workflows/buddy-bot-monthly.yml b/.github/workflows/buddy-bot-monthly.yml index 3461296..348bed2 100644 --- a/.github/workflows/buddy-bot-monthly.yml +++ b/.github/workflows/buddy-bot-monthly.yml @@ -43,7 +43,7 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} - name: Setup Bun - uses: oven-sh/setup-bun@v2 + uses: oven-sh/setup-bun@v2.0.2 with: bun-version: latest diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 19d4c3b..6d2d08a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ 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.3.0 @@ -44,7 +44,7 @@ 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.3.0 @@ -67,7 +67,7 @@ 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.3.0 @@ -90,7 +90,7 @@ 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.3.0 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a9fb3ee..c084ff4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,7 +21,7 @@ jobs: bun-version: 1.2.23 - 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') }} @@ -42,7 +42,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: | bin/clapp-linux-x64.zip diff --git a/deps.yaml b/deps.yaml index 4655bab..8b4957e 100644 --- a/deps.yaml +++ b/deps.yaml @@ -1,2 +1,2 @@ dependencies: - bun.sh: ^1.2.20 + bun.sh: ^1.2.23 diff --git a/package.json b/package.json index 3d877fe..37940c1 100644 --- a/package.json +++ b/package.json @@ -71,16 +71,17 @@ "wrap-ansi": "^9.0.2" }, "devDependencies": { - "@stacksjs/bumpx": "^0.1.86", + "@stacksjs/bumpx": "^0.2.2", + "@stacksjs/clarity": "^0.3.24", "@stacksjs/docs": "^0.70.23", "@stacksjs/eslint-config": "^4.14.0-beta.3", "@stacksjs/gitit": "^0.2.2", "@stacksjs/gitlint": "^0.1.5", - "@stacksjs/logsmith": "^0.1.18", - "@types/bun": "^1.2.23", - "buddy-bot": "^0.9.8", + "@stacksjs/logsmith": "^0.2.0", + "@types/bun": "^1.3.0", + "buddy-bot": "^0.9.9", "bun-git-hooks": "^0.3.1", - "bun-plugin-dtsx": "0.9.5", + "bun-plugin-dtsx": "0.21.12", "typescript": "^5.9.3" }, "overrides": {