Skip to content

[chore] Bump ts deps#5337

Merged
jp-agenta merged 8 commits into
release/v0.105.2from
chore/bump-ts-deps-2026-07-16-1
Jul 16, 2026
Merged

[chore] Bump ts deps#5337
jp-agenta merged 8 commits into
release/v0.105.2from
chore/bump-ts-deps-2026-07-16-1

Conversation

@jp-agenta

Copy link
Copy Markdown
Member

No description provided.

@vercel

vercel Bot commented Jul 16, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
agenta-documentation Ready Ready Preview, Comment Jul 16, 2026 9:40am

Request Review

@dosubot dosubot Bot added size:S This PR changes 10-29 lines, ignoring generated files. dependencies Dependencies labels Jul 16, 2026
@coderabbitai

coderabbitai Bot commented Jul 16, 2026

Copy link
Copy Markdown

Review Change Stack

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 3a3b1bb8-1141-40dd-b2d4-794bf0ead247

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
📝 Walkthrough

Walkthrough

The pull request updates runner SDK and OpenTelemetry compatibility, changes web workspace dependencies from workspace: to link:, upgrades frontend and testing packages, and adds centralized pnpm version overrides.

Changes

Runner integrations

Layer / File(s) Summary
Runner SDK and tracing compatibility
services/runner/package.json, services/runner/src/engines/..., services/runner/src/tracing/otel.ts
Daytona and OpenTelemetry dependencies/imports were updated, and span parent-context handling now uses parentSpanContext.

Web application dependencies

Layer / File(s) Summary
Web application dependency baselines
web/package.json, web/ee/package.json, web/oss/package.json, web/pnpm-workspace.yaml
Frontend runtime, UI, linting, formatting, and build dependencies were upgraded; internal references use link: and pnpm overrides were added or updated.
Internal package resolution and library updates
web/packages/*/package.json, web/tests/package.json
Internal package references were switched to link:, while package libraries, type definitions, test tools, Playwright, and Axios versions were updated.

Estimated code review effort: 3 (Moderate) | ~20 minutes

Possibly related PRs

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 inconclusive)

Check name Status Explanation Resolution
Description check ❓ Inconclusive No substantive pull request description was provided, so there is no meaningful summary to assess. Add a brief description of the dependency updates and any noteworthy migration or compatibility impacts.
✅ Passed checks (4 passed)
Check name Status Explanation
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Title check ✅ Passed The title matches the main theme: a dependency bump focused on TypeScript/tooling packages, even though the changeset is broader.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/bump-ts-deps-2026-07-16-1

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@jp-agenta
jp-agenta changed the base branch from main to release/v0.105.2 July 16, 2026 09:22
@dosubot dosubot Bot added size:L This PR changes 100-499 lines, ignoring generated files. and removed size:S This PR changes 10-29 lines, ignoring generated files. labels Jul 16, 2026
@jp-agenta
jp-agenta merged commit 22900cf into release/v0.105.2 Jul 16, 2026
39 checks passed
@github-actions

Copy link
Copy Markdown
Contributor

Railway Preview Environment

Image tag pr-5337-8b794cb
Status Failed
Railway logs Open logs
Logs View workflow run
Updated at 2026-07-16T09:48:23.090Z

bekossy added a commit that referenced this pull request Jul 17, 2026
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>
bekossy added a commit that referenced this pull request Jul 17, 2026
bekossy added a commit that referenced this pull request Jul 17, 2026
pull Bot pushed a commit to kp-forks/agenta that referenced this pull request Jul 17, 2026
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependencies size:L This PR changes 100-499 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant