From 863c1309be564edeb5a29843e1dd55efffa23e09 Mon Sep 17 00:00:00 2001 From: NullVoxPopuli <199018+NullVoxPopuli@users.noreply.github.com> Date: Mon, 30 Dec 2024 15:05:17 -0500 Subject: [PATCH 1/2] Update ember-released-6-1.md --- content/ember-released-6-1.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/content/ember-released-6-1.md b/content/ember-released-6-1.md index cb181b974..b27d53d5c 100644 --- a/content/ember-released-6-1.md +++ b/content/ember-released-6-1.md @@ -96,9 +96,10 @@ Ember CLI 6.1 introduced 2 bug fixes and backported one of the fixes to 6.0. #### Features -Ember CLI 6.1 introduced no new features, but there were several internal dependency updates you can find [here](https://github.com/ember-cli/ember-cli/blob/master/CHANGELOG.md#v610). +- eslint 9 and flat config +- added gjs / gts by default -#### Deprecations +### Deprecations Ember CLI 6.1 introduced no new deprecations. From a5eb1560a7006a8893c9fbb0633940118cbd3ca1 Mon Sep 17 00:00:00 2001 From: Jared Galanis Date: Tue, 31 Dec 2024 11:19:41 -0500 Subject: [PATCH 2/2] update to follow typical format --- content/ember-released-6-1.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/content/ember-released-6-1.md b/content/ember-released-6-1.md index b27d53d5c..22d987b94 100644 --- a/content/ember-released-6-1.md +++ b/content/ember-released-6-1.md @@ -91,15 +91,18 @@ It is not required to keep Ember CLI versions in sync with Ember and EmberData. Ember CLI 6.1 introduced 2 bug fixes and backported one of the fixes to 6.0. - [#10564](https://github.com/ember-cli/ember-cli/pull/10564) - Add missing package for TS eslint config. -- [#10527](https://github.com/ember-cli/ember-cli/pull/10527) - Update @ember/test-helpers, which was causing problems for the cli@6.0.0 blueprints, since test-helpers 3.3.1 has a peer-dep on ember-source 4 || 5, while the blueprint has ember-source@~6.0.0. +- [#10527](https://github.com/ember-cli/ember-cli/pull/10527) - Update `@ember/test-helpers`, which was causing problems for the `cli@6.0.0` blueprints, since `test-helpers` 3.3.1 has a peer-dep on `ember-source` 4 || 5, while the blueprint has `ember-source@~6.0.0`. - [#10563](https://github.com/ember-cli/ember-cli/pull/10563) - Backport of the above fix to 6.0. #### Features -- eslint 9 and flat config -- added gjs / gts by default +Ember CLI 6.1 introduced 2 new features in a single pull request. -### Deprecations +- [#10516](https://github.com/ember-cli/ember-cli/pull/10516) - Adds support for `eslint` 9 and the [new flat config system](https://eslint.org/blog/2022/08/new-config-system-part-2/) and also adds support for `gjs` / `gts` by default. + +There were also several internal dependency updates you can find [here](https://github.com/ember-cli/ember-cli/blob/master/CHANGELOG.md#v610). + +#### Deprecations Ember CLI 6.1 introduced no new deprecations.