also looking at this
chore(deps): update all non-major dependencies
#161
7 files
+28
-28
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.
| @@ -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 |
| @@ -18,13 +18,13 @@ jobs: | ||
| 18 | 18 | runs-on: ubuntu-latest |
| 19 | 19 | |
| 20 | 20 | steps: |
| 21 | - uses: actions/checkout@v5 | |
| 21 | - uses: actions/checkout@v5.0.0 | |
| 22 | 22 | |
| 23 | 23 | - name: Install Bun |
| 24 | uses: oven-sh/setup-bun@v2 | |
| 24 | uses: oven-sh/setup-bun@v2.0.2 | |
| 25 | 25 | |
| 26 | 26 | - name: Use cached node_modules |
| 27 | uses: actions/cache@v4.2.4 | |
| 27 | uses: actions/cache@v4.3.0.3.0 | |
| 28 | 28 | with: |
| 29 | 29 | path: node_modules |
| 30 | 30 | key: node-modules-${{ hashFiles('**/bun.lock') }} |
| @@ -41,13 +41,13 @@ jobs: | ||
| 41 | 41 | runs-on: ubuntu-latest |
| 42 | 42 | |
| 43 | 43 | steps: |
| 44 | - uses: actions/checkout@v5 | |
| 44 | - uses: actions/checkout@v5.0.0 | |
| 45 | 45 | |
| 46 | 46 | - name: Install Bun |
| 47 | uses: oven-sh/setup-bun@v2 | |
| 47 | uses: oven-sh/setup-bun@v2.0.2 | |
| 48 | 48 | |
| 49 | 49 | - name: Use cached node_modules |
| 50 | uses: actions/cache@v4.2.4 | |
| 50 | uses: actions/cache@v4.3.0.3.0 | |
| 51 | 51 | with: |
| 52 | 52 | path: node_modules |
| 53 | 53 | key: node-modules-${{ hashFiles('**/bun.lock') }} |
| @@ -87,13 +87,13 @@ jobs: | ||
| 87 | 87 | POSTGRES_DB: test_db |
| 88 | 88 | |
| 89 | 89 | steps: |
| 90 | - uses: actions/checkout@v5 | |
| 90 | - uses: actions/checkout@v5.0.0 | |
| 91 | 91 | |
| 92 | 92 | - name: Install Bun |
| 93 | uses: oven-sh/setup-bun@v2 | |
| 93 | uses: oven-sh/setup-bun@v2.0.2 | |
| 94 | 94 | |
| 95 | 95 | - name: Use cached node_modules |
| 96 | uses: actions/cache@v4.2.4 | |
| 96 | uses: actions/cache@v4.3.0.3.0 | |
| 97 | 97 | with: |
| 98 | 98 | path: node_modules |
| 99 | 99 | key: node-modules-${{ hashFiles('**/bun.lock') }} |
| @@ -115,13 +115,13 @@ jobs: | ||
| 115 | 115 | runs-on: ubuntu-latest |
| 116 | 116 | |
| 117 | 117 | steps: |
| 118 | - uses: actions/checkout@v5 | |
| 118 | - uses: actions/checkout@v5.0.0 | |
| 119 | 119 | |
| 120 | 120 | - name: Install Bun |
| 121 | uses: oven-sh/setup-bun@v2 | |
| 121 | uses: oven-sh/setup-bun@v2.0.2 | |
| 122 | 122 | |
| 123 | 123 | - name: Use cached node_modules |
| 124 | uses: actions/cache@v4 | |
| 124 | uses: actions/cache@v4.3.0 | |
| 125 | 125 | with: |
| 126 | 126 | path: node_modules |
| 127 | 127 | key: node-modules-${{ hashFiles('**/bun.lock') }} |
| @@ -69,16 +69,16 @@ | ||
| 69 | 69 | "typecheck": "bun --bun tsc" |
| 70 | 70 | }, |
| 71 | 71 | "devDependencies": { |
| 72 | "@stacksjs/bumpx": "^0.1.86", | |
| 72 | "@stacksjs/bumpx": "^0.2.2", | |
| 73 | 73 | "@stacksjs/docs": "^0.70.23", |
| 74 | 74 | "@stacksjs/eslint-config": "^4.14.0-beta.3", |
| 75 | 75 | "@stacksjs/gitlint": "^0.1.5", |
| 76 | 76 | "@stacksjs/launchpad": "^0.6.4", |
| 77 | "@stacksjs/logsmith": "^0.1.18", | |
| 78 | "@types/bun": "^1.2.23", | |
| 79 | "buddy-bot": "^0.9.8", | |
| 80 | "bun-git-hooks": "^0.2.19", | |
| 81 | "bun-plugin-dtsx": "0.9.5", | |
| 77 | "@stacksjs/logsmith": "^0.2.0", | |
| 78 | "@types/bun": "^1.3.1", | |
| 79 | "buddy-bot": "^0.9.9", | |
| 80 | "bun-git-hooks": "^0.3.1", | |
| 81 | "bun-plugin-dtsx": "0.21.12", | |
| 82 | 82 | "bunfig": "^0.15.0", |
| 83 | 83 | "typescript": "^5.9.3" |
| 84 | 84 | }, |
| @@ -13,15 +13,15 @@ | ||
| 13 | 13 | "clean": "bun run src/clean.ts" |
| 14 | 14 | }, |
| 15 | 15 | "dependencies": { |
| 16 | "@prisma/client": "^6.16.3", | |
| 16 | "@prisma/client": "^6.18.0", | |
| 17 | 17 | "better-sqlite3": "^12.4.1", |
| 18 | 18 | "bun-query-builder": "workspace:*", |
| 19 | "chalk": "^5.3.0", | |
| 19 | "chalk": "^5.6.2", | |
| 20 | 20 | "cli-table3": "^0.6.5", |
| 21 | "drizzle-orm": "^0.36.4", | |
| 22 | "kysely": "^0.28.7", | |
| 21 | "drizzle-orm": "^0.44.7", | |
| 22 | "kysely": "^0.28.8", | |
| 23 | 23 | "mitata": "^1.0.34", |
| 24 | "prisma": "^6.16.3", | |
| 24 | "prisma": "^6.18.0", | |
| 25 | 25 | "typeorm": "^0.3.27" |
| 26 | 26 | }, |
| 27 | 27 | "devDependencies": { |