-
Notifications
You must be signed in to change notification settings - Fork 640
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
Typescript errors when building #945
Comments
If you would like to upvote the priority of this issue, please comment below or react with 👍 so we can see what is popular when we triage.@palfaro91 Thank you for opening this issue. 🙏
This is an automated message, feel free to ignore. |
Any word? |
Until they've fixed it in the repository, you can revert all the breaking changes made by the dependency bot in your local environment. The bot upgraded quite a lot of packages with major version updates, including breaking changes. git checkout fb5dc053f685939a6493e43a8ac3a3529cc06696 |
@nora-soderlund Thanks for the tip! So that would mean downgrading down to ^3.3.26 in package.json? |
This should be fixed in the latest release from this afternoon |
Hi @amuramoto I just updated my package to 3.3.37 and I'm still getting the same errors. |
@amuramoto I'm also using axios in my project and if I downgrade down to the same version that this package requires (0.27.2) the axios errors go away.
for this error it looks like the declaration should be updated to for this error
For this error it looks like making waypoints optional is throwing the compiler off. It should be cast as an array
It looks like the Place variable should be removed because it's not used |
@amuramoto so I'm also using axios in my project but using version 1.5.0. When I build my project it tries to use my version instead of the required version 0.27.2 and it looks like it's the axios-retry peer dependency that is causing it to use the root axios version
|
Hi @wangela any word on this fix? |
Is this ever going to be fixed @wangela ? |
Hello,
When I run the build command in an Adonisjs I get various Typescript errors that prevent build unless I ignore the errors
Thanks for stopping by to let us know something could be better!
Environment details
Specify the API at the beginning of the title (for example, "Places: ...")
I'm using this library in an Adonis Js project.
OS type and version
MacOs Monterey 12.5.1
Library version and other environment information
Version 3.3.27
this version requires axios 0.27.2
Steps to reproduce
npm run build
Stack trace
Line numbers included in errors above.
The text was updated successfully, but these errors were encountered: