Skip to content

chore(deps): bump axios to 1.13.5#27864

Merged
hbjORbj merged 4 commits intomainfrom
chore/bump-axios
Feb 13, 2026
Merged

chore(deps): bump axios to 1.13.5#27864
hbjORbj merged 4 commits intomainfrom
chore/bump-axios

Conversation

@pedroccastro
Copy link
Copy Markdown
Contributor

What does this PR do?

Updates axios to latest patch version.

Changes

Package From To
axios 1.13.2 1.13.5

Files

  • package.json (resolution)
  • apps/api/v2/package.json (direct dependency)

Notes

  • Patch version update
  • Release notes reviewed (1.13.3 → 1.13.5): bug fixes, no breaking changes
  • Includes fix for AxiosError.status field that was missing in 1.13.3/1.13.4

How should this be tested?

  1. yarn install completes without errors
  2. CI/CD pipeline validates build
  3. HTTP requests throughout the app work as expected

Mandatory Tasks

  • I have self-reviewed the code (A decent size PR without self-review might be rejected).
  • N/A I have updated the developer docs in /docs if this PR makes changes that would require a documentation
    change
    .
  • I confirm automated tests are in place that prove my fix is effective or that my feature works.

@pedroccastro pedroccastro requested a review from a team as a code owner February 11, 2026 12:27
@graphite-app graphite-app bot added foundation core area: core, team members only labels Feb 11, 2026
@pedroccastro pedroccastro added ready-for-e2e and removed core area: core, team members only foundation labels Feb 11, 2026
@paragon-review
Copy link
Copy Markdown

Paragon Summary

This pull request review identified 1 issue across 1 category in 3 files. The review analyzed code changes, potential bugs, security vulnerabilities, performance issues, and code quality concerns using automated analysis tools.

This PR bumps the axios dependency from version 1.13.2 to 1.13.5 across the monorepo, applying bug fixes including a fix for the missing AxiosError.status field in the API v2 app.

Key changes:

  • Updated axios from 1.13.2 to 1.13.5 (patch version)
  • Fixed AxiosError.status field bug
  • No breaking changes in this update
  • Modified apps/api/v2/package.json and root package.json
  • Updated yarn.lock for dependency resolution

Confidence score: 5/5

  • This PR has low risk with no critical or high-priority issues identified
  • Score reflects clean code review with only minor suggestions or no issues found
  • Code quality checks passed - safe to proceed with merge

3 files reviewed, 1 comment

Severity breakdown: Low: 1

Dashboard

Copy link
Copy Markdown
Contributor

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

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

No issues found across 3 files

@paragon-review
Copy link
Copy Markdown

paragon-review bot commented Feb 11, 2026

Paragon: tests updated

1 new test generated for this PR.

New Tests

  • ConferencingController OAuth callback proxy via axios — Tests ConferencingController's OAuth callback save() method which directly uses httpService.axiosRef.get() (axios). Covers: proxy routing when teamId+orgId present, response URL extraction, axios error fallback, delegation to service when no team context, error query param handling, and missing state validation. Acts as regression guard for the axios 1.13.2→1.13.5 bump.

Accept Changes Open in Paragon

Details

New Tests

  • ConferencingController OAuth callback proxy via axios (unit)

hbjORbj
hbjORbj previously approved these changes Feb 11, 2026
@hbjORbj hbjORbj enabled auto-merge (squash) February 11, 2026 12:45
@hbjORbj hbjORbj disabled auto-merge February 11, 2026 12:46
@hbjORbj hbjORbj merged commit f07bed1 into main Feb 13, 2026
55 checks passed
@hbjORbj hbjORbj deleted the chore/bump-axios branch February 13, 2026 13:08
emrysal pushed a commit that referenced this pull request Feb 18, 2026
* chore: bump axios to 1.13.5

* chore: bump axios in apps/api/v2

* chore: dedupe follow-redirects to 1.15.11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants