ReviewOS

also looking at this

stacks/bunpress

chore(deps): update all non-major dependencies

#41
Closed renovate[bot] wants to merge renovate/all-minor-patch into main
3 files +12 -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/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.1.2
24 uses: oven-sh/setup-bun@v2.1.3
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.1.2
47 uses: oven-sh/setup-bun@v2.1.3
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.1.2
70 uses: oven-sh/setup-bun@v2.1.3
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.1.2
93 uses: oven-sh/setup-bun@v2.1.3
9494
9595 - name: Use cached node_modules
9696 uses: actions/cache@v5.0.3
bun.lockmodified+4-4
Changes to bun.lock
@@ -23,10 +23,10 @@
2323 },
2424 "optionalDependencies": {
2525 "@cwcss/crosswind": "^0.1.6",
26 "@stacksjs/ts-cloud": "^0.1.7",
27 "@stacksjs/ts-cloud-aws-types": "^0.1.7",
28 "@stacksjs/ts-cloud-core": "^0.1.7",
29 "@stacksjs/ts-cloud-types": "^0.1.7",
26 "@stacksjs/ts-cloud": "^0.1.11",
27 "@stacksjs/ts-cloud-aws-types": "^0.1.9",
28 "@stacksjs/ts-cloud-core": "^0.1.9",
29 "@stacksjs/ts-cloud-types": "^0.1.9",
3030 },
3131 },
3232 },
package.jsonmodified+4-4
Changes to package.json
@@ -72,10 +72,10 @@
7272 },
7373 "optionalDependencies": {
7474 "@cwcss/crosswind": "^0.1.6",
75 "@stacksjs/ts-cloud": "^0.1.7",
76 "@stacksjs/ts-cloud-aws-types": "^0.1.7",
77 "@stacksjs/ts-cloud-core": "^0.1.7",
78 "@stacksjs/ts-cloud-types": "^0.1.7"
75 "@stacksjs/ts-cloud": "^0.1.11",
76 "@stacksjs/ts-cloud-aws-types": "^0.1.9",
77 "@stacksjs/ts-cloud-core": "^0.1.9",
78 "@stacksjs/ts-cloud-types": "^0.1.9"
7979 },
8080 "devDependencies": {
8181 "@stacksjs/bumpx": "^0.2.4",