-
Notifications
You must be signed in to change notification settings - Fork 137
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 @ember/test-helpers #925
Conversation
node test failures I will investigate next (likely tomorrow AM)
|
Reading through the failures and the original changes suggests this is a safe change, and the tests merely need to be updated. Specifically it appears that the intermediate output has changed, but the consuming code is also correctly update to account for said change, resulting in the two errors we see now. @rwjblue is on vacation, and he has most context. I'll sync with him when he returns, but I will likely update these tests and move on. I am pretty confident my analysis is sufficient. |
6e8adae
to
1a83cc0
Compare
1a83cc0
to
4a23d4c
Compare
Unfortunately due to an issue, /test-packages/support/package.json can only be upgraded to 3.17, as an issue manifests with 3.18. This issue still needs to be diagnosed.
4a23d4c
to
5434a36
Compare
* upgrade @ember/test-helpers * Upgrade ember-cli to 3.27 where possible Unfortunately due to an issue, /test-packages/support/package.json can only be upgraded to 3.17, as an issue manifests with 3.18. This issue still needs to be diagnosed.
this also upgrades ember-cli, not because of this pull request but because
ember-beta
andember-canary
impose a minimum version of ember-cli, as they dropped theEmber
global and older versions of ember-cli still reference it...[fixes #926]