-
Notifications
You must be signed in to change notification settings - Fork 641
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade axios to ^1.5.0 #1035
Upgrade axios to ^1.5.0 #1035
Comments
If you would like to upvote the priority of this issue, please comment below or react on the original post above with 👍 so we can see what is popular when we triage.@Thinkscape Thank you for opening this issue. 🙏
This is an automated message, feel free to ignore. |
Upgrading |
This would be a huge help. I'm unable to check if an error is an instance of AxiosError because of my version mismatch. I have to manually rethrow an AxiosError. |
Unfortunately, there isn't really a guide on how to do that migration. It looks like axios 1.x has a completely different API surface than the 0.x versions. Any hints here? |
### [3.3.40](v3.3.39...v3.3.40) (2023-10-09) ### Bug Fixes * only use pre-ESM dependencies ([#1047](#1047)) ([a0d416b](a0d416b)) ### Miscellaneous Chores * update all dependencies ([#1044](#1044)) ([c5c0990](c5c0990)), closes [#1035](#1035) ### Build System * **deps:** bump retry-axios from 2.6.0 to 3.1.0 ([#1027](#1027)) ([dacfff6](dacfff6))
🎉 This issue has been resolved in version 3.3.40 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
It seems that the library is using an ancient version of Axios.
Could we upgrade to stable
^1.5.0
?The text was updated successfully, but these errors were encountered: