diff --git a/source/blog/2018-11-16-the-ember-times-issue-73.md b/source/blog/2018-11-16-the-ember-times-issue-73.md index da2ab9111c..8155d88e8f 100644 --- a/source/blog/2018-11-16-the-ember-times-issue-73.md +++ b/source/blog/2018-11-16-the-ember-times-issue-73.md @@ -1,6 +1,6 @@ --- title: The Ember Times - Issue No. 73 -author: Jessica Jordan, Kenneth Larsen, Niels Rasmussen, the crowd +author: Chris Ng, Jessica Jordan, Kenneth Larsen, Niels Rasmussen, Ryan Mark, the crowd tags: Recent Posts, Newsletter, Ember.js Times, Ember Times, 2018 alias : "blog/2018/11/16-the-ember-times-issue-73.html" responsive: true @@ -9,7 +9,7 @@ responsive: true Emberistas! 🐹 -Last call for your **talk submissions** to **EmberConf 2019** πŸ“£! Try out React Hooks in Ember πŸ‘―β€β™€οΈ, Watch all the talks from EmberFest! πŸŽ₯, ... +Last call for your **talk submissions** to **EmberConf 2019** πŸ“£! Try out React Hooks in Ember πŸ‘―β€β™€οΈ, eslint-plugin-ember v6.0.0 is out! πŸš“, Watch all the talks from EmberFest! πŸŽ₯, ... --- @@ -26,8 +26,6 @@ Not feeling ready yet? Be assured, that **you are ready** to tell us your story Ok, let me check out the CfP - - --- @@ -44,7 +42,17 @@ Have you heard about [Hooks in React](https://reactjs.org/docs/hooks-intro.html) --- -## [Videos From EmberFest Are Out!](https://www.youtube.com/playlist?list=PLN4SpDLOSVkSB9034lDNdP1JoNBGssax9) +## [eslint-plugin-ember v6.0.0 is out! πŸš“](https://twitter.com/TobiasBieniek/status/1062700572757946368) + +[@Turbo87](https://github.com/Turbo87) announced the release of [v6.0.0](https://github.com/ember-cli/eslint-plugin-ember/releases/tag/v6.0.0) of [eslint-plugin-ember](https://github.com/ember-cli/eslint-plugin-ember) which is an [ESLint](https://eslint.org/) plugin that provides set of rules for Ember Applications based on commonly known good practices. + +This new release includes several **breaking changes** to the `ember/recommended` configuration such as [no-restricted-resolver-tests](https://github.com/ember-cli/eslint-plugin-ember/blob/master/docs/rules/no-restricted-resolver-tests.md) and [no-ember-testing-in-module](https://github.com/ember-cli/eslint-plugin-ember/blob/master/docs/rules/no-ember-testing-in-module-scope.md). Check the [release notes](https://github.com/ember-cli/eslint-plugin-ember/releases/tag/v6.0.0) for the full list of breaking changes and enhancements. + +Note: If you still use [ESLint 3](https://github.com/ember-cli/eslint-plugin-ember/pull/267) or [Node.js 4](https://github.com/ember-cli/eslint-plugin-ember/pull/255) **this release will not work** for you as this major version change drops support for both of them. + +--- + +## [Videos From EmberFest Are Out! πŸŽ‰](https://www.youtube.com/playlist?list=PLN4SpDLOSVkSB9034lDNdP1JoNBGssax9) The videos from EmberFest are **now available** on [YouTube](https://www.youtube.com/playlist?list=PLN4SpDLOSVkSB9034lDNdP1JoNBGssax9). This means that you can experience all of the great talks even though you weren’t there! (And you know, if you were there you can now re-live it all). If you don’t know where to start then we highly recommend the [opening keynote by Tom Dale](https://www.youtube.com/watch?v=oRzmDobMZ_Q&t=0s&list=PLN4SpDLOSVkSB9034lDNdP1JoNBGssax9&index=2) and the [closing keynote by Melanie Sumner](https://www.youtube.com/watch?v=xP-kog04lng&list=PLN4SpDLOSVkSB9034lDNdP1JoNBGssax9&index=21). @@ -120,4 +128,4 @@ That's another wrap! ✨ Be kind, -Jessica Jordan, Kenneth Larsen, Niels Rasmussen, the crowd and the Learning Team +Chris Ng, Jessica Jordan, Kenneth Larsen, Niels Rasmussen, Ryan Mark the crowd and the Learning Team \ No newline at end of file