Skip to content

Commit fab7a41

Browse files
Apply PR #18144: chore: bump Bun to 1.3.11
2 parents d91ed9c + 79318eb commit fab7a41

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

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.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "AI-powered development tool",
55
"private": true,
66
"type": "module",
7-
"packageManager": "bun@1.3.10",
7+
"packageManager": "bun@1.3.11",
88
"scripts": {
99
"dev": "bun run --cwd packages/opencode --conditions=browser src/index.ts",
1010
"dev:desktop": "bun --cwd packages/desktop tauri dev",
@@ -26,7 +26,7 @@
2626
],
2727
"catalog": {
2828
"@effect/platform-node": "4.0.0-beta.35",
29-
"@types/bun": "1.3.9",
29+
"@types/bun": "1.3.11",
3030
"@octokit/rest": "22.0.0",
3131
"@hono/zod-validator": "0.4.2",
3232
"ulid": "3.0.1",

packages/console/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"devDependencies": {
4343
"@cloudflare/workers-types": "catalog:",
4444
"@tsconfig/node22": "22.0.2",
45-
"@types/bun": "1.3.0",
45+
"@types/bun": "catalog:",
4646
"@types/node": "catalog:",
4747
"drizzle-kit": "catalog:",
4848
"mysql2": "3.14.4",

packages/containers/bun-node/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FROM ${REGISTRY}/build/base:24.04
44
SHELL ["/bin/bash", "-lc"]
55

66
ARG NODE_VERSION=24.4.0
7-
ARG BUN_VERSION=1.3.5
7+
ARG BUN_VERSION=1.3.11
88

99
ENV BUN_INSTALL=/opt/bun
1010
ENV PATH=/opt/bun/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

0 commit comments

Comments
 (0)