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

Update dependencies #27

Merged
merged 2 commits into from
Sep 7, 2018
Merged

Update dependencies #27

merged 2 commits into from
Sep 7, 2018

Conversation

btecu
Copy link
Contributor

@btecu btecu commented Sep 6, 2018

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

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",
Copy link

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?

Copy link
Contributor Author

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)

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?)

Copy link
Contributor Author

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.

@btecu
Copy link
Contributor Author

btecu commented Sep 7, 2018

@twokul I've rewritten the two other use cases of ember-cli-lodash-subset and removed the dependency. Also remove other dependencies that were not used.

@rwjblue rwjblue merged commit 2267972 into ember-cli:v3.1.x Sep 7, 2018
"ember-cli-lodash-subset": "^1.0.7",
"process-relative-require": "^1.0.0",
"silent-error": "^1.0.0"
"broccoli-clean-css": "^2.0.1",
Copy link
Member

@Turbo87 Turbo87 Feb 27, 2019

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants