Closed fsmanuel closed 1 year ago
@ijlee2 can we disable the Require signed commits
rule? I don't sign my commits yet and I'm not the only one. I think that is a blocker for contributions.
@fsmanuel My bad. I updated the branch protections so that signed commits are not a requirement.
If you are using yarn@v1
to maintain the dependencies, I recommend using yarn-deduplicate
to try to install 1 version for each dependency.
# Optional: Check for duplication
yarn-deduplicate --list
# De-duplicate packages
yarn-deduplicate && yarn
I recreated the yarn.lock file. I hope some of the Dependabot alerts will go away.