-
Notifications
You must be signed in to change notification settings - Fork 64
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
pull in prop-types from a separate module, fix sinon deprecation warning #102
Conversation
@modosc, thanks for your PR! By analyzing the history of the files in this pull request, we identified @frederickfogerty, @paulstraw and @minfawang to be potential reviewers. |
Thanks for this update @modosc. Do you know if If it is, then I'll release this as a patch version. If not, I'll have to release this as a breaking change. |
Don't you love minor version bumps with breaking changes! /s It's important to me that we support all (Can you please make sure I'm understanding this correctly)
skin-deep/test update: This is different between React 15.5 and 15.4, but if we just run our tests on 15.5, then our tests will cover all 15.x versions of React. So, my current thinking is to release this as a breaking change, dropping support for React 0.14. |
it may not be ideal to pull in
on 15.5, then our tests will cover all 15.x versions of React. |
@modosc thanks for clearing that up. Agree it's not ideal to have propTypes duplicated, but at least it works. I'll add a note on the release notes so that people are aware of this duplication. |
make sure to bump up the required deps in |
@modosc I was thinking of bumping it to Also, should we list There's a bit more work I need to do on this before I can release it (e.g. remove some old deprecations), I'll get around to it this arvo. |
i tested with 15.5. and 15.4 and this change worked fine - i tried to test with 0.14.x but gave up trying to chase down the required
devDependencies
changes. if this is important we might consider setting up multiple builds to verify older version compatibility.