ember-cli 6.12.0-alpha.5 → 6.12.0-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (32) hide show
  1. package/CHANGELOG.md +211 -297
  2. package/RELEASE.md +24 -6
  3. package/docs/build/data.json +23 -23
  4. package/lib/broccoli/ember-app.js +9 -7
  5. package/lib/commands/test.js +2 -4
  6. package/lib/tasks/install-blueprint.js +2 -8
  7. package/package.json +8 -9
  8. package/packages/addon-blueprint/files/config/optional-features.json +2 -1
  9. package/packages/addon-blueprint/index.js +1 -0
  10. package/packages/addon-blueprint/package.json +4 -4
  11. package/packages/app-blueprint/files/_js_eslint.config.mjs +4 -2
  12. package/packages/app-blueprint/files/_ts_eslint.config.mjs +4 -2
  13. package/packages/app-blueprint/files/app/app.ts +1 -1
  14. package/packages/app-blueprint/files/app/services/store.ts +17 -0
  15. package/packages/app-blueprint/files/config/optional-features.json +2 -1
  16. package/packages/app-blueprint/files/ember-cli-build.js +14 -11
  17. package/packages/app-blueprint/files/package.json +31 -27
  18. package/packages/app-blueprint/files/tests/test-helper.ts +2 -1
  19. package/packages/app-blueprint/index.js +5 -0
  20. package/packages/app-blueprint/package.json +4 -4
  21. package/packages/blueprint-blueprint/files/blueprints/__name__/files/.gitkeep +0 -0
  22. package/packages/blueprint-blueprint/files/blueprints/__name__/index.js +0 -16
  23. package/packages/blueprint-blueprint/index.js +0 -5
  24. package/packages/blueprint-blueprint/package.json +0 -13
  25. package/packages/blueprint-model/package.json +0 -19
  26. package/packages/blueprint-model/utilities/directory-for-package-name.js +0 -31
  27. package/packages/blueprint-model/utilities/edit-file-diff.js +0 -64
  28. package/packages/blueprint-model/utilities/experiments.js +0 -63
  29. package/packages/blueprint-model/utilities/file-info.js +0 -170
  30. package/packages/blueprint-model/utilities/open-editor.js +0 -44
  31. package/packages/blueprint-model/utilities/prepend-emoji.js +0 -12
  32. package/packages/blueprint-model/utilities/process-template.js +0 -10
package/CHANGELOG.md CHANGED
@@ -1,421 +1,325 @@
1
1
  # ember-cli Changelog
2
2
 
3
- ## Release (2026-02-09)
3
+ ## Release (2026-04-04)
4
+
5
+ * ember-cli 6.12.0-beta.1 (minor)
6
+ * @ember-tooling/classic-build-addon-blueprint 6.12.0-beta.1 (minor)
7
+ * @ember-tooling/classic-build-app-blueprint 6.12.0-beta.1 (minor)
4
8
 
