Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make peerDependencies looser #39

Merged
merged 1 commit into from
Aug 19, 2019
Merged

Conversation

dbushong
Copy link
Member

@dbushong dbushong commented Aug 16, 2019

  • PRO: don't have to track every major version change
  • PRO: breaking changes in deps for reasons like node support we don't
    care about won't make peerDeps complain
  • CON: breaking changes in deps for API changes are important, but we
    can always refine the peerDep as we come across one of those

eslint itself's breaking changes seem important


This PR was started by: git wf pr

* PRO: don't have to track every major version change
* PRO: breaking changes in deps for reasons like node support we don't
    care about
* CON: breaking changes in deps for API changes are important, but we
    can always refine the peerDep as we come across one of those
@dbushong dbushong merged commit ab5ae2e into master Aug 19, 2019
@dbushong dbushong deleted the dbushong/feature/master/peerdeps branch August 19, 2019 17:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants