ReviewOS

also looking at this

stacks/bunpress

chore(deps): update all non-major dependencies

#39
Merged chrisbbreuer wants to merge buddy-bot/update-non-major-updates-1770718721169 into main
5 files +16 -12

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.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+4-4
Changes to .github/workflows/ci.yml
@@ -21,7 +21,7 @@ jobs:
2121 - uses: actions/checkout@v6.0.2
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
2727 uses: actions/cache@v5.0.3
@@ -44,7 +44,7 @@ jobs:
4444 - uses: actions/checkout@v6.0.2
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
5050 uses: actions/cache@v5.0.3
@@ -67,7 +67,7 @@ jobs:
6767 - uses: actions/checkout@v6.0.2
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
7373 uses: actions/cache@v5.0.3
@@ -90,7 +90,7 @@ jobs:
9090 - uses: actions/checkout@v6.0.2
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
9696 uses: actions/cache@v5.0.3
.github/workflows/release.ymlmodified+2-2
Changes to .github/workflows/release.yml
@@ -11,7 +11,7 @@ jobs:
1111 runs-on: ubuntu-latest
1212
1313 steps:
14 - uses: actions/checkout@v6
14 - uses: actions/checkout@v6.0.2
1515 with:
1616 fetch-depth: 0
1717
@@ -19,7 +19,7 @@ jobs:
1919 uses: oven-sh/setup-bun@v2
2020
2121 - name: Use cached node_modules
22 uses: actions/cache@v5
22 uses: actions/cache@v5.0.3
2323 with:
2424 path: node_modules
2525 key: node-modules-${{ hashFiles('**/bun.lock') }}
deps.yamlmodified+1-1
Changes to deps.yaml
@@ -1,2 +1,2 @@
11dependencies:
2 bun.sh: ^1.3.0
2 bun.sh: ^1.3.2
package.jsonmodified+1-1
Changes to package.json
@@ -81,7 +81,7 @@
8181 "@stacksjs/logsmith": "^0.2.1",
8282 "@stacksjs/ts-i18n": "^0.0.0",
8383 "bun-git-hooks": "^0.3.1",
84 "bun-plugin-dtsx": "0.9.9",
84 "bun-plugin-dtsx": "0.21.17",
8585 "bun-types": "^1.3.9",
8686 "bunfig": "^0.15.6",
8787 "mitata": "^1.0.34",