[chore] Bump ts deps#5337
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
📝 WalkthroughWalkthroughThe pull request updates runner SDK and OpenTelemetry compatibility, changes web workspace dependencies from ChangesRunner integrations
Web application dependencies
Estimated code review effort: 3 (Moderate) | ~20 minutes Possibly related PRs
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 inconclusive)
✅ Passed checks (4 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Railway Preview Environment
|
The revert of PR #5337 removed the `overrides` block from web/pnpm-workspace.yaml along with the ts dep bumps, without mentioning it. Restoring pnpm-lock.yaml verbatim to the pre-PR state re-floated three packages below the floors those overrides enforced: vite (8.0.12 < ^8.0.16), postcss bundled inside next (8.4.31 < >=8.5.10), and minimatch via an old typescript-eslint dev dependency (9.0.3 < >=9.0.7). Re-adds the overrides and re-locks just enough to satisfy them, without re-floating the caret-ranged deps (prettier etc.) the revert intentionally pinned. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
[chore] Revert ts dep bumps from #5337
Revert "[chore] Revert ts dep bumps from #5337"
This reverts the web dependency bumps from PR Agenta-AI#5337 (merge commit 22900cf), restoring the pre-PR versions across the web workspace, including the source reformatting its "run hooks" commit applied. The services/runner half of Agenta-AI#5337 (daytona SDK, OTel, undici) was already reverted on main by 019f24b, 7a3190a and the two subsequent revert commits, so this change is confined to web/. web/pnpm-lock.yaml is restored verbatim from before the PR rather than regenerated. A fresh resolve would re-float every caret-ranged dep back to the versions the PR installed (prettier ^3.7.4 resolves to 3.9.5 today), which reverts the manifests but not the actual dependency tree. @playwright/test is deliberately left pinned at 1.60.0 (a35eb91) rather than restored to the pre-PR "^1.60.0" range, which would float to 1.61.x and reintroduce the Node 22.15+/24 async loader failure fixed in e3bb3e6. The later playwright locator fixes (2f81c12, e3bb3e6) are likewise untouched. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
No description provided.