Skip to content
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

Add deprecation of Ember array prototype extensions to issue 204 #1215

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 9 additions & 10 deletions content/the-ember-times-issue-204.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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 ⭕
<SOME-INTRO-HERE-TO-KEEP-THEM-SUBSCRIBERS-READING>
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/)

<change section title emoji>
<consider adding some bold to your paragraph>
<add the contributor in the post in format "FirstName LastName (@githubUserName)" linked to their GitHub account>
<please include link to external article/repo/etc in paragraph / body text, not just header title above>
<!-- alex ignore Hang -->
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).

<add your name to author list, top and bottom>
<add short title to "SOME-INTRO-HERE">
[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.

---

Expand Down Expand Up @@ -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