-
Notifications
You must be signed in to change notification settings - Fork 649
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
Move loose-envify and semantic-release to devDependencies #319
Conversation
Thanks a lot! Assuming the migration is correct, could you fix the commitlint error? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I actually think loose envify is supposed to be a normal dep,
@jquense how is it being used? I noticed that the only place it appears is under |
I went through the source before submitting the PR and both packages are not referenced anywhere in the code. loose envify seems related to browserify, as for the error in build, I am not really sure what's causing it. |
I will move loose envify back to deps and see if it passes, it shouldn't fix it as it it's not a dep. and the build should pass without it. |
we should maybe move the linting off the pr branches since we can change the commit when we merge.. thanks for the PR! |
<a name="2.3.1"></a> ## [2.3.1](v2.3.0...v2.3.1) (2018-04-14) ### Bug Fixes * **deps:** Move loose-envify and semantic-release to devDependencies ([#319](#319)) ([b4ec774](b4ec774))
🎉 This PR is included in version 2.3.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
@sonaye the CI wasn't passing because we enforce a specific style for commit messages. |
@jquense The build failed though even after removing loose envify, something else is causing it. Webpack wont't include it in the bundle since it is not imported anywhere, but eventually it should be removed. |
@silvenon Ah! I see, my bad then. I spent this morning working on react-animated-transitions an abstraction on top of import Animated from 'react-animated-transitions';
// animates a child
<Animated>
<Foo />
</Animated>
// animates a group of children
<Animated items>
{foos.map(() => <Animated item><Foo /></Animated>)}
</Animated> Neat package you have here, I had to read the code to understand how to build on top of it, thanks for the great work! |
So if the build was failing for a different reason, should |
@jfrej I'm not sure what we're using it for anyway. I see that it has something to do with browserify, but I don't know what and whether we need to have it at all. |
<a name="2.3.1"></a> ## [2.3.1](reactjs/react-transition-group@v2.3.0...v2.3.1) (2018-04-14) ### Bug Fixes * **deps:** Move loose-envify and semantic-release to devDependencies ([#319](reactjs/react-transition-group#319)) ([b4ec774](reactjs/react-transition-group@b4ec774))
<a name="2.3.1"></a> ## [2.3.1](reactjs/react-transition-group@v2.3.0...v2.3.1) (2018-04-14) ### Bug Fixes * **deps:** Move loose-envify and semantic-release to devDependencies ([#319](reactjs/react-transition-group#319)) ([b4ec774](reactjs/react-transition-group@b4ec774))
<a name="2.3.1"></a> ## [2.3.1](reactjs/react-transition-group@v2.3.0...v2.3.1) (2018-04-14) ### Bug Fixes * **deps:** Move loose-envify and semantic-release to devDependencies ([#319](reactjs/react-transition-group#319)) ([b4ec774](reactjs/react-transition-group@b4ec774))
<a name="2.3.1"></a> ## [2.3.1](reactjs/react-transition-group@v2.3.0...v2.3.1) (2018-04-14) ### Bug Fixes * **deps:** Move loose-envify and semantic-release to devDependencies ([#319](reactjs/react-transition-group#319)) ([b4ec774](reactjs/react-transition-group@b4ec774))
No description provided.