Derek Burgman

Results 68 comments of Derek Burgman

Looks like there are conflicting peer dependencies. Before you made that last change it was ok, but with the addition of dev kit it added some to yarn-lock: ``` "schema-utils@^2.6.5":...

I'm not a maintainer, but it looks good to me, fwiw. I have been using your branch on my Angular 14 projects already and haven't run into any issues.

What it looks like it happening in that second post is semver isn't seeing your previous tags on whichever branch is being used so it is calculating a version that...

I ran into this and had some trouble figuring out where exactly to put the command. If you're going to use it inline with the run command, make sure you...

Sure, why not. I'll work on a small writeup to add to the docs and make a PR.

I'm still trying to reproduce the issue myself, since it pops up occasionally in my CI even with it inline. Right now I'm having doubts as to whether or not...

I created a quick pull request that merges together all the paths then stages them one time instead of in parallel. #516

This bug is preventing me from running a release right now actually, so I'm working on testing these changes with this branch. I've run it like 7-8 times and it...

Is that with a new project? There may be another race condition somewhere for the first setup.

Your issue sounds the same as the other person's here. https://github.com/jscutlery/semver/issues/500#issuecomment-1126896815 It's a tricky bug to reproduce, although I guess we know it is still happening for new projects that...