-
Notifications
You must be signed in to change notification settings - Fork 291
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
update Joi namespace and move to latest version #235
Conversation
any plans to merge this PR anytime soon? |
this is needed to work with latests node versions since old |
Hi @danieladams456 I have recently reviewed this pull request. Unfortunately seems like Wreck 15 introduced some breaking changes that may impact how this library resolve urls. I have added some tests at #240 to make sure the existing behavior is not broken by this upgrade. Can you try syncing master (or that branch) with your tests and verify that everything is still working? |
@mitramejia I am not aware of any module being removed from Node.js. |
@jonathansamines good catch. It seems like the build is failing now. I was just doing a POC when I ran across this project and submitted the PR. Is there some way to transfer it to someone else? Otherwise the diff is really simple so could be closed and re-created. Thank you! |
@danieladams456 do you just want to see the PR through - I don't think you need to do anything beyond resolving the merge conflicts and making sure the tests pass. |
@DaKaZ I gave it another shot this evening hoping my rebase against All three grant types have this same issue:
|
@danieladams456 Thanks for putting the effort into making this update. Will handle the Wreck update in a separate issue. Thanks! |
@jonathansamines BTW thought you did a great job on TDD with those tests you put in to catch anticipated breaking changes. 😃 |
@danieladams456 I just wanted to say thanks! Also thanks @jonathansamines for getting this merged and a new npm published. Solved my issues :) |
All tests still pass, closes #234
Edit: After additional tests in #240, the wreck upgrade now breaks the build. Switching the PR to just do joi for now, and then the wreck issue can be solved on another.