-
-
Notifications
You must be signed in to change notification settings - Fork 11.6k
Comparing changes
Open a pull request
base repository: axios/axios
base: v1.13.5
head repository: axios/axios
compare: v1.13.6
- 11 commits
- 183 files changed
- 15 contributors
Commits on Feb 10, 2026
-
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.
Configuration menu - View commit details
-
Copy full SHA for 335b79f - Browse repository at this point
Copy the full SHA 335b79fView commit details
Commits on Feb 14, 2026
-
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>
Configuration menu - View commit details
-
Copy full SHA for ef3711d - Browse repository at this point
Copy the full SHA ef3711dView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 822e3e4 - Browse repository at this point
Copy the full SHA 822e3e4View commit details -
fix: safe FormData detection for WeChat Mini Program (#7306) (#7324)
Co-authored-by: Jay <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 672491d - Browse repository at this point
Copy the full SHA 672491dView commit details
Commits on Feb 18, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 3e30bbf - Browse repository at this point
Copy the full SHA 3e30bbfView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for d51accb - Browse repository at this point
Copy the full SHA d51accbView commit details
Commits on Feb 23, 2026
-
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>
Configuration menu - View commit details
-
Copy full SHA for 9712548 - Browse repository at this point
Copy the full SHA 9712548View commit details -
docs(utils): add missing JSDoc comments (#7427)
Co-authored-by: Jay <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 00d97b9 - Browse repository at this point
Copy the full SHA 00d97b9View commit details
Commits on Feb 24, 2026
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 885b4af - Browse repository at this point
Copy the full SHA 885b4afView commit details
Commits on Feb 25, 2026
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 20a0ba3 - Browse repository at this point
Copy the full SHA 20a0ba3View commit details
Commits on Feb 27, 2026
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 7108c88 - Browse repository at this point
Copy the full SHA 7108c88View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.13.5...v1.13.6