Skip to content

chore(deps): bump axios from 0.21.2 to 1.13.6#9503

Closed
dependabot[bot] wants to merge 1 commit intodevfrom
dependabot/npm_and_yarn/dev/axios-1.13.6
Closed

chore(deps): bump axios from 0.21.2 to 1.13.6#9503
dependabot[bot] wants to merge 1 commit intodevfrom
dependabot/npm_and_yarn/dev/axios-1.13.6

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Mar 2, 2026

Bumps axios from 0.21.2 to 1.13.6.

Release notes

Sourced from axios's releases.

v1.13.6

This release focuses on platform compatibility, error handling improvements, and code quality maintenance.

⚠️ Important Changes

  • Breaking Changes: None identified in this release.
  • Action Required: Users targeting React Native should verify their integration, particularly if relying on specific Blob or FormData behaviours, as improvements have been made to support these objects.

🚀 New Features

  • React Native Blob Support: Axios now includes support for React Native Blob objects. Thanks to @​moh3n9595 for the initial implementation. (#5764)
  • Code Quality: Implemented prettier across the codebase and resolved associated formatting issues. (#7385)

🐛 Bug Fixes

  • Environment Compatibility:

    • Fixed module exports for React Native and Browserify environments. (#7386)
    • Added safe FormData detection for the WeChat Mini Program environment. (#7324)
  • Error Handling:

    • AxiosError.message is now correctly enumerable. (#7392)
    • AxiosError.from now correctly copies the status property from the source error, ensuring better error propagation. (#7403)

🔧 Maintenance & Chores

  • Dependencies: Updated the development_dependencies group (5 updates). (#7432)
  • Infrastructure: Migrated @​rollup/plugin-babel from v5.3.1 to v6.1.0. (#7424)
  • Documentation: Added missing JSDoc comments to utilities. (#7427)

🌟 New Contributors

We are thrilled to welcome our new contributors! Thank you for helping improve the project:

Full Changelog: v1.13.5...v1.13.6

v1.13.5

Release 1.13.5

Highlights

  • Security: Fixed a potential Denial of Service issue involving the __proto__ key in mergeConfig. (PR #7369)
  • Bug fix: Resolved an issue where AxiosError could be missing the status field on and after v1.13.3. (PR #7368)

Changes

Security

  • Fix Denial of Service via __proto__ key in mergeConfig. (PR #7369)

... (truncated)

Commits
  • 7108c88 chore(release): prepare release 1.13.6 (#7446)
  • 20a0ba3 refactor(deps): migrate @​rollup/plugin-babel from v5.3.1 to v6.1.0 (#7424)
  • 885b4af feat: support react native blob objects (#5764)
  • 00d97b9 docs(utils): add missing JSDoc comments (#7427)
  • 9712548 chore(deps-dev): bump the development_dependencies group across 1 directory w...
  • d51accb fix(core): copy status from source error in AxiosError.from (#7403)
  • 3e30bbf chore: fix publish to only run on v1 tags
  • 672491d fix: safe FormData detection for WeChat Mini Program (#7306) (#7324)
  • 822e3e4 fix: make AxiosError.message property enumerable (#7392)
  • ef3711d feat: implement prettier and fix all issues (#7385)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for axios since your current version.

Install script changes

This version adds prepare script that runs during installation. Review the package contents before updating.


@dependabot dependabot Bot added dependencies javascript Pull requests that update Javascript code labels Mar 2, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/dev/axios-1.13.6 branch from 631f890 to 6e33706 Compare March 3, 2026 17:56
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/dev/axios-1.13.6 branch from 6e33706 to d81cec0 Compare March 4, 2026 04:19
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/dev/axios-1.13.6 branch from d81cec0 to f7f66d2 Compare March 4, 2026 04:25
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/dev/axios-1.13.6 branch from f7f66d2 to 9e680fd Compare March 6, 2026 12:31
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/dev/axios-1.13.6 branch from 9e680fd to c46718d Compare March 11, 2026 04:19
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/dev/axios-1.13.6 branch from c46718d to 187ac4f Compare March 17, 2026 04:17
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/dev/axios-1.13.6 branch from 187ac4f to dadb7e3 Compare March 19, 2026 17:54
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/dev/axios-1.13.6 branch from dadb7e3 to 9cfd2c1 Compare March 19, 2026 18:00
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/dev/axios-1.13.6 branch from 9cfd2c1 to f903769 Compare March 19, 2026 18:06
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/dev/axios-1.13.6 branch from f903769 to 92edf26 Compare March 25, 2026 20:23
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/dev/axios-1.13.6 branch from 92edf26 to f271734 Compare March 25, 2026 21:51
Bumps [axios](https://github.com/axios/axios) from 0.21.2 to 1.13.6.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v0.21.2...v1.13.6)

---
updated-dependencies:
- dependency-name: axios
  dependency-version: 1.13.6
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/dev/axios-1.13.6 branch from f271734 to b56ded1 Compare March 27, 2026 14:10
@sonarqubecloud
Copy link
Copy Markdown

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Mar 30, 2026

Superseded by #9563.

@dependabot dependabot Bot closed this Mar 30, 2026
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/dev/axios-1.13.6 branch March 30, 2026 03:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant