-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
updated axios and axios-ntlm to latest #1212
Conversation
Would like to see this update as well! |
Same here, we're upgrading to node 18 and now need to --force to do any npm install... |
Looking forward to get this changes |
Looking forward to see this update too! |
@vision10 plz fix the build |
@jsdevel are we happy to merge now? |
is there no one able to merge here? |
idk, this seems like a sleeping law in congress |
Sorry to be that guy, but could this get merged and released? It's blocking us at the moment. |
We might need to sign a petition for this PR to get merged 😆 |
Agreed it would be great to see this merged |
Bump. Is anyone still maintaining this repo? |
Bump, will this be merged someday ? |
Bump. This is a critical update. |
Any update on this one @vpulim |
FYI. In order to continue to use this package we all need to now use |
+1 |
2 similar comments
+1 |
+1 |
sdfghujiopm |
What-the... Bump. |
Hi, why is axios a peer dependency any way? I can't see the reason. If we could move it as a normal dependency we wouldn't be here waiting for using axios 1.0 and this library together. |
You can solve this issue without waiting for the PR to be merged, seems like this might be a dead project. In your package.json just add the following to overrides: "dependencies": { |
+1 |
Same here! |
Any timeline for when this pr will be merged and released ? 🤔 |
Merge please this is ruining the package |
We seriously need someone to accept these pull requests that are piling up, not just mine axios version has known vulnerabilities |
@RJWerning can you confirm that the override works? I didn't want to risk it because it's a major version upgrade but now there's this new security vulnerability... |
If I fork this repo and start maintaining it will someone also help out? I am planning on forking it to a new repo and start maintaining it. Who is in? |
@codersbet Although I may not be able to actively participate in the maintenance, I'm very supportive of the idea if you're willing to take the lead in managing it. |
@vpulim , Can you please merge this one? @codersbet , @rmarfil3 created the fork, but not sure if he is publishing it to |
Hi @vpulim thanks a lot for this package. When do you think it will be ready the new release? |
Warning. axios 1.6.1 has an error. With [email protected] I have an error in my unit test with this message: 'Cannot use import statement outside a module'. I have reverted back to version 1.0.0 and have no errors. |
Hi @savez, could you please add some details, like your environment and logs? |
New version 1.0.1 has been released. |
Yes, But when I running jest it show an error. |
If you can post your jest config and tsconfig that would help to identify the problem. |
latest version of axios-ntlm fixes node v18 digital envelope error
Error: error:0308010C:digital envelope routines::unsupported
updated axios to latest: 1.3.2
updated axios-ntlm to latest: 1.4.0 (uses axios 1.3.2)
also 2 tests where failing because of hardcoded response Content-Length
this request needs to be accepted to pass all tests: #1206