Skip to content
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

Fixed compile-problems against latest axios 1.6.0 #260

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

FibreFoX
Copy link

@FibreFoX FibreFoX commented Nov 7, 2023

It seems that never versions of axios require a different type to be used for interceptors, so I replaced them all.
Interestingly the resulting JS is the same as before.

The @types/node update was neccessary due to AbortSIgnal not working otherwise when compiling this on lates LTS version of NodeJS. Mabye this needs an engine entry too to only allow more modern versions?

I do not expect this PR to be accepted, but maybe some parts can be used for an upgrade.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant