Skip to content

Update axios dependency to version 1.15.0 in package.json and yarn.lock#1715

Merged
Artuomka merged 1 commit into
mainfrom
backend_up_axios_version
Apr 14, 2026
Merged

Update axios dependency to version 1.15.0 in package.json and yarn.lock#1715
Artuomka merged 1 commit into
mainfrom
backend_up_axios_version

Conversation

@Artuomka

@Artuomka Artuomka commented Apr 14, 2026

Copy link
Copy Markdown
Collaborator

Summary by CodeRabbit

  • Chores
    • Updated axios dependency to version 1.15.0 across backend and shared-code modules.

Copilot AI review requested due to automatic review settings April 14, 2026 15:12
@Artuomka Artuomka enabled auto-merge April 14, 2026 15:13
@coderabbitai

coderabbitai Bot commented Apr 14, 2026

Copy link
Copy Markdown

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 7a2c08f0-a8da-4ce2-b113-57a6a34c0264

📥 Commits

Reviewing files that changed from the base of the PR and between 18725bd and b74e604.

⛔ Files ignored due to path filters (1)
  • yarn.lock is excluded by !**/yarn.lock, !**/*.lock
📒 Files selected for processing (2)
  • backend/package.json
  • shared-code/package.json

📝 Walkthrough

Walkthrough

This PR updates the axios dependency version from ^1.13.6 to ^1.15.0 in both backend and shared-code package.json files, expanding the minor/patch version range for the HTTP client library.

Changes

Cohort / File(s) Summary
Dependency Updates
backend/package.json, shared-code/package.json
Updated axios from ^1.13.6 to ^1.15.0 in both files to include newer minor/patch releases.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Poem

🐰 Axios hops to version new,
From 1.13 to 1.15 it flew,
With HTTP requests swift and keen,
The fastest client we've ever seen! 🚀

🚥 Pre-merge checks | ✅ 4
✅ Passed checks (4 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately describes the main change: updating axios from 1.13.6 to 1.15.0 across multiple package.json files.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Security Check ✅ Passed Axios upgrade from ^1.13.6 to ^1.15.0 follows security best practices with no malicious activity or unauthorized changes detected.

✏️ 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 backend_up_axios_version

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 and usage tips.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Updates the Axios dependency across the backend and shared-code workspaces, ensuring the monorepo lockfile resolves the new version consistently.

Changes:

  • Bump axios from ^1.13.6 to ^1.15.0 in backend/package.json.
  • Bump axios from ^1.13.6 to ^1.15.0 in shared-code/package.json.
  • Update yarn.lock to resolve axios@1.15.0 (and its updated transitive deps like proxy-from-env).

Reviewed changes

Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.

File Description
backend/package.json Updates backend workspace to depend on axios@^1.15.0.
shared-code/package.json Updates shared-code workspace to depend on axios@^1.15.0.
yarn.lock Updates the resolved axios package entry to 1.15.0 and refreshes related lock metadata.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@Artuomka Artuomka merged commit 6d0dcee into main Apr 14, 2026
23 checks passed
@Artuomka Artuomka deleted the backend_up_axios_version branch April 14, 2026 15:23
@coderabbitai coderabbitai Bot mentioned this pull request May 20, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants