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 deps and drop Node 4 support #205

Merged
merged 8 commits into from
Aug 30, 2018
Merged

Update deps and drop Node 4 support #205

merged 8 commits into from
Aug 30, 2018

Conversation

kategengler
Copy link
Member

No description provided.

@codecov-io
Copy link

codecov-io commented Aug 29, 2018

Codecov Report

Merging #205 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #205   +/-   ##
=======================================
  Coverage   96.13%   96.13%           
=======================================
  Files          16       16           
  Lines         491      491           
=======================================
  Hits          472      472           
  Misses         19       19
Impacted Files Coverage Δ
lib/utils/result-summary.js 100% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c630fd0...f0bf55d. Read the comment docs.

@@ -20,7 +20,7 @@
},
"repository": "ember-cli/ember-try",
"engines": {
"node": "^4.5 || 6.* || >= 7.*"
"node": "6.* || >= 7.*"
Copy link

Choose a reason for hiding this comment

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

7 is no longer supported, it should be 6, 8 and 10: "6.* || 8.* || >= 10.*"

Copy link
Member Author

Choose a reason for hiding this comment

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

I have a follow-on PR to update the blueprint, just fixed it enough so that tests would run.

@kategengler kategengler merged commit 2506012 into master Aug 30, 2018
@kategengler kategengler deleted the kg-update-deps branch August 30, 2018 18:23
@Turbo87 Turbo87 changed the title Update deps Update deps and drop Node 4 support Sep 25, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants