Skip to content

build(deps): bump axios from 1.13.2 to 1.13.3#777

Merged
rm-hull merged 1 commit intomainfrom
dependabot/npm_and_yarn/axios-1.13.3
Jan 27, 2026
Merged

build(deps): bump axios from 1.13.2 to 1.13.3#777
rm-hull merged 1 commit intomainfrom
dependabot/npm_and_yarn/axios-1.13.3

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 26, 2026

Bumps axios from 1.13.2 to 1.13.3.

Release notes

Sourced from axios's releases.

Release v1.13.3

Release notes:

Bug Fixes

  • http2: Use port 443 for HTTPS connections by default. (#7256) (d7e6065)
  • interceptor: handle the error in the same interceptor (#6269) (5945e40)
  • main field in package.json should correspond to cjs artifacts (#5756) (7373fbf)
  • package.json: add 'bun' package.json 'exports' condition. Load the Node.js build in Bun instead of the browser build (#5754) (b89217e)
  • silentJSONParsing=false should throw on invalid JSON (#7253) (#7257) (7d19335)
  • turn AxiosError into a native error (#5394) (#5558) (1c6a86d)
  • types: add handlers to AxiosInterceptorManager interface (#5551) (8d1271b)
  • types: restore AxiosError.cause type from unknown to Error (#7327) (d8233d9)
  • unclear error message is thrown when specifying an empty proxy authorization (#6314) (6ef867e)

Features

Reverts

  • Revert "fix: silentJSONParsing=false should throw on invalid JSON (#7253) (#7…" (#7298) (a4230f5), closes #7253 #7 #7298
  • deps: bump peter-evans/create-pull-request from 7 to 8 in the github-actions group (#7334) (2d6ad5e)

Contributors to this release

... (truncated)

Changelog

Sourced from axios's changelog.

1.13.3 (2026-01-20)

Bug Fixes

  • http2: Use port 443 for HTTPS connections by default. (#7256) (d7e6065)
  • interceptor: handle the error in the same interceptor (#6269) (5945e40)
  • main field in package.json should correspond to cjs artifacts (#5756) (7373fbf)
  • package.json: add 'bun' package.json 'exports' condition. Load the Node.js build in Bun instead of the browser build (#5754) (b89217e)
  • silentJSONParsing=false should throw on invalid JSON (#7253) (#7257) (7d19335)
  • turn AxiosError into a native error (#5394) (#5558) (1c6a86d)
  • types: add handlers to AxiosInterceptorManager interface (#5551) (8d1271b)
  • types: restore AxiosError.cause type from unknown to Error (#7327) (d8233d9)
  • unclear error message is thrown when specifying an empty proxy authorization (#6314) (6ef867e)

Features

Reverts

  • Revert "fix: silentJSONParsing=false should throw on invalid JSON (#7253) (#7…" (#7298) (a4230f5), closes #7253 #7 #7298
  • deps: bump peter-evans/create-pull-request from 7 to 8 in the github-actions group (#7334) (2d6ad5e)

Contributors to this release

... (truncated)

Commits
  • ab06109 chore(release): v1.13.3 (#7335)
  • 2d6ad5e revert(deps): bump peter-evans/create-pull-request from 7 to 8 in the github-...
  • cb49a6f chore(sponsor): update sponsor block (#7330)
  • d8233d9 fix(types): restore AxiosError.cause type from unknown to Error (#7327)
  • 5945e40 fix(interceptor): handle the error in the same interceptor (#6269)
  • 7373fbf fix: main field in package.json should correspond to cjs artifacts (#5756)
  • 8d1271b fix(types): add handlers to AxiosInterceptorManager interface (#5551)
  • f869434 docs: refresh CDN URLs and example JSON headers (#7236)
  • 46db331 doc: update deprecated var usage in documentation examples (#7246)
  • d6bbb3d docs: add async/await timeout handling example (#7250)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [axios](https://github.com/axios/axios) from 1.13.2 to 1.13.3.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.13.2...v1.13.3)

---
updated-dependencies:
- dependency-name: axios
  dependency-version: 1.13.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jan 26, 2026
@coveralls
Copy link

Pull Request Test Coverage Report for Build 21369211383

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 2.367%

Totals Coverage Status
Change from base Build 21368020446: 0.0%
Covered Lines: 94
Relevant Lines: 4194

💛 - Coveralls

@rm-hull rm-hull merged commit b1445d8 into main Jan 27, 2026
4 checks passed
@rm-hull rm-hull deleted the dependabot/npm_and_yarn/axios-1.13.3 branch January 27, 2026 10:28
rm-hull added a commit that referenced this pull request Feb 3, 2026
…de-chakra

* 'main' of github.com:rm-hull/scratchpad: (151 commits)
  Regenerate lockfile
  build(deps): bump @babel/parser from 7.28.6 to 7.29.0 (#791)
  build(deps-dev): bump @types/node from 25.1.0 to 25.2.0 (#790)
  build(deps-dev): bump globals from 17.2.0 to 17.3.0 (#789)
  build(deps-dev): bump @vitejs/plugin-react from 5.1.2 to 5.1.3 in the vite group (#788)
  build(deps): bump the eslint group with 2 updates (#787)
  build(deps): bump react-dropzone from 14.3.8 to 14.4.0 (#786)
  build(deps-dev): bump @types/node from 25.0.10 to 25.1.0 (#785)
  build(deps): bump react-error-boundary from 6.0.3 to 6.1.0 (#757)
  build(deps): bump tar from 7.5.6 to 7.5.7 (#784)
  build(deps): bump jotai from 2.16.2 to 2.17.0 (#782)
  build(deps): bump axios from 1.13.3 to 1.13.4 (#783)
  build(deps): bump framer-motion from 12.29.0 to 12.29.2 (#780)
  build(deps-dev): bump globals from 17.1.0 to 17.2.0 (#779)
  build(deps-dev): bump @types/react from 19.2.9 to 19.2.10 in the react group (#778)
  build(deps): bump react-router-dom from 7.12.0 to 7.13.0 (#781)
  build(deps-dev): bump vite-tsconfig-paths from 6.0.4 to 6.0.5 in the vite group (#775)
  build(deps-dev): bump the eslint group with 2 updates (#774)
  build(deps): bump the react group with 2 updates (#776)
  build(deps): bump axios from 1.13.2 to 1.13.3 (#777)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants