From dfe2e09bc6b63132c55e502f465b152cb17c133a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 15 Oct 2025 20:09:13 +0000 Subject: [PATCH 1/3] chore(deps): update all non-major dependencies (updated) --- .github/workflows/buddy-bot.yml | 4 ++-- .github/workflows/ci.yml | 16 ++++++++-------- package.json | 6 +++--- pkgx.yaml | 2 +- 4 files changed, 14 insertions(+), 14 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 2d6e7b6..5fe2e21 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/package.json b/package.json index 7b9ccf3..4b3d639 100644 --- a/package.json +++ b/package.json @@ -60,12 +60,12 @@ "@stacksjs/docs": "^0.70.23", "@stacksjs/eslint-config": "^4.10.2-beta.3", "@stacksjs/gitlint": "^0.1.5", - "@stacksjs/logsmith": "^0.1.8", - "@types/bun": "^1.2.13", + "@stacksjs/logsmith": "^0.1.18", + "@types/bun": "^1.3.0", "buddy-bot": "^0.8.8", "bun-git-hooks": "^0.2.19", "bun-plugin-dtsx": "^0.21.12", - "typescript": "^5.8.3" + "typescript": "^5.9.3" }, "overrides": { "unconfig": "0.3.10" 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 From f8528ea5c88fbc849b34c4489e791071c202b7dd 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:08:30 +0800 Subject: [PATCH 2/3] chore(deps): update all non-major dependencies (updated) --- .github/workflows/release.yml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 02651a6..4222eba 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,4 +1,4 @@ -name: CI +name: Releaser on: push: @@ -6,8 +6,8 @@ on: - 'v*' jobs: - release: - name: release + npm: + name: npm runs-on: ubuntu-latest steps: @@ -34,10 +34,12 @@ jobs: env: BUN_AUTH_TOKEN: ${{secrets.NPM_TOKEN}} - - name: Create GitHub release - run: bunx changelogithub + - name: Create GitHub Release + uses: stacksjs/action-releaser@v1.1.0 + with: + changelog: CHANGELOG.md env: - GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # - name: Attach Files # uses: stacksjs/action-releaser@v1 From df5de6388d04a91457644ff996f1dd1bc72f5b40 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 16 Oct 2025 14:17:54 +0800 Subject: [PATCH 3/3] chore(deps): update all non-major dependencies (updated) --- package.json | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/package.json b/package.json index 4b3d639..715e3d4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "action-releaser", - "version": "1.1.0", + "version": "1.2.5", "description": "GitHub Action to attach files to a release", "author": "Chris Breuer ", "license": "MIT", @@ -42,8 +42,7 @@ "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 --bun bumpx prompt --recursive", "test": "bun test || exit 0", "dev:docs": "bun --bun vitepress dev docs", "build:docs": "bun --bun vitepress build docs", @@ -56,16 +55,9 @@ "@actions/glob": "^0.5.0" }, "devDependencies": { - "@stacksjs/bumpx": "^0.1.17", "@stacksjs/docs": "^0.70.23", - "@stacksjs/eslint-config": "^4.10.2-beta.3", - "@stacksjs/gitlint": "^0.1.5", - "@stacksjs/logsmith": "^0.1.18", - "@types/bun": "^1.3.0", - "buddy-bot": "^0.8.8", - "bun-git-hooks": "^0.2.19", - "bun-plugin-dtsx": "^0.21.12", - "typescript": "^5.9.3" + "@stacksjs/eslint-config": "^4.14.0-beta.3", + "better-dx": "^0.1.5" }, "overrides": { "unconfig": "0.3.10"