ember-intl / cp-validations

ember-intl support for ember-cp-validations
MIT License
10 stars 13 forks source link

Reroll yarn.lock #100

Closed fsmanuel closed 1 year ago

fsmanuel commented 1 year ago

I recreated the yarn.lock file. I hope some of the Dependabot alerts will go away.

fsmanuel commented 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.

ijlee2 commented 1 year ago

@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