ReviewOS

also looking at this

stacks/bun-queue

chore(deps): update all non-major dependencies

#33
Closed chrisbbreuer wants to merge buddy-bot/update-non-major-updates-1758782574948 into main
6 files +21 -21

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.

.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.35.5
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.35.5
252252 with:
253253 php-version: '8.4'
254254 tools: composer
.github/workflows/ci.ymlmodified+8-8
Changes to .github/workflows/ci.yml
@@ -21,10 +21,10 @@ jobs:
2121 - uses: actions/checkout@v4
2222
2323 - name: Install Bun
24 uses: oven-sh/setup-bun@v2
24 uses: oven-sh/setup-bun@v2.0.2
2525
2626 - name: Use cached node_modules
27 uses: actions/cache@v4
27 uses: actions/cache@v4.3.0
2828 with:
2929 path: node_modules
3030 key: node-modules-${{ hashFiles('**/bun.lock') }}
@@ -44,10 +44,10 @@ jobs:
4444 - uses: actions/checkout@v4
4545
4646 - name: Install Bun
47 uses: oven-sh/setup-bun@v2
47 uses: oven-sh/setup-bun@v2.0.2
4848
4949 - name: Use cached node_modules
50 uses: actions/cache@v4
50 uses: actions/cache@v4.3.0
5151 with:
5252 path: node_modules
5353 key: node-modules-${{ hashFiles('**/bun.lock') }}
@@ -67,10 +67,10 @@ jobs:
6767 - uses: actions/checkout@v4
6868
6969 - name: Install Bun
70 uses: oven-sh/setup-bun@v2
70 uses: oven-sh/setup-bun@v2.0.2
7171
7272 - name: Use cached node_modules
73 uses: actions/cache@v4
73 uses: actions/cache@v4.3.0
7474 with:
7575 path: node_modules
7676 key: node-modules-${{ hashFiles('**/bun.lock') }}
@@ -90,10 +90,10 @@ jobs:
9090 - uses: actions/checkout@v4
9191
9292 - name: Install Bun
93 uses: oven-sh/setup-bun@v2
93 uses: oven-sh/setup-bun@v2.0.2
9494
9595 - name: Use cached node_modules
96 uses: actions/cache@v4
96 uses: actions/cache@v4.3.0
9797 with:
9898 path: node_modules
9999 key: node-modules-${{ hashFiles('**/bun.lock') }}
.github/workflows/release.ymlmodified+1-1
Changes to .github/workflows/release.yml
@@ -40,7 +40,7 @@ jobs:
4040 GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
4141
4242 - name: Attach Binaries
43 uses: softprops/action-gh-release@v2
43 uses: softprops/action-gh-release@v2.3.3
4444 with:
4545 files: |
4646 bin/bin-name-linux-x64
package.jsonmodified+5-5
Changes to package.json
@@ -74,17 +74,17 @@
7474 "example:dead-letter-queue": "bun examples/dead-letter-queue.ts"
7575 },
7676 "devDependencies": {
77 "@stacksjs/bumpx": "^0.1.17",
77 "@stacksjs/bumpx": "^0.1.84",
7878 "@stacksjs/docs": "^0.70.23",
7979 "@stacksjs/eslint-config": "^4.10.2-beta.3",
8080 "@stacksjs/gitlint": "^0.1.5",
81 "@stacksjs/logsmith": "^0.1.8",
82 "@types/bun": "^1.2.10",
81 "@stacksjs/logsmith": "^0.1.18",
82 "@types/bun": "^1.2.22",
8383 "buddy-bot": "^0.8.9",
8484 "bun-git-hooks": "^0.2.19",
85 "bun-plugin-dtsx": "^0.21.9",
85 "bun-plugin-dtsx": "^0.21.12",
8686 "bunfig": "^0.8.3",
87 "typescript": "^5.8.3"
87 "typescript": "^5.9.2"
8888 },
8989 "overrides": {
9090 "unconfig": "0.3.10"
packages/devtools/package.jsonmodified+10-10
Changes to packages/devtools/package.json
@@ -9,22 +9,22 @@
99 "preview": "vite preview"
1010 },
1111 "dependencies": {
12 "@unocss/reset": "^66.1.0-beta.12",
13 "axios": "^1.9.0",
12 "@unocss/reset": "^66.5.2",
13 "axios": "^1.12.2",
1414 "d3": "7.9.0",
15 "pinia": "^3.0.2",
16 "vue": "^3.5.13",
15 "pinia": "^3.0.3",
16 "vue": "^3.5.22",
1717 "vue-router": "^4.5.1"
1818 },
1919 "devDependencies": {
20 "@iconify-json/carbon": "^1.2.8",
20 "@iconify-json/carbon": "^1.2.13",
2121 "@types/d3": "7.4.3",
22 "@unocss/preset-icons": "^66.1.0-beta.12",
23 "@unocss/preset-uno": "^66.1.0-beta.12",
24 "@unocss/preset-web-fonts": "^66.1.0-beta.12",
25 "@unocss/transformer-directives": "^66.1.0-beta.12",
22 "@unocss/preset-icons": "^66.5.2",
23 "@unocss/preset-uno": "^66.5.2",
24 "@unocss/preset-web-fonts": "^66.5.2",
25 "@unocss/transformer-directives": "^66.5.2",
2626 "@vitejs/plugin-vue": "^5.2.3",
27 "unocss": "^66.1.0-beta.12",
27 "unocss": "^66.5.2",
2828 "vite": "^6.3.3",
2929 "vue-tsc": "^2.2.10"
3030 }
pkgx.yamlmodified+2-2
Changes to pkgx.yaml
@@ -1,3 +1,3 @@
11dependencies:
2 bun.sh: ^1.2.10
3 redis: ^7.4.2
2 bun.sh: ^1.2.20
3 redis: ^7.4.5