Skip to content

Remove axios dependency and replace with native fetch in web-ui#7386

Open
aajisaka wants to merge 1 commit intoapache:masterfrom
aajisaka:remove-axios
Open

Remove axios dependency and replace with native fetch in web-ui#7386
aajisaka wants to merge 1 commit intoapache:masterfrom
aajisaka:remove-axios

Conversation

@aajisaka
Copy link
Copy Markdown
Member

@aajisaka aajisaka commented Apr 6, 2026

Why are the changes needed?

Replace axios with the native Fetch API in request.ts, removing the axios dependency from package.json. Reducing the dependent libraries to reduce the possibility of supply chain attack and to reduce future maintenance cost. Enforce Node.js >=18 via the engines field and update README accordingly.

How was this patch tested?

Covered by the existing unit tests.

Was this patch authored or co-authored using generative AI tooling?

Generated-by: Claude Code (Claude Opus 4.6)

Replace axios with the native Fetch API in request.ts, removing the
axios dependency from package.json. Enforce Node.js >=18 via the
engines field and update README accordingly.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@github-actions github-actions bot added kind:infra license, community building, project builds, asf infra related, etc. module:ui labels Apr 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

kind:infra license, community building, project builds, asf infra related, etc. module:ui

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant