Skip to content

Commit 04d28db

Browse files
authored
Merge branch 'main' into 20260421-181205-bot-workflows
2 parents d42b622 + 283ac4b commit 04d28db

6 files changed

Lines changed: 14 additions & 14 deletions

File tree

‎.github/workflows/dev-release.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
- name: Setup Node.js for semantic-release
7575
uses: actions/setup-node@v6
7676
with:
77-
node-version: "22"
77+
node-version: "24"
7878

7979
- name: Cache Bun install dir
8080
uses: actions/cache@v5

‎.github/workflows/release.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
- name: Setup Node.js for semantic-release
5757
uses: actions/setup-node@v6
5858
with:
59-
node-version: "22"
59+
node-version: "24"
6060

6161
- name: Cache Bun install dir
6262
uses: actions/cache@v5

‎.gitlab-ci.yml‎

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
image: oven/bun:1.3.8-alpine
1+
image: oven/bun:1.3.13-alpine
22

33
stages:
44
- prepare
@@ -128,9 +128,9 @@ publish-dev-docker:
128128
needs:
129129
- dependencies
130130
<<: *feature_branch
131-
image: docker:27-dind
131+
image: docker:29-dind
132132
services:
133-
- name: docker:27-dind
133+
- name: docker:29-dind
134134
alias: docker
135135
variables:
136136
DOCKER_HOST: tcp://docker:2376
@@ -169,9 +169,9 @@ publish-tag-docker:
169169
<<: *main_branch
170170
# needs:
171171
# - semantic-release
172-
image: docker:27-dind
172+
image: docker:29-dind
173173
services:
174-
- name: docker:27-dind
174+
- name: docker:29-dind
175175
alias: docker
176176
variables:
177177
DOCKER_HOST: tcp://docker:2376

‎bun.lock‎

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

‎docker-compose.dev.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ services:
2323
retries: 5
2424

2525
valkey:
26-
image: valkey/valkey:8
26+
image: valkey/valkey:9
2727
ports:
2828
- "127.0.0.1:6379:6379"
2929
healthcheck:

‎package.json‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,8 @@
113113
]
114114
},
115115
"overrides": {
116-
"@anthropic-ai/sdk": "0.86.1",
117-
"@hono/node-server": "1.19.14",
116+
"@anthropic-ai/sdk": "0.90.0",
117+
"@hono/node-server": "2.0.0",
118118
"express-rate-limit": "8.3.2",
119119
"flatted": "3.4.2",
120120
"hono": "4.12.14",

0 commit comments

Comments
 (0)