The last week before the holidays 🎄🎅🤶❄️✨ is full with final comments to major RFCs and lots of great contributions to the Ember ecosystem. Here are the highlights of what happened in Ember, Ember Data and Ember CLI this week:
Lots of enthusiastic contributors worked on unifying the patterns for the internal test suites; the updated tests for @ember/debug, @ember/utils and thecontainer module landed this week. If you feel curious about updating some of these internal tests yourself, feel free to check out the related issue and claim one of the sub tasks.
Also this week’s efforts went into improving the code quality of the project, enforcing and widening the application of ES & TS Linting rules (1, 2). A regression for the test runner has been fixed and with the dropped support for IE9 in Ember 3.0, related feature detection checks and fallbacks for tests were removed.Â
And finally, also lots of refactor work went into Ember this week (3, 4, 5, 6, 7, 8, 9, 10).
Furthermore an update to the test-helper module now ensures that the application’s full set of configuration properties is reflected correctly in the testing environment.
Finally, the .npmignore file now shows in its correct alphabetical order (1, 2).