-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Conversation
LGTM, are we worried this might be brittle? (CI wont fail) |
One of my workflow scripts includes |
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) |
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", |
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 am confused. You said we are using this in blueprints, wouldn't this need to be in dependencies
not devDependencies
?
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.
That's wierd. I don't know what I was thinking. Will fix.
2bc371f
to
acdd288
Compare
@rwjblue fixed but I can't get saucelabs to pass |
Ya, that’s not this PR’s issue. |
Used here and here but missing from dependencies.