Skip to content

[Chore] Update FE dependencies to resolve dependabot issues#4268

Merged
bekossy merged 3 commits intorelease/v0.99.1from
chore/update-fe-dependencies-may-2026
May 5, 2026
Merged

[Chore] Update FE dependencies to resolve dependabot issues#4268
bekossy merged 3 commits intorelease/v0.99.1from
chore/update-fe-dependencies-may-2026

Conversation

@ardaerzin
Copy link
Copy Markdown
Contributor

Summary

updated next / axios / lodash and improved ranges

Checklist

  • I have included a video or screen recording for UI changes, or marked Demo as N/A
  • Relevant tests pass locally
  • Relevant linting and formatting pass locally
  • I have signed the CLA, or I will sign it when the bot prompts me

Contributor Resources

@vercel
Copy link
Copy Markdown

vercel Bot commented May 5, 2026

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

Project Deployment Actions Updated (UTC)
agenta-documentation Ready Ready Preview, Comment May 5, 2026 5:20pm

Request Review

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 5, 2026

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: b047481e-fac0-4e3b-b66f-dfc18f4f9cf2

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

This PR updates dependency versions across the monorepo's package.json files. Next.js is patched from 15.5.14 to 15.5.15 in the main web app and example frontend. Core utility dependencies are upgraded: axios to 1.16.0, lodash minimum to 4.18.0, and zod to 4.0.0. The @monaco-editor/react dependency is removed from web/oss. These changes propagate through shared packages and application consumers.

Changes

Monorepo Dependency Updates

Layer / File(s) Summary
Next.js Patch Updates
web/package.json, examples/python/RAG_QA_chatbot/frontend/package.json
Next.js and @next/eslint-plugin-next bumped from 15.5.14 to 15.5.15.
Core Shared Package Constraints
web/packages/agenta-shared/package.json
axios in dependencies pinned to 1.16.0 (from >=1.13.5); axios in peerDependencies pinned to 1.13.5.
Utility Library Constraints
web/packages/agenta-entities/package.json, web/packages/agenta-entity-ui/package.json
lodash >=4.18.0, zod ^4.0.0 in dependencies; axios pinned to 1.13.5, zod ^4.0.0 in peerDependencies.
UI Package Updates
web/packages/agenta-ui/package.json
lodash devDependency updated to >=4.18.0.
Application Package Updates
web/ee/package.json, web/oss/package.json, web/tests/package.json
axios updated to 1.16.0; lodash >=4.18.0 in web/ee; @monaco-editor/react removed from web/oss dependencies.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title accurately describes the main change: updating frontend dependencies to resolve dependabot issues, which matches the core objective of the changeset.
Description check ✅ Passed The description is related to the changeset, summarizing the key updates (next, axios, lodash) and improved ranges, though it lacks specifics on which ranges were improved.
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.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/update-fe-dependencies-may-2026

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

@ardaerzin ardaerzin marked this pull request as ready for review May 5, 2026 13:59
@dosubot dosubot Bot added size:XS This PR changes 0-9 lines, ignoring generated files. dependencies Dependencies labels May 5, 2026
@bekossy bekossy changed the base branch from main to release/v0.99.0 May 5, 2026 14:01
Copy link
Copy Markdown

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 3


ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 2d90d715-34f6-4fe4-a68e-e6a47c4a0952

📥 Commits

Reviewing files that changed from the base of the PR and between 474eec0 and 67281d3.

⛔ Files ignored due to path filters (1)
  • web/pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
📒 Files selected for processing (9)
  • examples/python/RAG_QA_chatbot/frontend/package.json
  • web/ee/package.json
  • web/oss/package.json
  • web/package.json
  • web/packages/agenta-entities/package.json
  • web/packages/agenta-entity-ui/package.json
  • web/packages/agenta-shared/package.json
  • web/packages/agenta-ui/package.json
  • web/tests/package.json

Comment thread web/packages/agenta-entities/package.json
Comment thread web/packages/agenta-entity-ui/package.json
Comment thread web/packages/agenta-shared/package.json
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 5, 2026

Railway Preview Environment

Status Destroyed (PR closed)

Updated at 2026-05-05T17:23:05.988Z

@bekossy bekossy changed the base branch from release/v0.99.0 to release/v0.99.1 May 5, 2026 17:18
@dosubot dosubot Bot added the lgtm This PR has been approved by a maintainer label May 5, 2026
@bekossy bekossy merged commit b1462f3 into release/v0.99.1 May 5, 2026
18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependencies lgtm This PR has been approved by a maintainer size:XS This PR changes 0-9 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants