-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
3.15.x release backports #7002
3.15.x release backports #7002
Conversation
9857ec9
to
ba88806
Compare
ba88806
to
d83e3d5
Compare
ignore other dist output dirs too (cherry picked from commit 2a1c1e9)
ea7d796
to
8a0c220
Compare
bac6916
to
318915b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall this seems good and backports the needed fix (plus a prettier upgrade). There are three changes I am surprised got included in this but are overall harmless.
packages/unpublished-relationship-performance-test-app/app/routes/application.js
Show resolved
Hide resolved
The LTS failure here is due to ember-beta (because the current bug would affect all known versions of ember-data) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
After reviewing the failure log the Travis-web external partner test failure is unexpected. Likely because the fix being backported uses a typescript feature for which our ts dependencies need to be version bumped. This version bump should already have occurred on master (and I believe on beta as well).
318915b
to
0af31ab
Compare
(cherry picked from commit 46085de)
Co-Authored-By: David J. Hamilton <[email protected]> (cherry picked from commit f95c2ba)
This is needed for the assertion function `assertInDebug`
0af31ab
to
2715efe
Compare
Test is automatically re-enabled for 3.17.x. We can re-enable it once the upstream failure (glimmerjs/glimmer-vm#1010) is resolved and into ember-source. (cherry picked from commit 10ad35f)
cf1f996
to
91e2db0
Compare
This fixes an issue with the resolution of babel plugins when they're added to the host addon, which could get us babel parse errors for downstream consumers (eg travis-web) who have their own, older, @babel/plugin-transform-typescript.
backport #6960 #6985