Commit fbf3aa5
committed
build(deps): move the pinned bun to 1.3.14
The previous commit added baseUrl to claw-app so the restated path
aliases would resolve under the pinned bun. TypeScript 7 removed that
option, so typecheck failed with TS5102 even though the runtime tests
went green.
Bun 1.3.14 resolves relative path entries without baseUrl, so raising the
pin fixes both at once and removes the option again.
It also closes a divergence that made local results untrustworthy. The
pinned 1.3.6 ignores globalStore entirely and resolves tsconfig paths
differently, so a developer on a current bun could see green locally while
CI ran a materially different configuration. CI now installs the same way
developers do.
Verified on 1.3.14:
bun install --frozen-lockfile no lockfile changes
full typecheck 39 findings, zero config-level
claw-app suite 75 pass, 4 fail, matching main exactly
release workflow suites 65 pass
The four claw-app failures are pre-existing and order dependent; they
reproduce identically against main's config on both bun versions.
The macOS builder keeps a literal pin because it has no workspace
checkout to read the version file from, so it is raised in step.1 parent ffa75d6 commit fbf3aa5
3 files changed
Lines changed: 3 additions & 7 deletions
File tree
- .github/workflows
- packages/browseros-agent
- apps/claw-app
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
273 | 273 | | |
274 | 274 | | |
275 | 275 | | |
276 | | - | |
| 276 | + | |
277 | 277 | | |
278 | 278 | | |
279 | 279 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | 9 | | |
14 | 10 | | |
15 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
102 | | - | |
| 102 | + | |
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
108 | | - | |
| 108 | + | |
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
| |||
0 commit comments