5
- * ember-cli 6.12.0-alpha.5 (patch)
9
+ #### :rocket: Enhancement
10
+ * `ember-cli`, `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
11
+ * [#10991](https://github.com/ember-cli/ember-cli/pull/10991) Prepare 6.12-beta ([@mansona](https://github.com/mansona))
12
+ * `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
13
+ * [#10939](https://github.com/ember-cli/ember-cli/pull/10939) Add warpDrive support to app-blueprint ([@Copilot](https://github.com/apps/copilot-swe-agent))
14
+ * `@ember-tooling/classic-build-app-blueprint`, `ember-cli`
15
+ * [#10969](https://github.com/ember-cli/ember-cli/pull/10969) Update ember-cli-htmlbars to ^7.0.0 in app-blueprint ([@Copilot](https://github.com/apps/copilot-swe-agent))
16
+ * `ember-cli`, `@ember-tooling/classic-build-app-blueprint`
17
+ * [#10960](https://github.com/ember-cli/ember-cli/pull/10960) Promote Beta and update all dependencies for 6.11 release ([@mansona](https://github.com/mansona))
6
18
 
7
19
  #### :bug: Bug Fix
20
+ * `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
21
+ * [#10977](https://github.com/ember-cli/ember-cli/pull/10977) Backport: Enable use-ember-modules in blueprint optional-features.json ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent))
22
+ * [#10976](https://github.com/ember-cli/ember-cli/pull/10976) Enable `use-ember-modules` in blueprint optional-features.json ([@Copilot](https://github.com/apps/copilot-swe-agent))
23
+ * `@ember-tooling/classic-build-app-blueprint`, `ember-cli`
24
+ * [#10975](https://github.com/ember-cli/ember-cli/pull/10975) Backport: Update ember-cli-htmlbars to ^7.0.0 in app-blueprint ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent))
25
+ * `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`, `ember-cli`
26
+ * [#10974](https://github.com/ember-cli/ember-cli/pull/10974) Backport: Remove tracked-built-ins (it comes built in with ember-source 6.8+) ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent))
27
+ * [#10932](https://github.com/ember-cli/ember-cli/pull/10932) Remove tracked-built-ins (it comes built in with ember-source 6.8+) ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
8
28
  * `ember-cli`
9
- * [#10949](https://github.com/ember-cli/ember-cli/pull/10949) [backport release] remove unused isbinaryfile from ember-cli package ([@mansona](https://github.com/mansona))
10
- * [#10940](https://github.com/ember-cli/ember-cli/pull/10940) [bugfix release] remove fixturify-project from dependencies ([@mansona](https://github.com/mansona))
29
+ * [#10972](https://github.com/ember-cli/ember-cli/pull/10972) Support ember-source (ESM) -- without addon vendor paths ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
30
+ * [#10941](https://github.com/ember-cli/ember-cli/pull/10941) Downgrade isbinaryfile ([@mansona](https://github.com/mansona))
11
31
 
12
32
  #### :house: Internal
13
33
  * `ember-cli`
14
- * [#10955](https://github.com/ember-cli/ember-cli/pull/10955) Merge beta into master ([@mansona](https://github.com/mansona))
15
- * [#10952](https://github.com/ember-cli/ember-cli/pull/10952) add correct --publish-branch to pnpm publish ([@mansona](https://github.com/mansona))
16
- * [#10951](https://github.com/ember-cli/ember-cli/pull/10951) Fix PR name for stable release-plan pull request ([@mansona](https://github.com/mansona))
17
- * [#10950](https://github.com/ember-cli/ember-cli/pull/10950) [backport release] update release-plan for OIDC ([@mansona](https://github.com/mansona))
18
-
19
- #### Committers: 1
20
- - Chris Manson ([@mansona](https://github.com/mansona))
21
-
22
- ## Release (2026-02-07)
23
-
24
- * ember-cli 6.12.0-alpha.4 (patch)
25
- * @ember-tooling/classic-build-addon-blueprint 6.12.0-alpha.3 (patch)
26
- * @ember-tooling/classic-build-app-blueprint 6.12.0-alpha.3 (patch)
27
- * @ember-tooling/blueprint-model 0.6.2 (patch)
28
-
29
- #### :house: Internal
30
- * `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`, `@ember-tooling/blueprint-model`, `ember-cli`
34
+ * [#10990](https://github.com/ember-cli/ember-cli/pull/10990) bump node on publish.yml and stop updating npm ([@mansona](https://github.com/mansona))
35
+ * [#10982](https://github.com/ember-cli/ember-cli/pull/10982) Update publish.yml to use PAT so that output repos workflow will run ([@kategengler](https://github.com/kategengler))
36
+ * [#10967](https://github.com/ember-cli/ember-cli/pull/10967) Replace `temp` package with Node.js built-in `fs.mkdtemp` ([@Copilot](https://github.com/apps/copilot-swe-agent))
37
+ * [#10931](https://github.com/ember-cli/ember-cli/pull/10931) update Release.md ([@mansona](https://github.com/mansona))
38
+ * [#10945](https://github.com/ember-cli/ember-cli/pull/10945) update release-plan for OIDC ([@mansona](https://github.com/mansona))
39
+ * `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`, `ember-cli`
31
40
  * [#10947](https://github.com/ember-cli/ember-cli/pull/10947) bump in-range versions ([@mansona](https://github.com/mansona))
32
41
 
33
- #### Committers: 1
42
+ #### Committers: 5
43
+ - @NullVoxPopuli's reduced-access machine account for AI usage ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent))
34
44
  - Chris Manson ([@mansona](https://github.com/mansona))
45
+ - Copilot [Bot] ([@copilot-swe-agent](https://github.com/apps/copilot-swe-agent))
46
+ - Katie Gengler ([@kategengler](https://github.com/kategengler))
47
+ - [@NullVoxPopuli](https://github.com/NullVoxPopuli)
35
48
 
36
- ## Release (2026-02-07)
49
+ ## Release (2026-03-29)
37
50
 
38
- * ember-cli 6.12.0-alpha.3 (patch)
51
+ * ember-cli 6.11.2 (patch)
52
+ * @ember-tooling/classic-build-addon-blueprint 6.11.2 (patch)
53
+ * @ember-tooling/classic-build-app-blueprint 6.11.2 (patch)
39
54
 
40
- #### :house: Internal
41
- * `ember-cli`
42
- * [#10945](https://github.com/ember-cli/ember-cli/pull/10945) update release-plan for OIDC ([@mansona](https://github.com/mansona))
55
+ #### :bug: Bug Fix
56
+ * `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
57
+ * [#10977](https://github.com/ember-cli/ember-cli/pull/10977) Backport: Enable use-ember-modules in blueprint optional-features.json ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent))
43
58
 
44
59
  #### Committers: 1
45
- - Chris Manson ([@mansona](https://github.com/mansona))
60
+ - NullVoxPopuli's reduced-access machine account for AI usage ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent))
46
61
 
47
- ## Release (2026-02-05)
62
+ ## Release (2026-03-29)
48
63
 
49
- * ember-cli 6.12.0-alpha.2 (patch)
50
- * @ember-tooling/classic-build-addon-blueprint 6.12.0-alpha.2 (patch)
51
- * @ember-tooling/classic-build-app-blueprint 6.12.0-alpha.2 (patch)
52
- * @ember-tooling/blueprint-model 0.6.1 (patch)
64
+ * ember-cli 6.11.1 (patch)
65
+ * @ember-tooling/classic-build-addon-blueprint 6.11.1 (patch)
66
+ * @ember-tooling/classic-build-app-blueprint 6.11.1 (patch)
53
67
 
54
68
  #### :bug: Bug Fix
55
- * `ember-cli`, `@ember-tooling/blueprint-model`
56
- * [#10941](https://github.com/ember-cli/ember-cli/pull/10941) Downgrade isbinaryfile ([@mansona](https://github.com/mansona))
69
+ * `@ember-tooling/classic-build-app-blueprint`, `ember-cli`
70
+ * [#10975](https://github.com/ember-cli/ember-cli/pull/10975) Backport: Update ember-cli-htmlbars to ^7.0.0 in app-blueprint ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent))
57
71
  * `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`, `ember-cli`
58
- * [#10932](https://github.com/ember-cli/ember-cli/pull/10932) Remove tracked-built-ins (it comes built in with ember-source 6.8+) ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
72
+ * [#10974](https://github.com/ember-cli/ember-cli/pull/10974) Backport: Remove tracked-built-ins (it comes built in with ember-source 6.8+) ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent))
73
+ * `ember-cli`
74
+ * [#10972](https://github.com/ember-cli/ember-cli/pull/10972) Support ember-source (ESM) -- without addon vendor paths ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
59
75
 
60
76
  #### Committers: 2
61
- - Chris Manson ([@mansona](https://github.com/mansona))
77
+ - NullVoxPopuli's reduced-access machine account for AI usage ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent))
62
78
  - [@NullVoxPopuli](https://github.com/NullVoxPopuli)
63
79
 
64
- ## Release (2026-01-26)
80
+ ## Release (2026-02-17)
65
81
 
66
- * ember-cli 6.12.0-alpha.1 (minor)
67
- * @ember-tooling/classic-build-addon-blueprint 6.12.0-alpha.1 (minor)
68
- * @ember-tooling/classic-build-app-blueprint 6.12.0-alpha.1 (minor)
82
+ * ember-cli 6.11.0 (minor)
83
+ * @ember-tooling/classic-build-addon-blueprint 6.11.0 (minor)
84
+ * @ember-tooling/classic-build-app-blueprint 6.11.0 (minor)
69
85
 
70
86
  #### :rocket: Enhancement
87
+ * `ember-cli`, `@ember-tooling/classic-build-app-blueprint`
88
+ * [#10960](https://github.com/ember-cli/ember-cli/pull/10960) Promote Beta and update all dependencies for 6.11 release ([@mansona](https://github.com/mansona))
71
89
  * `ember-cli`, `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
72
- * [#10923](https://github.com/ember-cli/ember-cli/pull/10923) Promote Beta and update all dependencies for 6.10 release ([@mansona](https://github.com/mansona))
73
-
74
- #### :house: Internal
75
- * `ember-cli`, `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
76
- * [#10930](https://github.com/ember-cli/ember-cli/pull/10930) Prepare 6.12-alpha ([@mansona](https://github.com/mansona))
77
- * [#10926](https://github.com/ember-cli/ember-cli/pull/10926) Prepare Beta Release ([@mansona](https://github.com/mansona))
78
90
  * [#10929](https://github.com/ember-cli/ember-cli/pull/10929) Prepare 6.11-beta ([@mansona](https://github.com/mansona))
79
- * [#10918](https://github.com/ember-cli/ember-cli/pull/10918) Prepare Stable Release ([@mansona](https://github.com/mansona))
91
+ * [#10919](https://github.com/ember-cli/ember-cli/pull/10919) Prepare 6.11-alpha ([@mansona](https://github.com/mansona))
80
92
 
81
93
  #### Committers: 1
82
94
  - Chris Manson ([@mansona](https://github.com/mansona))
83
95
 
84
- ## Release (2026-01-08)
96
+ ## Release (2026-02-09)
85
97
 
86
- * ember-cli 6.11.0-alpha.1 (minor)
87
- * @ember-tooling/classic-build-addon-blueprint 6.11.0-alpha.1 (minor)
88
- * @ember-tooling/classic-build-app-blueprint 6.11.0-alpha.1 (minor)
89
- * @ember-tooling/blueprint-model 0.6.0 (minor)
98
+ * ember-cli 6.10.2 (patch)
90
99
 
91
- #### :rocket: Enhancement
92
- * `ember-cli`, `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
93
- * [#10919](https://github.com/ember-cli/ember-cli/pull/10919) Prepare 6.11-alpha ([@mansona](https://github.com/mansona))
94
- * [#10917](https://github.com/ember-cli/ember-cli/pull/10917) Prepare 6.10-beta ([@mansona](https://github.com/mansona))
100
+ #### :bug: Bug Fix
95
101
  * `ember-cli`
96
- * [#10906](https://github.com/ember-cli/ember-cli/pull/10906) Even more dependency updates ([@bertdeblock](https://github.com/bertdeblock))
97
- * [#10892](https://github.com/ember-cli/ember-cli/pull/10892) More dependency updates ([@bertdeblock](https://github.com/bertdeblock))
98
- * `ember-cli`, `@ember-tooling/blueprint-model`
99
- * [#10890](https://github.com/ember-cli/ember-cli/pull/10890) Update various dependencies ([@bertdeblock](https://github.com/bertdeblock))
100
- * `ember-cli`, `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`, `@ember-tooling/blueprint-model`
101
- * [#10887](https://github.com/ember-cli/ember-cli/pull/10887) Update `chalk` dependency to latest ([@bertdeblock](https://github.com/bertdeblock))
102
+ * [#10949](https://github.com/ember-cli/ember-cli/pull/10949) [backport release] remove unused isbinaryfile from ember-cli package ([@mansona](https://github.com/mansona))
103
+ * [#10940](https://github.com/ember-cli/ember-cli/pull/10940) [bugfix release] remove fixturify-project from dependencies ([@mansona](https://github.com/mansona))
102
104
 
103
- #### :bug: Bug Fix
105
+ #### :house: Internal
104
106
  * `ember-cli`
105
- * [#10888](https://github.com/ember-cli/ember-cli/pull/10888) Upgrade broccoli ([@kategengler](https://github.com/kategengler))
106
- * [#10886](https://github.com/ember-cli/ember-cli/pull/10886) Update required Node version to v20.19.0 ([@bertdeblock](https://github.com/bertdeblock))
107
- * [#10860](https://github.com/ember-cli/ember-cli/pull/10860) [BUGFIX release]: Enter the WatchDetector branch of the build command when EMBROIDER_PREBUILD is present ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
107
+ * [#10952](https://github.com/ember-cli/ember-cli/pull/10952) add correct --publish-branch to pnpm publish ([@mansona](https://github.com/mansona))
108
+ * [#10951](https://github.com/ember-cli/ember-cli/pull/10951) Fix PR name for stable release-plan pull request ([@mansona](https://github.com/mansona))
109
+ * [#10950](https://github.com/ember-cli/ember-cli/pull/10950) [backport release] update release-plan for OIDC ([@mansona](https://github.com/mansona))
108
110
 
109
- #### :memo: Documentation
111
+ #### Committers: 1
112
+ - Chris Manson ([@mansona](https://github.com/mansona))
113
+
114
+ ## Release (2026-02-08)
115
+
116
+ * ember-cli 6.10.1 (patch)
117
+
118
+ #### :bug: Bug Fix
110
119
  * `ember-cli`
111
- * [#10874](https://github.com/ember-cli/ember-cli/pull/10874) Update RELEASE.md ([@mansona](https://github.com/mansona))
120
+ * [#10949](https://github.com/ember-cli/ember-cli/pull/10949) [backport release] remove unused isbinaryfile from ember-cli package ([@mansona](https://github.com/mansona))
121
+ * [#10940](https://github.com/ember-cli/ember-cli/pull/10940) [bugfix release] remove fixturify-project from dependencies ([@mansona](https://github.com/mansona))
112
122
 
113
123
  #### :house: Internal
114
- * `ember-cli`, `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
115
- * [#10883](https://github.com/ember-cli/ember-cli/pull/10883) Prepare Beta Release ([@mansona](https://github.com/mansona))
116
- * `ember-cli`, `@ember-tooling/classic-build-addon-blueprint`
117
- * [#10891](https://github.com/ember-cli/ember-cli/pull/10891) Update `prettier` + setup ([@bertdeblock](https://github.com/bertdeblock))
124
+ * `ember-cli`
125
+ * [#10951](https://github.com/ember-cli/ember-cli/pull/10951) Fix PR name for stable release-plan pull request ([@mansona](https://github.com/mansona))
126
+ * [#10950](https://github.com/ember-cli/ember-cli/pull/10950) [backport release] update release-plan for OIDC ([@mansona](https://github.com/mansona))
118
127
 
119
- #### Committers: 4
120
- - Bert De Block ([@bertdeblock](https://github.com/bertdeblock))
128
+ #### Committers: 1
121
129
  - Chris Manson ([@mansona](https://github.com/mansona))
122
- - Katie Gengler ([@kategengler](https://github.com/kategengler))
123
- - [@NullVoxPopuli](https://github.com/NullVoxPopuli)
124
130
 
125
- ## Release (2025-12-10)
131
+ ## Release (2026-01-23)
126
132
 
127
- * ember-cli 6.10.0-alpha.1 (minor)
128
- * @ember-tooling/classic-build-addon-blueprint 6.10.0-alpha.1 (minor)
129
- * @ember-tooling/classic-build-app-blueprint 6.10.0-alpha.1 (minor)
130
- * @ember-tooling/blueprint-blueprint 0.3.0 (minor)
131
- * @ember-tooling/blueprint-model 0.5.0 (minor)
133
+ * ember-cli 6.10.0 (minor)
134
+ * @ember-tooling/classic-build-addon-blueprint 6.10.0 (minor)
135
+ * @ember-tooling/classic-build-app-blueprint 6.10.0 (minor)
132
136
 
133
137
  #### :rocket: Enhancement
134
138
  * `ember-cli`, `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
135
- * [#10873](https://github.com/ember-cli/ember-cli/pull/10873) Prepare 6.10 Alpha ([@mansona](https://github.com/mansona))
136
- * [#10853](https://github.com/ember-cli/ember-cli/pull/10853) Promote Beta and update all dependencies for 6.8 release ([@mansona](https://github.com/mansona))
139
+ * [#10923](https://github.com/ember-cli/ember-cli/pull/10923) Promote Beta and update all dependencies for 6.10 release ([@mansona](https://github.com/mansona))
140
+ * [#10887](https://github.com/ember-cli/ember-cli/pull/10887) Update `chalk` dependency to latest ([@bertdeblock](https://github.com/bertdeblock))
137
141
  * `ember-cli`
142
+ * [#10906](https://github.com/ember-cli/ember-cli/pull/10906) Even more dependency updates ([@bertdeblock](https://github.com/bertdeblock))
143
+ * [#10892](https://github.com/ember-cli/ember-cli/pull/10892) More dependency updates ([@bertdeblock](https://github.com/bertdeblock))
144
+ * [#10890](https://github.com/ember-cli/ember-cli/pull/10890) Update various dependencies ([@bertdeblock](https://github.com/bertdeblock))
138
145
  * [#10870](https://github.com/ember-cli/ember-cli/pull/10870) Upgrade broccoli ([@kategengler](https://github.com/kategengler))
139
- * `ember-cli`, `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`, `@ember-tooling/blueprint-blueprint`, `@ember-tooling/blueprint-model`
140
- * [#10856](https://github.com/ember-cli/ember-cli/pull/10856) Prepare 6.9 Beta ([@mansona](https://github.com/mansona))
141
146
 
142
147
  #### :bug: Bug Fix
148
+ * `ember-cli`
149
+ * [#10886](https://github.com/ember-cli/ember-cli/pull/10886) Update required Node version to v20.19.0 ([@bertdeblock](https://github.com/bertdeblock))
143
150
  * `@ember-tooling/classic-build-app-blueprint`, `ember-cli`
144
151
  * [#10876](https://github.com/ember-cli/ember-cli/pull/10876) bump minimum node version to 20.19 ([@mansona](https://github.com/mansona))
145
152
 
146
153
  #### :memo: Documentation
147
154
  * `ember-cli`
148
- * [#10857](https://github.com/ember-cli/ember-cli/pull/10857) Update RELEASE.md with more notes ([@mansona](https://github.com/mansona))
155
+ * [#10874](https://github.com/ember-cli/ember-cli/pull/10874) Update RELEASE.md ([@mansona](https://github.com/mansona))
149
156
 
150
157
  #### :house: Internal
158
+ * `ember-cli`, `@ember-tooling/classic-build-addon-blueprint`
159
+ * [#10891](https://github.com/ember-cli/ember-cli/pull/10891) Update `prettier` + setup ([@bertdeblock](https://github.com/bertdeblock))
151
160
  * `ember-cli`
152
161
  * [#10878](https://github.com/ember-cli/ember-cli/pull/10878) stop using internal package cache for smoke-test-slow ([@mansona](https://github.com/mansona))
153
162
  * [#10863](https://github.com/ember-cli/ember-cli/pull/10863) Missed a script -- fix updating output repos ([@kategengler](https://github.com/kategengler))
154
163
  * [#10862](https://github.com/ember-cli/ember-cli/pull/10862) Fix typo in output repo workflow ([@kategengler](https://github.com/kategengler))
155
164
  * [#10861](https://github.com/ember-cli/ember-cli/pull/10861) Fix output repo generation with new tag format ([@kategengler](https://github.com/kategengler))
156
- * `ember-cli`, `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
157
- * [#10854](https://github.com/ember-cli/ember-cli/pull/10854) Prepare Beta Release ([@mansona](https://github.com/mansona))
158
165
 
159
- #### Committers: 2
166
+ #### Committers: 3
167
+ - Bert De Block ([@bertdeblock](https://github.com/bertdeblock))
160
168
  - Chris Manson ([@mansona](https://github.com/mansona))
161
169
  - Katie Gengler ([@kategengler](https://github.com/kategengler))
162
170
 
163
- ## Release (2025-10-14)
171
+ ## Release (2025-12-11)
164
172
 
165
- * ember-cli 6.9.0-alpha.2 (minor)
166
- * @ember-tooling/classic-build-addon-blueprint 6.9.0-alpha.2 (minor)
167
- * @ember-tooling/classic-build-app-blueprint 6.9.0-alpha.2 (minor)
168
- * @ember-tooling/blueprint-blueprint 0.2.1 (patch)
169
- * @ember-tooling/blueprint-model 0.4.1 (patch)
170
-
171
- #### :rocket: Enhancement
172
- * `ember-cli`
173
- * [#10844](https://github.com/ember-cli/ember-cli/pull/10844) [beta] Error when `ember (generate|destroy) (http-proxy|http-mock|server)` is used in a Vite-based project ([@kategengler](https://github.com/kategengler))
174
- * `ember-cli`, `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
175
- * [#10831](https://github.com/ember-cli/ember-cli/pull/10831) [bugfix beta] enable `--strict` by default to match new app blueprint ([@mansona](https://github.com/mansona))
173
+ * ember-cli 6.9.1 (patch)
176
174
 
177
175
  #### :bug: Bug Fix
178
176
  * `ember-cli`
179
- * [#10846](https://github.com/ember-cli/ember-cli/pull/10846) [beta bugfix] allow build --watch only in EMBROIDER_PREBUILD ([@mansona](https://github.com/mansona))
180
- * [#10834](https://github.com/ember-cli/ember-cli/pull/10834) [bugfix release] Fix tests using wrong versions ([@mansona](https://github.com/mansona))
181
- * [#10826](https://github.com/ember-cli/ember-cli/pull/10826) move resolution of @ember/app-blueprint to prevent loading latest ([@mansona](https://github.com/mansona))
182
- * `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
183
- * [#10838](https://github.com/ember-cli/ember-cli/pull/10838) Add package license metadata to match repository ([@davidtaylorhq](https://github.com/davidtaylorhq))
184
-
185
- #### :memo: Documentation
186
- * `ember-cli`
187
- * [#10843](https://github.com/ember-cli/ember-cli/pull/10843) Further contextualize help output and error when options and commands that are no longer supported in Vite-based projects are used ([@kategengler](https://github.com/kategengler))
188
- * [#10840](https://github.com/ember-cli/ember-cli/pull/10840) [beta] fix help for vite-based projects ([@kategengler](https://github.com/kategengler))
189
- * [#10835](https://github.com/ember-cli/ember-cli/pull/10835) Update deprecation message for --embroider option ([@kategengler](https://github.com/kategengler))
190
-
191
- #### :house: Internal
192
- * `ember-cli`, `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`, `@ember-tooling/blueprint-blueprint`, `@ember-tooling/blueprint-model`
193
- * [#10851](https://github.com/ember-cli/ember-cli/pull/10851) Merge beta into master ([@mansona](https://github.com/mansona))
194
- * [#10848](https://github.com/ember-cli/ember-cli/pull/10848) merge origin/release into beta ([@mansona](https://github.com/mansona))
195
- * `ember-cli`, `@ember-tooling/classic-build-app-blueprint`
196
- * [#10847](https://github.com/ember-cli/ember-cli/pull/10847) Prepare Beta Release ([@mansona](https://github.com/mansona))
197
- * [#10825](https://github.com/ember-cli/ember-cli/pull/10825) Prepare Beta Release ([@mansona](https://github.com/mansona))
198
- * [#10820](https://github.com/ember-cli/ember-cli/pull/10820) Prepare Beta Release ([@mansona](https://github.com/mansona))
199
- * `ember-cli`, `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
200
- * [#10836](https://github.com/ember-cli/ember-cli/pull/10836) Prepare Beta Release ([@mansona](https://github.com/mansona))
201
- * `ember-cli`
202
- * [#10845](https://github.com/ember-cli/ember-cli/pull/10845) [beta] update @ember/app-blueprint to latest beta ([@mansona](https://github.com/mansona))
203
- * [#10833](https://github.com/ember-cli/ember-cli/pull/10833) [bugfix beta] bump the @ember/app-blueprint version ([@mansona](https://github.com/mansona))
204
- * [#10823](https://github.com/ember-cli/ember-cli/pull/10823) fix incorrect ember-cli-update version in tests ([@mansona](https://github.com/mansona))
205
- * [#10819](https://github.com/ember-cli/ember-cli/pull/10819) update @ember/app-blueprint beta version ([@mansona](https://github.com/mansona))
206
- * [#10809](https://github.com/ember-cli/ember-cli/pull/10809) Update RELEASE ([@mansona](https://github.com/mansona))
177
+ * [#10888](https://github.com/ember-cli/ember-cli/pull/10888) Upgrade broccoli ([@kategengler](https://github.com/kategengler))
207
178
 
208
- #### Committers: 3
209
- - Chris Manson ([@mansona](https://github.com/mansona))
210
- - David Taylor ([@davidtaylorhq](https://github.com/davidtaylorhq))
179
+ #### Committers: 1
211
180
  - Katie Gengler ([@kategengler](https://github.com/kategengler))
212
181
 
213
- ## Release (2025-09-17)
182
+ ## Release (2025-12-10)
214
183
 
215
- * ember-cli 6.9.0-alpha.1 (minor)
216
- * @ember-tooling/classic-build-addon-blueprint 6.9.0-alpha.1 (minor)
217
- * @ember-tooling/classic-build-app-blueprint 6.9.0-alpha.1 (minor)
218
- * @ember-tooling/blueprint-blueprint 0.2.0 (minor)
219
- * @ember-tooling/blueprint-model 0.4.0 (minor)
184
+ * ember-cli 6.9.0 (minor)
185
+ * @ember-tooling/classic-build-addon-blueprint 6.9.0 (minor)
186
+ * @ember-tooling/classic-build-app-blueprint 6.9.0 (minor)
220
187
 
221
188
  #### :rocket: Enhancement
222
- * `ember-cli`, `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`, `@ember-tooling/blueprint-blueprint`, `@ember-tooling/blueprint-model`
223
- * [#10808](https://github.com/ember-cli/ember-cli/pull/10808) Prepare 6.8 Beta ([@mansona](https://github.com/mansona))
189
+ * `ember-cli`, `@ember-tooling/classic-build-app-blueprint`
190
+ * [#10885](https://github.com/ember-cli/ember-cli/pull/10885) Promote Beta and update all dependencies for 6.9 release ([@mansona](https://github.com/mansona))
224
191
  * `ember-cli`, `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
225
- * [#10796](https://github.com/ember-cli/ember-cli/pull/10796) Promote Beta and update all dependencies for 6.7 release ([@mansona](https://github.com/mansona))
226
-
227
- #### :bug: Bug Fix
228
- * `ember-cli`
229
- * [#10794](https://github.com/ember-cli/ember-cli/pull/10794) Fix potential NPE ([@boris-petrov](https://github.com/boris-petrov))
192
+ * [#10854](https://github.com/ember-cli/ember-cli/pull/10854) Prepare Beta Release ([@mansona](https://github.com/mansona))
230
193
 
231
194
  #### :house: Internal
232
- * `ember-cli`, `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`, `@ember-tooling/blueprint-blueprint`, `@ember-tooling/blueprint-model`
233
- * [#10815](https://github.com/ember-cli/ember-cli/pull/10815) Merge beta into master and start 6.9 alpha ([@mansona](https://github.com/mansona))
234
- * [#10810](https://github.com/ember-cli/ember-cli/pull/10810) Prepare Beta Release ([@mansona](https://github.com/mansona))
235
- * `@ember-tooling/blueprint-model`
236
- * [#10813](https://github.com/ember-cli/ember-cli/pull/10813) Document need for future vite experiment test cleanup ([@ef4](https://github.com/ef4))
237
- * `ember-cli`, `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
238
- * [#10797](https://github.com/ember-cli/ember-cli/pull/10797) Prepare Stable Release ([@mansona](https://github.com/mansona))
239
- * [#10800](https://github.com/ember-cli/ember-cli/pull/10800) fix release-plan for stable release ([@mansona](https://github.com/mansona))
240
195
  * `ember-cli`
241
- * [#10801](https://github.com/ember-cli/ember-cli/pull/10801) update github-changelog ([@mansona](https://github.com/mansona))
242
-
243
- #### Committers: 3
244
- - Boris Petrov ([@boris-petrov](https://github.com/boris-petrov))
245
- - Chris Manson ([@mansona](https://github.com/mansona))
246
- - Edward Faulkner ([@ef4](https://github.com/ef4))
247
-
248
- ## Release (2025-09-10)
249
-
250
- * @ember-tooling/classic-build-addon-blueprint 6.8.0-alpha.5 (patch)
251
- * @ember-tooling/classic-build-app-blueprint 6.8.0-alpha.5 (patch)
252
- * @ember-tooling/blueprint-model 0.2.0 (minor)
253
- * ember-cli 6.8.0-alpha.5 (patch)
254
-
255
- #### :rocket: Enhancement
256
- * `@ember-tooling/blueprint-model`
257
- * [#10802](https://github.com/ember-cli/ember-cli/pull/10802) enable Vite by default ([@mansona](https://github.com/mansona))
258
- * Other
259
- * [#10804](https://github.com/ember-cli/ember-cli/pull/10804) Support a `--ts` alias for the `addon`, `init` and `new` commands ([@bertdeblock](https://github.com/bertdeblock))
260
-
261
- #### :house: Internal
262
- * [#10806](https://github.com/ember-cli/ember-cli/pull/10806) skip build watch tests when vite is enabled ([@mansona](https://github.com/mansona))
196
+ * [#10809](https://github.com/ember-cli/ember-cli/pull/10809) Update RELEASE ([@mansona](https://github.com/mansona))
197
+ * [#10813](https://github.com/ember-cli/ember-cli/pull/10813) Document need for future vite experiment test cleanup ([@ef4](https://github.com/ef4))
263
198
 
264
199
  #### Committers: 2
265
- - Bert De Block ([@bertdeblock](https://github.com/bertdeblock))
266
200
  - Chris Manson ([@mansona](https://github.com/mansona))
201
+ - Edward Faulkner ([@ef4](https://github.com/ef4))
267
202
 
268
- ## Release (2025-09-09)
203
+ ## Release (2025-11-29)
269
204
 
270
- * @ember-tooling/classic-build-addon-blueprint 6.8.0-alpha.4 (patch)
271
- * @ember-tooling/classic-build-app-blueprint 6.8.0-alpha.4 (patch)
272
- * @ember-tooling/blueprint-blueprint 0.0.3 (patch)
273
- * ember-cli 6.8.0-alpha.4 (patch)
205
+ * ember-cli 6.8.1 (patch)
274
206
 
275
207
  #### :bug: Bug Fix
276
- * `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`, `@ember-tooling/blueprint-blueprint`
277
- * [#10803](https://github.com/ember-cli/ember-cli/pull/10803) Add "ember-blueprint" to keywords in `package.json` for the classic blueprints ([@pichfl](https://github.com/pichfl))
278
- * `@ember-tooling/classic-build-app-blueprint`
279
- * [#10798](https://github.com/ember-cli/ember-cli/pull/10798) Add import from ember-data breakage/deprecation ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
208
+ * `ember-cli`
209
+ * [#10860](https://github.com/ember-cli/ember-cli/pull/10860) [BUGFIX release]: Enter the WatchDetector branch of the build command when EMBROIDER_PREBUILD is present ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
280
210
 
281
- #### Committers: 2
282
- - Florian Pichler ([@pichfl](https://github.com/pichfl))
211
+ #### Committers: 1
283
212
  - [@NullVoxPopuli](https://github.com/NullVoxPopuli)
284
213
 
285
- ## Release (2025-09-05)
214
+ ## Release (2025-10-14)
286
215
 
287
- * @ember-tooling/classic-build-addon-blueprint 6.8.0-alpha.3 (patch)
288
- * @ember-tooling/classic-build-app-blueprint 6.8.0-alpha.3 (patch)
289
- * @ember-tooling/blueprint-model 0.1.0 (minor)
290
- * ember-cli 6.8.0-alpha.3 (patch)
216
+ * ember-cli 6.8.0 (minor)
217
+ * @ember-tooling/classic-build-addon-blueprint 6.8.0 (minor)
218
+ * @ember-tooling/classic-build-app-blueprint 6.8.0 (minor)
291
219
 
292
220
  #### :rocket: Enhancement
293
- * `@ember-tooling/blueprint-model`
221
+ * `ember-cli`, `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
222
+ * [#10853](https://github.com/ember-cli/ember-cli/pull/10853) Promote Beta and update all dependencies for 6.8 release ([@mansona](https://github.com/mansona))
223
+ * [#10831](https://github.com/ember-cli/ember-cli/pull/10831) [bugfix beta] enable `--strict` by default to match new app blueprint ([@mansona](https://github.com/mansona))
224
+ * [#10808](https://github.com/ember-cli/ember-cli/pull/10808) Prepare 6.8 Beta ([@mansona](https://github.com/mansona))
225
+ * `ember-cli`
226
+ * [#10844](https://github.com/ember-cli/ember-cli/pull/10844) [beta] Error when `ember (generate|destroy) (http-proxy|http-mock|server)` is used in a Vite-based project ([@kategengler](https://github.com/kategengler))
227
+ * [#10802](https://github.com/ember-cli/ember-cli/pull/10802) enable Vite by default ([@mansona](https://github.com/mansona))
228
+ * [#10804](https://github.com/ember-cli/ember-cli/pull/10804) Support a `--ts` alias for the `addon`, `init` and `new` commands ([@bertdeblock](https://github.com/bertdeblock))
294
229
  * [#10781](https://github.com/ember-cli/ember-cli/pull/10781) Add new `VITE` experiment to generate app with new Vite blueprint ([@pichfl](https://github.com/pichfl))
295
-
296
- #### Committers: 1
297
- - Florian Pichler ([@pichfl](https://github.com/pichfl))
298
-
299
- ## Release (2025-09-01)
300
-
301
- * @ember-tooling/classic-build-addon-blueprint 6.8.0-alpha.2 (minor)
302
- * @ember-tooling/classic-build-app-blueprint 6.8.0-alpha.2 (minor)
303
- * ember-cli 6.8.0-alpha.2 (patch)
304
-
305
- #### :rocket: Enhancement
306
- * `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
307
- * [#10791](https://github.com/ember-cli/ember-cli/pull/10791) update the format of the ember-cli-update.json ([@mansona](https://github.com/mansona))
308
- * Other
309
230
  * [#10785](https://github.com/ember-cli/ember-cli/pull/10785) Depracate passing filenames and globs to `init` ([@pichfl](https://github.com/pichfl))
310
231
  * [#10776](https://github.com/ember-cli/ember-cli/pull/10776) Add deprecation warning for the `--embroider` argument ([@pichfl](https://github.com/pichfl))
232
+ * `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`, `ember-cli`
233
+ * [#10791](https://github.com/ember-cli/ember-cli/pull/10791) update the format of the ember-cli-update.json ([@mansona](https://github.com/mansona))
311
234
 
312
235
  #### :bug: Bug Fix
313
- * Other
236
+ * `ember-cli`
237
+ * [#10846](https://github.com/ember-cli/ember-cli/pull/10846) [beta bugfix] allow build --watch only in EMBROIDER_PREBUILD ([@mansona](https://github.com/mansona))
238
+ * [#10826](https://github.com/ember-cli/ember-cli/pull/10826) move resolution of @ember/app-blueprint to prevent loading latest ([@mansona](https://github.com/mansona))
314
239
  * [#10782](https://github.com/ember-cli/ember-cli/pull/10782) update heimdall-fs-monitor ([@mansona](https://github.com/mansona))
240
+ * `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`, `ember-cli`
241
+ * [#10803](https://github.com/ember-cli/ember-cli/pull/10803) Add "ember-blueprint" to keywords in `package.json` for the classic blueprints ([@pichfl](https://github.com/pichfl))
315
242
  * `@ember-tooling/classic-build-app-blueprint`
243
+ * [#10798](https://github.com/ember-cli/ember-cli/pull/10798) Add import from ember-data breakage/deprecation ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
244
+ * `@ember-tooling/classic-build-app-blueprint`, `ember-cli`
316
245
  * [#10707](https://github.com/ember-cli/ember-cli/pull/10707) Enabled recommended configs from eslint-plugin-n and eslint-plugin-qunit ([@ijlee2](https://github.com/ijlee2))
317
246
 
318
- #### :house: Internal
319
- * [#10790](https://github.com/ember-cli/ember-cli/pull/10790) Reorganize tests for `new` and `addon` commands ([@pichfl](https://github.com/pichfl))
320
- * [#10783](https://github.com/ember-cli/ember-cli/pull/10783) remove unused changelog script ([@mansona](https://github.com/mansona))
321
- * [#10764](https://github.com/ember-cli/ember-cli/pull/10764) fix double CI run on release-plan PR ([@mansona](https://github.com/mansona))
322
- * [#10750](https://github.com/ember-cli/ember-cli/pull/10750) Add more notes to the Release.md ([@mansona](https://github.com/mansona))
323
-
324
- #### Committers: 3
325
- - Chris Manson ([@mansona](https://github.com/mansona))
326
- - Florian Pichler ([@pichfl](https://github.com/pichfl))
327
- - Isaac Lee ([@ijlee2](https://github.com/ijlee2))
328
-
329
- ## Release (2025-08-02)
330
-
331
- * @ember-tooling/classic-build-addon-blueprint 6.8.0-alpha.1 (minor)
332
- * @ember-tooling/classic-build-app-blueprint 6.8.0-alpha.1 (minor)
333
- * ember-cli 6.8.0-alpha.1 (patch)
334
-
335
- #### :rocket: Enhancement
336
- * `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
337
- * [#10755](https://github.com/ember-cli/ember-cli/pull/10755) Prepare 6.7-beta ([@mansona](https://github.com/mansona))
338
- * Other
339
- * [#10751](https://github.com/ember-cli/ember-cli/pull/10751) [BETA BACKPORT] Backport drop node 18 ([@mansona](https://github.com/mansona))
247
+ #### :memo: Documentation
248
+ * `ember-cli`
249
+ * [#10843](https://github.com/ember-cli/ember-cli/pull/10843) Further contextualize help output and error when options and commands that are no longer supported in Vite-based projects are used ([@kategengler](https://github.com/kategengler))
250
+ * [#10840](https://github.com/ember-cli/ember-cli/pull/10840) [beta] fix help for vite-based projects ([@kategengler](https://github.com/kategengler))
251
+ * [#10835](https://github.com/ember-cli/ember-cli/pull/10835) Update deprecation message for --embroider option ([@kategengler](https://github.com/kategengler))
340
252
 
341
253
  #### :house: Internal
342
- * `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
254
+ * `ember-cli`, `@ember-tooling/classic-build-app-blueprint`
255
+ * [#10847](https://github.com/ember-cli/ember-cli/pull/10847) Prepare Beta Release ([@mansona](https://github.com/mansona))
256
+ * [#10825](https://github.com/ember-cli/ember-cli/pull/10825) Prepare Beta Release ([@mansona](https://github.com/mansona))
257
+ * [#10820](https://github.com/ember-cli/ember-cli/pull/10820) Prepare Beta Release ([@mansona](https://github.com/mansona))
258
+ * `ember-cli`
259
+ * [#10845](https://github.com/ember-cli/ember-cli/pull/10845) [beta] update @ember/app-blueprint to latest beta ([@mansona](https://github.com/mansona))
260
+ * [#10833](https://github.com/ember-cli/ember-cli/pull/10833) [bugfix beta] bump the @ember/app-blueprint version ([@mansona](https://github.com/mansona))
261
+ * [#10823](https://github.com/ember-cli/ember-cli/pull/10823) fix incorrect ember-cli-update version in tests ([@mansona](https://github.com/mansona))
262
+ * [#10819](https://github.com/ember-cli/ember-cli/pull/10819) update @ember/app-blueprint beta version ([@mansona](https://github.com/mansona))
263
+ * [#10806](https://github.com/ember-cli/ember-cli/pull/10806) skip build watch tests when vite is enabled ([@mansona](https://github.com/mansona))
264
+ * [#10790](https://github.com/ember-cli/ember-cli/pull/10790) Reorganize tests for `new` and `addon` commands ([@pichfl](https://github.com/pichfl))
265
+ * [#10783](https://github.com/ember-cli/ember-cli/pull/10783) remove unused changelog script ([@mansona](https://github.com/mansona))
266
+ * [#10764](https://github.com/ember-cli/ember-cli/pull/10764) fix double CI run on release-plan PR ([@mansona](https://github.com/mansona))
267
+ * [#10750](https://github.com/ember-cli/ember-cli/pull/10750) Add more notes to the Release.md ([@mansona](https://github.com/mansona))
268
+ * `ember-cli`, `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
269
+ * [#10799](https://github.com/ember-cli/ember-cli/pull/10799) Prepare Alpha Release ([@mansona](https://github.com/mansona))
270
+ * [#10778](https://github.com/ember-cli/ember-cli/pull/10778) Prepare Alpha Release ([@mansona](https://github.com/mansona))
271
+ * [#10756](https://github.com/ember-cli/ember-cli/pull/10756) Prepare Alpha Release ([@mansona](https://github.com/mansona))
343
272
  * [#10763](https://github.com/ember-cli/ember-cli/pull/10763) Prepare 6.8-alpha ([@mansona](https://github.com/mansona))
344
- * [#10754](https://github.com/ember-cli/ember-cli/pull/10754) Prepare Beta Release ([@github-actions[bot]](https://github.com/apps/github-actions))
345
- * Other
346
- * [#10761](https://github.com/ember-cli/ember-cli/pull/10761) update release-plan ([@mansona](https://github.com/mansona))
347
273
 
348
- #### Committers: 2
274
+ #### Committers: 6
275
+ - Bert De Block ([@bertdeblock](https://github.com/bertdeblock))
349
276
  - Chris Manson ([@mansona](https://github.com/mansona))
350
- - [@github-actions[bot]](https://github.com/apps/github-actions)
277
+ - Florian Pichler ([@pichfl](https://github.com/pichfl))
278
+ - Isaac Lee ([@ijlee2](https://github.com/ijlee2))
279
+ - Katie Gengler ([@kategengler](https://github.com/kategengler))
280
+ - [@NullVoxPopuli](https://github.com/NullVoxPopuli)
351
281
 
352
- ## Release (2025-07-26)
282
+ ## Release (2025-10-08)
353
283
 
354
- * @ember-tooling/classic-build-addon-blueprint 6.7.0-alpha.4 (minor)
355
- * @ember-tooling/classic-build-app-blueprint 6.7.0-alpha.4 (minor)
356
- * ember-cli 6.7.0-alpha.4 (patch)
357
-
358
- #### :rocket: Enhancement
359
- * `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
360
- * [#10742](https://github.com/ember-cli/ember-cli/pull/10742) Drop node 18, add node 24 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
284
+ * ember-cli 6.7.2 (patch)
285
+ * @ember-tooling/classic-build-addon-blueprint 6.7.1 (patch)
286
+ * @ember-tooling/classic-build-app-blueprint 6.7.2 (patch)
361
287
 
362
288
  #### :bug: Bug Fix
363
289
  * `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
364
- * [#10742](https://github.com/ember-cli/ember-cli/pull/10742) Drop node 18, add node 24 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
365
-
366
- #### :memo: Documentation
367
- * `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
368
- * [#10742](https://github.com/ember-cli/ember-cli/pull/10742) Drop node 18, add node 24 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
369
-
370
- #### :house: Internal
371
- * [#10748](https://github.com/ember-cli/ember-cli/pull/10748) update blueprint version of ember-cli as part of release plan ([@mansona](https://github.com/mansona))
372
- * [#10747](https://github.com/ember-cli/ember-cli/pull/10747) only use the PAT for the PR creation in release-plan ([@mansona](https://github.com/mansona))
373
- * [#10744](https://github.com/ember-cli/ember-cli/pull/10744) run tests on the release-plan PR ([@mansona](https://github.com/mansona))
374
-
375
- #### Committers: 2
376
- - Chris Manson ([@mansona](https://github.com/mansona))
377
- - [@NullVoxPopuli](https://github.com/NullVoxPopuli)
378
-
379
- ## Release (2025-06-30)
380
-
381
- * @ember-tooling/classic-build-addon-blueprint 6.7.0-alpha.3 (patch)
382
- * @ember-tooling/classic-build-app-blueprint 6.7.0-alpha.3 (patch)
383
- * @ember-tooling/blueprint-blueprint 0.0.2 (patch)
384
- * @ember-tooling/blueprint-model 0.0.2 (patch)
385
- * ember-cli 6.7.0-alpha.3 (patch)
386
-
387
- #### :house: Internal
388
- * `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`, `@ember-tooling/blueprint-blueprint`, `@ember-tooling/blueprint-model`
389
- * [#10738](https://github.com/ember-cli/ember-cli/pull/10738) add a repository for each of the packages ([@mansona](https://github.com/mansona))
290
+ * [#10838](https://github.com/ember-cli/ember-cli/pull/10838) Add package license metadata to match repository ([@davidtaylorhq](https://github.com/davidtaylorhq))
390
291
 
391
292
  #### Committers: 1
392
- - Chris Manson ([@mansona](https://github.com/mansona))
293
+ - David Taylor ([@davidtaylorhq](https://github.com/davidtaylorhq))
393
294
 
394
- ## Release (2025-06-30)
295
+ ## Release (2025-10-06)
395
296
 
396
- * @ember-tooling/classic-build-addon-blueprint 6.7.0-alpha.2 (patch)
397
- * @ember-tooling/classic-build-app-blueprint 6.7.0-alpha.2 (patch)
398
- * @ember-tooling/blueprint-blueprint 0.0.1 (patch)
399
- * @ember-tooling/blueprint-model 0.0.1 (patch)
400
- * ember-cli 6.7.0-alpha.2 (patch)
297
+ * ember-cli 6.7.1 (patch)
298
+ * @ember-tooling/classic-build-app-blueprint 6.7.1 (patch)
401
299
 
402
- #### :house: Internal
403
- * Other
404
- * [#10735](https://github.com/ember-cli/ember-cli/pull/10735) remove unnecessary project override ([@mansona](https://github.com/mansona))
405
- * `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`, `@ember-tooling/blueprint-blueprint`, `@ember-tooling/blueprint-model`
406
- * [#10736](https://github.com/ember-cli/ember-cli/pull/10736) update all sub-packages to have the @ember-tooling prefix ([@mansona](https://github.com/mansona))
407
- * [#10671](https://github.com/ember-cli/ember-cli/pull/10671) Implement the built in app, addon, and blueprint blueprints by package lookup ([@mansona](https://github.com/mansona))
300
+ #### :bug: Bug Fix
301
+ * `ember-cli`
302
+ * [#10834](https://github.com/ember-cli/ember-cli/pull/10834) [bugfix release] Fix tests using wrong versions ([@mansona](https://github.com/mansona))
303
+ * `@ember-tooling/classic-build-app-blueprint`
304
+ * [#10824](https://github.com/ember-cli/ember-cli/pull/10824) [bugfix release] fix app-blueprint being considered a blueprint ([@mansona](https://github.com/mansona))
408
305
 
409
306
  #### Committers: 1
410
307
  - Chris Manson ([@mansona](https://github.com/mansona))
411
308
 
412
- ## Release (2025-06-16)
309
+ ## Release (2025-09-06)
413
310
 
414
- * ember-cli 6.7.0-alpha.1 (minor)
311
+ * ember-cli 6.7.0 (minor)
312
+ * @ember-tooling/classic-build-addon-blueprint 6.7.0 (minor)
313
+ * @ember-tooling/classic-build-app-blueprint 6.7.0 (minor)
415
314
 
416
315
  #### :rocket: Enhancement
316
+ * `ember-cli`, `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
317
+ * [#10796](https://github.com/ember-cli/ember-cli/pull/10796) Promote Beta and update all dependencies for 6.7 release ([@mansona](https://github.com/mansona))
318
+ * [#10742](https://github.com/ember-cli/ember-cli/pull/10742) Drop node 18, add node 24 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
319
+
320
+ #### :bug: Bug Fix
417
321
  * `ember-cli`
418
- * [#10705](https://github.com/ember-cli/ember-cli/pull/10705) add `--strict` flag for new app and addon generation ([@mansona](https://github.com/mansona))
322
+ * [#10794](https://github.com/ember-cli/ember-cli/pull/10794) Fix potential NPE ([@boris-petrov](https://github.com/boris-petrov))
419
323
 
420
324
  #### :memo: Documentation
421
325
  * `ember-cli`
@@ -423,20 +327,32 @@
423
327
 
424
328
  #### :house: Internal
425
329
  * `ember-cli`
426
- * [#10731](https://github.com/ember-cli/ember-cli/pull/10731) Prepare Alpha 6.7.0 ([@mansona](https://github.com/mansona))
427
- * [#10728](https://github.com/ember-cli/ember-cli/pull/10728) Prepare Beta 6.6.0 ([@mansona](https://github.com/mansona))
428
- * [#10726](https://github.com/ember-cli/ember-cli/pull/10726) use patched github-changelog for properly rolling up beta changelog ([@mansona](https://github.com/mansona))
429
- * [#10717](https://github.com/ember-cli/ember-cli/pull/10717) pass --publish-branch to release-plan publish ([@mansona](https://github.com/mansona))
330
+ * [#10801](https://github.com/ember-cli/ember-cli/pull/10801) update github-changelog ([@mansona](https://github.com/mansona))
331
+ * [#10761](https://github.com/ember-cli/ember-cli/pull/10761) update release-plan ([@mansona](https://github.com/mansona))
332
+ * [#10748](https://github.com/ember-cli/ember-cli/pull/10748) update blueprint version of ember-cli as part of release plan ([@mansona](https://github.com/mansona))
333
+ * [#10747](https://github.com/ember-cli/ember-cli/pull/10747) only use the PAT for the PR creation in release-plan ([@mansona](https://github.com/mansona))
334
+ * [#10744](https://github.com/ember-cli/ember-cli/pull/10744) run tests on the release-plan PR ([@mansona](https://github.com/mansona))
335
+ * [#10735](https://github.com/ember-cli/ember-cli/pull/10735) remove unnecessary project override ([@mansona](https://github.com/mansona))
336
+ * `ember-cli`, `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
337
+ * [#10800](https://github.com/ember-cli/ember-cli/pull/10800) fix release-plan for stable release ([@mansona](https://github.com/mansona))
338
+ * [#10736](https://github.com/ember-cli/ember-cli/pull/10736) update all sub-packages to have the @ember-tooling prefix ([@mansona](https://github.com/mansona))
339
+ * [#10671](https://github.com/ember-cli/ember-cli/pull/10671) Implement the built in app, addon, and blueprint blueprints by package lookup ([@mansona](https://github.com/mansona))
340
+ * `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`, `ember-cli`
341
+ * [#10738](https://github.com/ember-cli/ember-cli/pull/10738) add a repository for each of the packages ([@mansona](https://github.com/mansona))
430
342
 
431
- #### Committers: 1
343
+ #### Committers: 3
344
+ - Boris Petrov ([@boris-petrov](https://github.com/boris-petrov))
432
345
  - Chris Manson ([@mansona](https://github.com/mansona))
346
+ - [@NullVoxPopuli](https://github.com/NullVoxPopuli)
433
347
 
434
- ## Release (2025-06-16)
348
+ ## Release (2025-07-29)
435
349
 
436
- * ember-cli 6.6.0-beta.1 (minor)
350
+ * ember-cli 6.6.0 (minor)
437
351
 
438
352
  #### :rocket: Enhancement
439
353
  * `ember-cli`
354
+ * [#10749](https://github.com/ember-cli/ember-cli/pull/10749) Update all dependencies for 6.6 release ([@mansona](https://github.com/mansona))
355
+ * [#10751](https://github.com/ember-cli/ember-cli/pull/10751) [BETA BACKPORT] Backport drop node 18 ([@mansona](https://github.com/mansona))
440
356
  * [#10701](https://github.com/ember-cli/ember-cli/pull/10701) [ENHANCEMENT] Support Bun ([@hexadecy](https://github.com/hexadecy))
441
357
  * [#10664](https://github.com/ember-cli/ember-cli/pull/10664) [ENHANCEMENT] Remove ember-fetch ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
442
358
 
@@ -447,8 +363,6 @@
447
363
 
448
364
  #### :house: Internal
449
365
  * `ember-cli`
450
- * [#10728](https://github.com/ember-cli/ember-cli/pull/10728) Prepare Beta 6.6.0 ([@mansona](https://github.com/mansona))
451
- * [#10726](https://github.com/ember-cli/ember-cli/pull/10726) use patched github-changelog for properly rolling up beta changelog ([@mansona](https://github.com/mansona))
452
366
  * [#10699](https://github.com/ember-cli/ember-cli/pull/10699) Start using release-plan for releasing ember-cli ([@mansona](https://github.com/mansona))
453
367
  * [#10670](https://github.com/ember-cli/ember-cli/pull/10670) testing: don't generate temp directories in the repo ([@mansona](https://github.com/mansona))
454
368