From a552beea06d1229d183293967bd49e4603f92e2d Mon Sep 17 00:00:00 2001 From: Katie Gengler Date: Sat, 29 Mar 2025 00:40:10 -0400 Subject: [PATCH 1/2] Add note about expanded range of prettier --- content/ember-released-6-3.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/ember-released-6-3.md b/content/ember-released-6-3.md index 03f9039e2..6633cbd94 100644 --- a/content/ember-released-6-3.md +++ b/content/ember-released-6-3.md @@ -119,6 +119,8 @@ The following scripts are adding to package.json via the blueprint: As noted in the RFC: we use `format` instead of `lint:format:fix`, because we don't want to run Prettier parallel to ESLint and Stylelint when fixing lint errors. The `lint:fix` script will always run `format` last to avoid competing changes. +Prettier will now run over all files, not just JavaScript and TypeScript. Files can be excludde by adding globs to the [`.prettierignore` file](https://prettier.io/docs/ignore). + ##### Add ember-cli-deprecation-workflow to app blueprint per [RFC #1009](https://rfcs.emberjs.com/id/1009-move-deprecation-workflow-to-apps) [#10588](https://github.com/ember-cli/ember-cli/pull/10588) Adds the `ember-cli-deprecation-workflow` addon to the default blueprint for apps and generates the setup for the addon as well. From 876e6a5b063c43a686e0ee3c418e2ea67c9def34 Mon Sep 17 00:00:00 2001 From: Jared Galanis Date: Fri, 28 Mar 2025 21:47:54 -0700 Subject: [PATCH 2/2] add Katie as author --- content/ember-released-6-3.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/ember-released-6-3.md b/content/ember-released-6-3.md index 6633cbd94..b27f5eae6 100644 --- a/content/ember-released-6-3.md +++ b/content/ember-released-6-3.md @@ -2,6 +2,7 @@ title: Ember 6.3 Released authors: - jared-galanis + - katie-gengler date: 2025-03-28T00:00:00.000Z tags: - releases