also looking at this
chore(deps): update all non-major dependencies
#12
5 files
+23
-23
Review threads live on the whole diff, not on one commit, so none are shown here - a thread's line means something in the branch's final form, and painting it into an intermediate step would put it on code it is not about.
| @@ -126,11 +126,11 @@ jobs: | ||
| 126 | 126 | persist-credentials: true |
| 127 | 127 | |
| 128 | 128 | - name: Setup Bun |
| 129 | uses: oven-sh/setup-bun@v2 | |
| 129 | uses: oven-sh/setup-bun@v2.0.2 | |
| 130 | 130 | |
| 131 | 131 | - name: Setup PHP and Composer (if needed) |
| 132 | 132 | if: ${{ hashFiles('composer.json') != '' }} |
| 133 | uses: shivammathur/setup-php@v2 | |
| 133 | uses: shivammathur/setup-php@2.35.3 | |
| 134 | 134 | with: |
| 135 | 135 | php-version: '8.4' |
| 136 | 136 | tools: composer |
| @@ -163,7 +163,7 @@ jobs: | ||
| 163 | 163 | persist-credentials: true |
| 164 | 164 | |
| 165 | 165 | - name: Setup Bun |
| 166 | uses: oven-sh/setup-bun@v2 | |
| 166 | uses: oven-sh/setup-bun@v2.0.2 | |
| 167 | 167 | |
| 168 | 168 | - name: Install dependencies |
| 169 | 169 | run: bun install |
| @@ -244,11 +244,11 @@ jobs: | ||
| 244 | 244 | persist-credentials: true |
| 245 | 245 | |
| 246 | 246 | - name: Setup Bun |
| 247 | uses: oven-sh/setup-bun@v2 | |
| 247 | uses: oven-sh/setup-bun@v2.0.2 | |
| 248 | 248 | |
| 249 | 249 | - name: Setup PHP and Composer (if needed) |
| 250 | 250 | if: ${{ hashFiles('composer.json') != '' }} |
| 251 | uses: shivammathur/setup-php@v2 | |
| 251 | uses: shivammathur/setup-php@2.35.3 | |
| 252 | 252 | with: |
| 253 | 253 | php-version: '8.4' |
| 254 | 254 | tools: composer |
| @@ -351,7 +351,7 @@ jobs: | ||
| 351 | 351 | token: ${{ secrets.GITHUB_TOKEN }} |
| 352 | 352 | |
| 353 | 353 | - name: Setup Bun |
| 354 | uses: oven-sh/setup-bun@v2 | |
| 354 | uses: oven-sh/setup-bun@v2.0.2 | |
| 355 | 355 | |
| 356 | 356 | - name: Install dependencies |
| 357 | 357 | run: bun install |
| @@ -19,7 +19,7 @@ jobs: | ||
| 19 | 19 | uses: oven-sh/setup-bun@v2 |
| 20 | 20 | |
| 21 | 21 | - name: Use cached node_modules |
| 22 | uses: actions/cache@v4 | |
| 22 | uses: actions/cache@v4.2.4 | |
| 23 | 23 | with: |
| 24 | 24 | path: node_modules |
| 25 | 25 | key: node-modules-${{ hashFiles('**/bun.lock') }} |
| @@ -40,7 +40,7 @@ jobs: | ||
| 40 | 40 | GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} |
| 41 | 41 | |
| 42 | 42 | - name: Attach Binaries |
| 43 | uses: softprops/action-gh-release@v2 | |
| 43 | uses: softprops/action-gh-release@v2.3.2 | |
| 44 | 44 | with: |
| 45 | 45 | files: | |
| 46 | 46 | bin/bunpress-linux-x64 |
| @@ -60,9 +60,9 @@ | ||
| 60 | 60 | "typecheck": "bun --bun tsc --noEmit" |
| 61 | 61 | }, |
| 62 | 62 | "dependencies": { |
| 63 | "@unocss/config": "^66.1.0-beta.12", | |
| 64 | "@unocss/core": "^66.1.0-beta.12", | |
| 65 | "@unocss/preset-wind3": "^66.1.0-beta.12", | |
| 63 | "@unocss/config": "^66.4.2", | |
| 64 | "@unocss/core": "^66.4.2", | |
| 65 | "@unocss/preset-wind3": "^66.4.2", | |
| 66 | 66 | "bun-plugin-unocss": "^0.1.3", |
| 67 | 67 | "gray-matter": "^4.0.3", |
| 68 | 68 | "marked": "^15.0.11" |
| @@ -72,13 +72,13 @@ | ||
| 72 | 72 | "@stacksjs/eslint-config": "^4.10.2-beta.3", |
| 73 | 73 | "@stacksjs/gitlint": "^0.1.5", |
| 74 | 74 | "@stacksjs/logsmith": "^0.1.8", |
| 75 | "@types/bun": "^1.2.10", | |
| 75 | "@types/bun": "^1.2.20", | |
| 76 | 76 | "@types/marked": "^6.0.0", |
| 77 | 77 | "buddy-bot": "^0.8.8", |
| 78 | 78 | "bun-git-hooks": "^0.2.19", |
| 79 | "bun-plugin-dtsx": "^0.21.9", | |
| 79 | "bun-plugin-dtsx": "^0.21.12", | |
| 80 | 80 | "bunfig": "^0.8.3", |
| 81 | "typescript": "^5.8.3" | |
| 81 | "typescript": "^5.9.2" | |
| 82 | 82 | }, |
| 83 | 83 | "overrides": { |
| 84 | 84 | "unconfig": "0.3.10" |