diff --git a/content/the-ember-times-issue-204.md b/content/the-ember-times-issue-204.md index 4bad93c30..6353223c2 100644 --- a/content/the-ember-times-issue-204.md +++ b/content/the-ember-times-issue-204.md @@ -2,6 +2,7 @@ title: The Ember Times - Issue No. 204 authors: - jared-galanis + - bryan-mishkin - chris-ng date: 2022-09-04T00:00:00.000Z tags: @@ -10,21 +11,19 @@ tags: --- 👋 Emberistas! 🐹 -Announcing the Official TypeScript Types Public Preview 🔥 + +Deprecation of Ember array prototype extensions 🧹, Evolving Ember’s Major Version Process ⭕ - +Announcing the Official TypeScript Types Public Preview 🔥 --- -## [🐹 1. Section title in sentence case](section-url) +## [Deprecation of Ember array prototype extensions 🧹](https://rfcs.emberjs.com/id/0848-deprecate-array-prototype-extensions/) - - - - + +A long-awaited [RFC](https://rfcs.emberjs.com/id/0848-deprecate-array-prototype-extensions/) written by [Hang Li (@smilland)](https://github.com/smilland) to deprecate Ember array prototype extensions was recently [merged](https://github.com/emberjs/rfcs/pull/848). Prototype extensions now come [disabled](https://github.com/ember-cli/ember-cli/pull/10017) by default as of ember-cli [v4.9.0-beta.0](https://github.com/ember-cli/ember-cli/releases/tag/v4.9.0-beta.0). - - +[Santhosh Venkata Rama Siva Thanakala Gani (@tgvrssanthosh)](https://github.com/tgvrssanthosh) has implemented an auto-fixer for the [ember/no-array-prototype-extensions](https://github.com/ember-cli/eslint-plugin-ember/blob/master/docs/rules/no-array-prototype-extensions.md) lint rule which works for all Ember array prototype extensions that do not involve reactivity in [v11.1.0](https://github.com/ember-cli/eslint-plugin-ember/releases/tag/v11.1.0) of [eslint-plugin-ember](https://github.com/ember-cli/eslint-plugin-ember). Try enabling the rule in your codebase and running the autofixer. There's also an auto-fixable [ember-template-lint](https://github.com/ember-template-lint/ember-template-lint) version of [no-array-prototype-extensions](https://github.com/ember-template-lint/ember-template-lint/blob/master/docs/rule/no-array-prototype-extensions.md) to try out. --- @@ -143,4 +142,4 @@ That's another wrap! ✨ Be kind, -Jared Galanis, Chris Ng, the crowd and the Learning Team +Jared Galanis, Bryan Mishkin, Chris Ng, the crowd and the Learning Team