Victor Repkow
Victor Repkow
@tkqubo-dotdata great, thanks! Yep, it basically opens PRs on your repo, with changelogs etc for each new version -- then, based on configuration, you can have it be automatically merged...
I have a similar issue when upgrading from electron 19.0.11 to 19.0.14 (and when upgrading to latest v20). Looking at related changes, I have a feeling that this is what...
I have the exact same issue on v0.9.0 on projects that use jest v27 (and have it listed as a dev dep). (on any version past 0.6.4)
So I found a workaround to the issue, as well as a potential explanation. In my setup, I had create-react-app (`react-scripts@5`) which internally uses Jest@27, and no package.json entry for...