Skip to content
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
3 changes: 3 additions & 0 deletions content/ember-released-6-3.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Ember 6.3 Released
authors:
- jared-galanis
- katie-gengler
date: 2025-03-28T00:00:00.000Z
tags:
- releases
Expand Down Expand Up @@ -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.
Expand Down