Skip to content
This repository has been archived by the owner on Jul 13, 2022. It is now read-only.

[Feature] --ember-data-version option #26

Merged
merged 3 commits into from
Nov 26, 2018

Conversation

mike-north
Copy link
Contributor

It would be great to rely on something more generic like an ember-try scenario for all of this, but emberDataVersion and emberVersion end up being passed explicitly to app.create in ember-addon-tests, so they need special treatment for now.

This feature makes it possible to avoid some version incompatibilities that are currently difficult to test around (i.e., ember-data defaults to master, which is incompatible with ember-source early 3.x versions)

Copy link
Member

@simonihmig simonihmig left a comment

Choose a reason for hiding this comment

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

Looks good, thank you! Just some ESLint issues...

package.json Show resolved Hide resolved
lib/util/utilities.js Show resolved Hide resolved
lib/util/utilities.js Show resolved Hide resolved

return bowerJSON.dependencies['ember'];
function readAddonDependencyVersionFromBower(depName) {
let bowerJSON = fs.readJsonSync(bowerJSONPath());
Copy link
Member

Choose a reason for hiding this comment

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

Typo, should be bowerJsonPath()

@simonihmig simonihmig merged commit a0c70b9 into kaliber5:master Nov 26, 2018
@simonihmig
Copy link
Member

Published as 0.5.1!

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

Successfully merging this pull request may close these issues.

2 participants