Commit bbbb088
authored
### Why
Upgrades Bun from 1.3.11 to 1.3.13 across the monorepo.
### Details
`@types/bun` is now declared only at the root workspace level rather
than duplicated across individual packages (`brand`, `common`, `core`,
`cli`, and the adapter packages). This eliminates the version
fragmentation where some packages were pinned to 1.3.10 and others to
1.3.11, consolidating everything to a single 1.3.13 declaration.
### Verification
CI
<!-- CURSOR_SUMMARY -->
---
> [!NOTE]
> **Low Risk**
> Low risk lockfile/tooling update: bumps Bun and TypeScript typings and
removes per-package `@types/bun` declarations, with no runtime logic
changes. Main risk is CI/build differences due to the Bun/type upgrade
and dependency consolidation.
>
> **Overview**
> Upgrades the repo’s Bun toolchain to `1.3.13` (updates `mise.toml`,
root `packageManager`, and `bun.lock`), including
`@types/bun`/`bun-types` to `1.3.13`.
>
> Consolidates Bun typings to the root workspace by removing duplicated
`@types/bun` devDependencies from individual packages (e.g., `core`,
`common`, `cli`, `brand`, and adapter packages), and drops lockfile
entries that existed only for those package-scoped installs.
>
> <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit
c5f8e1d. Configure
[here](https://www.cursor.com/dashboard/bugbot).</sup>
<!-- /CURSOR_SUMMARY -->
1 parent b64f469 commit bbbb088
10 files changed
Lines changed: 6 additions & 60 deletions
File tree
- packages
- adapters
- claude-code
- codex
- opencode
- brand
- cli
- common
- core
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | 25 | | |
27 | 26 | | |
28 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | 25 | | |
27 | 26 | | |
28 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | 25 | | |
27 | 26 | | |
28 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | 24 | | |
28 | 25 | | |
29 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
41 | 40 | | |
42 | 41 | | |
43 | 42 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | 11 | | |
15 | 12 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
33 | 32 | | |
34 | 33 | | |
35 | 34 | | |
| |||
0 commit comments