From 0d33424e9f9fa2a385cdc1d8254de1aa903698a3 Mon Sep 17 00:00:00 2001 From: Jared Galanis Date: Fri, 5 Dec 2025 13:15:18 -0500 Subject: [PATCH 1/4] Release 6.9 --- content/ember-released-6-9.md | 62 +++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 content/ember-released-6-9.md diff --git a/content/ember-released-6-9.md b/content/ember-released-6-9.md new file mode 100644 index 000000000..cb9cc540c --- /dev/null +++ b/content/ember-released-6-9.md @@ -0,0 +1,62 @@ +--- +title: Ember 6.9 Released +authors: + - jared-galanis +date: 2025-12-05T00:00:00.000Z +tags: + - releases + - '2025' + - version-6-x +--- + + + +The Ember project is excited to announce the release of Ember v6.9. This is a standard minor release as part of the [standard Ember Release Train process](https://emberjs.com/releases/). Version 6.8 of Ember.js is now promoted to LTS (Long Term Support). An LTS version of Ember continues to receive security updates for 9 release cycles (54 weeks) and bugfixes for 6 cycles (36 weeks). LTS releases typically occur every four minor versions. The previous LTS version of Ember.js was 6.4. + +## Ember.js v6.9 + +Ember.js 6.9 introduces for Ember developers to use today and a new way to publish the `ember-source` package. We have also included one bugfix and there are no new deprecations. + +### Key Features + + + +### Other Features + + + +#### Trusted publishing + +v6.9.0 of `ember-source` is the first minor version of the package to be published to `npm` with [Trusted Publishing](https://docs.npmjs.com/trusted-publishers). We will be implementing this across all our packages. + +At the bottom of the [npm package page](https://www.npmjs.com/package/ember-source), you'll find a section labeled 'Provenance' that provides verification that the package contents were published from the source repository. + +### Bug fixes + +Ember.js 6.9 introduces bug fixes. + +--- + +## Ember CLI v6.9 + +Ember CLI 6.9 introduces . + +### Key Features + + + +### Other Features + + + +### Bug fixes + +Ember CLI 6.9 introduced bug fixes. + +### Deprecations + +Ember CLI 6.9 introduces new deprecations. + +## 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. From 547c46b80f70fa9100ffc3df5ca876da349ace44 Mon Sep 17 00:00:00 2001 From: Katie Gengler Date: Tue, 16 Dec 2025 12:23:33 -0500 Subject: [PATCH 2/4] Update Ember.js v6.9 release notes Removed placeholder text and clarified changes in Ember.js v6.9. --- content/ember-released-6-9.md | 20 +------------------- 1 file changed, 1 insertion(+), 19 deletions(-) diff --git a/content/ember-released-6-9.md b/content/ember-released-6-9.md index cb9cc540c..67cfecd79 100644 --- a/content/ember-released-6-9.md +++ b/content/ember-released-6-9.md @@ -15,25 +15,7 @@ The Ember project is excited to announce the release of Ember v6.9. This is a st ## Ember.js v6.9 -Ember.js 6.9 introduces for Ember developers to use today and a new way to publish the `ember-source` package. We have also included one bugfix and there are no new deprecations. - -### Key Features - - - -### Other Features - - - -#### Trusted publishing - -v6.9.0 of `ember-source` is the first minor version of the package to be published to `npm` with [Trusted Publishing](https://docs.npmjs.com/trusted-publishers). We will be implementing this across all our packages. - -At the bottom of the [npm package page](https://www.npmjs.com/package/ember-source), you'll find a section labeled 'Provenance' that provides verification that the package contents were published from the source repository. - -### Bug fixes - -Ember.js 6.9 introduces bug fixes. +All changes in Ember.js 6.9 were internal, docs, and/or bugfixes that were backported. --- From f1c49fd68cc56e3ecc75507c3af68124a15cc315 Mon Sep 17 00:00:00 2001 From: Katie Gengler Date: Tue, 16 Dec 2025 13:31:08 -0500 Subject: [PATCH 3/4] Revise Ember CLI v6.9 release notes Updated Ember CLI v6.9 release notes to reflect changes in broccoli and Node support. --- content/ember-released-6-9.md | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) diff --git a/content/ember-released-6-9.md b/content/ember-released-6-9.md index cb9cc540c..b8346766e 100644 --- a/content/ember-released-6-9.md +++ b/content/ember-released-6-9.md @@ -39,23 +39,10 @@ Ember.js 6.9 introduces bug fixes. ## Ember CLI v6.9 -Ember CLI 6.9 introduces . +Ember CLI 6.9 upgrades `broccoli` to `^4.0.0` and as a consequence, the minimum Node version Ember CLI supports is now 20.19. This is in accordance with our [Node Support Policy](https://emberjs.com/node-support/). -### Key Features - - - -### Other Features - - - -### Bug fixes - -Ember CLI 6.9 introduced bug fixes. - -### Deprecations +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 depdendcies. 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. -Ember CLI 6.9 introduces new deprecations. ## Thank You! From 354d9b2ec07b795fe4ca219d75395a458aeb0bc1 Mon Sep 17 00:00:00 2001 From: Katie Gengler Date: Tue, 16 Dec 2025 15:15:38 -0500 Subject: [PATCH 4/4] Update content/ember-released-6-9.md Co-authored-by: Bert De Block --- content/ember-released-6-9.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/ember-released-6-9.md b/content/ember-released-6-9.md index b8346766e..7db271ebe 100644 --- a/content/ember-released-6-9.md +++ b/content/ember-released-6-9.md @@ -41,7 +41,7 @@ Ember.js 6.9 introduces bug fixes. Ember CLI 6.9 upgrades `broccoli` to `^4.0.0` and as a consequence, the minimum Node version Ember CLI supports is now 20.19. This is in accordance with our [Node Support Policy](https://emberjs.com/node-support/). -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 depdendcies. 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. +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!