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

Bump react-with-styles-interface-css version #777

Merged
merged 1 commit into from
Oct 16, 2017

Conversation

majapw
Copy link
Collaborator

@majapw majapw commented Oct 16, 2017

Previously react-with-styles-interface-css included both the interface and the compiler. Because the compiler was doing some build step shenanigans to do compilation on the fly, it included a regular dependency on babel-register to do some babel compilation on the fly. This, of course, got passed down to consumers of react-dates which wasn't great. react-with-styles-interface-css split into ``react-with-styles-interface-cssandreact-with-styles-interface-css-compiler` in v3, and this PR addresses that change.

to: @ljharb

@majapw majapw added the semver-patch: fixes/refactors/etc Anything that's not major or minor. label Oct 16, 2017
@coveralls
Copy link

Coverage Status

Changes Unknown when pulling 0a7db35 on maja-bump-react-with-styles-interface-css into ** on master**.

Copy link
Member

@ljharb ljharb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

woot

{
"rules": {
"import/no-extraneous-dependencies": [2, {
"devDependencies": true
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this can even be configured in the root .eslintrc, with glob-based configuration :-D

@majapw majapw merged commit 13286de into master Oct 16, 2017
@majapw majapw deleted the maja-bump-react-with-styles-interface-css branch October 16, 2017 23:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
semver-patch: fixes/refactors/etc Anything that's not major or minor.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants