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

Upgrade to ember-cli 2.8 #28

Merged
merged 6 commits into from
Oct 9, 2016
Merged

Upgrade to ember-cli 2.8 #28

merged 6 commits into from
Oct 9, 2016

Conversation

thoov
Copy link
Contributor

@thoov thoov commented Oct 9, 2016

No description provided.

Copy link
Contributor

@blimmer blimmer left a comment

Choose a reason for hiding this comment

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

Definitely need to resolve the mentioned issues before meging.

@@ -1,6 +1,55 @@
/*jshint node:true*/
module.exports = {
// see package.json
// TLDR: 1.13.x ++
useVersionCompatibility: true
Copy link
Contributor

@blimmer blimmer Oct 9, 2016

Choose a reason for hiding this comment

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

We should retain the 1.13.x + version compatibility as it gives us more test coverage than this change.

- ember try:each
# Usually, it's ok to finish the test scenario without reverting
# to the addon's original dependency state, skipping "cleanup".
- ember try:one $EMBER_TRY_SCENARIO test --skip-cleanup
Copy link
Contributor

@blimmer blimmer Oct 9, 2016

Choose a reason for hiding this comment

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

This should still use the empty try version compatibility functionality merged with the .travis.yml upgrades made with 2.8.

"name": "Ben Limmer",
"email": "hello@benlimmer.com"
}
],
Copy link
Contributor

Choose a reason for hiding this comment

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

Please retain the existing package.json configurations merged with dependency version updates.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Forgot about package.json. Added back the needed fields

@blimmer
Copy link
Contributor

blimmer commented Oct 9, 2016

Also, thank you for helping out with this PR!

},
"repository": "https://github.com/yapplabs/ember-buffered-proxy",
"engines": {
"node": ">= 0.10.0"
},
"author": "Kris Selden, Stefan Penner & Yapp Labs",
"author": "Kris Selden, Stefan Penner & Yapp Labs", + "author": "",
Copy link
Contributor

Choose a reason for hiding this comment

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

?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Ya just fixed that

@blimmer
Copy link
Contributor

blimmer commented Oct 9, 2016

This still needs version compatibility with ember-try restored and then I think it's good to go!

@thoov
Copy link
Contributor Author

thoov commented Oct 9, 2016

@blimmer Can you relook at this

@blimmer
Copy link
Contributor

blimmer commented Oct 9, 2016

I fixed one last thing and will merge after tests pass - thanks!

@blimmer blimmer merged commit 06c5b9b into yapplabs:master Oct 9, 2016
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.

2 participants