Skip to content
Open
Show file tree
Hide file tree
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
64 changes: 64 additions & 0 deletions content/ember-released-6-10.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
---
title: Ember 6.10 Released
authors:
- jared-galanis
date: 2026-01-09T00:00:00.000Z
tags:
- releases
- '2026'
- version-6-x
---

<!-- alex ignore just -->

The Ember project is excited to announce the release of Ember v6.10. This is a standard minor release as part of the [standard Ember Release Train process](https://emberjs.com/releases/).

### Changes in Ember.js 6.10

Ember.js 6.10 is an incremental, backwards compatible release of Ember with bug fixes, performance improvements, and minor deprecations.

#### Bug fixes

Ember.js 6.10 introduced no new bug fixes.

#### Features

Ember.js 6.10 introduces no new features.

#### Deprecations

Ember.js 6.10 introduces 1 new deprecation in accordance with [RFC #1101](https://rfcs.emberjs.com/id/1101-deprecate-ember-vendor-bundles/) and a related optional feature change to accomodate the deprecation.

- [21013](https://github.com/emberjs/ember.js/pull/21013) - deprecates use of AMD bundles in favor of ES Modules.
- [21009](https://github.com/emberjs/ember.js/pull/21009) - creates an optional feature that makes classic builds consume ember the same way Embroider does (using `dist/packages` instead of `dist/ember.debug.js`, etc).

For more details on changes in Ember.js 6.10, please review the [Ember.js 6.10.0 release page](https://github.com/emberjs/ember.js/releases/tag/v6.10.0-ember-source).

---

### Changes in Ember CLI 6.10

#### Bug fixes

Ember CLI 6.10 introduced 3 bug fixes.

<!-- alex ignore watchman -->

- [10888](https://github.com/ember-cli/ember-cli/pull/10888) Backport the upgrade of Broccoli. API is fully compatible but now requires Node > 20.19, which is aligned with our policy.
- [10886] Update required Node version to v20.19.0, which supports requiring ESM.
- [10860](https://github.com/ember-cli/ember-cli/pull/10860) A port of [10859](https://github.com/ember-cli/ember-cli/pull/10859), which re-adds the --watcher flag to build, so that when using vite, we don't run out of watchers on macOS, and allow watchman usage.

#### Features

Ember CLI 6.10 introduces no new features, but several internal dependency updates.

#### Deprecations

Ember CLI 6.10 introduces no new deprecations.

For more details on the changes in Ember CLI 6.10 and detailed upgrade
instructions, please review the [Ember CLI 6.10.0 release page](https://github.com/ember-cli/ember-cli/releases/tag/v6.10.0-ember-cli).

## Thank You!

As a community-driven open-source project with an ambitious scope, each of these releases serves as a reminder that the Ember project would not have been possible without your continued support. We are extremely grateful to our contributors for their efforts.
3 changes: 1 addition & 2 deletions content/ember-released-6-9.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ authors:
date: 2026-01-09T00:00:00.000Z
tags:
- releases
- '2025'
- '2026'
- version-6-x
---

Expand All @@ -27,7 +27,6 @@ Ember CLI 6.9 upgrades `broccoli` to `^4.0.0` and as a consequence, the minimum

We have released a new major of `broccoli` to address security vulnerabilities and deprecations in dependencies of the package. These vulnerabilities should not have been exploitable as `broccoli` should only ever be run in a development environment but this fixes a number of `npm audit` headaches. There is more work to do here in updating our long-tail of dependencies. The major of `broccoli` is otherwise completely API-compatible. We have dropped support for `node` < `20.19` because we need the [`require(esm)`](https://nodejs.org/pt-br/blog/release/v20.19.0) feature that was backported to that version.


## Thank You!

As a community-driven open-source project with an ambitious scope, each of these releases serves as a reminder that the Ember project would not have been possible without your continued support. We are extremely grateful to our contributors for their efforts.