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 faea563..6d2d08a 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/.github/workflows/release.yml b/.github/workflows/release.yml index 72cce92..b2c2136 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.3 with: files: | bin/post-linux-x64 diff --git a/package.json b/package.json index b5353ac..c570c23 100644 --- a/package.json +++ b/package.json @@ -55,18 +55,18 @@ "preview:docs": "bun --bun vitepress preview docs" }, "devDependencies": { - "@stacksjs/bumpx": "^0.1.17", + "@stacksjs/bumpx": "^0.1.84", "@stacksjs/docs": "^0.69.3", "@stacksjs/eslint-config": "^4.2.1-beta.1", "@stacksjs/gitlint": "^0.1.5", - "@stacksjs/logsmith": "^0.1.8", - "@types/bun": "^1.2.2", + "@stacksjs/logsmith": "^0.1.18", + "@types/bun": "^1.2.22", "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.7.0", "cac": "^6.7.14", - "typescript": "^5.7.3" + "typescript": "^5.9.2" }, "overrides": { "unconfig": "0.3.10" diff --git a/packages/post/package.json b/packages/post/package.json index 8e71dbf..b032862 100644 --- a/packages/post/package.json +++ b/packages/post/package.json @@ -61,7 +61,7 @@ }, "dependencies": { "@stacksjs/tlsx": "^0.10.0", - "@types/node-forge": "^1.3.11", + "@types/node-forge": "^1.3.14", "node-forge": "^1.3.1", "ts-punycode": "^0.1.0" }, diff --git a/packages/react/package.json b/packages/react/package.json index cdd1c6a..975cac0 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -62,7 +62,7 @@ "devDependencies": { "@types/bun": "^1.2.2", "lint-staged": "^15.4.3", - "simple-git-hooks": "^2.11.1", + "simple-git-hooks": "^2.13.1", "typescript": "^5.7.3" }, "lint-staged": { diff --git a/packages/vue/package.json b/packages/vue/package.json index 4c76b8f..e64c01e 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -59,10 +59,10 @@ "@stacksjs/post": "workspace:*" }, "devDependencies": { - "@types/bun": "^1.2.2", + "@types/bun": "^1.2.21", "lint-staged": "^15.4.3", - "simple-git-hooks": "^2.11.1", - "typescript": "^5.7.3" + "simple-git-hooks": "^2.13.1", + "typescript": "^5.9.2" }, "lint-staged": { "*.{js,ts}": "bunx --bun eslint . --fix" diff --git a/pkgx.yaml b/pkgx.yaml index c9e80e6..4655bab 100644 --- a/pkgx.yaml +++ b/pkgx.yaml @@ -1,2 +1,2 @@ dependencies: - bun.sh: ^1.2.3 + bun.sh: ^1.2.20