ember-cli 6.8.0-alpha.5 → 6.8.0-beta.2
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 +78 -150
- package/docs/build/data.json +1 -1
- package/lib/tasks/server/middleware/proxy-server/index.js +1 -1
- package/package.json +8 -8
- package/packages/addon-blueprint/package.json +3 -3
- package/packages/app-blueprint/files/package.json +27 -27
- 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/pnpm-workspace.yaml +1 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,176 +1,94 @@
|
|
|
1
1
|
# ember-cli Changelog
|
|
2
2
|
|
|
3
|
-
## Release (2025-
|
|
3
|
+
## Release (2025-10-02)
|
|
4
4
|
|
|
5
|
-
*
|
|
6
|
-
* @ember-tooling/classic-build-app-blueprint 6.8.0-alpha.5 (patch)
|
|
7
|
-
* @ember-tooling/blueprint-model 0.2.0 (minor)
|
|
8
|
-
* ember-cli 6.8.0-alpha.5 (patch)
|
|
9
|
-
|
|
10
|
-
#### :rocket: Enhancement
|
|
11
|
-
* `@ember-tooling/blueprint-model`
|
|
12
|
-
* [#10802](https://github.com/ember-cli/ember-cli/pull/10802) enable Vite by default ([@mansona](https://github.com/mansona))
|
|
13
|
-
* Other
|
|
14
|
-
* [#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))
|
|
5
|
+
* ember-cli 6.8.0-beta.2 (patch)
|
|
15
6
|
|
|
16
7
|
#### :house: Internal
|
|
17
|
-
*
|
|
8
|
+
* `ember-cli`
|
|
9
|
+
* [#10823](https://github.com/ember-cli/ember-cli/pull/10823) fix incorrect ember-cli-update version in tests ([@mansona](https://github.com/mansona))
|
|
10
|
+
* [#10819](https://github.com/ember-cli/ember-cli/pull/10819) update @ember/app-blueprint beta version ([@mansona](https://github.com/mansona))
|
|
18
11
|
|
|
19
|
-
#### Committers:
|
|
20
|
-
- Bert De Block ([@bertdeblock](https://github.com/bertdeblock))
|
|
12
|
+
#### Committers: 1
|
|
21
13
|
- Chris Manson ([@mansona](https://github.com/mansona))
|
|
22
14
|
|
|
23
|
-
## Release (2025-09-
|
|
24
|
-
|
|
25
|
-
* @ember-tooling/classic-build-addon-blueprint 6.8.0-alpha.4 (patch)
|
|
26
|
-
* @ember-tooling/classic-build-app-blueprint 6.8.0-alpha.4 (patch)
|
|
27
|
-
* @ember-tooling/blueprint-blueprint 0.0.3 (patch)
|
|
28
|
-
* ember-cli 6.8.0-alpha.4 (patch)
|
|
29
|
-
|
|
30
|
-
#### :bug: Bug Fix
|
|
31
|
-
* `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`, `@ember-tooling/blueprint-blueprint`
|
|
32
|
-
* [#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))
|
|
33
|
-
* `@ember-tooling/classic-build-app-blueprint`
|
|
34
|
-
* [#10798](https://github.com/ember-cli/ember-cli/pull/10798) Add import from ember-data breakage/deprecation ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
|
|
35
|
-
|
|
36
|
-
#### Committers: 2
|
|
37
|
-
- Florian Pichler ([@pichfl](https://github.com/pichfl))
|
|
38
|
-
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
|
|
39
|
-
|
|
40
|
-
## Release (2025-09-05)
|
|
15
|
+
## Release (2025-09-10)
|
|
41
16
|
|
|
42
|
-
*
|
|
43
|
-
* @ember-tooling/classic-build-
|
|
44
|
-
* @ember-tooling/blueprint
|
|
45
|
-
* ember-
|
|
17
|
+
* ember-cli 6.8.0-beta.1 (minor)
|
|
18
|
+
* @ember-tooling/classic-build-addon-blueprint 6.8.0-beta.1 (minor)
|
|
19
|
+
* @ember-tooling/classic-build-app-blueprint 6.8.0-beta.1 (minor)
|
|
20
|
+
* @ember-tooling/blueprint-blueprint 0.1.0 (minor)
|
|
21
|
+
* @ember-tooling/blueprint-model 0.3.0 (minor)
|
|
46
22
|
|
|
47
23
|
#### :rocket: Enhancement
|
|
24
|
+
* `ember-cli`, `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`, `@ember-tooling/blueprint-blueprint`, `@ember-tooling/blueprint-model`
|
|
25
|
+
* [#10808](https://github.com/ember-cli/ember-cli/pull/10808) Prepare 6.8 Beta ([@mansona](https://github.com/mansona))
|
|
48
26
|
* `@ember-tooling/blueprint-model`
|
|
49
|
-
* [#
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
- Florian Pichler ([@pichfl](https://github.com/pichfl))
|
|
53
|
-
|
|
54
|
-
## Release (2025-09-01)
|
|
55
|
-
|
|
56
|
-
* @ember-tooling/classic-build-addon-blueprint 6.8.0-alpha.2 (minor)
|
|
57
|
-
* @ember-tooling/classic-build-app-blueprint 6.8.0-alpha.2 (minor)
|
|
58
|
-
* ember-cli 6.8.0-alpha.2 (patch)
|
|
59
|
-
|
|
60
|
-
#### :rocket: Enhancement
|
|
61
|
-
* `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
|
|
62
|
-
* [#10791](https://github.com/ember-cli/ember-cli/pull/10791) update the format of the ember-cli-update.json ([@mansona](https://github.com/mansona))
|
|
63
|
-
* Other
|
|
27
|
+
* [#10802](https://github.com/ember-cli/ember-cli/pull/10802) enable Vite by default ([@mansona](https://github.com/mansona))
|
|
28
|
+
* `ember-cli`
|
|
29
|
+
* [#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))
|
|
64
30
|
* [#10785](https://github.com/ember-cli/ember-cli/pull/10785) Depracate passing filenames and globs to `init` ([@pichfl](https://github.com/pichfl))
|
|
65
31
|
* [#10776](https://github.com/ember-cli/ember-cli/pull/10776) Add deprecation warning for the `--embroider` argument ([@pichfl](https://github.com/pichfl))
|
|
32
|
+
* `ember-cli`, `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
|
|
33
|
+
* [#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))
|
|
34
|
+
* `ember-cli`, `@ember-tooling/blueprint-model`
|
|
35
|
+
* [#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))
|
|
36
|
+
* `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`, `ember-cli`
|
|
37
|
+
* [#10791](https://github.com/ember-cli/ember-cli/pull/10791) update the format of the ember-cli-update.json ([@mansona](https://github.com/mansona))
|
|
66
38
|
|
|
67
39
|
#### :bug: Bug Fix
|
|
68
|
-
*
|
|
69
|
-
* [#
|
|
40
|
+
* `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`, `@ember-tooling/blueprint-blueprint`
|
|
41
|
+
* [#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))
|
|
70
42
|
* `@ember-tooling/classic-build-app-blueprint`
|
|
43
|
+
* [#10798](https://github.com/ember-cli/ember-cli/pull/10798) Add import from ember-data breakage/deprecation ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
|
|
44
|
+
* `ember-cli`
|
|
45
|
+
* [#10794](https://github.com/ember-cli/ember-cli/pull/10794) Fix potential NPE ([@boris-petrov](https://github.com/boris-petrov))
|
|
46
|
+
* [#10782](https://github.com/ember-cli/ember-cli/pull/10782) update heimdall-fs-monitor ([@mansona](https://github.com/mansona))
|
|
47
|
+
* `@ember-tooling/classic-build-app-blueprint`, `ember-cli`
|
|
71
48
|
* [#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))
|
|
72
49
|
|
|
73
50
|
#### :house: Internal
|
|
74
|
-
*
|
|
75
|
-
* [#
|
|
76
|
-
* [#
|
|
77
|
-
*
|
|
51
|
+
* `ember-cli`, `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`, `@ember-tooling/blueprint-model`
|
|
52
|
+
* [#10807](https://github.com/ember-cli/ember-cli/pull/10807) Prepare Alpha Release ([@mansona](https://github.com/mansona))
|
|
53
|
+
* [#10795](https://github.com/ember-cli/ember-cli/pull/10795) Prepare Alpha Release ([@mansona](https://github.com/mansona))
|
|
54
|
+
* `ember-cli`
|
|
55
|
+
* [#10806](https://github.com/ember-cli/ember-cli/pull/10806) skip build watch tests when vite is enabled ([@mansona](https://github.com/mansona))
|
|
56
|
+
* [#10801](https://github.com/ember-cli/ember-cli/pull/10801) update github-changelog ([@mansona](https://github.com/mansona))
|
|
57
|
+
* [#10790](https://github.com/ember-cli/ember-cli/pull/10790) Reorganize tests for `new` and `addon` commands ([@pichfl](https://github.com/pichfl))
|
|
58
|
+
* [#10783](https://github.com/ember-cli/ember-cli/pull/10783) remove unused changelog script ([@mansona](https://github.com/mansona))
|
|
59
|
+
* [#10764](https://github.com/ember-cli/ember-cli/pull/10764) fix double CI run on release-plan PR ([@mansona](https://github.com/mansona))
|
|
60
|
+
* [#10750](https://github.com/ember-cli/ember-cli/pull/10750) Add more notes to the Release.md ([@mansona](https://github.com/mansona))
|
|
61
|
+
* `ember-cli`, `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`, `@ember-tooling/blueprint-blueprint`
|
|
62
|
+
* [#10799](https://github.com/ember-cli/ember-cli/pull/10799) Prepare Alpha Release ([@mansona](https://github.com/mansona))
|
|
63
|
+
* `ember-cli`, `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
|
|
64
|
+
* [#10797](https://github.com/ember-cli/ember-cli/pull/10797) Prepare Stable Release ([@mansona](https://github.com/mansona))
|
|
65
|
+
* [#10800](https://github.com/ember-cli/ember-cli/pull/10800) fix release-plan for stable release ([@mansona](https://github.com/mansona))
|
|
66
|
+
* [#10778](https://github.com/ember-cli/ember-cli/pull/10778) Prepare Alpha Release ([@mansona](https://github.com/mansona))
|
|
67
|
+
* [#10756](https://github.com/ember-cli/ember-cli/pull/10756) Prepare Alpha Release ([@mansona](https://github.com/mansona))
|
|
68
|
+
* [#10763](https://github.com/ember-cli/ember-cli/pull/10763) Prepare 6.8-alpha ([@mansona](https://github.com/mansona))
|
|
78
69
|
|
|
79
|
-
#### Committers:
|
|
70
|
+
#### Committers: 6
|
|
71
|
+
- Bert De Block ([@bertdeblock](https://github.com/bertdeblock))
|
|
72
|
+
- Boris Petrov ([@boris-petrov](https://github.com/boris-petrov))
|
|
80
73
|
- Chris Manson ([@mansona](https://github.com/mansona))
|
|
81
74
|
- Florian Pichler ([@pichfl](https://github.com/pichfl))
|
|
82
75
|
- Isaac Lee ([@ijlee2](https://github.com/ijlee2))
|
|
76
|
+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
|
|
83
77
|
|
|
84
|
-
## Release (2025-
|
|
85
|
-
|
|
86
|
-
* @ember-tooling/classic-build-addon-blueprint 6.8.0-alpha.1 (minor)
|
|
87
|
-
* @ember-tooling/classic-build-app-blueprint 6.8.0-alpha.1 (minor)
|
|
88
|
-
* ember-cli 6.8.0-alpha.1 (patch)
|
|
89
|
-
|
|
90
|
-
#### :rocket: Enhancement
|
|
91
|
-
* `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
|
|
92
|
-
* [#10755](https://github.com/ember-cli/ember-cli/pull/10755) Prepare 6.7-beta ([@mansona](https://github.com/mansona))
|
|
93
|
-
* Other
|
|
94
|
-
* [#10751](https://github.com/ember-cli/ember-cli/pull/10751) [BETA BACKPORT] Backport drop node 18 ([@mansona](https://github.com/mansona))
|
|
95
|
-
|
|
96
|
-
#### :house: Internal
|
|
97
|
-
* `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
|
|
98
|
-
* [#10763](https://github.com/ember-cli/ember-cli/pull/10763) Prepare 6.8-alpha ([@mansona](https://github.com/mansona))
|
|
99
|
-
* [#10754](https://github.com/ember-cli/ember-cli/pull/10754) Prepare Beta Release ([@github-actions[bot]](https://github.com/apps/github-actions))
|
|
100
|
-
* Other
|
|
101
|
-
* [#10761](https://github.com/ember-cli/ember-cli/pull/10761) update release-plan ([@mansona](https://github.com/mansona))
|
|
102
|
-
|
|
103
|
-
#### Committers: 2
|
|
104
|
-
- Chris Manson ([@mansona](https://github.com/mansona))
|
|
105
|
-
- [@github-actions[bot]](https://github.com/apps/github-actions)
|
|
106
|
-
|
|
107
|
-
## Release (2025-07-26)
|
|
78
|
+
## Release (2025-09-06)
|
|
108
79
|
|
|
109
|
-
*
|
|
110
|
-
* @ember-tooling/classic-build-
|
|
111
|
-
* ember-
|
|
80
|
+
* ember-cli 6.7.0 (minor)
|
|
81
|
+
* @ember-tooling/classic-build-addon-blueprint 6.7.0 (minor)
|
|
82
|
+
* @ember-tooling/classic-build-app-blueprint 6.7.0 (minor)
|
|
112
83
|
|
|
113
84
|
#### :rocket: Enhancement
|
|
114
|
-
* `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
|
|
85
|
+
* `ember-cli`, `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
|
|
86
|
+
* [#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))
|
|
115
87
|
* [#10742](https://github.com/ember-cli/ember-cli/pull/10742) Drop node 18, add node 24 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
|
|
116
88
|
|
|
117
89
|
#### :bug: Bug Fix
|
|
118
|
-
* `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
|
|
119
|
-
* [#10742](https://github.com/ember-cli/ember-cli/pull/10742) Drop node 18, add node 24 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
|
|
120
|
-
|
|
121
|
-
#### :memo: Documentation
|
|
122
|
-
* `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
|
|
123
|
-
* [#10742](https://github.com/ember-cli/ember-cli/pull/10742) Drop node 18, add node 24 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
|
|
124
|
-
|
|
125
|
-
#### :house: Internal
|
|
126
|
-
* [#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))
|
|
127
|
-
* [#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))
|
|
128
|
-
* [#10744](https://github.com/ember-cli/ember-cli/pull/10744) run tests on the release-plan PR ([@mansona](https://github.com/mansona))
|
|
129
|
-
|
|
130
|
-
#### Committers: 2
|
|
131
|
-
- Chris Manson ([@mansona](https://github.com/mansona))
|
|
132
|
-
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
|
|
133
|
-
|
|
134
|
-
## Release (2025-06-30)
|
|
135
|
-
|
|
136
|
-
* @ember-tooling/classic-build-addon-blueprint 6.7.0-alpha.3 (patch)
|
|
137
|
-
* @ember-tooling/classic-build-app-blueprint 6.7.0-alpha.3 (patch)
|
|
138
|
-
* @ember-tooling/blueprint-blueprint 0.0.2 (patch)
|
|
139
|
-
* @ember-tooling/blueprint-model 0.0.2 (patch)
|
|
140
|
-
* ember-cli 6.7.0-alpha.3 (patch)
|
|
141
|
-
|
|
142
|
-
#### :house: Internal
|
|
143
|
-
* `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`, `@ember-tooling/blueprint-blueprint`, `@ember-tooling/blueprint-model`
|
|
144
|
-
* [#10738](https://github.com/ember-cli/ember-cli/pull/10738) add a repository for each of the packages ([@mansona](https://github.com/mansona))
|
|
145
|
-
|
|
146
|
-
#### Committers: 1
|
|
147
|
-
- Chris Manson ([@mansona](https://github.com/mansona))
|
|
148
|
-
|
|
149
|
-
## Release (2025-06-30)
|
|
150
|
-
|
|
151
|
-
* @ember-tooling/classic-build-addon-blueprint 6.7.0-alpha.2 (patch)
|
|
152
|
-
* @ember-tooling/classic-build-app-blueprint 6.7.0-alpha.2 (patch)
|
|
153
|
-
* @ember-tooling/blueprint-blueprint 0.0.1 (patch)
|
|
154
|
-
* @ember-tooling/blueprint-model 0.0.1 (patch)
|
|
155
|
-
* ember-cli 6.7.0-alpha.2 (patch)
|
|
156
|
-
|
|
157
|
-
#### :house: Internal
|
|
158
|
-
* Other
|
|
159
|
-
* [#10735](https://github.com/ember-cli/ember-cli/pull/10735) remove unnecessary project override ([@mansona](https://github.com/mansona))
|
|
160
|
-
* `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`, `@ember-tooling/blueprint-blueprint`, `@ember-tooling/blueprint-model`
|
|
161
|
-
* [#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))
|
|
162
|
-
* [#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))
|
|
163
|
-
|
|
164
|
-
#### Committers: 1
|
|
165
|
-
- Chris Manson ([@mansona](https://github.com/mansona))
|
|
166
|
-
|
|
167
|
-
## Release (2025-06-16)
|
|
168
|
-
|
|
169
|
-
* ember-cli 6.7.0-alpha.1 (minor)
|
|
170
|
-
|
|
171
|
-
#### :rocket: Enhancement
|
|
172
90
|
* `ember-cli`
|
|
173
|
-
* [#
|
|
91
|
+
* [#10794](https://github.com/ember-cli/ember-cli/pull/10794) Fix potential NPE ([@boris-petrov](https://github.com/boris-petrov))
|
|
174
92
|
|
|
175
93
|
#### :memo: Documentation
|
|
176
94
|
* `ember-cli`
|
|
@@ -178,20 +96,32 @@
|
|
|
178
96
|
|
|
179
97
|
#### :house: Internal
|
|
180
98
|
* `ember-cli`
|
|
181
|
-
* [#
|
|
182
|
-
* [#
|
|
183
|
-
* [#
|
|
184
|
-
* [#
|
|
99
|
+
* [#10801](https://github.com/ember-cli/ember-cli/pull/10801) update github-changelog ([@mansona](https://github.com/mansona))
|
|
100
|
+
* [#10761](https://github.com/ember-cli/ember-cli/pull/10761) update release-plan ([@mansona](https://github.com/mansona))
|
|
101
|
+
* [#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))
|
|
102
|
+
* [#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))
|
|
103
|
+
* [#10744](https://github.com/ember-cli/ember-cli/pull/10744) run tests on the release-plan PR ([@mansona](https://github.com/mansona))
|
|
104
|
+
* [#10735](https://github.com/ember-cli/ember-cli/pull/10735) remove unnecessary project override ([@mansona](https://github.com/mansona))
|
|
105
|
+
* `ember-cli`, `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
|
|
106
|
+
* [#10800](https://github.com/ember-cli/ember-cli/pull/10800) fix release-plan for stable release ([@mansona](https://github.com/mansona))
|
|
107
|
+
* [#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))
|
|
108
|
+
* [#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
|
+
* `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`, `ember-cli`
|
|
110
|
+
* [#10738](https://github.com/ember-cli/ember-cli/pull/10738) add a repository for each of the packages ([@mansona](https://github.com/mansona))
|
|
185
111
|
|
|
186
|
-
#### Committers:
|
|
112
|
+
#### Committers: 3
|
|
113
|
+
- Boris Petrov ([@boris-petrov](https://github.com/boris-petrov))
|
|
187
114
|
- Chris Manson ([@mansona](https://github.com/mansona))
|
|
115
|
+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
|
|
188
116
|
|
|
189
|
-
## Release (2025-
|
|
117
|
+
## Release (2025-07-29)
|
|
190
118
|
|
|
191
|
-
* ember-cli 6.6.0
|
|
119
|
+
* ember-cli 6.6.0 (minor)
|
|
192
120
|
|
|
193
121
|
#### :rocket: Enhancement
|
|
194
122
|
* `ember-cli`
|
|
123
|
+
* [#10749](https://github.com/ember-cli/ember-cli/pull/10749) Update all dependencies for 6.6 release ([@mansona](https://github.com/mansona))
|
|
124
|
+
* [#10751](https://github.com/ember-cli/ember-cli/pull/10751) [BETA BACKPORT] Backport drop node 18 ([@mansona](https://github.com/mansona))
|
|
195
125
|
* [#10701](https://github.com/ember-cli/ember-cli/pull/10701) [ENHANCEMENT] Support Bun ([@hexadecy](https://github.com/hexadecy))
|
|
196
126
|
* [#10664](https://github.com/ember-cli/ember-cli/pull/10664) [ENHANCEMENT] Remove ember-fetch ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
|
|
197
127
|
|
|
@@ -202,8 +132,6 @@
|
|
|
202
132
|
|
|
203
133
|
#### :house: Internal
|
|
204
134
|
* `ember-cli`
|
|
205
|
-
* [#10728](https://github.com/ember-cli/ember-cli/pull/10728) Prepare Beta 6.6.0 ([@mansona](https://github.com/mansona))
|
|
206
|
-
* [#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))
|
|
207
135
|
* [#10699](https://github.com/ember-cli/ember-cli/pull/10699) Start using release-plan for releasing ember-cli ([@mansona](https://github.com/mansona))
|
|
208
136
|
* [#10670](https://github.com/ember-cli/ember-cli/pull/10670) testing: don't generate temp directories in the repo ([@mansona](https://github.com/mansona))
|
|
209
137
|
|
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.8.0-
|
|
6
|
+
"version": "6.8.0-beta.2-beta-229916f121"
|
|
7
7
|
},
|
|
8
8
|
"files": {
|
|
9
9
|
"lib/broccoli/default-packager.js": {
|
|
@@ -29,7 +29,7 @@ class ProxyServerAddon {
|
|
|
29
29
|
proxy.on('error', (e, req, res) => {
|
|
30
30
|
options.ui.writeLine(`Error proxying to ${options.proxy}`);
|
|
31
31
|
options.ui.writeError(e);
|
|
32
|
-
if (typeof res
|
|
32
|
+
if (typeof res?.status === 'function') {
|
|
33
33
|
res.status(502);
|
|
34
34
|
res.end();
|
|
35
35
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ember-cli",
|
|
3
|
-
"version": "6.8.0-
|
|
3
|
+
"version": "6.8.0-beta.2",
|
|
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": "beta",
|
|
35
|
+
"publishTag": "beta"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@ember/app-blueprint": "
|
|
38
|
+
"@ember/app-blueprint": "~6.8.0-beta.2",
|
|
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/classic-build-addon-blueprint": "6.8.0-
|
|
123
|
-
"@ember-tooling/
|
|
124
|
-
"@ember-tooling/blueprint
|
|
121
|
+
"@ember-tooling/blueprint-model": "0.3.0",
|
|
122
|
+
"@ember-tooling/classic-build-addon-blueprint": "6.8.0-beta.1",
|
|
123
|
+
"@ember-tooling/blueprint-blueprint": "0.1.0",
|
|
124
|
+
"@ember-tooling/classic-build-app-blueprint": "6.8.0-beta.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.8.0-
|
|
3
|
+
"version": "6.8.0-beta.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": "beta",
|
|
29
|
+
"publishTag": "beta"
|
|
30
30
|
}
|
|
31
31
|
}
|
|
@@ -28,39 +28,39 @@
|
|
|
28
28
|
"test:ember": "ember test"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
|
-
"@babel/core": "^7.28.
|
|
32
|
-
"@babel/eslint-parser": "^7.28.
|
|
31
|
+
"@babel/core": "^7.28.4",
|
|
32
|
+
"@babel/eslint-parser": "^7.28.4",
|
|
33
33
|
"@babel/plugin-proposal-decorators": "^7.28.0<% if (typescript && emberData) { %>",
|
|
34
|
-
"@ember-data/adapter": "~5.7.0
|
|
35
|
-
"@ember-data/graph": "~5.7.0
|
|
36
|
-
"@ember-data/json-api": "~5.7.0
|
|
37
|
-
"@ember-data/legacy-compat": "~5.7.0
|
|
38
|
-
"@ember-data/model": "~5.7.0
|
|
39
|
-
"@ember-data/request": "~5.7.0
|
|
40
|
-
"@ember-data/request-utils": "~5.7.0
|
|
41
|
-
"@ember-data/serializer": "~5.7.0
|
|
42
|
-
"@ember-data/store": "~5.7.0
|
|
43
|
-
"@warp-drive/ember": "~5.7.0
|
|
34
|
+
"@ember-data/adapter": "~5.7.0",
|
|
35
|
+
"@ember-data/graph": "~5.7.0",
|
|
36
|
+
"@ember-data/json-api": "~5.7.0",
|
|
37
|
+
"@ember-data/legacy-compat": "~5.7.0",
|
|
38
|
+
"@ember-data/model": "~5.7.0",
|
|
39
|
+
"@ember-data/request": "~5.7.0",
|
|
40
|
+
"@ember-data/request-utils": "~5.7.0",
|
|
41
|
+
"@ember-data/serializer": "~5.7.0",
|
|
42
|
+
"@ember-data/store": "~5.7.0",
|
|
43
|
+
"@warp-drive/ember": "~5.7.0<% } %>",
|
|
44
44
|
"@ember/optional-features": "^2.2.0",
|
|
45
|
-
"@ember/test-helpers": "^5.
|
|
45
|
+
"@ember/test-helpers": "^5.3.0<% if (embroider) { %>",
|
|
46
46
|
"@embroider/compat": "^3.9.1",
|
|
47
47
|
"@embroider/core": "^3.5.7<% } %>",
|
|
48
48
|
"@embroider/macros": "^1.18.1<% if (embroider) { %>",
|
|
49
49
|
"@embroider/webpack": "^4.1.1<% } %>",
|
|
50
|
-
"@eslint/js": "^9.
|
|
50
|
+
"@eslint/js": "^9.35.0",
|
|
51
51
|
"@glimmer/component": "^2.0.0",
|
|
52
52
|
"@glimmer/tracking": "^1.1.2<% if (typescript) { %>",
|
|
53
53
|
"@glint/environment-ember-loose": "^1.5.2",
|
|
54
54
|
"@glint/environment-ember-template-imports": "^1.5.2",
|
|
55
55
|
"@glint/template": "^1.5.2",
|
|
56
56
|
"@tsconfig/ember": "^3.0.11",
|
|
57
|
-
"@types/qunit": "^2.19.
|
|
57
|
+
"@types/qunit": "^2.19.13",
|
|
58
58
|
"@types/rsvp": "^4.0.9<% if (emberData) {%>",
|
|
59
|
-
"@warp-drive/core-types": "~5.7.0
|
|
59
|
+
"@warp-drive/core-types": "~5.7.0<% }} %>",
|
|
60
60
|
"broccoli-asset-rev": "^3.0.0",
|
|
61
|
-
"concurrently": "^9.2.
|
|
61
|
+
"concurrently": "^9.2.1",
|
|
62
62
|
"ember-auto-import": "^2.10.0",
|
|
63
|
-
"ember-cli": "~6.8.0-
|
|
63
|
+
"ember-cli": "~6.8.0-beta.2",
|
|
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",
|
|
@@ -70,19 +70,19 @@
|
|
|
70
70
|
"ember-cli-inject-live-reload": "^2.1.0<% if (!embroider) { %>",
|
|
71
71
|
"ember-cli-sri": "^2.1.1",
|
|
72
72
|
"ember-cli-terser": "^4.0.2<% } %><% if (emberData) { %>",
|
|
73
|
-
"ember-data": "~5.7.0
|
|
73
|
+
"ember-data": "~5.7.0<% } %>",
|
|
74
74
|
"ember-load-initializers": "^3.0.1",
|
|
75
75
|
"ember-modifier": "^4.2.2",
|
|
76
|
-
"ember-page-title": "^9.0.
|
|
76
|
+
"ember-page-title": "^9.0.3",
|
|
77
77
|
"ember-qunit": "^9.0.3",
|
|
78
78
|
"ember-resolver": "^13.1.1",
|
|
79
|
-
"ember-source": "~6.8.0-
|
|
79
|
+
"ember-source": "~6.8.0-beta.2",
|
|
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
|
-
"eslint": "^9.
|
|
83
|
+
"eslint": "^9.35.0",
|
|
84
84
|
"eslint-config-prettier": "^9.1.2",
|
|
85
|
-
"eslint-plugin-ember": "^12.7.
|
|
85
|
+
"eslint-plugin-ember": "^12.7.3",
|
|
86
86
|
"eslint-plugin-n": "^17.21.3",
|
|
87
87
|
"eslint-plugin-qunit": "^8.2.5",
|
|
88
88
|
"globals": "^15.15.0",
|
|
@@ -90,13 +90,13 @@
|
|
|
90
90
|
"prettier": "^3.6.2",
|
|
91
91
|
"prettier-plugin-ember-template-tag": "^2.1.0",
|
|
92
92
|
"qunit": "^2.24.1",
|
|
93
|
-
"qunit-dom": "^3.
|
|
94
|
-
"stylelint": "^16.
|
|
93
|
+
"qunit-dom": "^3.5.0",
|
|
94
|
+
"stylelint": "^16.24.0",
|
|
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.
|
|
99
|
-
"webpack": "^5.101.
|
|
98
|
+
"typescript-eslint": "^8.43.0<% } %>",
|
|
99
|
+
"webpack": "^5.101.3"
|
|
100
100
|
},
|
|
101
101
|
"engines": {
|
|
102
102
|
"node": ">= 20.11"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ember-tooling/classic-build-app-blueprint",
|
|
3
|
-
"version": "6.8.0-
|
|
3
|
+
"version": "6.8.0-beta.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": "beta",
|
|
23
|
+
"publishTag": "beta"
|
|
24
24
|
}
|
|
25
25
|
}
|
package/pnpm-workspace.yaml
CHANGED