diff --git a/.github/workflows/buddy-bot.yml b/.github/workflows/buddy-bot.yml index 676b7ab..0c96ded 100644 --- a/.github/workflows/buddy-bot.yml +++ b/.github/workflows/buddy-bot.yml @@ -126,13 +126,13 @@ jobs: persist-credentials: true - name: Setup Bun - uses: oven-sh/setup-bun@v2 + uses: oven-sh/setup-bun@v2.0.2 with: bun-version: latest - name: Setup PHP and Composer (if needed) if: ${{ hashFiles('composer.json') != '' }} - uses: shivammathur/setup-php@v2 + uses: shivammathur/setup-php@2.35.3 with: php-version: '8.4' tools: composer @@ -165,7 +165,7 @@ jobs: persist-credentials: true - name: Setup Bun - uses: oven-sh/setup-bun@v2 + uses: oven-sh/setup-bun@v2.0.2 with: bun-version: latest @@ -248,13 +248,13 @@ jobs: persist-credentials: true - name: Setup Bun - uses: oven-sh/setup-bun@v2 + uses: oven-sh/setup-bun@v2.0.2 with: bun-version: latest - name: Setup PHP and Composer (if needed) if: ${{ hashFiles('composer.json') != '' }} - uses: shivammathur/setup-php@v2 + uses: shivammathur/setup-php@2.35.3 with: php-version: '8.4' tools: composer @@ -357,7 +357,7 @@ jobs: token: ${{ secrets.BUDDY_BOT_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/release.yml b/.github/workflows/release.yml index b611667..4026bab 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,7 @@ jobs: uses: oven-sh/setup-bun@v2 - name: Use cached node_modules - uses: actions/cache@v4 + uses: actions/cache@v4.2.4 with: path: node_modules key: node-modules-${{ hashFiles('**/bun.lock') }} diff --git a/package.json b/package.json index 743c513..a10204e 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "@stacksjs/eslint-config": "^4.14.0-beta.3", "@types/bun": "^1.2.20", "@types/clean-css": "^4.2.11", - "buddy-bot": "^0.7.9", + "buddy-bot": "^0.7.13", "bumpp": "^10.2.3", "bun-plugin-dtsx": "0.9.5", "cac": "^6.7.14", diff --git a/packages/react/package.json b/packages/react/package.json index b16f007..cfe2c6c 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -24,17 +24,17 @@ "typecheck": "bunx --bun tsc --noEmit" }, "peerDependencies": { - "react": "^19.1.0", - "react-dom": "^19.1.0" + "react": "^19.1.1", + "react-dom": "^19.1.1" }, "devDependencies": { - "@types/react": "^19.1.2", - "@types/react-dom": "^19.1.2", + "@types/react": "^19.1.10", + "@types/react-dom": "^19.1.7", "@vitejs/plugin-react": "^4.4.1", - "react": "^19.1.0", - "react-dom": "^19.1.0", + "react": "^19.1.1", + "react-dom": "^19.1.1", "typescript": "^5.9.0", "vite": "^6.3.2", - "vite-plugin-dts": "^4.5.3" + "vite-plugin-dts": "^4.5.4" } } diff --git a/packages/ts-maps/package.json b/packages/ts-maps/package.json index 8f38cba..2127c3c 100644 --- a/packages/ts-maps/package.json +++ b/packages/ts-maps/package.json @@ -92,7 +92,7 @@ "bun-plugin-dtsx": "^0.21.9", "bunfig": "^0.8.2", "lint-staged": "^15.5.1", - "simple-git-hooks": "^2.13.0", + "simple-git-hooks": "^2.13.1", "typescript": "^5.9.0" }, "lint-staged": { diff --git a/packages/vue/package.json b/packages/vue/package.json index 88eb368..816ff0d 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -40,12 +40,12 @@ "@microsoft/api-extractor": "^7.52.5", "@stacksjs/docs": "^0.70.23", "@stacksjs/eslint-config": "^4.2.1-beta.1", - "@types/bun": "^1.2.10", + "@types/bun": "^1.2.20", "@types/google.maps": "^3.58.1", "@types/vue": "^2.0.0", "@vue/tsconfig": "^0.7.0", - "bumpp": "^10.1.0", - "bun-plugin-dtsx": "^0.21.9", + "bumpp": "^10.2.3", + "bun-plugin-dtsx": "^0.21.12", "cac": "^6.7.14", "changelogen": "^0.6.1", "typescript": "^5.9.0", diff --git a/playground/pkgx.yaml b/playground/pkgx.yaml index fc98fdc..4655bab 100644 --- a/playground/pkgx.yaml +++ b/playground/pkgx.yaml @@ -1,2 +1,2 @@ dependencies: - bun.sh: ^1.2.4 + bun.sh: ^1.2.20 diff --git a/playground/vue-samples/package.json b/playground/vue-samples/package.json index 7a1ede3..210f26d 100644 --- a/playground/vue-samples/package.json +++ b/playground/vue-samples/package.json @@ -11,11 +11,11 @@ "dependencies": { "@types/google.maps": "^3.58.1", "ts-maps-vue": "../../packages/vue", - "vue": "^3.5.13" + "vue": "^3.5.18" }, "devDependencies": { "@vitejs/plugin-vue": "^5.2.3", - "typescript": "^5.8.3", + "typescript": "^5.9.2", "vite": "^6.3.2", "vue-tsc": "^2.2.10" }