diff --git a/.github/workflows/buddy-bot.yml b/.github/workflows/buddy-bot.yml index 6caa722..4c532d9 100644 --- a/.github/workflows/buddy-bot.yml +++ b/.github/workflows/buddy-bot.yml @@ -119,14 +119,14 @@ jobs: if: ${{ needs.determine-jobs.outputs.run_check == 'true' || needs.determine-jobs.outputs.run_update == 'true' || needs.determine-jobs.outputs.run_dashboard == 'true' }} steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v5.0.0 with: token: ${{ secrets.GITHUB_TOKEN }} fetch-depth: 0 # Fetch full history for rebasing 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') != '' }} @@ -156,14 +156,14 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v5.0.0 with: token: ${{ secrets.GITHUB_TOKEN }} fetch-depth: 0 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 @@ -237,14 +237,14 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v5.0.0 with: token: ${{ secrets.GITHUB_TOKEN }} fetch-depth: 0 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') != '' }} @@ -346,12 +346,12 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v5.0.0 with: 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/release.yml b/.github/workflows/release.yml index 811f461..a9e93cb 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.3.3 + uses: softprops/action-gh-release@v2.4.1 with: files: | bin/post-linux-x64 diff --git a/package.json b/package.json index 919972d..4181b7a 100644 --- a/package.json +++ b/package.json @@ -55,19 +55,19 @@ "preview:docs": "bun --bun vitepress preview docs" }, "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", + "@stacksjs/logsmith": "^0.2.1", + "@types/bun": "^1.3.2", + "buddy-bot": "^0.9.11", + "bun-git-hooks": "^0.3.1", + "bun-plugin-dtsx": "^0.21.17", + "bunfig": "^0.15.6", "cac": "^6.7.14", - "typescript": "^5.9.2" + "typescript": "^5.9.3" }, "overrides": { "unconfig": "0.3.10" diff --git a/packages/react/package.json b/packages/react/package.json index 4a08060..e9315b9 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -61,7 +61,7 @@ }, "devDependencies": { "@types/bun": "^1.2.2", - "lint-staged": "^16.2.3", + "lint-staged": "^16.2.6", "simple-git-hooks": "^2.13.1", "typescript": "^5.7.3" },