Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: axios/axios
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.13.5
Choose a base ref
...
head repository: axios/axios
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.13.6
Choose a head ref
  • 11 commits
  • 183 files changed
  • 15 contributors

Commits on Feb 10, 2026

  1. fix: fix export for React Native and Browserify (#7386)

    Browserify and React Native projects (that aren't using
    `unstable_enablePackageExports`) use the `main` field as the package
    
    entrypoint. A recent PR (#5756) updated `main` to use a CommonJS bundle
    for Node.js, which caused Browserify and React Native projects to
    use the Node.js bundle. This led to many reports of broken React Native
    builds.
    
    This has been fixed by adding an entry to `browser` and `react-native`
    to re-map the Node.js CommonJS bundle to the browser CommonJS bundle.
    Gudahtt authored Feb 10, 2026
    Configuration menu
    Copy the full SHA
    335b79f View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2026

  1. feat: implement prettier and fix all issues (#7385)

    * feat: implement prettier and fix all issues
    
    * fix: failing tests
    
    * fix: implement feedback from codel, ai etc
    
    * chore: dont throw in trim function
    
    Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
    
    * fix: incorrect fix
    
    ---------
    
    Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
    jasonsaayman and cubic-dev-ai[bot] authored Feb 14, 2026
    Configuration menu
    Copy the full SHA
    ef3711d View commit details
    Browse the repository at this point in the history
  2. fix: make AxiosError.message property enumerable (#7392)

    * fix: make AxiosError.message property enumerable
    
    Restores backward compatibility by making the message property
    enumerable. In v1.13.3, the refactoring to extend native Error
    made message non-enumerable, breaking code that uses Object.keys(),
    Object.entries(), or spread operator on AxiosError instances.
    
    This fix uses Object.defineProperty to explicitly make the message
    property enumerable while maintaining the benefits of extending
    the native Error class.
    
    Breaking change introduced in: v1.13.3 (commit 1c6a86d)
    Affects: Object.keys(), Object.entries(), spread operator, for...in loops
    
    * chore: build fix
    
    ---------
    
    Co-authored-by: Alexander Gehres <[email protected]>
    Co-authored-by: Jay <[email protected]>
    3 people authored Feb 14, 2026
    Configuration menu
    Copy the full SHA
    822e3e4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    672491d View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2026

  1. Configuration menu
    Copy the full SHA
    3e30bbf View commit details
    Browse the repository at this point in the history
  2. fix(core): copy status from source error in AxiosError.from (#7403)

    When creating an AxiosError from an existing error without a response object,
    the status property from the source error is now preserved. This ensures error
    status information is not lost during error conversion.
    
    Fixes #7364
    
    Co-authored-by: Jay <[email protected]>
    skrtheboss and jasonsaayman authored Feb 18, 2026
    Configuration menu
    Copy the full SHA
    d51accb View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2026

  1. chore(deps-dev): bump the development_dependencies group across 1 dir…

    …ectory with 5 updates (#7432)
    
    Bumps the development_dependencies group with 5 updates in the / directory:
    
    | Package | From | To |
    | --- | --- | --- |
    | [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) | `7.28.6` | `7.29.0` |
    | [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) | `7.28.6` | `7.29.0` |
    | [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli) | `20.3.1` | `20.4.2` |
    | [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-conventional) | `20.3.1` | `20.4.2` |
    | [rollup](https://github.com/rollup/rollup) | `2.79.2` | `2.80.0` |
    
    
    
    Updates `@babel/core` from 7.28.6 to 7.29.0
    - [Release notes](https://github.com/babel/babel/releases)
    - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/babel/babel/commits/v7.29.0/packages/babel-core)
    
    Updates `@babel/preset-env` from 7.28.6 to 7.29.0
    - [Release notes](https://github.com/babel/babel/releases)
    - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/babel/babel/commits/v7.29.0/packages/babel-preset-env)
    
    Updates `@commitlint/cli` from 20.3.1 to 20.4.2
    - [Release notes](https://github.com/conventional-changelog/commitlint/releases)
    - [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/cli/CHANGELOG.md)
    - [Commits](https://github.com/conventional-changelog/commitlint/commits/v20.4.2/@commitlint/cli)
    
    Updates `@commitlint/config-conventional` from 20.3.1 to 20.4.2
    - [Release notes](https://github.com/conventional-changelog/commitlint/releases)
    - [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/config-conventional/CHANGELOG.md)
    - [Commits](https://github.com/conventional-changelog/commitlint/commits/v20.4.2/@commitlint/config-conventional)
    
    Updates `rollup` from 2.79.2 to 2.80.0
    - [Release notes](https://github.com/rollup/rollup/releases)
    - [Changelog](https://github.com/rollup/rollup/blob/v2.80.0/CHANGELOG.md)
    - [Commits](rollup/rollup@v2.79.2...v2.80.0)
    
    ---
    updated-dependencies:
    - dependency-name: "@babel/core"
      dependency-version: 7.29.0
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: development_dependencies
    - dependency-name: "@babel/preset-env"
      dependency-version: 7.29.0
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: development_dependencies
    - dependency-name: "@commitlint/cli"
      dependency-version: 20.4.2
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: development_dependencies
    - dependency-name: "@commitlint/config-conventional"
      dependency-version: 20.4.2
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: development_dependencies
    - dependency-name: rollup
      dependency-version: 2.80.0
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: development_dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 23, 2026
    Configuration menu
    Copy the full SHA
    9712548 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    00d97b9 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2026

  1. feat: support react native blob objects (#5764)

    * feat: support react native blob objects
    
    * test: cover react native blob objects detection
    
    * fix: improve isReactNativeBlob and isReactNative checks for better validation
    
    * feat: support appending React Native blob objects to FormData without recursion
    
    ---------
    
    Co-authored-by: Jay <[email protected]>
    moh3n9595 and jasonsaayman authored Feb 24, 2026
    Configuration menu
    Copy the full SHA
    885b4af View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2026

  1. refactor(deps): migrate @rollup/plugin-babel from v5.3.1 to v6.1.0 (#…

    …7424)
    
    Co-authored-by: s0wa48 <[email protected]>
    Co-authored-by: Jay <[email protected]>
    3 people authored Feb 25, 2026
    Configuration menu
    Copy the full SHA
    20a0ba3 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2026

  1. chore(release): prepare release 1.13.6 (#7446)

    * 1.13.6
    
    * chore(release): prepare release 1.13.6
    
    ---------
    
    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    Co-authored-by: jasonsaayman <[email protected]>
    3 people authored Feb 27, 2026
    Configuration menu
    Copy the full SHA
    7108c88 View commit details
    Browse the repository at this point in the history
Loading