Skip to content

Commit 71a41f8

Browse files
committed
add cli notes
1 parent c205924 commit 71a41f8

File tree

1 file changed

+17
-12
lines changed

1 file changed

+17
-12
lines changed

content/ember-released-6-4.md

Lines changed: 17 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Ember 6.4 Released
33
authors:
44
- jared-galanis
5-
date: 2025-05-02T00:00:00.000Z
5+
date: 2025-05-26T00:00:00.000Z
66
tags:
77
- releases
88
- '2025'
@@ -39,17 +39,17 @@ Ember.js 6.4 includes 4 noteworthy bug fixes:
3939
- [#20850](https://github.com/emberjs/ember.js/pull/20850) Correct publication of source maps for ember-source
4040
- [#20867](https://github.com/emberjs/ember.js/pull/20867) Fix LOG_VERSIONS.
4141

42-
#### Potentially Breaking
42+
#### Potentially Breaking
4343

44-
- [#20842](https://github.com/emberjs/ember.js/pull/20842) [BREAKING] Drop support for TypeScript 4.9 to allow for glimmer-vm upgrade.
45-
* Ember now tests against TypeScript 5.0, 5.1, 5.2, 5.3, 5.4, 5.5, 5.6, 5.7.
46-
Per the rolling support window, following [Semantic Versioning for TypeScript Types](https://www.semver-ts.org/), the supported range of TypeScript versions across two Ember LTS releases must always overlap.
47-
For more examples, see the [Stability heading in this blog post](https://blog.emberjs.com/stable-typescript-types-in-ember-5-1/).
48-
* We now require consumers use `verbatimModuleSyntax`.
44+
- [#20842](https://github.com/emberjs/ember.js/pull/20842) [BREAKING] Drop support for TypeScript 4.9 to allow for glimmer-vm upgrade.
45+
- Ember now tests against TypeScript 5.0, 5.1, 5.2, 5.3, 5.4, 5.5, 5.6, 5.7.
46+
Per the rolling support window, following [Semantic Versioning for TypeScript Types](https://www.semver-ts.org/), the supported range of TypeScript versions across two Ember LTS releases must always overlap.
47+
For more examples, see the [Stability heading in this blog post](https://blog.emberjs.com/stable-typescript-types-in-ember-5-1/).
48+
- We now require consumers use `verbatimModuleSyntax`.
4949

5050
#### Features
5151

52-
Ember.js 6.4 introduces no new features.
52+
Ember.js 6.4 introduces no new features.
5353

5454
#### Deprecations
5555

@@ -85,17 +85,22 @@ It is not required to keep Ember CLI versions in sync with Ember and EmberData.
8585

8686
#### Bug fixes
8787

88-
Ember CLI 6.4 includes 1 noteworthy bug fix:
88+
Ember CLI 6.4 includes 4 bug fixes:
8989

90-
[#10685](https://github.com/ember-cli/ember-cli/pull/10685) Add configuration to opt new projects out of the deprecated behavior of the Store class extending EmberObject. If upgrading you may need to alter this configuration when updating with `ember-cli-update` or otherwise applying the blueprint.
90+
- [#10685](https://github.com/ember-cli/ember-cli/pull/10685) Add configuration to opt new projects out of the deprecated behavior of the Store class extending EmberObject. If upgrading you may need to alter this configuration when updating with `ember-cli-update` or otherwise applying the blueprint.
91+
- [#10620](https://github.com/ember-cli/ember-cli/pull/10620) Handle errors gracefully when proxy target is down.
92+
- [#10641](https://github.com/ember-cli/ember-cli/pull/10641) Fix eslint parser for js when using --typescript flag.
93+
- [#10659](https://github.com/ember-cli/ember-cli/pull/10659/files) Improve de-typing .gts files.
9194

9295
#### Features
9396

94-
Ember CLI 6.4 introduces [insert number here] new feature:
97+
Ember CLI 6.4 introduces 1 new feature:
98+
99+
- [#10661](https://github.com/ember-cli/ember-cli/pull/10661) Update ember-try to v4 in blueprints.
95100

96101
#### Deprecations
97102

98-
Ember CLI 6.4 introduces [insert number here] new deprecations:
103+
Ember CLI 6.4 introduces no new deprecations.
99104

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

0 commit comments

Comments
 (0)