Skip to content

Commit 4acc80e

Browse files
chore(deps): update all non-major dependencies
1 parent 745d39d commit 4acc80e

8 files changed

Lines changed: 132 additions & 65 deletions

File tree

.github/workflows/buddy-bot.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -126,10 +126,10 @@ jobs:
126126
persist-credentials: true
127127

128128
- name: Setup Bun
129-
uses: oven-sh/setup-bun@v2.1.3
129+
uses: oven-sh/setup-bun@v2.2.0
130130

131131
- name: Cache bun dependencies
132-
uses: actions/cache@v5.0.3
132+
uses: actions/cache@v5.0.5
133133
with:
134134
path: ~/.bun/install/cache
135135
key: ${{ runner.os }}-bun-${{ hashFiles('**/bun.lock') }}
@@ -158,10 +158,10 @@ jobs:
158158
persist-credentials: true
159159

160160
- name: Setup Bun
161-
uses: oven-sh/setup-bun@v2.1.3
161+
uses: oven-sh/setup-bun@v2.2.0
162162

163163
- name: Cache bun dependencies
164-
uses: actions/cache@v5.0.3
164+
uses: actions/cache@v5.0.5
165165
with:
166166
path: ~/.bun/install/cache
167167
key: ${{ runner.os }}-bun-${{ hashFiles('**/bun.lock') }}
@@ -247,10 +247,10 @@ jobs:
247247
persist-credentials: true
248248

249249
- name: Setup Bun
250-
uses: oven-sh/setup-bun@v2.1.3
250+
uses: oven-sh/setup-bun@v2.2.0
251251

252252
- name: Cache bun dependencies
253-
uses: actions/cache@v5.0.3
253+
uses: actions/cache@v5.0.5
254254
with:
255255
path: ~/.bun/install/cache
256256
key: ${{ runner.os }}-bun-${{ hashFiles('**/bun.lock') }}
@@ -350,10 +350,10 @@ jobs:
350350
token: ${{ secrets.BUDDY_BOT_TOKEN || secrets.GITHUB_TOKEN }}
351351

352352
- name: Setup Bun
353-
uses: oven-sh/setup-bun@v2.1.3
353+
uses: oven-sh/setup-bun@v2.2.0
354354

355355
- name: Cache bun dependencies
356-
uses: actions/cache@v5.0.3
356+
uses: actions/cache@v5.0.5
357357
with:
358358
path: ~/.bun/install/cache
359359
key: ${{ runner.os }}-bun-${{ hashFiles('**/bun.lock') }}

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: oven-sh/setup-bun@v2.2.0
2626

2727
- name: Use cached node_modules
28-
uses: actions/cache@v5.0.4
28+
uses: actions/cache@v5.0.5
2929
with:
3030
path: node_modules
3131
key: bun-nm-v2-${{ hashFiles('bun.lock') }}
@@ -50,7 +50,7 @@ jobs:
5050
uses: oven-sh/setup-bun@v2.2.0
5151

5252
- name: Use cached node_modules
53-
uses: actions/cache@v5.0.4
53+
uses: actions/cache@v5.0.5
5454
with:
5555
path: node_modules
5656
key: bun-nm-v2-${{ hashFiles('bun.lock') }}
@@ -75,7 +75,7 @@ jobs:
7575
uses: oven-sh/setup-bun@v2.2.0
7676

7777
- name: Use cached node_modules
78-
uses: actions/cache@v5.0.4
78+
uses: actions/cache@v5.0.5
7979
with:
8080
path: node_modules
8181
key: bun-nm-v2-${{ hashFiles('bun.lock') }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
fetch-depth: 0
2121

2222
- name: Setup Pantry
23-
uses: home-lang/pantry/packages/action@v0.8.16
23+
uses: home-lang/pantry/packages/action@v0.9.35
2424

2525
- name: Install Dependencies
2626
run: bun install

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM oven/bun:1.3.11 as base
1+
FROM oven/bun:1.3.14 as base
22
WORKDIR /app
33

44
# Install dependencies

bun.lock

Lines changed: 83 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,17 +64,17 @@
6464
"typecheck": "bunx tsc --noEmit"
6565
},
6666
"dependencies": {
67-
"@cwcss/crosswind": "^0.1.6",
67+
"@cwcss/crosswind": "^0.2.4",
6868
"@stacksjs/bun-router": "^0.0.13",
69-
"@stacksjs/stx": "^0.2.10",
70-
"bun-plugin-stx": "^0.2.10",
71-
"bun-query-builder": "^0.1.13",
69+
"@stacksjs/stx": "^0.2.63",
70+
"bun-plugin-stx": "^0.2.63",
71+
"bun-query-builder": "^0.1.21",
7272
"dynamodb-tooling": "^0.3.2",
7373
"ts-countries": "^0.1.2"
7474
},
7575
"devDependencies": {
7676
"@iconify-json/heroicons": "^1.2.3",
77-
"better-dx": "^0.2.7"
77+
"better-dx": "^0.2.15"
7878
},
7979
"git-hooks": {
8080
"pre-commit": {

packages/error-sdk/bun.lock

Lines changed: 28 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/error-sdk/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
"src"
1212
],
1313
"dependencies": {
14-
"@nuxt/kit": "^4.4.2"
14+
"@nuxt/kit": "^4.4.5"
1515
},
1616
"peerDependencies": {
17-
"nuxt": "^4.4.2",
18-
"vue": "^3.5.30"
17+
"nuxt": "^4.4.5",
18+
"vue": "^3.5.34"
1919
},
2020
"peerDependenciesMeta": {
2121
"nuxt": {

0 commit comments

Comments
 (0)