Skip to content

Commit 55a841f

Browse files
MarcosBrendonDePaulaclaude
andcommitted
fix: update CI Bun version to 1.3.2 and bump @fluxstack/live deps to 0.3.0
CI workflows were using Bun 1.1.34, below the minimum required >=1.2.0, causing silent backend build failures. Also updates @fluxstack/live, live-client, and live-react from ^0.2.0 to ^0.3.0. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent e390cf1 commit 55a841f

File tree

5 files changed

+14
-12
lines changed

5 files changed

+14
-12
lines changed

.github/workflows/ci-build-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
workflow_dispatch: # Allow manual triggering
99

1010
env:
11-
BUN_VERSION: '1.1.34'
11+
BUN_VERSION: '1.3.2'
1212
NODE_VERSION: '20'
1313

1414
jobs:

.github/workflows/dependency-management.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
- 'bun.lockb'
1212

1313
env:
14-
BUN_VERSION: '1.1.34'
14+
BUN_VERSION: '1.3.2'
1515

1616
jobs:
1717
# 🔍 Dependency analysis

.github/workflows/release-validation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
default: 'v1.4.0'
1212

1313
env:
14-
BUN_VERSION: '1.1.34'
14+
BUN_VERSION: '1.3.2'
1515

1616
jobs:
1717
# 🔒 Security and dependency audit

bun.lock

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

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,10 @@
7171
"vitest": "^3.2.4"
7272
},
7373
"dependencies": {
74-
"@fluxstack/live": "^0.2.0",
74+
"@fluxstack/live": "^0.3.0",
7575
"@fluxstack/live-elysia": "^0.2.0",
76-
"@fluxstack/live-client": "^0.2.0",
77-
"@fluxstack/live-react": "^0.2.0",
76+
"@fluxstack/live-client": "^0.3.0",
77+
"@fluxstack/live-react": "^0.3.0",
7878
"@elysiajs/eden": "^1.3.2",
7979
"@elysiajs/swagger": "^1.3.1",
8080
"@vitejs/plugin-react": "^4.6.0",

0 commit comments

Comments
 (0)