From de38222be99d2f916d2c7722d3c6f6c51f0d7947 Mon Sep 17 00:00:00 2001 From: Chris Ng Date: Wed, 14 Nov 2018 18:23:32 -0500 Subject: [PATCH 1/3] blog(embertimes73): eslint-plugin-ember --- source/blog/2018-11-16-the-ember-times-issue-73.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) 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 6455b38bb2..81d2a7dc52 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, the crowd +author: Chris Ng, Jessica Jordan, 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 @@ -8,7 +8,7 @@ responsive: true Emberistas! 🐹 -Last call for your **talk submissions** to **EmberConf 2019** 📣! Try out React Hooks in Ember 👯‍♀️, ... +Last call for your **talk submissions** to **EmberConf 2019** 📣! Try out React Hooks in Ember 👯‍♀️, eslint-plugin-ember v6.0.0 is out! 🚓, ... --- @@ -43,8 +43,13 @@ Have you heard about [Hooks in React](https://reactjs.org/docs/hooks-intro.html) --- -## [SECTION TITLE](#section-url) +## [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] 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. --- @@ -111,4 +116,4 @@ That's another wrap! ✨ Be kind, -Jessica Jordan, the crowd and the Learning Team +Chris Ng, Jessica Jordan, the crowd and the Learning Team From b0779ecef7c3dcf7ba97fc3ac3bae368e7034d72 Mon Sep 17 00:00:00 2001 From: Chris Ng Date: Thu, 15 Nov 2018 09:27:47 -0500 Subject: [PATCH 2/3] alex lint fix --- source/blog/2018-11-16-the-ember-times-issue-73.md | 1 + 1 file changed, 1 insertion(+) 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 81d2a7dc52..b6c4d7a498 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 @@ -8,6 +8,7 @@ responsive: true Emberistas! 🐹 + Last call for your **talk submissions** to **EmberConf 2019** 📣! Try out React Hooks in Ember 👯‍♀️, eslint-plugin-ember v6.0.0 is out! 🚓, ... --- From 37b2be3e5d1109e697f54b87e68525d74c72887a Mon Sep 17 00:00:00 2001 From: Chris Ng Date: Thu, 15 Nov 2018 13:09:33 -0500 Subject: [PATCH 3/3] Fix link for eslint-plugin-ember --- source/blog/2018-11-16-the-ember-times-issue-73.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 b6c4d7a498..e304072a24 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 @@ -46,7 +46,7 @@ Have you heard about [Hooks in React](https://reactjs.org/docs/hooks-intro.html) ## [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] which is an [ESLint](https://eslint.org/) plugin that provides set of rules for Ember Applications based on commonly known good practices. +[@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.