ember-cli 6.9.0-alpha.1 → 6.9.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.
- package/CHANGELOG.md +100 -167
- package/RELEASE.md +20 -13
- package/blueprints/http-mock/index.js +6 -1
- package/blueprints/http-proxy/index.js +6 -1
- package/blueprints/server/index.js +8 -1
- package/docs/build/data.json +75 -50
- package/lib/commands/addon.js +1 -1
- package/lib/commands/asset-sizes.js +8 -0
- package/lib/commands/build.js +39 -4
- package/lib/commands/destroy.js +15 -1
- package/lib/commands/generate.js +15 -1
- package/lib/commands/init.js +1 -7
- package/lib/commands/new.js +3 -3
- package/lib/commands/serve.js +18 -1
- package/lib/commands/test.js +25 -2
- package/lib/models/command.js +7 -0
- package/lib/models/project.js +17 -1
- package/lib/tasks/install-blueprint.js +5 -0
- package/package.json +8 -8
- package/packages/addon-blueprint/index.js +1 -1
- package/packages/addon-blueprint/package.json +5 -4
- package/packages/app-blueprint/files/.ember-cli +2 -2
- package/packages/app-blueprint/files/package.json +13 -13
- package/packages/app-blueprint/package.json +5 -4
- 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 -12
- package/packages/blueprint-model/package.json +0 -18
- 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,211 +1,134 @@
|
|
|
1
1
|
# ember-cli Changelog
|
|
2
2
|
|
|
3
|
-
## Release (2025-
|
|
3
|
+
## Release (2025-10-15)
|
|
4
4
|
|
|
5
|
-
* ember-cli 6.9.0-
|
|
6
|
-
* @ember-tooling/classic-build-addon-blueprint 6.9.0-
|
|
7
|
-
* @ember-tooling/classic-build-app-blueprint 6.9.0-
|
|
8
|
-
* @ember-tooling/blueprint-blueprint 0.2.0 (minor)
|
|
9
|
-
* @ember-tooling/blueprint-model 0.4.0 (minor)
|
|
5
|
+
* ember-cli 6.9.0-beta.1 (minor)
|
|
6
|
+
* @ember-tooling/classic-build-addon-blueprint 6.9.0-beta.1 (minor)
|
|
7
|
+
* @ember-tooling/classic-build-app-blueprint 6.9.0-beta.1 (minor)
|
|
10
8
|
|
|
11
9
|
#### :rocket: Enhancement
|
|
12
|
-
* `ember-cli`, `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`, `@ember-tooling/blueprint-blueprint`, `@ember-tooling/blueprint-model`
|
|
13
|
-
* [#10808](https://github.com/ember-cli/ember-cli/pull/10808) Prepare 6.8 Beta ([@mansona](https://github.com/mansona))
|
|
14
10
|
* `ember-cli`, `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
|
|
15
|
-
* [#
|
|
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))
|
|
11
|
+
* [#10856](https://github.com/ember-cli/ember-cli/pull/10856) Prepare 6.9 Beta ([@mansona](https://github.com/mansona))
|
|
12
|
+
* [#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))
|
|
20
13
|
|
|
21
14
|
#### :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))
|
|
25
|
-
* `@ember-tooling/blueprint-model`
|
|
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))
|
|
30
15
|
* `ember-cli`
|
|
31
|
-
* [#
|
|
16
|
+
* [#10809](https://github.com/ember-cli/ember-cli/pull/10809) Update RELEASE ([@mansona](https://github.com/mansona))
|
|
17
|
+
* [#10813](https://github.com/ember-cli/ember-cli/pull/10813) Document need for future vite experiment test cleanup ([@ef4](https://github.com/ef4))
|
|
32
18
|
|
|
33
|
-
#### Committers:
|
|
34
|
-
- Boris Petrov ([@boris-petrov](https://github.com/boris-petrov))
|
|
19
|
+
#### Committers: 2
|
|
35
20
|
- Chris Manson ([@mansona](https://github.com/mansona))
|
|
36
21
|
- Edward Faulkner ([@ef4](https://github.com/ef4))
|
|
37
22
|
|
|
38
|
-
## Release (2025-
|
|
23
|
+
## Release (2025-10-14)
|
|
39
24
|
|
|
40
|
-
*
|
|
41
|
-
* @ember-tooling/classic-build-
|
|
42
|
-
* @ember-tooling/blueprint
|
|
43
|
-
* ember-cli 6.8.0-alpha.5 (patch)
|
|
25
|
+
* ember-cli 6.8.0 (minor)
|
|
26
|
+
* @ember-tooling/classic-build-addon-blueprint 6.8.0 (minor)
|
|
27
|
+
* @ember-tooling/classic-build-app-blueprint 6.8.0 (minor)
|
|
44
28
|
|
|
45
29
|
#### :rocket: Enhancement
|
|
46
|
-
* `@ember-tooling/blueprint-
|
|
30
|
+
* `ember-cli`, `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
|
|
31
|
+
* [#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))
|
|
32
|
+
* [#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))
|
|
33
|
+
* [#10808](https://github.com/ember-cli/ember-cli/pull/10808) Prepare 6.8 Beta ([@mansona](https://github.com/mansona))
|
|
34
|
+
* `ember-cli`
|
|
35
|
+
* [#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))
|
|
47
36
|
* [#10802](https://github.com/ember-cli/ember-cli/pull/10802) enable Vite by default ([@mansona](https://github.com/mansona))
|
|
48
|
-
* Other
|
|
49
37
|
* [#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))
|
|
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)
|
|
64
|
-
|
|
65
|
-
#### :bug: Bug Fix
|
|
66
|
-
* `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`, `@ember-tooling/blueprint-blueprint`
|
|
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))
|
|
68
|
-
* `@ember-tooling/classic-build-app-blueprint`
|
|
69
|
-
* [#10798](https://github.com/ember-cli/ember-cli/pull/10798) Add import from ember-data breakage/deprecation ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
|
|
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
38
|
* [#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
39
|
* [#10785](https://github.com/ember-cli/ember-cli/pull/10785) Depracate passing filenames and globs to `init` ([@pichfl](https://github.com/pichfl))
|
|
100
40
|
* [#10776](https://github.com/ember-cli/ember-cli/pull/10776) Add deprecation warning for the `--embroider` argument ([@pichfl](https://github.com/pichfl))
|
|
41
|
+
* `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`, `ember-cli`
|
|
42
|
+
* [#10791](https://github.com/ember-cli/ember-cli/pull/10791) update the format of the ember-cli-update.json ([@mansona](https://github.com/mansona))
|
|
101
43
|
|
|
102
44
|
#### :bug: Bug Fix
|
|
103
|
-
*
|
|
45
|
+
* `ember-cli`
|
|
46
|
+
* [#10846](https://github.com/ember-cli/ember-cli/pull/10846) [beta bugfix] allow build --watch only in EMBROIDER_PREBUILD ([@mansona](https://github.com/mansona))
|
|
47
|
+
* [#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))
|
|
104
48
|
* [#10782](https://github.com/ember-cli/ember-cli/pull/10782) update heimdall-fs-monitor ([@mansona](https://github.com/mansona))
|
|
49
|
+
* `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`, `ember-cli`
|
|
50
|
+
* [#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))
|
|
105
51
|
* `@ember-tooling/classic-build-app-blueprint`
|
|
52
|
+
* [#10798](https://github.com/ember-cli/ember-cli/pull/10798) Add import from ember-data breakage/deprecation ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
|
|
53
|
+
* `@ember-tooling/classic-build-app-blueprint`, `ember-cli`
|
|
106
54
|
* [#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))
|
|
107
55
|
|
|
108
|
-
#### :
|
|
109
|
-
*
|
|
110
|
-
* [#
|
|
111
|
-
* [#
|
|
112
|
-
* [#
|
|
113
|
-
|
|
114
|
-
#### Committers: 3
|
|
115
|
-
- Chris Manson ([@mansona](https://github.com/mansona))
|
|
116
|
-
- Florian Pichler ([@pichfl](https://github.com/pichfl))
|
|
117
|
-
- Isaac Lee ([@ijlee2](https://github.com/ijlee2))
|
|
118
|
-
|
|
119
|
-
## Release (2025-08-02)
|
|
120
|
-
|
|
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)
|
|
124
|
-
|
|
125
|
-
#### :rocket: Enhancement
|
|
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))
|
|
56
|
+
#### :memo: Documentation
|
|
57
|
+
* `ember-cli`
|
|
58
|
+
* [#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))
|
|
59
|
+
* [#10840](https://github.com/ember-cli/ember-cli/pull/10840) [beta] fix help for vite-based projects ([@kategengler](https://github.com/kategengler))
|
|
60
|
+
* [#10835](https://github.com/ember-cli/ember-cli/pull/10835) Update deprecation message for --embroider option ([@kategengler](https://github.com/kategengler))
|
|
130
61
|
|
|
131
62
|
#### :house: Internal
|
|
132
|
-
*
|
|
63
|
+
* `ember-cli`, `@ember-tooling/classic-build-app-blueprint`
|
|
64
|
+
* [#10847](https://github.com/ember-cli/ember-cli/pull/10847) Prepare Beta Release ([@mansona](https://github.com/mansona))
|
|
65
|
+
* [#10825](https://github.com/ember-cli/ember-cli/pull/10825) Prepare Beta Release ([@mansona](https://github.com/mansona))
|
|
66
|
+
* [#10820](https://github.com/ember-cli/ember-cli/pull/10820) Prepare Beta Release ([@mansona](https://github.com/mansona))
|
|
67
|
+
* `ember-cli`
|
|
68
|
+
* [#10845](https://github.com/ember-cli/ember-cli/pull/10845) [beta] update @ember/app-blueprint to latest beta ([@mansona](https://github.com/mansona))
|
|
69
|
+
* [#10833](https://github.com/ember-cli/ember-cli/pull/10833) [bugfix beta] bump the @ember/app-blueprint version ([@mansona](https://github.com/mansona))
|
|
70
|
+
* [#10823](https://github.com/ember-cli/ember-cli/pull/10823) fix incorrect ember-cli-update version in tests ([@mansona](https://github.com/mansona))
|
|
71
|
+
* [#10819](https://github.com/ember-cli/ember-cli/pull/10819) update @ember/app-blueprint beta version ([@mansona](https://github.com/mansona))
|
|
72
|
+
* [#10806](https://github.com/ember-cli/ember-cli/pull/10806) skip build watch tests when vite is enabled ([@mansona](https://github.com/mansona))
|
|
73
|
+
* [#10790](https://github.com/ember-cli/ember-cli/pull/10790) Reorganize tests for `new` and `addon` commands ([@pichfl](https://github.com/pichfl))
|
|
74
|
+
* [#10783](https://github.com/ember-cli/ember-cli/pull/10783) remove unused changelog script ([@mansona](https://github.com/mansona))
|
|
75
|
+
* [#10764](https://github.com/ember-cli/ember-cli/pull/10764) fix double CI run on release-plan PR ([@mansona](https://github.com/mansona))
|
|
76
|
+
* [#10750](https://github.com/ember-cli/ember-cli/pull/10750) Add more notes to the Release.md ([@mansona](https://github.com/mansona))
|
|
77
|
+
* `ember-cli`, `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
|
|
78
|
+
* [#10799](https://github.com/ember-cli/ember-cli/pull/10799) Prepare Alpha Release ([@mansona](https://github.com/mansona))
|
|
79
|
+
* [#10778](https://github.com/ember-cli/ember-cli/pull/10778) Prepare Alpha Release ([@mansona](https://github.com/mansona))
|
|
80
|
+
* [#10756](https://github.com/ember-cli/ember-cli/pull/10756) Prepare Alpha Release ([@mansona](https://github.com/mansona))
|
|
133
81
|
* [#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
82
|
|
|
138
|
-
#### Committers:
|
|
83
|
+
#### Committers: 6
|
|
84
|
+
- Bert De Block ([@bertdeblock](https://github.com/bertdeblock))
|
|
139
85
|
- Chris Manson ([@mansona](https://github.com/mansona))
|
|
140
|
-
- [@
|
|
141
|
-
|
|
142
|
-
|
|
86
|
+
- Florian Pichler ([@pichfl](https://github.com/pichfl))
|
|
87
|
+
- Isaac Lee ([@ijlee2](https://github.com/ijlee2))
|
|
88
|
+
- Katie Gengler ([@kategengler](https://github.com/kategengler))
|
|
89
|
+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
|
|
143
90
|
|
|
144
|
-
|
|
145
|
-
* @ember-tooling/classic-build-app-blueprint 6.7.0-alpha.4 (minor)
|
|
146
|
-
* ember-cli 6.7.0-alpha.4 (patch)
|
|
91
|
+
## Release (2025-10-08)
|
|
147
92
|
|
|
148
|
-
|
|
149
|
-
*
|
|
150
|
-
|
|
93
|
+
* ember-cli 6.7.2 (patch)
|
|
94
|
+
* @ember-tooling/classic-build-addon-blueprint 6.7.1 (patch)
|
|
95
|
+
* @ember-tooling/classic-build-app-blueprint 6.7.2 (patch)
|
|
151
96
|
|
|
152
97
|
#### :bug: Bug Fix
|
|
153
98
|
* `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
|
|
154
|
-
* [#
|
|
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))
|
|
99
|
+
* [#10838](https://github.com/ember-cli/ember-cli/pull/10838) Add package license metadata to match repository ([@davidtaylorhq](https://github.com/davidtaylorhq))
|
|
180
100
|
|
|
181
101
|
#### Committers: 1
|
|
182
|
-
-
|
|
102
|
+
- David Taylor ([@davidtaylorhq](https://github.com/davidtaylorhq))
|
|
183
103
|
|
|
184
|
-
## Release (2025-06
|
|
104
|
+
## Release (2025-10-06)
|
|
185
105
|
|
|
186
|
-
*
|
|
187
|
-
* @ember-tooling/classic-build-app-blueprint 6.7.
|
|
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)
|
|
106
|
+
* ember-cli 6.7.1 (patch)
|
|
107
|
+
* @ember-tooling/classic-build-app-blueprint 6.7.1 (patch)
|
|
191
108
|
|
|
192
|
-
#### :
|
|
193
|
-
*
|
|
194
|
-
* [#
|
|
195
|
-
* `@ember-tooling/classic-build-
|
|
196
|
-
* [#
|
|
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))
|
|
109
|
+
#### :bug: Bug Fix
|
|
110
|
+
* `ember-cli`
|
|
111
|
+
* [#10834](https://github.com/ember-cli/ember-cli/pull/10834) [bugfix release] Fix tests using wrong versions ([@mansona](https://github.com/mansona))
|
|
112
|
+
* `@ember-tooling/classic-build-app-blueprint`
|
|
113
|
+
* [#10824](https://github.com/ember-cli/ember-cli/pull/10824) [bugfix release] fix app-blueprint being considered a blueprint ([@mansona](https://github.com/mansona))
|
|
198
114
|
|
|
199
115
|
#### Committers: 1
|
|
200
116
|
- Chris Manson ([@mansona](https://github.com/mansona))
|
|
201
117
|
|
|
202
|
-
## Release (2025-06
|
|
118
|
+
## Release (2025-09-06)
|
|
203
119
|
|
|
204
|
-
* ember-cli 6.7.0
|
|
120
|
+
* ember-cli 6.7.0 (minor)
|
|
121
|
+
* @ember-tooling/classic-build-addon-blueprint 6.7.0 (minor)
|
|
122
|
+
* @ember-tooling/classic-build-app-blueprint 6.7.0 (minor)
|
|
205
123
|
|
|
206
124
|
#### :rocket: Enhancement
|
|
125
|
+
* `ember-cli`, `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
|
|
126
|
+
* [#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))
|
|
127
|
+
* [#10742](https://github.com/ember-cli/ember-cli/pull/10742) Drop node 18, add node 24 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
|
|
128
|
+
|
|
129
|
+
#### :bug: Bug Fix
|
|
207
130
|
* `ember-cli`
|
|
208
|
-
* [#
|
|
131
|
+
* [#10794](https://github.com/ember-cli/ember-cli/pull/10794) Fix potential NPE ([@boris-petrov](https://github.com/boris-petrov))
|
|
209
132
|
|
|
210
133
|
#### :memo: Documentation
|
|
211
134
|
* `ember-cli`
|
|
@@ -213,20 +136,32 @@
|
|
|
213
136
|
|
|
214
137
|
#### :house: Internal
|
|
215
138
|
* `ember-cli`
|
|
216
|
-
* [#
|
|
217
|
-
* [#
|
|
218
|
-
* [#
|
|
219
|
-
* [#
|
|
139
|
+
* [#10801](https://github.com/ember-cli/ember-cli/pull/10801) update github-changelog ([@mansona](https://github.com/mansona))
|
|
140
|
+
* [#10761](https://github.com/ember-cli/ember-cli/pull/10761) update release-plan ([@mansona](https://github.com/mansona))
|
|
141
|
+
* [#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))
|
|
142
|
+
* [#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))
|
|
143
|
+
* [#10744](https://github.com/ember-cli/ember-cli/pull/10744) run tests on the release-plan PR ([@mansona](https://github.com/mansona))
|
|
144
|
+
* [#10735](https://github.com/ember-cli/ember-cli/pull/10735) remove unnecessary project override ([@mansona](https://github.com/mansona))
|
|
145
|
+
* `ember-cli`, `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
|
|
146
|
+
* [#10800](https://github.com/ember-cli/ember-cli/pull/10800) fix release-plan for stable release ([@mansona](https://github.com/mansona))
|
|
147
|
+
* [#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))
|
|
148
|
+
* [#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))
|
|
149
|
+
* `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`, `ember-cli`
|
|
150
|
+
* [#10738](https://github.com/ember-cli/ember-cli/pull/10738) add a repository for each of the packages ([@mansona](https://github.com/mansona))
|
|
220
151
|
|
|
221
|
-
#### Committers:
|
|
152
|
+
#### Committers: 3
|
|
153
|
+
- Boris Petrov ([@boris-petrov](https://github.com/boris-petrov))
|
|
222
154
|
- Chris Manson ([@mansona](https://github.com/mansona))
|
|
155
|
+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
|
|
223
156
|
|
|
224
|
-
## Release (2025-
|
|
157
|
+
## Release (2025-07-29)
|
|
225
158
|
|
|
226
|
-
* ember-cli 6.6.0
|
|
159
|
+
* ember-cli 6.6.0 (minor)
|
|
227
160
|
|
|
228
161
|
#### :rocket: Enhancement
|
|
229
162
|
* `ember-cli`
|
|
163
|
+
* [#10749](https://github.com/ember-cli/ember-cli/pull/10749) Update all dependencies for 6.6 release ([@mansona](https://github.com/mansona))
|
|
164
|
+
* [#10751](https://github.com/ember-cli/ember-cli/pull/10751) [BETA BACKPORT] Backport drop node 18 ([@mansona](https://github.com/mansona))
|
|
230
165
|
* [#10701](https://github.com/ember-cli/ember-cli/pull/10701) [ENHANCEMENT] Support Bun ([@hexadecy](https://github.com/hexadecy))
|
|
231
166
|
* [#10664](https://github.com/ember-cli/ember-cli/pull/10664) [ENHANCEMENT] Remove ember-fetch ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
|
|
232
167
|
|
|
@@ -237,8 +172,6 @@
|
|
|
237
172
|
|
|
238
173
|
#### :house: Internal
|
|
239
174
|
* `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))
|
|
242
175
|
* [#10699](https://github.com/ember-cli/ember-cli/pull/10699) Start using release-plan for releasing ember-cli ([@mansona](https://github.com/mansona))
|
|
243
176
|
* [#10670](https://github.com/ember-cli/ember-cli/pull/10670) testing: don't generate temp directories in the repo ([@mansona](https://github.com/mansona))
|
|
244
177
|
|
package/RELEASE.md
CHANGED
|
@@ -16,6 +16,7 @@ During the release week each of the versions are effectively "promoted" i.e. the
|
|
|
16
16
|
|
|
17
17
|
The release process during release week should look like this:
|
|
18
18
|
|
|
19
|
+
- Make sure that `@ember/app-blueprint` is released before starting any of these steps
|
|
19
20
|
- Merge any outstanding `Prepare Alpha Release` branches
|
|
20
21
|
- Do an intial stable release from the `release` branch
|
|
21
22
|
- Merge `release` into `beta`
|
|
@@ -23,7 +24,7 @@ The release process during release week should look like this:
|
|
|
23
24
|
- Merge `beta` into `master`
|
|
24
25
|
- Do an `alpha` release
|
|
25
26
|
|
|
26
|
-
###
|
|
27
|
+
### Merge any outstanding `Prepare Alpha Release` branches
|
|
27
28
|
|
|
28
29
|
This makes sure that you are starting from a "clean slate" before doing any other releases. This will make each of the following steps easier to follow.
|
|
29
30
|
|
|
@@ -38,19 +39,20 @@ You can use [this saved search](https://github.com/ember-cli/ember-cli/pulls?q=i
|
|
|
38
39
|
- Merge `origin/beta` into the release branch
|
|
39
40
|
- `git merge origin/beta --no-ff`
|
|
40
41
|
- **make sure to not update the .release-plan file** this should only ever be changed by the release-plan github scripts
|
|
41
|
-
- **make sure to not update the .github/workflows/plan-release.yml file** this should still plan a stable release
|
|
42
|
-
- **make sure to not update the .github/workflows/publish.yml file** this should still publish a stable release
|
|
42
|
+
- **make sure to not update the .github/workflows/plan-stable-release.yml file** this should still plan a stable release
|
|
43
|
+
- **make sure to not update the .github/workflows/publish-stable.yml file** this should still publish a stable release
|
|
43
44
|
- **make sure to not update the CHANGELOG.md file** so as not to include the beta or alpha changelogs in the next release
|
|
44
45
|
- make sure to not update the version in the package.json during this step, this will be release-plan's job
|
|
46
|
+
- make sure to not update the version in the `packages/app-blueprint/package.json`, or `packages/addon-blueprint/package.json` files during this step, this will be release-plan's job
|
|
45
47
|
- make sure to not add the `release-plan` config section to the package.json during this step. We are releasing a real release so we don't want to configure release-plan to do a pre-release.
|
|
46
|
-
- Update blueprint dependencies to latest
|
|
48
|
+
- Update blueprint dependencies to latest. Note: ember-data needs to be updated only in the alpha version from now on, make sure to only update to the release version of what was in the beta.
|
|
47
49
|
|
|
48
50
|
```
|
|
49
|
-
node ./dev/update-blueprint-dependencies.js --ember-source=latest --ember-data
|
|
51
|
+
node ./dev/update-blueprint-dependencies.js --ember-source=latest --ember-data=<whatever version was in the beta>
|
|
50
52
|
```
|
|
51
53
|
|
|
52
54
|
- commit this update `git commit -am "update blueprint dependencies to latest"`
|
|
53
|
-
- push and open a PR targeting `release` with a PR title like `
|
|
55
|
+
- push and open a PR targeting `release` with a PR title like `Promote Beta and update all dependencies for 6.4 release`
|
|
54
56
|
- mark this PR as an `enhancement` if it is a minor release
|
|
55
57
|
- check that everything is ok (i.e. that CI has run correctly and that you have the changes you expect)
|
|
56
58
|
- merge branch
|
|
@@ -64,26 +66,30 @@ You can use [this saved search](https://github.com/ember-cli/ember-cli/pulls?q=i
|
|
|
64
66
|
- create a new branch to merge `release` into `beta` e.g. `git checkout --no-track -b merge-release origin/beta`
|
|
65
67
|
- merge release into this new branch e.g. `git merge origin/release --no-ff`
|
|
66
68
|
- **make sure to not update the .release-plan file** this should only ever be changed by the release-plan github scripts
|
|
67
|
-
- **make sure to not update any .github/workflows/plan-release.yml file** this should still plan a beta release
|
|
68
|
-
- **make sure to not update any .github/workflows/publish.yml file** this should still publish a beta release
|
|
69
|
+
- **make sure to not update any .github/workflows/plan-beta-release.yml file** this should still plan a beta release
|
|
70
|
+
- **make sure to not update any .github/workflows/publish-beta.yml file** this should still publish a beta release
|
|
69
71
|
- make sure to not update the version in the package.json during this step, that step comes later
|
|
70
72
|
- make sure to not remove the `release-plan` config section to the `package.json`, `packages/addon-blueprint/package.json`, or `packages/app-blueprint/package.json`, during this step.
|
|
71
73
|
- merge master into this new branch too e.g. `git merge origin/master --no-ff`
|
|
72
74
|
- **make sure to not update the .release-plan file** this should only ever be changed by the release-plan github scripts
|
|
73
75
|
- **make sure to not update the CHANGELOG.md file** in this step. It should match the changelog on `origin/release` at this stage.
|
|
76
|
+
- make sure not to update the `release-plan` config in `package.json`, `packages/addon-blueprint/package.json`, or `packages/app-blueprint/package.json`
|
|
77
|
+
- commit the merge `git commit -am "merge master into beta"`
|
|
78
|
+
- update the versions in package.jsons
|
|
74
79
|
- update the alpha version in package.json to be a beta i.e. if the incoming merge is `"version": "6.6.0-alpha.3",` update it to `"version": "6.6.0-beta.0",`
|
|
75
80
|
- update the alpha version in `packages/addon-blueprint/package.json` to be a beta
|
|
76
81
|
- update the alpha version in `packages/app-blueprint/package.json` to be a beta
|
|
77
|
-
- make sure not to update the `release-plan` config in `package.json`, `packages/addon-blueprint/package.json`, or `packages/app-blueprint/package.json`
|
|
78
82
|
- update the `ember-cli` reference in `packages/app-blueprint/files/package.json` to be the same as the version you just put in the top level package.json
|
|
83
|
+
- commit the version changes `git commit -am "update versions"`
|
|
79
84
|
- Update blueprint dependencies to beta
|
|
80
85
|
|
|
81
86
|
```
|
|
82
87
|
node ./dev/update-blueprint-dependencies.js --ember-source=beta --ember-data=beta
|
|
83
88
|
```
|
|
84
89
|
|
|
90
|
+
- update the @ember/app-blueprint dependency `pnpm i -w @ember/app-blueprint@beta`
|
|
91
|
+
- manually add a `~` back into the `@ember/app-blueprint` dependency in the root package.json
|
|
85
92
|
- commit this update `git commit -am "update blueprint dependencies to beta"`
|
|
86
|
-
- **TODO**: document how to update @ember/app-blueprint dependency
|
|
87
93
|
- push and open a PR targeting `beta` with a PR title like `Prepare 6.5-beta`
|
|
88
94
|
- mark this PR as an `enchancement` if the next beta is a minor release
|
|
89
95
|
- check that everything is ok i.e. CI passes
|
|
@@ -104,7 +110,8 @@ You can use [this saved search](https://github.com/ember-cli/ember-cli/pulls?q=i
|
|
|
104
110
|
- **make sure to not update any .github/workflows/plan-release.yml file** this should still plan a beta release
|
|
105
111
|
- **make sure to not update any .github/workflows/publish.yml file** this should still publish a beta release
|
|
106
112
|
- **make sure to not update the CHANGELOG.md file** in this step.
|
|
107
|
-
-
|
|
113
|
+
- commit this merge
|
|
114
|
+
- manually update the version in `package.json` to be the next alpha.
|
|
108
115
|
- e.g. if the current alpha is `"version": "6.6.0-alpha.3",` update it to be `"version": "6.7.0-alpha.0",`
|
|
109
116
|
- manually update the alpha version in `packages/addon-blueprint/package.json` to be the same alpha
|
|
110
117
|
- manually update the alpha version in `packages/app-blueprint/package.json` to be the same alpha
|
|
@@ -112,11 +119,11 @@ You can use [this saved search](https://github.com/ember-cli/ember-cli/pulls?q=i
|
|
|
112
119
|
- Update blueprint dependencies to alpha
|
|
113
120
|
|
|
114
121
|
```
|
|
115
|
-
node ./dev/update-blueprint-dependencies.js --ember-source=alpha --ember-data=
|
|
122
|
+
node ./dev/update-blueprint-dependencies.js --ember-source=alpha --ember-data=latest
|
|
116
123
|
```
|
|
117
124
|
|
|
125
|
+
- update the @ember/app-blueprint dependency `pnpm i -w @ember/app-blueprint@alpha`
|
|
118
126
|
- commit this update `git commit -am "update blueprint dependencies to alpha"`
|
|
119
|
-
- **TODO**: document how to update @ember/app-blueprint dependency
|
|
120
127
|
- push and open a PR targeting `master` with a PR title like `Prepare 6.6-alpha`
|
|
121
128
|
- mark this PR as an `enchancement` if the next alpha is a minor release
|
|
122
129
|
- check that everything is ok i.e. CI passes
|
|
@@ -2,9 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
const Blueprint = require('../../lib/models/blueprint');
|
|
4
4
|
const isPackageMissing = require('ember-cli-is-package-missing');
|
|
5
|
+
const SilentError = require('silent-error');
|
|
5
6
|
|
|
6
7
|
module.exports = {
|
|
7
|
-
description: 'Generates a mock api endpoint in /api prefix.',
|
|
8
|
+
description: '[Classic Only] Generates a mock api endpoint in /api prefix.',
|
|
8
9
|
|
|
9
10
|
anonymousOptions: ['endpoint-path'],
|
|
10
11
|
|
|
@@ -15,6 +16,10 @@ module.exports = {
|
|
|
15
16
|
},
|
|
16
17
|
|
|
17
18
|
beforeInstall(options) {
|
|
19
|
+
if (this.project.isViteProject()) {
|
|
20
|
+
throw new SilentError('The http-mock blueprint is not supported in Vite projects.');
|
|
21
|
+
}
|
|
22
|
+
|
|
18
23
|
let serverBlueprint = Blueprint.lookup('server', {
|
|
19
24
|
ui: this.ui,
|
|
20
25
|
project: this.project,
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
const Blueprint = require('../../lib/models/blueprint');
|
|
4
|
+
const SilentError = require('silent-error');
|
|
4
5
|
|
|
5
6
|
module.exports = {
|
|
6
|
-
description: 'Generates a relative proxy to another server.',
|
|
7
|
+
description: '[Classic Only] Generates a relative proxy to another server.',
|
|
7
8
|
|
|
8
9
|
anonymousOptions: ['local-path', 'remote-url'],
|
|
9
10
|
|
|
@@ -16,6 +17,10 @@ module.exports = {
|
|
|
16
17
|
},
|
|
17
18
|
|
|
18
19
|
beforeInstall(options) {
|
|
20
|
+
if (this.project.isViteProject()) {
|
|
21
|
+
throw new SilentError('The http-proxy blueprint is not supported in Vite projects.');
|
|
22
|
+
}
|
|
23
|
+
|
|
19
24
|
let serverBlueprint = Blueprint.lookup('server', {
|
|
20
25
|
ui: this.ui,
|
|
21
26
|
project: this.project,
|
|
@@ -1,12 +1,19 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
const isPackageMissing = require('ember-cli-is-package-missing');
|
|
4
|
+
const SilentError = require('silent-error');
|
|
4
5
|
|
|
5
6
|
module.exports = {
|
|
6
|
-
description: 'Generates a server directory for mocks and proxies.',
|
|
7
|
+
description: '[Classic Only] Generates a server directory for mocks and proxies.',
|
|
7
8
|
|
|
8
9
|
normalizeEntityName() {},
|
|
9
10
|
|
|
11
|
+
beforeInstall() {
|
|
12
|
+
if (this.project.isViteProject()) {
|
|
13
|
+
throw new SilentError('The server blueprint is not supported in Vite projects.');
|
|
14
|
+
}
|
|
15
|
+
},
|
|
16
|
+
|
|
10
17
|
afterInstall(options) {
|
|
11
18
|
let isMorganMissing = isPackageMissing(this, 'morgan');
|
|
12
19
|
let isGlobMissing = isPackageMissing(this, 'glob');
|