ember-cli 6.8.0-beta.1 → 6.9.0-alpha.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.
- package/CHANGELOG.md +185 -66
- package/docs/build/data.json +1 -1
- package/package.json +8 -8
- package/packages/addon-blueprint/package.json +3 -3
- package/packages/app-blueprint/files/package.json +6 -6
- package/packages/app-blueprint/package.json +3 -3
- package/packages/blueprint-blueprint/package.json +1 -1
- package/packages/blueprint-model/package.json +1 -1
- package/packages/blueprint-model/utilities/experiments.js +9 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,82 +1,211 @@
|
|
|
1
1
|
# ember-cli Changelog
|
|
2
2
|
|
|
3
|
-
## Release (2025-09-
|
|
3
|
+
## Release (2025-09-17)
|
|
4
4
|
|
|
5
|
-
* ember-cli 6.
|
|
6
|
-
* @ember-tooling/classic-build-addon-blueprint 6.
|
|
7
|
-
* @ember-tooling/classic-build-app-blueprint 6.
|
|
8
|
-
* @ember-tooling/blueprint-blueprint 0.
|
|
9
|
-
* @ember-tooling/blueprint-model 0.
|
|
5
|
+
* ember-cli 6.9.0-alpha.1 (minor)
|
|
6
|
+
* @ember-tooling/classic-build-addon-blueprint 6.9.0-alpha.1 (minor)
|
|
7
|
+
* @ember-tooling/classic-build-app-blueprint 6.9.0-alpha.1 (minor)
|
|
8
|
+
* @ember-tooling/blueprint-blueprint 0.2.0 (minor)
|
|
9
|
+
* @ember-tooling/blueprint-model 0.4.0 (minor)
|
|
10
10
|
|
|
11
11
|
#### :rocket: Enhancement
|
|
12
12
|
* `ember-cli`, `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`, `@ember-tooling/blueprint-blueprint`, `@ember-tooling/blueprint-model`
|
|
13
13
|
* [#10808](https://github.com/ember-cli/ember-cli/pull/10808) Prepare 6.8 Beta ([@mansona](https://github.com/mansona))
|
|
14
|
+
* `ember-cli`, `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
|
|
15
|
+
* [#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))
|
|
16
|
+
|
|
17
|
+
#### :bug: Bug Fix
|
|
18
|
+
* `ember-cli`
|
|
19
|
+
* [#10794](https://github.com/ember-cli/ember-cli/pull/10794) Fix potential NPE ([@boris-petrov](https://github.com/boris-petrov))
|
|
20
|
+
|
|
21
|
+
#### :house: Internal
|
|
22
|
+
* `ember-cli`, `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`, `@ember-tooling/blueprint-blueprint`, `@ember-tooling/blueprint-model`
|
|
23
|
+
* [#10815](https://github.com/ember-cli/ember-cli/pull/10815) Merge beta into master and start 6.9 alpha ([@mansona](https://github.com/mansona))
|
|
24
|
+
* [#10810](https://github.com/ember-cli/ember-cli/pull/10810) Prepare Beta Release ([@mansona](https://github.com/mansona))
|
|
14
25
|
* `@ember-tooling/blueprint-model`
|
|
15
|
-
* [#
|
|
26
|
+
* [#10813](https://github.com/ember-cli/ember-cli/pull/10813) Document need for future vite experiment test cleanup ([@ef4](https://github.com/ef4))
|
|
27
|
+
* `ember-cli`, `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
|
|
28
|
+
* [#10797](https://github.com/ember-cli/ember-cli/pull/10797) Prepare Stable Release ([@mansona](https://github.com/mansona))
|
|
29
|
+
* [#10800](https://github.com/ember-cli/ember-cli/pull/10800) fix release-plan for stable release ([@mansona](https://github.com/mansona))
|
|
16
30
|
* `ember-cli`
|
|
31
|
+
* [#10801](https://github.com/ember-cli/ember-cli/pull/10801) update github-changelog ([@mansona](https://github.com/mansona))
|
|
32
|
+
|
|
33
|
+
#### Committers: 3
|
|
34
|
+
- Boris Petrov ([@boris-petrov](https://github.com/boris-petrov))
|
|
35
|
+
- Chris Manson ([@mansona](https://github.com/mansona))
|
|
36
|
+
- Edward Faulkner ([@ef4](https://github.com/ef4))
|
|
37
|
+
|
|
38
|
+
## Release (2025-09-10)
|
|
39
|
+
|
|
40
|
+
* @ember-tooling/classic-build-addon-blueprint 6.8.0-alpha.5 (patch)
|
|
41
|
+
* @ember-tooling/classic-build-app-blueprint 6.8.0-alpha.5 (patch)
|
|
42
|
+
* @ember-tooling/blueprint-model 0.2.0 (minor)
|
|
43
|
+
* ember-cli 6.8.0-alpha.5 (patch)
|
|
44
|
+
|
|
45
|
+
#### :rocket: Enhancement
|
|
46
|
+
* `@ember-tooling/blueprint-model`
|
|
47
|
+
* [#10802](https://github.com/ember-cli/ember-cli/pull/10802) enable Vite by default ([@mansona](https://github.com/mansona))
|
|
48
|
+
* Other
|
|
17
49
|
* [#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))
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
*
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
50
|
+
|
|
51
|
+
#### :house: Internal
|
|
52
|
+
* [#10806](https://github.com/ember-cli/ember-cli/pull/10806) skip build watch tests when vite is enabled ([@mansona](https://github.com/mansona))
|
|
53
|
+
|
|
54
|
+
#### Committers: 2
|
|
55
|
+
- Bert De Block ([@bertdeblock](https://github.com/bertdeblock))
|
|
56
|
+
- Chris Manson ([@mansona](https://github.com/mansona))
|
|
57
|
+
|
|
58
|
+
## Release (2025-09-09)
|
|
59
|
+
|
|
60
|
+
* @ember-tooling/classic-build-addon-blueprint 6.8.0-alpha.4 (patch)
|
|
61
|
+
* @ember-tooling/classic-build-app-blueprint 6.8.0-alpha.4 (patch)
|
|
62
|
+
* @ember-tooling/blueprint-blueprint 0.0.3 (patch)
|
|
63
|
+
* ember-cli 6.8.0-alpha.4 (patch)
|
|
26
64
|
|
|
27
65
|
#### :bug: Bug Fix
|
|
28
66
|
* `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`, `@ember-tooling/blueprint-blueprint`
|
|
29
67
|
* [#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))
|
|
30
68
|
* `@ember-tooling/classic-build-app-blueprint`
|
|
31
69
|
* [#10798](https://github.com/ember-cli/ember-cli/pull/10798) Add import from ember-data breakage/deprecation ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
|
|
32
|
-
|
|
33
|
-
|
|
70
|
+
|
|
71
|
+
#### Committers: 2
|
|
72
|
+
- Florian Pichler ([@pichfl](https://github.com/pichfl))
|
|
73
|
+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
|
|
74
|
+
|
|
75
|
+
## Release (2025-09-05)
|
|
76
|
+
|
|
77
|
+
* @ember-tooling/classic-build-addon-blueprint 6.8.0-alpha.3 (patch)
|
|
78
|
+
* @ember-tooling/classic-build-app-blueprint 6.8.0-alpha.3 (patch)
|
|
79
|
+
* @ember-tooling/blueprint-model 0.1.0 (minor)
|
|
80
|
+
* ember-cli 6.8.0-alpha.3 (patch)
|
|
81
|
+
|
|
82
|
+
#### :rocket: Enhancement
|
|
83
|
+
* `@ember-tooling/blueprint-model`
|
|
84
|
+
* [#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))
|
|
85
|
+
|
|
86
|
+
#### Committers: 1
|
|
87
|
+
- Florian Pichler ([@pichfl](https://github.com/pichfl))
|
|
88
|
+
|
|
89
|
+
## Release (2025-09-01)
|
|
90
|
+
|
|
91
|
+
* @ember-tooling/classic-build-addon-blueprint 6.8.0-alpha.2 (minor)
|
|
92
|
+
* @ember-tooling/classic-build-app-blueprint 6.8.0-alpha.2 (minor)
|
|
93
|
+
* ember-cli 6.8.0-alpha.2 (patch)
|
|
94
|
+
|
|
95
|
+
#### :rocket: Enhancement
|
|
96
|
+
* `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
|
|
97
|
+
* [#10791](https://github.com/ember-cli/ember-cli/pull/10791) update the format of the ember-cli-update.json ([@mansona](https://github.com/mansona))
|
|
98
|
+
* Other
|
|
99
|
+
* [#10785](https://github.com/ember-cli/ember-cli/pull/10785) Depracate passing filenames and globs to `init` ([@pichfl](https://github.com/pichfl))
|
|
100
|
+
* [#10776](https://github.com/ember-cli/ember-cli/pull/10776) Add deprecation warning for the `--embroider` argument ([@pichfl](https://github.com/pichfl))
|
|
101
|
+
|
|
102
|
+
#### :bug: Bug Fix
|
|
103
|
+
* Other
|
|
34
104
|
* [#10782](https://github.com/ember-cli/ember-cli/pull/10782) update heimdall-fs-monitor ([@mansona](https://github.com/mansona))
|
|
35
|
-
* `@ember-tooling/classic-build-app-blueprint
|
|
105
|
+
* `@ember-tooling/classic-build-app-blueprint`
|
|
36
106
|
* [#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))
|
|
37
107
|
|
|
38
108
|
#### :house: Internal
|
|
39
|
-
*
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
*
|
|
43
|
-
* [#10806](https://github.com/ember-cli/ember-cli/pull/10806) skip build watch tests when vite is enabled ([@mansona](https://github.com/mansona))
|
|
44
|
-
* [#10801](https://github.com/ember-cli/ember-cli/pull/10801) update github-changelog ([@mansona](https://github.com/mansona))
|
|
45
|
-
* [#10790](https://github.com/ember-cli/ember-cli/pull/10790) Reorganize tests for `new` and `addon` commands ([@pichfl](https://github.com/pichfl))
|
|
46
|
-
* [#10783](https://github.com/ember-cli/ember-cli/pull/10783) remove unused changelog script ([@mansona](https://github.com/mansona))
|
|
47
|
-
* [#10764](https://github.com/ember-cli/ember-cli/pull/10764) fix double CI run on release-plan PR ([@mansona](https://github.com/mansona))
|
|
48
|
-
* [#10750](https://github.com/ember-cli/ember-cli/pull/10750) Add more notes to the Release.md ([@mansona](https://github.com/mansona))
|
|
49
|
-
* `ember-cli`, `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`, `@ember-tooling/blueprint-blueprint`
|
|
50
|
-
* [#10799](https://github.com/ember-cli/ember-cli/pull/10799) Prepare Alpha Release ([@mansona](https://github.com/mansona))
|
|
51
|
-
* `ember-cli`, `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
|
|
52
|
-
* [#10797](https://github.com/ember-cli/ember-cli/pull/10797) Prepare Stable Release ([@mansona](https://github.com/mansona))
|
|
53
|
-
* [#10800](https://github.com/ember-cli/ember-cli/pull/10800) fix release-plan for stable release ([@mansona](https://github.com/mansona))
|
|
54
|
-
* [#10778](https://github.com/ember-cli/ember-cli/pull/10778) Prepare Alpha Release ([@mansona](https://github.com/mansona))
|
|
55
|
-
* [#10756](https://github.com/ember-cli/ember-cli/pull/10756) Prepare Alpha Release ([@mansona](https://github.com/mansona))
|
|
56
|
-
* [#10763](https://github.com/ember-cli/ember-cli/pull/10763) Prepare 6.8-alpha ([@mansona](https://github.com/mansona))
|
|
109
|
+
* [#10790](https://github.com/ember-cli/ember-cli/pull/10790) Reorganize tests for `new` and `addon` commands ([@pichfl](https://github.com/pichfl))
|
|
110
|
+
* [#10783](https://github.com/ember-cli/ember-cli/pull/10783) remove unused changelog script ([@mansona](https://github.com/mansona))
|
|
111
|
+
* [#10764](https://github.com/ember-cli/ember-cli/pull/10764) fix double CI run on release-plan PR ([@mansona](https://github.com/mansona))
|
|
112
|
+
* [#10750](https://github.com/ember-cli/ember-cli/pull/10750) Add more notes to the Release.md ([@mansona](https://github.com/mansona))
|
|
57
113
|
|
|
58
|
-
#### Committers:
|
|
59
|
-
- Bert De Block ([@bertdeblock](https://github.com/bertdeblock))
|
|
60
|
-
- Boris Petrov ([@boris-petrov](https://github.com/boris-petrov))
|
|
114
|
+
#### Committers: 3
|
|
61
115
|
- Chris Manson ([@mansona](https://github.com/mansona))
|
|
62
116
|
- Florian Pichler ([@pichfl](https://github.com/pichfl))
|
|
63
117
|
- Isaac Lee ([@ijlee2](https://github.com/ijlee2))
|
|
64
|
-
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
|
|
65
118
|
|
|
66
|
-
## Release (2025-
|
|
119
|
+
## Release (2025-08-02)
|
|
67
120
|
|
|
68
|
-
* ember-
|
|
69
|
-
* @ember-tooling/classic-build-
|
|
70
|
-
*
|
|
121
|
+
* @ember-tooling/classic-build-addon-blueprint 6.8.0-alpha.1 (minor)
|
|
122
|
+
* @ember-tooling/classic-build-app-blueprint 6.8.0-alpha.1 (minor)
|
|
123
|
+
* ember-cli 6.8.0-alpha.1 (patch)
|
|
71
124
|
|
|
72
125
|
#### :rocket: Enhancement
|
|
73
|
-
*
|
|
74
|
-
* [#
|
|
126
|
+
* `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
|
|
127
|
+
* [#10755](https://github.com/ember-cli/ember-cli/pull/10755) Prepare 6.7-beta ([@mansona](https://github.com/mansona))
|
|
128
|
+
* Other
|
|
129
|
+
* [#10751](https://github.com/ember-cli/ember-cli/pull/10751) [BETA BACKPORT] Backport drop node 18 ([@mansona](https://github.com/mansona))
|
|
130
|
+
|
|
131
|
+
#### :house: Internal
|
|
132
|
+
* `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
|
|
133
|
+
* [#10763](https://github.com/ember-cli/ember-cli/pull/10763) Prepare 6.8-alpha ([@mansona](https://github.com/mansona))
|
|
134
|
+
* [#10754](https://github.com/ember-cli/ember-cli/pull/10754) Prepare Beta Release ([@github-actions[bot]](https://github.com/apps/github-actions))
|
|
135
|
+
* Other
|
|
136
|
+
* [#10761](https://github.com/ember-cli/ember-cli/pull/10761) update release-plan ([@mansona](https://github.com/mansona))
|
|
137
|
+
|
|
138
|
+
#### Committers: 2
|
|
139
|
+
- Chris Manson ([@mansona](https://github.com/mansona))
|
|
140
|
+
- [@github-actions[bot]](https://github.com/apps/github-actions)
|
|
141
|
+
|
|
142
|
+
## Release (2025-07-26)
|
|
143
|
+
|
|
144
|
+
* @ember-tooling/classic-build-addon-blueprint 6.7.0-alpha.4 (minor)
|
|
145
|
+
* @ember-tooling/classic-build-app-blueprint 6.7.0-alpha.4 (minor)
|
|
146
|
+
* ember-cli 6.7.0-alpha.4 (patch)
|
|
147
|
+
|
|
148
|
+
#### :rocket: Enhancement
|
|
149
|
+
* `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
|
|
75
150
|
* [#10742](https://github.com/ember-cli/ember-cli/pull/10742) Drop node 18, add node 24 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
|
|
76
151
|
|
|
77
152
|
#### :bug: Bug Fix
|
|
153
|
+
* `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
|
|
154
|
+
* [#10742](https://github.com/ember-cli/ember-cli/pull/10742) Drop node 18, add node 24 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
|
|
155
|
+
|
|
156
|
+
#### :memo: Documentation
|
|
157
|
+
* `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
|
|
158
|
+
* [#10742](https://github.com/ember-cli/ember-cli/pull/10742) Drop node 18, add node 24 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
|
|
159
|
+
|
|
160
|
+
#### :house: Internal
|
|
161
|
+
* [#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))
|
|
162
|
+
* [#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))
|
|
163
|
+
* [#10744](https://github.com/ember-cli/ember-cli/pull/10744) run tests on the release-plan PR ([@mansona](https://github.com/mansona))
|
|
164
|
+
|
|
165
|
+
#### Committers: 2
|
|
166
|
+
- Chris Manson ([@mansona](https://github.com/mansona))
|
|
167
|
+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
|
|
168
|
+
|
|
169
|
+
## Release (2025-06-30)
|
|
170
|
+
|
|
171
|
+
* @ember-tooling/classic-build-addon-blueprint 6.7.0-alpha.3 (patch)
|
|
172
|
+
* @ember-tooling/classic-build-app-blueprint 6.7.0-alpha.3 (patch)
|
|
173
|
+
* @ember-tooling/blueprint-blueprint 0.0.2 (patch)
|
|
174
|
+
* @ember-tooling/blueprint-model 0.0.2 (patch)
|
|
175
|
+
* ember-cli 6.7.0-alpha.3 (patch)
|
|
176
|
+
|
|
177
|
+
#### :house: Internal
|
|
178
|
+
* `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`, `@ember-tooling/blueprint-blueprint`, `@ember-tooling/blueprint-model`
|
|
179
|
+
* [#10738](https://github.com/ember-cli/ember-cli/pull/10738) add a repository for each of the packages ([@mansona](https://github.com/mansona))
|
|
180
|
+
|
|
181
|
+
#### Committers: 1
|
|
182
|
+
- Chris Manson ([@mansona](https://github.com/mansona))
|
|
183
|
+
|
|
184
|
+
## Release (2025-06-30)
|
|
185
|
+
|
|
186
|
+
* @ember-tooling/classic-build-addon-blueprint 6.7.0-alpha.2 (patch)
|
|
187
|
+
* @ember-tooling/classic-build-app-blueprint 6.7.0-alpha.2 (patch)
|
|
188
|
+
* @ember-tooling/blueprint-blueprint 0.0.1 (patch)
|
|
189
|
+
* @ember-tooling/blueprint-model 0.0.1 (patch)
|
|
190
|
+
* ember-cli 6.7.0-alpha.2 (patch)
|
|
191
|
+
|
|
192
|
+
#### :house: Internal
|
|
193
|
+
* Other
|
|
194
|
+
* [#10735](https://github.com/ember-cli/ember-cli/pull/10735) remove unnecessary project override ([@mansona](https://github.com/mansona))
|
|
195
|
+
* `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`, `@ember-tooling/blueprint-blueprint`, `@ember-tooling/blueprint-model`
|
|
196
|
+
* [#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))
|
|
197
|
+
* [#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))
|
|
198
|
+
|
|
199
|
+
#### Committers: 1
|
|
200
|
+
- Chris Manson ([@mansona](https://github.com/mansona))
|
|
201
|
+
|
|
202
|
+
## Release (2025-06-16)
|
|
203
|
+
|
|
204
|
+
* ember-cli 6.7.0-alpha.1 (minor)
|
|
205
|
+
|
|
206
|
+
#### :rocket: Enhancement
|
|
78
207
|
* `ember-cli`
|
|
79
|
-
* [#
|
|
208
|
+
* [#10705](https://github.com/ember-cli/ember-cli/pull/10705) add `--strict` flag for new app and addon generation ([@mansona](https://github.com/mansona))
|
|
80
209
|
|
|
81
210
|
#### :memo: Documentation
|
|
82
211
|
* `ember-cli`
|
|
@@ -84,32 +213,20 @@
|
|
|
84
213
|
|
|
85
214
|
#### :house: Internal
|
|
86
215
|
* `ember-cli`
|
|
87
|
-
* [#
|
|
88
|
-
* [#
|
|
89
|
-
* [#
|
|
90
|
-
* [#
|
|
91
|
-
* [#10744](https://github.com/ember-cli/ember-cli/pull/10744) run tests on the release-plan PR ([@mansona](https://github.com/mansona))
|
|
92
|
-
* [#10735](https://github.com/ember-cli/ember-cli/pull/10735) remove unnecessary project override ([@mansona](https://github.com/mansona))
|
|
93
|
-
* `ember-cli`, `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
|
|
94
|
-
* [#10800](https://github.com/ember-cli/ember-cli/pull/10800) fix release-plan for stable release ([@mansona](https://github.com/mansona))
|
|
95
|
-
* [#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))
|
|
96
|
-
* [#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))
|
|
97
|
-
* `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`, `ember-cli`
|
|
98
|
-
* [#10738](https://github.com/ember-cli/ember-cli/pull/10738) add a repository for each of the packages ([@mansona](https://github.com/mansona))
|
|
216
|
+
* [#10731](https://github.com/ember-cli/ember-cli/pull/10731) Prepare Alpha 6.7.0 ([@mansona](https://github.com/mansona))
|
|
217
|
+
* [#10728](https://github.com/ember-cli/ember-cli/pull/10728) Prepare Beta 6.6.0 ([@mansona](https://github.com/mansona))
|
|
218
|
+
* [#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))
|
|
219
|
+
* [#10717](https://github.com/ember-cli/ember-cli/pull/10717) pass --publish-branch to release-plan publish ([@mansona](https://github.com/mansona))
|
|
99
220
|
|
|
100
|
-
#### Committers:
|
|
101
|
-
- Boris Petrov ([@boris-petrov](https://github.com/boris-petrov))
|
|
221
|
+
#### Committers: 1
|
|
102
222
|
- Chris Manson ([@mansona](https://github.com/mansona))
|
|
103
|
-
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
|
|
104
223
|
|
|
105
|
-
## Release (2025-
|
|
224
|
+
## Release (2025-06-16)
|
|
106
225
|
|
|
107
|
-
* ember-cli 6.6.0 (minor)
|
|
226
|
+
* ember-cli 6.6.0-beta.1 (minor)
|
|
108
227
|
|
|
109
228
|
#### :rocket: Enhancement
|
|
110
229
|
* `ember-cli`
|
|
111
|
-
* [#10749](https://github.com/ember-cli/ember-cli/pull/10749) Update all dependencies for 6.6 release ([@mansona](https://github.com/mansona))
|
|
112
|
-
* [#10751](https://github.com/ember-cli/ember-cli/pull/10751) [BETA BACKPORT] Backport drop node 18 ([@mansona](https://github.com/mansona))
|
|
113
230
|
* [#10701](https://github.com/ember-cli/ember-cli/pull/10701) [ENHANCEMENT] Support Bun ([@hexadecy](https://github.com/hexadecy))
|
|
114
231
|
* [#10664](https://github.com/ember-cli/ember-cli/pull/10664) [ENHANCEMENT] Remove ember-fetch ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
|
|
115
232
|
|
|
@@ -120,6 +237,8 @@
|
|
|
120
237
|
|
|
121
238
|
#### :house: Internal
|
|
122
239
|
* `ember-cli`
|
|
240
|
+
* [#10728](https://github.com/ember-cli/ember-cli/pull/10728) Prepare Beta 6.6.0 ([@mansona](https://github.com/mansona))
|
|
241
|
+
* [#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))
|
|
123
242
|
* [#10699](https://github.com/ember-cli/ember-cli/pull/10699) Start using release-plan for releasing ember-cli ([@mansona](https://github.com/mansona))
|
|
124
243
|
* [#10670](https://github.com/ember-cli/ember-cli/pull/10670) testing: don't generate temp directories in the repo ([@mansona](https://github.com/mansona))
|
|
125
244
|
|
package/docs/build/data.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"logo": "https://ember-cli.com/assets/images/ember-cli-logo-small-dark.png",
|
|
4
4
|
"name": "ember-cli",
|
|
5
5
|
"description": "Command line tool for developing ambitious ember.js apps",
|
|
6
|
-
"version": "6.
|
|
6
|
+
"version": "6.9.0-alpha.1-master-ac3220f6b8"
|
|
7
7
|
},
|
|
8
8
|
"files": {
|
|
9
9
|
"lib/broccoli/default-packager.js": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ember-cli",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.9.0-alpha.1",
|
|
4
4
|
"description": "Command line tool for developing ambitious ember.js apps",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"app",
|
|
@@ -31,11 +31,11 @@
|
|
|
31
31
|
"minor": "prerelease",
|
|
32
32
|
"patch": "prerelease"
|
|
33
33
|
},
|
|
34
|
-
"semverIncrementTag": "
|
|
35
|
-
"publishTag": "
|
|
34
|
+
"semverIncrementTag": "alpha",
|
|
35
|
+
"publishTag": "alpha"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@ember/app-blueprint": "
|
|
38
|
+
"@ember/app-blueprint": "6.9.0-alpha.1",
|
|
39
39
|
"@pnpm/find-workspace-dir": "^1000.1.0",
|
|
40
40
|
"babel-remove-types": "^1.0.1",
|
|
41
41
|
"broccoli": "^3.5.2",
|
|
@@ -118,10 +118,10 @@
|
|
|
118
118
|
"watch-detector": "^1.0.2",
|
|
119
119
|
"workerpool": "^9.2.0",
|
|
120
120
|
"yam": "^1.0.0",
|
|
121
|
-
"@ember-tooling/blueprint-
|
|
122
|
-
"@ember-tooling/blueprint-
|
|
123
|
-
"@ember-tooling/classic-build-
|
|
124
|
-
"@ember-tooling/classic-build-
|
|
121
|
+
"@ember-tooling/blueprint-blueprint": "0.2.0",
|
|
122
|
+
"@ember-tooling/blueprint-model": "0.4.0",
|
|
123
|
+
"@ember-tooling/classic-build-addon-blueprint": "6.9.0-alpha.1",
|
|
124
|
+
"@ember-tooling/classic-build-app-blueprint": "6.9.0-alpha.1"
|
|
125
125
|
},
|
|
126
126
|
"devDependencies": {
|
|
127
127
|
"broccoli-plugin": "^4.0.3",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ember-tooling/classic-build-addon-blueprint",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.9.0-alpha.1",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "https://github.com/ember-cli/ember-cli.git",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"minor": "prerelease",
|
|
26
26
|
"patch": "prerelease"
|
|
27
27
|
},
|
|
28
|
-
"semverIncrementTag": "
|
|
29
|
-
"publishTag": "
|
|
28
|
+
"semverIncrementTag": "alpha",
|
|
29
|
+
"publishTag": "alpha"
|
|
30
30
|
}
|
|
31
31
|
}
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
"broccoli-asset-rev": "^3.0.0",
|
|
61
61
|
"concurrently": "^9.2.1",
|
|
62
62
|
"ember-auto-import": "^2.10.0",
|
|
63
|
-
"ember-cli": "~6.
|
|
63
|
+
"ember-cli": "~6.9.0-alpha.1",
|
|
64
64
|
"ember-cli-app-version": "^7.0.0",
|
|
65
65
|
"ember-cli-babel": "^8.2.0",
|
|
66
66
|
"ember-cli-clean-css": "^3.0.0",
|
|
@@ -74,16 +74,16 @@
|
|
|
74
74
|
"ember-load-initializers": "^3.0.1",
|
|
75
75
|
"ember-modifier": "^4.2.2",
|
|
76
76
|
"ember-page-title": "^9.0.3",
|
|
77
|
-
"ember-qunit": "^9.0.
|
|
77
|
+
"ember-qunit": "^9.0.4",
|
|
78
78
|
"ember-resolver": "^13.1.1",
|
|
79
|
-
"ember-source": "~6.
|
|
79
|
+
"ember-source": "~6.9.0-alpha.1",
|
|
80
80
|
"ember-template-imports": "^4.3.0",
|
|
81
81
|
"ember-template-lint": "^6.1.0<% if (welcome) { %>",
|
|
82
82
|
"ember-welcome-page": "^7.0.2<% } %>",
|
|
83
83
|
"eslint": "^9.35.0",
|
|
84
84
|
"eslint-config-prettier": "^9.1.2",
|
|
85
|
-
"eslint-plugin-ember": "^12.7.
|
|
86
|
-
"eslint-plugin-n": "^17.
|
|
85
|
+
"eslint-plugin-ember": "^12.7.4",
|
|
86
|
+
"eslint-plugin-n": "^17.23.0",
|
|
87
87
|
"eslint-plugin-qunit": "^8.2.5",
|
|
88
88
|
"globals": "^15.15.0",
|
|
89
89
|
"loader.js": "^4.7.0",
|
|
@@ -95,7 +95,7 @@
|
|
|
95
95
|
"stylelint-config-standard": "^36.0.1",
|
|
96
96
|
"tracked-built-ins": "^3.4.0<% if (typescript) { %>",
|
|
97
97
|
"typescript": "^5.9.2",
|
|
98
|
-
"typescript-eslint": "^8.
|
|
98
|
+
"typescript-eslint": "^8.44.0<% } %>",
|
|
99
99
|
"webpack": "^5.101.3"
|
|
100
100
|
},
|
|
101
101
|
"engines": {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ember-tooling/classic-build-app-blueprint",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.9.0-alpha.1",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "https://github.com/ember-cli/ember-cli.git",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"minor": "prerelease",
|
|
20
20
|
"patch": "prerelease"
|
|
21
21
|
},
|
|
22
|
-
"semverIncrementTag": "
|
|
23
|
-
"publishTag": "
|
|
22
|
+
"semverIncrementTag": "alpha",
|
|
23
|
+
"publishTag": "alpha"
|
|
24
24
|
}
|
|
25
25
|
}
|
|
@@ -1,6 +1,15 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
const chalk = require('chalk');
|
|
4
|
+
|
|
5
|
+
/*
|
|
6
|
+
If you're here to remove the VITE experiment flag in favor of it being
|
|
7
|
+
permanently on, you can't do that until addressing
|
|
8
|
+
https://github.com/ember-cli/ember-cli/pull/10781#pullrequestreview-3230644293
|
|
9
|
+
|
|
10
|
+
A lot of test coverage would otherwise be lost, because valid tests are being
|
|
11
|
+
run only when the VITE experiment is off.
|
|
12
|
+
*/
|
|
4
13
|
const availableExperiments = Object.freeze(['EMBROIDER', 'CLASSIC', 'VITE']);
|
|
5
14
|
|
|
6
15
|
const deprecatedExperiments = Object.freeze([]);
|