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.4
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.5
Choose a head ref
  • 12 commits
  • 19 files changed
  • 11 contributors

Commits on Jan 28, 2026

  1. chore: fix issues with yml (#7355)

    * chore: fix issues with yml
    
    * chore: fix issues with sponsor update yml
    jasonsaayman authored Jan 28, 2026
    Configuration menu
    Copy the full SHA
    99d588d View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2026

  1. refactor: bump minors package versions (#7356)

    * refactor: bump minors package versions
    
    * fix: dtslint
    
    * fix: package install
    
    * chore: remove dts
    
    * chore: attempt to fix issues with 12 and 14
    
    * chore: remove unneeded package
    
    * chore: remove unneeded package
    
    * chore: remove unneeded package
    
    * chore: try to install on older version
    
    * chore: remove build for 12
    
    * fix: sponsors
    jasonsaayman authored Jan 29, 2026
    Configuration menu
    Copy the full SHA
    472c631 View commit details
    Browse the repository at this point in the history
  2. chore(deps-dev): bump karma-sourcemap-loader (#7360)

    Bumps the development_dependencies group with 1 update in the / directory: [karma-sourcemap-loader](https://github.com/demerzel3/karma-sourcemap-loader).
    
    
    Updates `karma-sourcemap-loader` from 0.3.8 to 0.4.0
    - [Changelog](https://github.com/demerzel3/karma-sourcemap-loader/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/demerzel3/karma-sourcemap-loader/commits/0.4.0)
    
    ---
    updated-dependencies:
    - dependency-name: karma-sourcemap-loader
      dependency-version: 0.4.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 Jan 29, 2026
    Configuration menu
    Copy the full SHA
    44b7c9f View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2026

  1. fix: added a option to choose between legacy and the new request/resp…

    …onse interceptor ordering
    
    * test: add request interceptor tests for legacy and ordered execution
    
    * feat: add legacy interceptor request/response ordering option
    
    ---------
    
    Co-authored-by: Jay <[email protected]>
    WillianAgostini and jasonsaayman authored Jan 30, 2026
    Configuration menu
    Copy the full SHA
    569f028 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2026

  1. fix: status is missing in AxiosError on and after v1.13.3 (#7368)

    * test: add error handling tests for fetch and http adapters with status code
    
    * fix: improve error handling in fetch adapter by including request and response in AxiosError
    
    * fix: skip fetch test if fetch is not supported
    
    * Update lib/adapters/fetch.js
    
    Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
    
    * fix: improve error handling in fetch adapter by using the correct request object
    
    ---------
    
    Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
    WillianAgostini and cubic-dev-ai[bot] authored Feb 4, 2026
    Configuration menu
    Copy the full SHA
    696fa75 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    04cf019 View commit details
    Browse the repository at this point in the history
  3. fix: Denial of Service via __proto__ Key in mergeConfig (#7369)

    * fix: sec issue as per advisory
    
    * chore: expand and add tests
    jasonsaayman authored Feb 4, 2026
    Configuration menu
    Copy the full SHA
    28c7215 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2026

  1. feat: add input validation to isAbsoluteURL (#7326)

    * Add input validation to isAbsoluteURL
    
    * chore: add removed doc block
    
    ---------
    
    Co-authored-by: Asmitha B <[email protected]>
    Co-authored-by: Jay <[email protected]>
    3 people authored Feb 5, 2026
    Configuration menu
    Copy the full SHA
    475e75a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    265b712 View commit details
    Browse the repository at this point in the history
  3. ci: update ymls (#7372)

    * chore: update ymls
    
    * chore: update patterns and some other smaller changes
    
    * ci: run on push
    jasonsaayman authored Feb 5, 2026
    Configuration menu
    Copy the full SHA
    9ff3a78 View commit details
    Browse the repository at this point in the history
  4. ci: fix run condition (#7373)

    * ci: fix run condition
    
    * ci: tweak rules
    
    * ci: revert change not needed
    
    * ci: change build onditions
    jasonsaayman authored Feb 5, 2026
    Configuration menu
    Copy the full SHA
    431c3a3 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2026

  1. chore(release): prepare release 1.13.5 (#7379)

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