Bump e2b vesions #260
+17
−11
Merged
Bump e2b vesions #260
Claude / Claude Code Review
completed
Apr 27, 2026 in 9m 33s
Code review found 1 important issue
Found 4 candidates, confirmed 3. See review comments for details.
Details
| Severity | Count |
|---|---|
| 🔴 Important | 1 |
| 🟡 Nit | 0 |
| 🟣 Pre-existing | 0 |
| Severity | File:Line | Issue |
|---|---|---|
| 🔴 Important | js/package.json:73-75 |
Lockfiles not regenerated for e2b version bumps |
Annotations
Check failure on line 75 in js/package.json
claude / Claude Code Review
Lockfiles not regenerated for e2b version bumps
The e2b version bumps in js/package.json (^2.8.4 → ^2.19.2) and python/pyproject.toml (^2.7.0 → ^2.20.2) were committed without regenerating the lockfiles, so pnpm-lock.yaml still pins the js workspace to e2b 2.15.0/specifier ^2.8.4 and python/poetry.lock still pins e2b 2.16.0. JS CI breaks immediately — at least 7 workflow steps run `pnpm install --frozen-lockfile` (js_tests.yml:50, lint.yml:41, release.yml:44/86/155/347, release_candidates.yml:48) and will all abort with ERR_PNPM_OUTDATED_LOCK
Loading