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
.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+8-4
Changes to .github/workflows/release.yml
@@ -15,16 +15,20 @@ jobs:
1515 runs-on: ubuntu-latest
1616
1717 steps:
18 - name: Checkout
19 uses: actions/checkout@v6
18 - uses: actions/checkout@v6.0.2
2019 with:
2120 fetch-depth: 0
2221
2322 - name: Setup Bun
2423 uses: oven-sh/setup-bun@v2
2524
26 - name: Setup Pantry
27 uses: home-lang/pantry-setup@v1
25 - name: Use cached node_modules
26 uses: actions/cache@v5.0.3
27 with:
28 path: node_modules
29 key: node-modules-${{ hashFiles('**/bun.lock') }}
30 restore-keys: |
31 node-modules-
2832
2933 - name: Install Dependencies
3034 run: bun install
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
@@ -87,7 +87,7 @@
8787 "@stacksjs/logsmith": "^0.2.1",
8888 "@stacksjs/ts-i18n": "^0.0.0",
8989 "bun-git-hooks": "^0.3.1",
90 "bun-plugin-dtsx": "0.9.9",
90 "bun-plugin-dtsx": "0.21.17",
9191 "bun-types": "^1.3.9",
9292 "bunfig": "^0.15.6",
9393 "mitata": "^1.0.34",