diff --git a/content/ember-released-6-3.md b/content/ember-released-6-3.md index 03f9039e2..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 @@ -119,6 +120,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.