stacks/bun-query-builder
chore(deps): update all non-major dependencies
#70
Closed
renovate[bot]
wants to merge
renovate/all-minor-patch
into
main
5 files
+12
-12
.github/workflows/buddy-bot.ymlmodified+2-2Changes to .github/workflows/buddy-bot.yml | @@ -130,7 +130,7 @@ jobs: |
| 130 | 130 | |
| 131 | 131 | - name: Setup PHP and Composer (if needed) |
| 132 | 132 | if: ${{ hashFiles('composer.json') != '' }} |
| 133 | | - uses: shivammathur/setup-php@2.35.4 |
| 133 | + uses: shivammathur/setup-php@2.35.5 |
| 134 | 134 | with: |
| 135 | 135 | php-version: '8.4' |
| 136 | 136 | tools: composer |
| @@ -248,7 +248,7 @@ jobs: |
| 248 | 248 | |
| 249 | 249 | - name: Setup PHP and Composer (if needed) |
| 250 | 250 | if: ${{ hashFiles('composer.json') != '' }} |
| 251 | | - uses: shivammathur/setup-php@2.35.4 |
| 251 | + uses: shivammathur/setup-php@2.35.5 |
| 252 | 252 | with: |
| 253 | 253 | php-version: '8.4' |
| 254 | 254 | tools: composer |
.github/workflows/ci.ymlmodified+3-3Changes to .github/workflows/ci.yml | @@ -24,7 +24,7 @@ jobs: |
| 24 | 24 | uses: oven-sh/setup-bun@v2 |
| 25 | 25 | |
| 26 | 26 | - name: Use cached node_modules |
| 27 | | - uses: actions/cache@v4.2.4 |
| 27 | + uses: actions/cache@v4.3.0 |
| 28 | 28 | with: |
| 29 | 29 | path: node_modules |
| 30 | 30 | key: node-modules-${{ hashFiles('**/bun.lock') }} |
| @@ -47,7 +47,7 @@ jobs: |
| 47 | 47 | uses: oven-sh/setup-bun@v2 |
| 48 | 48 | |
| 49 | 49 | - name: Use cached node_modules |
| 50 | | - uses: actions/cache@v4.2.4 |
| 50 | + uses: actions/cache@v4.3.0 |
| 51 | 51 | with: |
| 52 | 52 | path: node_modules |
| 53 | 53 | key: node-modules-${{ hashFiles('**/bun.lock') }} |
| @@ -93,7 +93,7 @@ jobs: |
| 93 | 93 | uses: oven-sh/setup-bun@v2 |
| 94 | 94 | |
| 95 | 95 | - name: Use cached node_modules |
| 96 | | - uses: actions/cache@v4.2.4 |
| 96 | + uses: actions/cache@v4.3.0 |
| 97 | 97 | with: |
| 98 | 98 | path: node_modules |
| 99 | 99 | key: node-modules-${{ hashFiles('**/bun.lock') }} |
.github/workflows/release.ymlmodified+1-1Changes to .github/workflows/release.yml | @@ -19,7 +19,7 @@ jobs: |
| 19 | 19 | uses: oven-sh/setup-bun@v2.0.2 |
| 20 | 20 | |
| 21 | 21 | - name: Use cached node_modules |
| 22 | | - uses: actions/cache@v4.2.4 |
| 22 | + uses: actions/cache@v4.3.0 |
| 23 | 23 | with: |
| 24 | 24 | path: node_modules |
| 25 | 25 | key: node-modules-${{ hashFiles('**/bun.lock') }} |
bun.lockmodified+3-3
Changes to bun.lock | @@ -14,12 +14,12 @@ |
| 14 | 14 | "@stacksjs/eslint-config": "^4.14.0-beta.3", |
| 15 | 15 | "@stacksjs/gitlint": "^0.1.5", |
| 16 | 16 | "@stacksjs/logsmith": "^0.1.18", |
| 17 | | - "@types/bun": "^1.2.21", |
| 18 | | - "buddy-bot": "^0.9.4", |
| 17 | + "@types/bun": "^1.2.23", |
| 18 | + "buddy-bot": "^0.9.7", |
| 19 | 19 | "bun-git-hooks": "^0.2.19", |
| 20 | 20 | "bun-plugin-dtsx": "0.9.5", |
| 21 | 21 | "bunfig": "^0.15.0", |
| 22 | | - "typescript": "^5.9.2", |
| 22 | + "typescript": "^5.9.3", |
| 23 | 23 | }, |
| 24 | 24 | }, |
| 25 | 25 | }, |
Changes to package.json | @@ -80,12 +80,12 @@ |
| 80 | 80 | "@stacksjs/eslint-config": "^4.14.0-beta.3", |
| 81 | 81 | "@stacksjs/gitlint": "^0.1.5", |
| 82 | 82 | "@stacksjs/logsmith": "^0.1.18", |
| 83 | | - "@types/bun": "^1.2.21", |
| 84 | | - "buddy-bot": "^0.9.4", |
| 83 | + "@types/bun": "^1.2.23", |
| 84 | + "buddy-bot": "^0.9.7", |
| 85 | 85 | "bun-git-hooks": "^0.2.19", |
| 86 | 86 | "bun-plugin-dtsx": "0.9.5", |
| 87 | 87 | "bunfig": "^0.15.0", |
| 88 | | - "typescript": "^5.9.2" |
| 88 | + "typescript": "^5.9.3" |
| 89 | 89 | }, |
| 90 | 90 | "overrides": { |
| 91 | 91 | "unconfig": "0.3.10" |