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

revert: change type of AxiosResponse to any #4186

Merged
merged 3 commits into from Oct 22, 2021
Merged

revert: change type of AxiosResponse to any #4186

merged 3 commits into from Oct 22, 2021

Conversation

ImRodry
Copy link
Contributor

@ImRodry ImRodry commented Oct 13, 2021

This pull request fixes #4141 by reverting the change implemented in #3002 (changed the type of AxiosResponse to any).

@ITenthusiasm
Copy link

@ImRodry Just for clarity: Technically speaking, you're reverting the changes that appeared after transitioning to #3002 and then #4142. It's a "reversion" of #4142, but that change didn't occur in "isolation", so both PRs are kinda related.

Thanks for opening this.

@ImRodry
Copy link
Contributor Author

ImRodry commented Oct 13, 2021

Yeah you’re right I forgot to mention that one, just mentioned the initial PR that brought this issue up. Thanks for the heads up!

index.d.ts Outdated Show resolved Hide resolved
index.d.ts Outdated Show resolved Hide resolved
@jasonsaayman
Copy link
Member

@ImRodry please can you have a look at the failing tests?

@ImRodry
Copy link
Contributor Author

ImRodry commented Oct 21, 2021

@jasonsaayman apologies for the failing tests, they should be good now!

@ImRodry
Copy link
Contributor Author

ImRodry commented Oct 21, 2021

I wasn't able to test this locally because for some reason it relies on Firefox being installed which it's not on my computer so please approve the workflows again to see if more errors arise

@jasonsaayman jasonsaayman merged commit 2c9cc76 into axios:master Oct 22, 2021
@ImRodry ImRodry deleted the revert-types-any branch October 22, 2021 09:04
@ImRodry
Copy link
Contributor Author

ImRodry commented Oct 24, 2021

Hey @jasonsaayman, thanks for merging the PR! Can we get an ETA on when v0.24 will be released?

@jasonsaayman
Copy link
Member

Will try and get it out tonight

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.

Revert #3002 - set type of data to any
5 participants