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.7.4 → 1.7.5) · Repo · Changelog
Release Notes
1.7.5
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 15 commits:
chore(release): v1.7.5 (#6574)
fix(core): add the missed implementation of AxiosError#status property; (#6573)
fix(adapter): fix undefined reference to hasBrowserEnv (#6572)
fix(core): fix `ReferenceError: navigator is not defined` for custom environments; (#6567)
fix(fetch): fix credentials handling in Cloudflare workers (#6533)
chore(actions): fix sponsor action; (#6566)
chore(action): exclude `sponsors` branch from CI tests; (#6564)
chore(sponsor): update sponsor block (#6559)
chore(action): change sponsors uri origin; (#6563)
chore(sponsor): update sponsor block (#6558)
chore(action): fix sponsors action; (#6557)
chore(action): fix sponsors action; (#6556)
chore(action): fix sponsors action; (#6555)
chore(action): fix sponsors action; (#6554)
chore(actions): Add action to update sponsor list in Readme.md; (#6552)
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