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

[BUGFIX LTS] add fs-extra to deps #15606

Merged
merged 1 commit into from
Oct 22, 2017
Merged

Conversation

kellyselden
Copy link
Member

Used here and here but missing from dependencies.

@stefanpenner
Copy link
Member

stefanpenner commented Aug 28, 2017

LGTM, are we worried this might be brittle? (CI wont fail)

@kellyselden
Copy link
Member Author

One of my workflow scripts includes npm prune which is how I discovered this. I wonder how we could test for stuff like this.

@stefanpenner
Copy link
Member

One of my workflow scripts includes npm prune which is how I discovered this. I wonder how we could test for stuff like this.

Maybe a form of linting, saying some dir tree is depDeps another is prod only or something? That would be a way to mitigate the concern (But someone can convince me the concern is not warrented)

@kellyselden kellyselden changed the title add fs-extra to devDeps [BUGFIX lts] add fs-extra to devDeps Sep 1, 2017
@kellyselden kellyselden changed the title [BUGFIX lts] add fs-extra to devDeps [BUGFIX LTS] add fs-extra to devDeps Sep 1, 2017
@kellyselden kellyselden changed the title [BUGFIX LTS] add fs-extra to devDeps add fs-extra to devDeps Sep 1, 2017
@locks locks requested a review from stefanpenner September 15, 2017 09:37
@kellyselden
Copy link
Member Author

This should be good to go. It is better than it was previously, even though still brittle. @stefanpenner or @rwjblue merge?

package.json Outdated
@@ -101,6 +101,7 @@
"eslint-plugin-ember-internal": "^1.1.0",
"express": "^4.15.2",
"finalhandler": "^1.0.2",
"fs-extra": "^4.0.1",
Copy link
Member

Choose a reason for hiding this comment

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

I am confused. You said we are using this in blueprints, wouldn't this need to be in dependencies not devDependencies?

Copy link
Member Author

Choose a reason for hiding this comment

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

That's wierd. I don't know what I was thinking. Will fix.

@kellyselden kellyselden changed the title add fs-extra to devDeps [BUGFIX LTS] add fs-extra to deps Oct 21, 2017
@kellyselden kellyselden force-pushed the fs-extra branch 6 times, most recently from 2bc371f to acdd288 Compare October 21, 2017 23:50
@kellyselden
Copy link
Member Author

@rwjblue fixed but I can't get saucelabs to pass

@rwjblue
Copy link
Member

rwjblue commented Oct 22, 2017

Ya, that’s not this PR’s issue.

@rwjblue rwjblue merged commit e362712 into emberjs:master Oct 22, 2017
@kellyselden kellyselden deleted the fs-extra branch October 22, 2017 17:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants