ember-cli-addon-tests
ember-cli-addon-tests copied to clipboard
## The dependency [findup-sync](https://github.com/gulpjs/findup-sync) was updated from `2.0.0` to `3.0.0`. This version is **not covered** by your **current version range**. If you donβt accept this pull request, your project will...
It's solves #209 cc: @rwjblue @stefanpenner
In #208 we were forced to use `~3.8.0` because [email protected] has a fundamental issue in fastboot (and was causing our own tests to fail). As of https://github.com/emberjs/data/pull/6011, this should no...
## The dependency [chalk](https://github.com/chalk/chalk) was updated from `2.4.1` to `2.4.2`. π¨ [View failing branch](https://github.com/tomdale/ember-cli-addon-tests/compare/master...tomdale:greenkeeper%2Fchalk-2.4.2). This version is **covered** by your **current version range** and after updating it in your project...
## Version **4.0.0** of **debug** was just published. Dependency debug Current Version 3.2.3 Type dependency The version **4.0.0** is **not covered** by your **current version range**. If you donβt accept...
Spent the last two hours trying to make tests pass on travis with ember-cli-addon-tests addon. Turned out that `yarn test` failed, but `npm test` passed. π€¦ββοΈ With yarn the `app.stopServer()`...
## Version **5.5.1** of **semver** was just published. Branch Build failing π¨ Dependency semver Current Version 5.5.0 Type dependency This version is **covered** by your **current version range** and after...
## Version **3.2.0** of **debug** was just published. Branch Build failing π¨ Dependency debug Current Version 3.1.0 Type dependency This version is **covered** by your **current version range** and after...
This is a work in progress PR that is supposed to spark a discussion around https://github.com/tomdale/ember-cli-addon-tests/issues/176. it is also related to https://github.com/kaliber5/ember-fastboot-addon-tests/issues/21 The idea is that we need to have...