-
-
Notifications
You must be signed in to change notification settings - Fork 13
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
Update dependencies #27
Conversation
package.json
Outdated
"broccoli-funnel": "^2.0.1", | ||
"broccoli-merge-trees": "^3.0.1", | ||
"debug": "^3.0.1", | ||
"ember-cli-lodash-subset": "^2.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.
do we need ember-cli-lodash-subset
at all?
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.
Yes, it's used in two other places (find
and uniq
)
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.
find is a native function now, isn't it? (at least on arrays?)
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.
Yes, I was thinking about replacing it, although uniq
is still needed.
@twokul I've rewritten the two other use cases of |
"ember-cli-lodash-subset": "^1.0.7", | ||
"process-relative-require": "^1.0.0", | ||
"silent-error": "^1.0.0" | ||
"broccoli-clean-css": "^2.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.
it turns out that this was even more of a breaking change than I thought (https://github.com/jakubpawlowicz/clean-css#important-40-breaking-changes). we are exposing the clean-css
options via minifyCSS.options
and since the options have changed this in itself was a breaking change.
(see ember-cli/ember-cli#8447)
Once released will allow
ember-cli
to be installed without warning:warning ember-cli > ember-cli-preprocess-registry > broccoli-funnel > [email protected]: Please replace with usage of fs.existsSync