ember-cli 6.12.0-alpha.5 → 6.12.0
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.
- package/CHANGELOG.md +203 -297
- package/RELEASE.md +24 -6
- package/docs/build/data.json +23 -23
- package/lib/broccoli/ember-app.js +9 -7
- package/lib/commands/test.js +2 -4
- package/lib/tasks/install-blueprint.js +2 -8
- package/package.json +6 -15
- package/packages/addon-blueprint/files/config/optional-features.json +2 -1
- package/packages/addon-blueprint/index.js +1 -0
- package/packages/addon-blueprint/package.json +2 -10
- package/packages/app-blueprint/files/_js_eslint.config.mjs +4 -2
- package/packages/app-blueprint/files/_ts_eslint.config.mjs +4 -2
- package/packages/app-blueprint/files/app/app.ts +1 -1
- package/packages/app-blueprint/files/app/services/store.ts +17 -0
- package/packages/app-blueprint/files/config/optional-features.json +2 -1
- package/packages/app-blueprint/files/ember-cli-build.js +14 -11
- package/packages/app-blueprint/files/package.json +33 -29
- package/packages/app-blueprint/files/tests/test-helper.ts +2 -1
- package/packages/app-blueprint/index.js +5 -0
- package/packages/app-blueprint/package.json +2 -10
- package/packages/blueprint-blueprint/files/blueprints/__name__/files/.gitkeep +0 -0
- package/packages/blueprint-blueprint/files/blueprints/__name__/index.js +0 -16
- package/packages/blueprint-blueprint/index.js +0 -5
- package/packages/blueprint-blueprint/package.json +0 -13
- package/packages/blueprint-model/package.json +0 -19
- package/packages/blueprint-model/utilities/directory-for-package-name.js +0 -31
- package/packages/blueprint-model/utilities/edit-file-diff.js +0 -64
- package/packages/blueprint-model/utilities/experiments.js +0 -63
- package/packages/blueprint-model/utilities/file-info.js +0 -170
- package/packages/blueprint-model/utilities/open-editor.js +0 -44
- package/packages/blueprint-model/utilities/prepend-emoji.js +0 -12
- package/packages/blueprint-model/utilities/process-template.js +0 -10
package/CHANGELOG.md
CHANGED
|
@@ -1,421 +1,317 @@
|
|
|
1
1
|
# ember-cli Changelog
|
|
2
2
|
|
|
3
|
-
## Release (2026-
|
|
3
|
+
## Release (2026-04-09)
|
|
4
|
+
|
|
5
|
+
* ember-cli 6.12.0 (minor)
|
|
6
|
+
* @ember-tooling/classic-build-addon-blueprint 6.12.0 (minor)
|
|
7
|
+
* @ember-tooling/classic-build-app-blueprint 6.12.0 (minor)
|
|
4
8
|
|
|
5
|
-
|
|
9
|
+
#### :rocket: Enhancement
|
|
10
|
+
* `ember-cli`, `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
|
|
11
|
+
* [#10993](https://github.com/ember-cli/ember-cli/pull/10993) Promote Beta and update all dependencies for 6.12 release ([@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))
|
|
6
16
|
|
|
7
17
|
#### :bug: Bug Fix
|
|
18
|
+
* `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
|
|
19
|
+
* [#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))
|
|
8
20
|
* `ember-cli`
|
|
9
|
-
* [#
|
|
10
|
-
|
|
21
|
+
* [#10941](https://github.com/ember-cli/ember-cli/pull/10941) Downgrade isbinaryfile ([@mansona](https://github.com/mansona))
|
|
22
|
+
* `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`, `ember-cli`
|
|
23
|
+
* [#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))
|
|
11
24
|
|
|
12
25
|
#### :house: Internal
|
|
13
26
|
* `ember-cli`
|
|
14
|
-
* [#
|
|
15
|
-
* [#
|
|
16
|
-
* [#
|
|
17
|
-
* [#
|
|
18
|
-
|
|
19
|
-
|
|
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`
|
|
27
|
+
* [#10990](https://github.com/ember-cli/ember-cli/pull/10990) bump node on publish.yml and stop updating npm ([@mansona](https://github.com/mansona))
|
|
28
|
+
* [#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))
|
|
29
|
+
* [#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))
|
|
30
|
+
* [#10931](https://github.com/ember-cli/ember-cli/pull/10931) update Release.md ([@mansona](https://github.com/mansona))
|
|
31
|
+
* [#10945](https://github.com/ember-cli/ember-cli/pull/10945) update release-plan for OIDC ([@mansona](https://github.com/mansona))
|
|
32
|
+
* `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`, `ember-cli`
|
|
31
33
|
* [#10947](https://github.com/ember-cli/ember-cli/pull/10947) bump in-range versions ([@mansona](https://github.com/mansona))
|
|
32
34
|
|
|
33
|
-
#### Committers:
|
|
35
|
+
#### Committers: 4
|
|
34
36
|
- Chris Manson ([@mansona](https://github.com/mansona))
|
|
37
|
+
- Copilot [Bot] ([@copilot-swe-agent](https://github.com/apps/copilot-swe-agent))
|
|
38
|
+
- Katie Gengler ([@kategengler](https://github.com/kategengler))
|
|
39
|
+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
|
|
35
40
|
|
|
36
|
-
## Release (2026-
|
|
41
|
+
## Release (2026-03-29)
|
|
37
42
|
|
|
38
|
-
* ember-cli 6.
|
|
43
|
+
* ember-cli 6.11.2 (patch)
|
|
44
|
+
* @ember-tooling/classic-build-addon-blueprint 6.11.2 (patch)
|
|
45
|
+
* @ember-tooling/classic-build-app-blueprint 6.11.2 (patch)
|
|
39
46
|
|
|
40
|
-
#### :
|
|
41
|
-
*
|
|
42
|
-
* [#
|
|
47
|
+
#### :bug: Bug Fix
|
|
48
|
+
* `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
|
|
49
|
+
* [#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
50
|
|
|
44
51
|
#### Committers: 1
|
|
45
|
-
-
|
|
52
|
+
- NullVoxPopuli's reduced-access machine account for AI usage ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent))
|
|
46
53
|
|
|
47
|
-
## Release (2026-
|
|
54
|
+
## Release (2026-03-29)
|
|
48
55
|
|
|
49
|
-
* ember-cli 6.
|
|
50
|
-
* @ember-tooling/classic-build-addon-blueprint 6.
|
|
51
|
-
* @ember-tooling/classic-build-app-blueprint 6.
|
|
52
|
-
* @ember-tooling/blueprint-model 0.6.1 (patch)
|
|
56
|
+
* ember-cli 6.11.1 (patch)
|
|
57
|
+
* @ember-tooling/classic-build-addon-blueprint 6.11.1 (patch)
|
|
58
|
+
* @ember-tooling/classic-build-app-blueprint 6.11.1 (patch)
|
|
53
59
|
|
|
54
60
|
#### :bug: Bug Fix
|
|
55
|
-
*
|
|
56
|
-
* [#
|
|
61
|
+
* `@ember-tooling/classic-build-app-blueprint`, `ember-cli`
|
|
62
|
+
* [#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
63
|
* `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`, `ember-cli`
|
|
58
|
-
* [#
|
|
64
|
+
* [#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))
|
|
65
|
+
* `ember-cli`
|
|
66
|
+
* [#10972](https://github.com/ember-cli/ember-cli/pull/10972) Support ember-source (ESM) -- without addon vendor paths ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
|
|
59
67
|
|
|
60
68
|
#### Committers: 2
|
|
61
|
-
-
|
|
69
|
+
- NullVoxPopuli's reduced-access machine account for AI usage ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent))
|
|
62
70
|
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
|
|
63
71
|
|
|
64
|
-
## Release (2026-
|
|
72
|
+
## Release (2026-02-17)
|
|
65
73
|
|
|
66
|
-
* ember-cli 6.
|
|
67
|
-
* @ember-tooling/classic-build-addon-blueprint 6.
|
|
68
|
-
* @ember-tooling/classic-build-app-blueprint 6.
|
|
74
|
+
* ember-cli 6.11.0 (minor)
|
|
75
|
+
* @ember-tooling/classic-build-addon-blueprint 6.11.0 (minor)
|
|
76
|
+
* @ember-tooling/classic-build-app-blueprint 6.11.0 (minor)
|
|
69
77
|
|
|
70
78
|
#### :rocket: Enhancement
|
|
79
|
+
* `ember-cli`, `@ember-tooling/classic-build-app-blueprint`
|
|
80
|
+
* [#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
81
|
* `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
82
|
* [#10929](https://github.com/ember-cli/ember-cli/pull/10929) Prepare 6.11-beta ([@mansona](https://github.com/mansona))
|
|
79
|
-
* [#
|
|
83
|
+
* [#10919](https://github.com/ember-cli/ember-cli/pull/10919) Prepare 6.11-alpha ([@mansona](https://github.com/mansona))
|
|
80
84
|
|
|
81
85
|
#### Committers: 1
|
|
82
86
|
- Chris Manson ([@mansona](https://github.com/mansona))
|
|
83
87
|
|
|
84
|
-
## Release (2026-
|
|
88
|
+
## Release (2026-02-09)
|
|
85
89
|
|
|
86
|
-
* ember-cli 6.
|
|
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)
|
|
90
|
+
* ember-cli 6.10.2 (patch)
|
|
90
91
|
|
|
91
|
-
#### :
|
|
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))
|
|
92
|
+
#### :bug: Bug Fix
|
|
95
93
|
* `ember-cli`
|
|
96
|
-
* [#
|
|
97
|
-
* [#
|
|
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))
|
|
94
|
+
* [#10949](https://github.com/ember-cli/ember-cli/pull/10949) [backport release] remove unused isbinaryfile from ember-cli package ([@mansona](https://github.com/mansona))
|
|
95
|
+
* [#10940](https://github.com/ember-cli/ember-cli/pull/10940) [bugfix release] remove fixturify-project from dependencies ([@mansona](https://github.com/mansona))
|
|
102
96
|
|
|
103
|
-
#### :
|
|
97
|
+
#### :house: Internal
|
|
104
98
|
* `ember-cli`
|
|
105
|
-
* [#
|
|
106
|
-
* [#
|
|
107
|
-
* [#
|
|
99
|
+
* [#10952](https://github.com/ember-cli/ember-cli/pull/10952) add correct --publish-branch to pnpm publish ([@mansona](https://github.com/mansona))
|
|
100
|
+
* [#10951](https://github.com/ember-cli/ember-cli/pull/10951) Fix PR name for stable release-plan pull request ([@mansona](https://github.com/mansona))
|
|
101
|
+
* [#10950](https://github.com/ember-cli/ember-cli/pull/10950) [backport release] update release-plan for OIDC ([@mansona](https://github.com/mansona))
|
|
108
102
|
|
|
109
|
-
#### :
|
|
103
|
+
#### Committers: 1
|
|
104
|
+
- Chris Manson ([@mansona](https://github.com/mansona))
|
|
105
|
+
|
|
106
|
+
## Release (2026-02-08)
|
|
107
|
+
|
|
108
|
+
* ember-cli 6.10.1 (patch)
|
|
109
|
+
|
|
110
|
+
#### :bug: Bug Fix
|
|
110
111
|
* `ember-cli`
|
|
111
|
-
* [#
|
|
112
|
+
* [#10949](https://github.com/ember-cli/ember-cli/pull/10949) [backport release] remove unused isbinaryfile from ember-cli package ([@mansona](https://github.com/mansona))
|
|
113
|
+
* [#10940](https://github.com/ember-cli/ember-cli/pull/10940) [bugfix release] remove fixturify-project from dependencies ([@mansona](https://github.com/mansona))
|
|
112
114
|
|
|
113
115
|
#### :house: Internal
|
|
114
|
-
* `ember-cli
|
|
115
|
-
* [#
|
|
116
|
-
*
|
|
117
|
-
* [#10891](https://github.com/ember-cli/ember-cli/pull/10891) Update `prettier` + setup ([@bertdeblock](https://github.com/bertdeblock))
|
|
116
|
+
* `ember-cli`
|
|
117
|
+
* [#10951](https://github.com/ember-cli/ember-cli/pull/10951) Fix PR name for stable release-plan pull request ([@mansona](https://github.com/mansona))
|
|
118
|
+
* [#10950](https://github.com/ember-cli/ember-cli/pull/10950) [backport release] update release-plan for OIDC ([@mansona](https://github.com/mansona))
|
|
118
119
|
|
|
119
|
-
#### Committers:
|
|
120
|
-
- Bert De Block ([@bertdeblock](https://github.com/bertdeblock))
|
|
120
|
+
#### Committers: 1
|
|
121
121
|
- Chris Manson ([@mansona](https://github.com/mansona))
|
|
122
|
-
- Katie Gengler ([@kategengler](https://github.com/kategengler))
|
|
123
|
-
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
|
|
124
122
|
|
|
125
|
-
## Release (
|
|
123
|
+
## Release (2026-01-23)
|
|
126
124
|
|
|
127
|
-
* ember-cli 6.10.0
|
|
128
|
-
* @ember-tooling/classic-build-addon-blueprint 6.10.0
|
|
129
|
-
* @ember-tooling/classic-build-app-blueprint 6.10.0
|
|
130
|
-
* @ember-tooling/blueprint-blueprint 0.3.0 (minor)
|
|
131
|
-
* @ember-tooling/blueprint-model 0.5.0 (minor)
|
|
125
|
+
* ember-cli 6.10.0 (minor)
|
|
126
|
+
* @ember-tooling/classic-build-addon-blueprint 6.10.0 (minor)
|
|
127
|
+
* @ember-tooling/classic-build-app-blueprint 6.10.0 (minor)
|
|
132
128
|
|
|
133
129
|
#### :rocket: Enhancement
|
|
134
130
|
* `ember-cli`, `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
|
|
135
|
-
* [#
|
|
136
|
-
* [#
|
|
131
|
+
* [#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))
|
|
132
|
+
* [#10887](https://github.com/ember-cli/ember-cli/pull/10887) Update `chalk` dependency to latest ([@bertdeblock](https://github.com/bertdeblock))
|
|
137
133
|
* `ember-cli`
|
|
134
|
+
* [#10906](https://github.com/ember-cli/ember-cli/pull/10906) Even more dependency updates ([@bertdeblock](https://github.com/bertdeblock))
|
|
135
|
+
* [#10892](https://github.com/ember-cli/ember-cli/pull/10892) More dependency updates ([@bertdeblock](https://github.com/bertdeblock))
|
|
136
|
+
* [#10890](https://github.com/ember-cli/ember-cli/pull/10890) Update various dependencies ([@bertdeblock](https://github.com/bertdeblock))
|
|
138
137
|
* [#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
138
|
|
|
142
139
|
#### :bug: Bug Fix
|
|
140
|
+
* `ember-cli`
|
|
141
|
+
* [#10886](https://github.com/ember-cli/ember-cli/pull/10886) Update required Node version to v20.19.0 ([@bertdeblock](https://github.com/bertdeblock))
|
|
143
142
|
* `@ember-tooling/classic-build-app-blueprint`, `ember-cli`
|
|
144
143
|
* [#10876](https://github.com/ember-cli/ember-cli/pull/10876) bump minimum node version to 20.19 ([@mansona](https://github.com/mansona))
|
|
145
144
|
|
|
146
145
|
#### :memo: Documentation
|
|
147
146
|
* `ember-cli`
|
|
148
|
-
* [#
|
|
147
|
+
* [#10874](https://github.com/ember-cli/ember-cli/pull/10874) Update RELEASE.md ([@mansona](https://github.com/mansona))
|
|
149
148
|
|
|
150
149
|
#### :house: Internal
|
|
150
|
+
* `ember-cli`, `@ember-tooling/classic-build-addon-blueprint`
|
|
151
|
+
* [#10891](https://github.com/ember-cli/ember-cli/pull/10891) Update `prettier` + setup ([@bertdeblock](https://github.com/bertdeblock))
|
|
151
152
|
* `ember-cli`
|
|
152
153
|
* [#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
154
|
* [#10863](https://github.com/ember-cli/ember-cli/pull/10863) Missed a script -- fix updating output repos ([@kategengler](https://github.com/kategengler))
|
|
154
155
|
* [#10862](https://github.com/ember-cli/ember-cli/pull/10862) Fix typo in output repo workflow ([@kategengler](https://github.com/kategengler))
|
|
155
156
|
* [#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
157
|
|
|
159
|
-
#### Committers:
|
|
158
|
+
#### Committers: 3
|
|
159
|
+
- Bert De Block ([@bertdeblock](https://github.com/bertdeblock))
|
|
160
160
|
- Chris Manson ([@mansona](https://github.com/mansona))
|
|
161
161
|
- Katie Gengler ([@kategengler](https://github.com/kategengler))
|
|
162
162
|
|
|
163
|
-
## Release (2025-
|
|
163
|
+
## Release (2025-12-11)
|
|
164
164
|
|
|
165
|
-
* ember-cli 6.9.
|
|
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))
|
|
165
|
+
* ember-cli 6.9.1 (patch)
|
|
176
166
|
|
|
177
167
|
#### :bug: Bug Fix
|
|
178
168
|
* `ember-cli`
|
|
179
|
-
* [#
|
|
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))
|
|
169
|
+
* [#10888](https://github.com/ember-cli/ember-cli/pull/10888) Upgrade broccoli ([@kategengler](https://github.com/kategengler))
|
|
207
170
|
|
|
208
|
-
#### Committers:
|
|
209
|
-
- Chris Manson ([@mansona](https://github.com/mansona))
|
|
210
|
-
- David Taylor ([@davidtaylorhq](https://github.com/davidtaylorhq))
|
|
171
|
+
#### Committers: 1
|
|
211
172
|
- Katie Gengler ([@kategengler](https://github.com/kategengler))
|
|
212
173
|
|
|
213
|
-
## Release (2025-
|
|
174
|
+
## Release (2025-12-10)
|
|
214
175
|
|
|
215
|
-
* ember-cli 6.9.0
|
|
216
|
-
* @ember-tooling/classic-build-addon-blueprint 6.9.0
|
|
217
|
-
* @ember-tooling/classic-build-app-blueprint 6.9.0
|
|
218
|
-
* @ember-tooling/blueprint-blueprint 0.2.0 (minor)
|
|
219
|
-
* @ember-tooling/blueprint-model 0.4.0 (minor)
|
|
176
|
+
* ember-cli 6.9.0 (minor)
|
|
177
|
+
* @ember-tooling/classic-build-addon-blueprint 6.9.0 (minor)
|
|
178
|
+
* @ember-tooling/classic-build-app-blueprint 6.9.0 (minor)
|
|
220
179
|
|
|
221
180
|
#### :rocket: Enhancement
|
|
222
|
-
* `ember-cli`, `@ember-tooling/classic-build-
|
|
223
|
-
* [#
|
|
181
|
+
* `ember-cli`, `@ember-tooling/classic-build-app-blueprint`
|
|
182
|
+
* [#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
183
|
* `ember-cli`, `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
|
|
225
|
-
* [#
|
|
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))
|
|
184
|
+
* [#10854](https://github.com/ember-cli/ember-cli/pull/10854) Prepare Beta Release ([@mansona](https://github.com/mansona))
|
|
230
185
|
|
|
231
186
|
#### :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
187
|
* `ember-cli`
|
|
241
|
-
* [#
|
|
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))
|
|
188
|
+
* [#10809](https://github.com/ember-cli/ember-cli/pull/10809) Update RELEASE ([@mansona](https://github.com/mansona))
|
|
189
|
+
* [#10813](https://github.com/ember-cli/ember-cli/pull/10813) Document need for future vite experiment test cleanup ([@ef4](https://github.com/ef4))
|
|
263
190
|
|
|
264
191
|
#### Committers: 2
|
|
265
|
-
- Bert De Block ([@bertdeblock](https://github.com/bertdeblock))
|
|
266
192
|
- Chris Manson ([@mansona](https://github.com/mansona))
|
|
193
|
+
- Edward Faulkner ([@ef4](https://github.com/ef4))
|
|
267
194
|
|
|
268
|
-
## Release (2025-
|
|
195
|
+
## Release (2025-11-29)
|
|
269
196
|
|
|
270
|
-
*
|
|
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)
|
|
197
|
+
* ember-cli 6.8.1 (patch)
|
|
274
198
|
|
|
275
199
|
#### :bug: Bug Fix
|
|
276
|
-
*
|
|
277
|
-
* [#
|
|
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))
|
|
200
|
+
* `ember-cli`
|
|
201
|
+
* [#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
202
|
|
|
281
|
-
#### Committers:
|
|
282
|
-
- Florian Pichler ([@pichfl](https://github.com/pichfl))
|
|
203
|
+
#### Committers: 1
|
|
283
204
|
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
|
|
284
205
|
|
|
285
|
-
## Release (2025-
|
|
206
|
+
## Release (2025-10-14)
|
|
286
207
|
|
|
287
|
-
*
|
|
288
|
-
* @ember-tooling/classic-build-
|
|
289
|
-
* @ember-tooling/blueprint
|
|
290
|
-
* ember-cli 6.8.0-alpha.3 (patch)
|
|
208
|
+
* ember-cli 6.8.0 (minor)
|
|
209
|
+
* @ember-tooling/classic-build-addon-blueprint 6.8.0 (minor)
|
|
210
|
+
* @ember-tooling/classic-build-app-blueprint 6.8.0 (minor)
|
|
291
211
|
|
|
292
212
|
#### :rocket: Enhancement
|
|
293
|
-
* `@ember-tooling/blueprint-
|
|
213
|
+
* `ember-cli`, `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
|
|
214
|
+
* [#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))
|
|
215
|
+
* [#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))
|
|
216
|
+
* [#10808](https://github.com/ember-cli/ember-cli/pull/10808) Prepare 6.8 Beta ([@mansona](https://github.com/mansona))
|
|
217
|
+
* `ember-cli`
|
|
218
|
+
* [#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))
|
|
219
|
+
* [#10802](https://github.com/ember-cli/ember-cli/pull/10802) enable Vite by default ([@mansona](https://github.com/mansona))
|
|
220
|
+
* [#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
221
|
* [#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
222
|
* [#10785](https://github.com/ember-cli/ember-cli/pull/10785) Depracate passing filenames and globs to `init` ([@pichfl](https://github.com/pichfl))
|
|
310
223
|
* [#10776](https://github.com/ember-cli/ember-cli/pull/10776) Add deprecation warning for the `--embroider` argument ([@pichfl](https://github.com/pichfl))
|
|
224
|
+
* `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`, `ember-cli`
|
|
225
|
+
* [#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
226
|
|
|
312
227
|
#### :bug: Bug Fix
|
|
313
|
-
*
|
|
228
|
+
* `ember-cli`
|
|
229
|
+
* [#10846](https://github.com/ember-cli/ember-cli/pull/10846) [beta bugfix] allow build --watch only in EMBROIDER_PREBUILD ([@mansona](https://github.com/mansona))
|
|
230
|
+
* [#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
231
|
* [#10782](https://github.com/ember-cli/ember-cli/pull/10782) update heimdall-fs-monitor ([@mansona](https://github.com/mansona))
|
|
232
|
+
* `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`, `ember-cli`
|
|
233
|
+
* [#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
234
|
* `@ember-tooling/classic-build-app-blueprint`
|
|
235
|
+
* [#10798](https://github.com/ember-cli/ember-cli/pull/10798) Add import from ember-data breakage/deprecation ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
|
|
236
|
+
* `@ember-tooling/classic-build-app-blueprint`, `ember-cli`
|
|
316
237
|
* [#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
238
|
|
|
318
|
-
#### :
|
|
319
|
-
*
|
|
320
|
-
* [#
|
|
321
|
-
* [#
|
|
322
|
-
* [#
|
|
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))
|
|
239
|
+
#### :memo: Documentation
|
|
240
|
+
* `ember-cli`
|
|
241
|
+
* [#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))
|
|
242
|
+
* [#10840](https://github.com/ember-cli/ember-cli/pull/10840) [beta] fix help for vite-based projects ([@kategengler](https://github.com/kategengler))
|
|
243
|
+
* [#10835](https://github.com/ember-cli/ember-cli/pull/10835) Update deprecation message for --embroider option ([@kategengler](https://github.com/kategengler))
|
|
340
244
|
|
|
341
245
|
#### :house: Internal
|
|
342
|
-
*
|
|
246
|
+
* `ember-cli`, `@ember-tooling/classic-build-app-blueprint`
|
|
247
|
+
* [#10847](https://github.com/ember-cli/ember-cli/pull/10847) Prepare Beta Release ([@mansona](https://github.com/mansona))
|
|
248
|
+
* [#10825](https://github.com/ember-cli/ember-cli/pull/10825) Prepare Beta Release ([@mansona](https://github.com/mansona))
|
|
249
|
+
* [#10820](https://github.com/ember-cli/ember-cli/pull/10820) Prepare Beta Release ([@mansona](https://github.com/mansona))
|
|
250
|
+
* `ember-cli`
|
|
251
|
+
* [#10845](https://github.com/ember-cli/ember-cli/pull/10845) [beta] update @ember/app-blueprint to latest beta ([@mansona](https://github.com/mansona))
|
|
252
|
+
* [#10833](https://github.com/ember-cli/ember-cli/pull/10833) [bugfix beta] bump the @ember/app-blueprint version ([@mansona](https://github.com/mansona))
|
|
253
|
+
* [#10823](https://github.com/ember-cli/ember-cli/pull/10823) fix incorrect ember-cli-update version in tests ([@mansona](https://github.com/mansona))
|
|
254
|
+
* [#10819](https://github.com/ember-cli/ember-cli/pull/10819) update @ember/app-blueprint beta version ([@mansona](https://github.com/mansona))
|
|
255
|
+
* [#10806](https://github.com/ember-cli/ember-cli/pull/10806) skip build watch tests when vite is enabled ([@mansona](https://github.com/mansona))
|
|
256
|
+
* [#10790](https://github.com/ember-cli/ember-cli/pull/10790) Reorganize tests for `new` and `addon` commands ([@pichfl](https://github.com/pichfl))
|
|
257
|
+
* [#10783](https://github.com/ember-cli/ember-cli/pull/10783) remove unused changelog script ([@mansona](https://github.com/mansona))
|
|
258
|
+
* [#10764](https://github.com/ember-cli/ember-cli/pull/10764) fix double CI run on release-plan PR ([@mansona](https://github.com/mansona))
|
|
259
|
+
* [#10750](https://github.com/ember-cli/ember-cli/pull/10750) Add more notes to the Release.md ([@mansona](https://github.com/mansona))
|
|
260
|
+
* `ember-cli`, `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
|
|
261
|
+
* [#10799](https://github.com/ember-cli/ember-cli/pull/10799) Prepare Alpha Release ([@mansona](https://github.com/mansona))
|
|
262
|
+
* [#10778](https://github.com/ember-cli/ember-cli/pull/10778) Prepare Alpha Release ([@mansona](https://github.com/mansona))
|
|
263
|
+
* [#10756](https://github.com/ember-cli/ember-cli/pull/10756) Prepare Alpha Release ([@mansona](https://github.com/mansona))
|
|
343
264
|
* [#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
265
|
|
|
348
|
-
#### Committers:
|
|
266
|
+
#### Committers: 6
|
|
267
|
+
- Bert De Block ([@bertdeblock](https://github.com/bertdeblock))
|
|
349
268
|
- Chris Manson ([@mansona](https://github.com/mansona))
|
|
350
|
-
- [@
|
|
269
|
+
- Florian Pichler ([@pichfl](https://github.com/pichfl))
|
|
270
|
+
- Isaac Lee ([@ijlee2](https://github.com/ijlee2))
|
|
271
|
+
- Katie Gengler ([@kategengler](https://github.com/kategengler))
|
|
272
|
+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
|
|
351
273
|
|
|
352
|
-
## Release (2025-
|
|
274
|
+
## Release (2025-10-08)
|
|
353
275
|
|
|
354
|
-
*
|
|
355
|
-
* @ember-tooling/classic-build-
|
|
356
|
-
* ember-
|
|
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))
|
|
276
|
+
* ember-cli 6.7.2 (patch)
|
|
277
|
+
* @ember-tooling/classic-build-addon-blueprint 6.7.1 (patch)
|
|
278
|
+
* @ember-tooling/classic-build-app-blueprint 6.7.2 (patch)
|
|
361
279
|
|
|
362
280
|
#### :bug: Bug Fix
|
|
363
281
|
* `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
|
|
364
|
-
* [#
|
|
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))
|
|
282
|
+
* [#10838](https://github.com/ember-cli/ember-cli/pull/10838) Add package license metadata to match repository ([@davidtaylorhq](https://github.com/davidtaylorhq))
|
|
390
283
|
|
|
391
284
|
#### Committers: 1
|
|
392
|
-
-
|
|
285
|
+
- David Taylor ([@davidtaylorhq](https://github.com/davidtaylorhq))
|
|
393
286
|
|
|
394
|
-
## Release (2025-06
|
|
287
|
+
## Release (2025-10-06)
|
|
395
288
|
|
|
396
|
-
*
|
|
397
|
-
* @ember-tooling/classic-build-app-blueprint 6.7.
|
|
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)
|
|
289
|
+
* ember-cli 6.7.1 (patch)
|
|
290
|
+
* @ember-tooling/classic-build-app-blueprint 6.7.1 (patch)
|
|
401
291
|
|
|
402
|
-
#### :
|
|
403
|
-
*
|
|
404
|
-
* [#
|
|
405
|
-
* `@ember-tooling/classic-build-
|
|
406
|
-
* [#
|
|
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))
|
|
292
|
+
#### :bug: Bug Fix
|
|
293
|
+
* `ember-cli`
|
|
294
|
+
* [#10834](https://github.com/ember-cli/ember-cli/pull/10834) [bugfix release] Fix tests using wrong versions ([@mansona](https://github.com/mansona))
|
|
295
|
+
* `@ember-tooling/classic-build-app-blueprint`
|
|
296
|
+
* [#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
297
|
|
|
409
298
|
#### Committers: 1
|
|
410
299
|
- Chris Manson ([@mansona](https://github.com/mansona))
|
|
411
300
|
|
|
412
|
-
## Release (2025-06
|
|
301
|
+
## Release (2025-09-06)
|
|
413
302
|
|
|
414
|
-
* ember-cli 6.7.0
|
|
303
|
+
* ember-cli 6.7.0 (minor)
|
|
304
|
+
* @ember-tooling/classic-build-addon-blueprint 6.7.0 (minor)
|
|
305
|
+
* @ember-tooling/classic-build-app-blueprint 6.7.0 (minor)
|
|
415
306
|
|
|
416
307
|
#### :rocket: Enhancement
|
|
308
|
+
* `ember-cli`, `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
|
|
309
|
+
* [#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))
|
|
310
|
+
* [#10742](https://github.com/ember-cli/ember-cli/pull/10742) Drop node 18, add node 24 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
|
|
311
|
+
|
|
312
|
+
#### :bug: Bug Fix
|
|
417
313
|
* `ember-cli`
|
|
418
|
-
* [#
|
|
314
|
+
* [#10794](https://github.com/ember-cli/ember-cli/pull/10794) Fix potential NPE ([@boris-petrov](https://github.com/boris-petrov))
|
|
419
315
|
|
|
420
316
|
#### :memo: Documentation
|
|
421
317
|
* `ember-cli`
|
|
@@ -423,20 +319,32 @@
|
|
|
423
319
|
|
|
424
320
|
#### :house: Internal
|
|
425
321
|
* `ember-cli`
|
|
426
|
-
* [#
|
|
427
|
-
* [#
|
|
428
|
-
* [#
|
|
429
|
-
* [#
|
|
322
|
+
* [#10801](https://github.com/ember-cli/ember-cli/pull/10801) update github-changelog ([@mansona](https://github.com/mansona))
|
|
323
|
+
* [#10761](https://github.com/ember-cli/ember-cli/pull/10761) update release-plan ([@mansona](https://github.com/mansona))
|
|
324
|
+
* [#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))
|
|
325
|
+
* [#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))
|
|
326
|
+
* [#10744](https://github.com/ember-cli/ember-cli/pull/10744) run tests on the release-plan PR ([@mansona](https://github.com/mansona))
|
|
327
|
+
* [#10735](https://github.com/ember-cli/ember-cli/pull/10735) remove unnecessary project override ([@mansona](https://github.com/mansona))
|
|
328
|
+
* `ember-cli`, `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
|
|
329
|
+
* [#10800](https://github.com/ember-cli/ember-cli/pull/10800) fix release-plan for stable release ([@mansona](https://github.com/mansona))
|
|
330
|
+
* [#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))
|
|
331
|
+
* [#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))
|
|
332
|
+
* `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`, `ember-cli`
|
|
333
|
+
* [#10738](https://github.com/ember-cli/ember-cli/pull/10738) add a repository for each of the packages ([@mansona](https://github.com/mansona))
|
|
430
334
|
|
|
431
|
-
#### Committers:
|
|
335
|
+
#### Committers: 3
|
|
336
|
+
- Boris Petrov ([@boris-petrov](https://github.com/boris-petrov))
|
|
432
337
|
- Chris Manson ([@mansona](https://github.com/mansona))
|
|
338
|
+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
|
|
433
339
|
|
|
434
|
-
## Release (2025-
|
|
340
|
+
## Release (2025-07-29)
|
|
435
341
|
|
|
436
|
-
* ember-cli 6.6.0
|
|
342
|
+
* ember-cli 6.6.0 (minor)
|
|
437
343
|
|
|
438
344
|
#### :rocket: Enhancement
|
|
439
345
|
* `ember-cli`
|
|
346
|
+
* [#10749](https://github.com/ember-cli/ember-cli/pull/10749) Update all dependencies for 6.6 release ([@mansona](https://github.com/mansona))
|
|
347
|
+
* [#10751](https://github.com/ember-cli/ember-cli/pull/10751) [BETA BACKPORT] Backport drop node 18 ([@mansona](https://github.com/mansona))
|
|
440
348
|
* [#10701](https://github.com/ember-cli/ember-cli/pull/10701) [ENHANCEMENT] Support Bun ([@hexadecy](https://github.com/hexadecy))
|
|
441
349
|
* [#10664](https://github.com/ember-cli/ember-cli/pull/10664) [ENHANCEMENT] Remove ember-fetch ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
|
|
442
350
|
|
|
@@ -447,8 +355,6 @@
|
|
|
447
355
|
|
|
448
356
|
#### :house: Internal
|
|
449
357
|
* `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
358
|
* [#10699](https://github.com/ember-cli/ember-cli/pull/10699) Start using release-plan for releasing ember-cli ([@mansona](https://github.com/mansona))
|
|
453
359
|
* [#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
360
|
|