Luke Karrys

Results 206 comments of Luke Karrys

@sun0day it looks like this change broke some existing tests. I may attempt to look into this in the coming weeks, but if you can take a look that would...

Since the man and html docs were generated, and we are no longer checking in the generated markdown docs, I did a full diff between the docs in `8.17.0` and...

> How are we to review changes in usage output now? It was very handy having them in source control to see for PRs. I suppose they still exist in...

~~There are a lot of commits here with bad messages, but this PR should be squashed.~~ So this is ready for review 😎 Squashed this to add some deps commits...

High level overview of the changes here: - The source for the docs content has moved from `docs/content/` to `docs/lib/content/`. The generated markdown is still written to `docs/content/` but that...

Thanks for the PR to fix this. We didn't want to land something using a deprecated Node API, so I was able to add a method to our package that...

Thanks for the new PR for this @timothybonci! It looks good so far, but CI is showing a few more tests in `test/lib/commands/version.js` that are failing now. Would you be...

Thanks for sticking with this @webark! I left a note above about a comment, but I decided I'd rather approve and merge and not risk forgetting about this (yet again)....

> I see a release PR was created by a bot: #326, can we get this approved please? This has been released as `6.1.12`. Sorry for the delay, I wanted...

Test are failing due to `npm-package-arg` ending up with a different version of `hosted-git-info` so adding the hosts in `test/git.js` does not work. We could add an override but `npm-package-arg@10`...