Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.
All Depfu comment commands
@depfu rebase
Rebases against your default branch and redoes this update
@depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@depfu cancel merge
Cancels automatic merging of this PR
@depfu close
Closes this PR and deletes the branch
@depfu reopen
Restores the branch and reopens this PR (if it's closed)
@depfu pause
Ignores all future updates for this dependency and closes this PR
@depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)
Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ axios (1.6.8 → 1.7.2) · Repo · Changelog
Release Notes
1.7.2
1.7.1
1.7.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 20 commits:
chore(release): v1.7.2 (#6414)
fix(fetch): enhance fetch API detection; (#6413)
chore(release): v1.7.1 (#6411)
fix(fetch): fixed ReferenceError issue when TextEncoder is not available in the environment; (#6410)
[Release] v1.7.0 (#6408)
chore(docs): add fetch adapter docs; (#6407)
fix(fetch): fixed a possible memory leak in the AbortController for the stream response if the ReadableStream is not supported; (#6406)
chore(release): v1.7.0-beta.2 (#6403)
chore(ci): bump create-pull-request version to fix a bug; (#6405)
chore(ci): add tag resolution for npm releases based on package version; (#6404)
fix(fetch): fix headers getting from a stream response; (#6401)
fix(fetch): fix & optimize progress capturing for cases when the request data has a nullish value or zero data length (#6400)
fix(fetch): capitalize HTTP method names; (#6395)
chore(release): v1.7.0-beta.1 (#6383)
fix(fetch): treat fetch-related TypeError as an AxiosError.ERR_NETWORK error; (#6380)
fix(core/axios): handle un-writable error stack (#6362)
fix(fetch): fix cases when ReadableStream or Response.body are not available; (#6377)
chore(release): v1.7.0-beta.0 (#6373)
feat(adapter): add fetch adapter; (#6371)
docs: adds latest gold sponsor
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase
.All Depfu comment commands