ReviewOS

also looking at this

stacks/bun-queue

chore(deps): update all non-major dependencies

#51
Closed chrisbbreuer wants to merge buddy-bot/update-non-major-updates-1763733744992 into main
6 files +20 -20

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/ci.ymlmodified+4-4
Changes to .github/workflows/ci.yml
@@ -21,7 +21,7 @@ jobs:
2121 - uses: actions/checkout@v6.0.1
2222
2323 - name: Install Bun
24 uses: oven-sh/setup-bun@v2.0.2
24 uses: oven-sh/setup-bun@v2.1.0
2525
2626 - name: Use cached node_modules
2727 uses: actions/cache@v4
@@ -44,7 +44,7 @@ jobs:
4444 - uses: actions/checkout@v6.0.1
4545
4646 - name: Install Bun
47 uses: oven-sh/setup-bun@v2.0.2
47 uses: oven-sh/setup-bun@v2.1.0
4848
4949 - name: Use cached node_modules
5050 uses: actions/cache@v4
@@ -67,7 +67,7 @@ jobs:
6767 - uses: actions/checkout@v6.0.1
6868
6969 - name: Install Bun
70 uses: oven-sh/setup-bun@v2.0.2
70 uses: oven-sh/setup-bun@v2.1.0
7171
7272 - name: Use cached node_modules
7373 uses: actions/cache@v4
@@ -90,7 +90,7 @@ jobs:
9090 - uses: actions/checkout@v6.0.1
9191
9292 - name: Install Bun
93 uses: oven-sh/setup-bun@v2.0.2
93 uses: oven-sh/setup-bun@v2.1.0
9494
9595 - name: Use cached node_modules
9696 uses: actions/cache@v4
packages/devtools/package.jsonmodified+2-2
Changes to packages/devtools/package.json
@@ -17,10 +17,10 @@
1717 "vue-router": "^4.6.4"
1818 },
1919 "devDependencies": {
20 "@iconify-json/carbon": "^1.2.15",
20 "@iconify-json/carbon": "^1.2.16",
2121 "@types/d3": "7.4.3",
2222 "@vitejs/plugin-vue": "^5.2.4",
23 "vite": "^7.3.0",
23 "vite": "^7.3.1",
2424 "vue-tsc": "^2.2.12"
2525 }
2626}