Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update 6.1 : eslint 9, flat config, gjs, gts #1344

Merged
merged 2 commits into from
Dec 31, 2024
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
8 changes: 6 additions & 2 deletions content/ember-released-6-1.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,12 +91,16 @@ 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

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).
Ember CLI 6.1 introduced 2 new features in a single pull request.

- [#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

Expand Down
Loading