Skip to content
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
17 changes: 2 additions & 15 deletions content/ember-released-6-9.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,23 +39,10 @@ Ember.js 6.9 introduces <insert number of> bug fixes.

## Ember CLI v6.9

Ember CLI 6.9 introduces <insert high level features to feature>.
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

<insert key features>

### Other Features

<insert other features>

### Bug fixes

Ember CLI 6.9 introduced <insert number of> 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 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.

Ember CLI 6.9 introduces <insert number of> new deprecations.

## Thank You!

Expand Down