Skip to content

Commit 9bfd0b1

Browse files
authored
Merge pull request #1344 from NullVoxPopuli/patch-2
Update 6.1 : eslint 9, flat config, gjs, gts
2 parents 987b139 + a5eb156 commit 9bfd0b1

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

content/ember-released-6-1.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,12 +91,16 @@ It is not required to keep Ember CLI versions in sync with Ember and EmberData.
9191
Ember CLI 6.1 introduced 2 bug fixes and backported one of the fixes to 6.0.
9292

9393
- [#10564](https://github.com/ember-cli/ember-cli/pull/10564) - Add missing package for TS eslint config.
94-
- [#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.
94+
- [#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`.
9595
- [#10563](https://github.com/ember-cli/ember-cli/pull/10563) - Backport of the above fix to 6.0.
9696

9797
#### Features
9898

99-
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).
99+
Ember CLI 6.1 introduced 2 new features in a single pull request.
100+
101+
- [#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.
102+
103+
There were also several internal dependency updates you can find [here](https://github.com/ember-cli/ember-cli/blob/master/CHANGELOG.md#v610).
100104

101105
#### Deprecations
102106

0 commit comments

Comments
 (0)