ReviewOS

also looking at this

stacks/bun-queue

chore(deps): update all non-major dependencies

#350
Closed chrisbbreuer wants to merge buddy-bot/update-non-major-updates-1770128139293 into main
5 files +18 -18
.github/workflows/buddy-bot.ymlmodified+2-2
Changes to .github/workflows/buddy-bot.yml
@@ -130,7 +130,7 @@ jobs:
130130
131131 - name: Setup PHP and Composer (if needed)
132132 if: ${{ hashFiles('composer.json') != '' }}
133 uses: shivammathur/setup-php@v2
133 uses: shivammathur/setup-php@2.36.0
134134 with:
135135 php-version: '8.4'
136136 tools: composer
@@ -248,7 +248,7 @@ jobs:
248248
249249 - name: Setup PHP and Composer (if needed)
250250 if: ${{ hashFiles('composer.json') != '' }}
251 uses: shivammathur/setup-php@v2
251 uses: shivammathur/setup-php@2.36.0
252252 with:
253253 php-version: '8.4'
254254 tools: composer
.github/workflows/ci.ymlmodified+12-12
Changes to .github/workflows/ci.yml
@@ -18,13 +18,13 @@ jobs:
1818 runs-on: ubuntu-latest
1919
2020 steps:
21 - uses: actions/checkout@v6
21 - uses: actions/checkout@v6.0.1
2222
2323 - name: Install Bun
24 uses: oven-sh/setup-bun@v2
24 uses: oven-sh/setup-bun@v2.1.2
2525
2626 - name: Use cached node_modules
27 uses: actions/cache@v5
27 uses: actions/cache@v5.0.3
2828 with:
2929 path: node_modules
3030 key: node-modules-${{ hashFiles('**/bun.lock') }}
@@ -41,13 +41,13 @@ jobs:
4141 runs-on: ubuntu-latest
4242
4343 steps:
44 - uses: actions/checkout@v6
44 - uses: actions/checkout@v6.0.1
4545
4646 - name: Install Bun
47 uses: oven-sh/setup-bun@v2
47 uses: oven-sh/setup-bun@v2.1.2
4848
4949 - name: Use cached node_modules
50 uses: actions/cache@v5
50 uses: actions/cache@v5.0.3
5151 with:
5252 path: node_modules
5353 key: node-modules-${{ hashFiles('**/bun.lock') }}
@@ -64,13 +64,13 @@ jobs:
6464 runs-on: ubuntu-latest
6565
6666 steps:
67 - uses: actions/checkout@v6
67 - uses: actions/checkout@v6.0.1
6868
6969 - name: Install Bun
70 uses: oven-sh/setup-bun@v2
70 uses: oven-sh/setup-bun@v2.1.2
7171
7272 - name: Use cached node_modules
73 uses: actions/cache@v5
73 uses: actions/cache@v5.0.3
7474 with:
7575 path: node_modules
7676 key: node-modules-${{ hashFiles('**/bun.lock') }}
@@ -87,13 +87,13 @@ jobs:
8787 runs-on: ubuntu-latest
8888
8989 steps:
90 - uses: actions/checkout@v6
90 - uses: actions/checkout@v6.0.1
9191
9292 - name: Install Bun
93 uses: oven-sh/setup-bun@v2
93 uses: oven-sh/setup-bun@v2.1.2
9494
9595 - name: Use cached node_modules
96 uses: actions/cache@v5
96 uses: actions/cache@v5.0.3
9797 with:
9898 path: node_modules
9999 key: node-modules-${{ hashFiles('**/bun.lock') }}
deps.yamlmodified+2-2
Changes to deps.yaml
@@ -1,3 +1,3 @@
11dependencies:
2 bun.sh: ^1.2.10
3 redis: ^7.4.2
2 bun.sh: ^1.3.1
3 redis: ^7.4.7
package.jsonmodified+1-1
Changes to package.json
@@ -64,7 +64,7 @@
6464 "devDependencies": {
6565 "@stacksjs/docs": "^0.70.23",
6666 "@stacksjs/eslint-config": "^4.14.0-beta.3",
67 "@types/bun": "^1.3.6",
67 "@types/bun": "^1.3.8",
6868 "better-dx": "^0.2.5"
6969 },
7070 "overrides": {
packages/devtools/package.jsonmodified+1-1
Changes to packages/devtools/package.json
@@ -10,7 +10,7 @@
1010 },
1111 "dependencies": {
1212 "@unocss/reset": "^66.6.0",
13 "axios": "^1.13.2",
13 "axios": "^1.13.4",
1414 "d3": "7.9.0",
1515 "pinia": "^3.0.4",
1616 "vue": "^3.5.27",