ember-cli 6.8.0-alpha.5 → 6.8.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 +67 -151
- 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
|
@@ -2,175 +2,81 @@
|
|
|
2
2
|
|
|
3
3
|
## Release (2025-09-10)
|
|
4
4
|
|
|
5
|
-
*
|
|
6
|
-
* @ember-tooling/classic-build-
|
|
7
|
-
* @ember-tooling/blueprint
|
|
8
|
-
* ember-
|
|
5
|
+
* ember-cli 6.8.0-beta.1 (minor)
|
|
6
|
+
* @ember-tooling/classic-build-addon-blueprint 6.8.0-beta.1 (minor)
|
|
7
|
+
* @ember-tooling/classic-build-app-blueprint 6.8.0-beta.1 (minor)
|
|
8
|
+
* @ember-tooling/blueprint-blueprint 0.1.0 (minor)
|
|
9
|
+
* @ember-tooling/blueprint-model 0.3.0 (minor)
|
|
9
10
|
|
|
10
11
|
#### :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))
|
|
11
14
|
* `@ember-tooling/blueprint-model`
|
|
12
15
|
* [#10802](https://github.com/ember-cli/ember-cli/pull/10802) enable Vite by default ([@mansona](https://github.com/mansona))
|
|
13
|
-
*
|
|
16
|
+
* `ember-cli`
|
|
14
17
|
* [#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))
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
*
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
-
|
|
21
|
-
-
|
|
22
|
-
|
|
23
|
-
## Release (2025-09-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)
|
|
18
|
+
* [#10785](https://github.com/ember-cli/ember-cli/pull/10785) Depracate passing filenames and globs to `init` ([@pichfl](https://github.com/pichfl))
|
|
19
|
+
* [#10776](https://github.com/ember-cli/ember-cli/pull/10776) Add deprecation warning for the `--embroider` argument ([@pichfl](https://github.com/pichfl))
|
|
20
|
+
* `ember-cli`, `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
|
|
21
|
+
* [#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))
|
|
22
|
+
* `ember-cli`, `@ember-tooling/blueprint-model`
|
|
23
|
+
* [#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))
|
|
24
|
+
* `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`, `ember-cli`
|
|
25
|
+
* [#10791](https://github.com/ember-cli/ember-cli/pull/10791) update the format of the ember-cli-update.json ([@mansona](https://github.com/mansona))
|
|
29
26
|
|
|
30
27
|
#### :bug: Bug Fix
|
|
31
28
|
* `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`, `@ember-tooling/blueprint-blueprint`
|
|
32
29
|
* [#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
30
|
* `@ember-tooling/classic-build-app-blueprint`
|
|
34
31
|
* [#10798](https://github.com/ember-cli/ember-cli/pull/10798) Add import from ember-data breakage/deprecation ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
- Florian Pichler ([@pichfl](https://github.com/pichfl))
|
|
38
|
-
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
|
|
39
|
-
|
|
40
|
-
## Release (2025-09-05)
|
|
41
|
-
|
|
42
|
-
* @ember-tooling/classic-build-addon-blueprint 6.8.0-alpha.3 (patch)
|
|
43
|
-
* @ember-tooling/classic-build-app-blueprint 6.8.0-alpha.3 (patch)
|
|
44
|
-
* @ember-tooling/blueprint-model 0.1.0 (minor)
|
|
45
|
-
* ember-cli 6.8.0-alpha.3 (patch)
|
|
46
|
-
|
|
47
|
-
#### :rocket: Enhancement
|
|
48
|
-
* `@ember-tooling/blueprint-model`
|
|
49
|
-
* [#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))
|
|
50
|
-
|
|
51
|
-
#### Committers: 1
|
|
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
|
|
64
|
-
* [#10785](https://github.com/ember-cli/ember-cli/pull/10785) Depracate passing filenames and globs to `init` ([@pichfl](https://github.com/pichfl))
|
|
65
|
-
* [#10776](https://github.com/ember-cli/ember-cli/pull/10776) Add deprecation warning for the `--embroider` argument ([@pichfl](https://github.com/pichfl))
|
|
66
|
-
|
|
67
|
-
#### :bug: Bug Fix
|
|
68
|
-
* Other
|
|
32
|
+
* `ember-cli`
|
|
33
|
+
* [#10794](https://github.com/ember-cli/ember-cli/pull/10794) Fix potential NPE ([@boris-petrov](https://github.com/boris-petrov))
|
|
69
34
|
* [#10782](https://github.com/ember-cli/ember-cli/pull/10782) update heimdall-fs-monitor ([@mansona](https://github.com/mansona))
|
|
70
|
-
* `@ember-tooling/classic-build-app-blueprint`
|
|
35
|
+
* `@ember-tooling/classic-build-app-blueprint`, `ember-cli`
|
|
71
36
|
* [#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
37
|
|
|
73
38
|
#### :house: Internal
|
|
74
|
-
*
|
|
75
|
-
* [#
|
|
76
|
-
* [#
|
|
77
|
-
*
|
|
39
|
+
* `ember-cli`, `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`, `@ember-tooling/blueprint-model`
|
|
40
|
+
* [#10807](https://github.com/ember-cli/ember-cli/pull/10807) Prepare Alpha Release ([@mansona](https://github.com/mansona))
|
|
41
|
+
* [#10795](https://github.com/ember-cli/ember-cli/pull/10795) Prepare Alpha Release ([@mansona](https://github.com/mansona))
|
|
42
|
+
* `ember-cli`
|
|
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))
|
|
78
57
|
|
|
79
|
-
#### Committers:
|
|
58
|
+
#### Committers: 6
|
|
59
|
+
- Bert De Block ([@bertdeblock](https://github.com/bertdeblock))
|
|
60
|
+
- Boris Petrov ([@boris-petrov](https://github.com/boris-petrov))
|
|
80
61
|
- Chris Manson ([@mansona](https://github.com/mansona))
|
|
81
62
|
- Florian Pichler ([@pichfl](https://github.com/pichfl))
|
|
82
63
|
- Isaac Lee ([@ijlee2](https://github.com/ijlee2))
|
|
64
|
+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
|
|
83
65
|
|
|
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)
|
|
66
|
+
## Release (2025-09-06)
|
|
108
67
|
|
|
109
|
-
*
|
|
110
|
-
* @ember-tooling/classic-build-
|
|
111
|
-
* ember-
|
|
68
|
+
* ember-cli 6.7.0 (minor)
|
|
69
|
+
* @ember-tooling/classic-build-addon-blueprint 6.7.0 (minor)
|
|
70
|
+
* @ember-tooling/classic-build-app-blueprint 6.7.0 (minor)
|
|
112
71
|
|
|
113
72
|
#### :rocket: Enhancement
|
|
114
|
-
* `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
|
|
73
|
+
* `ember-cli`, `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
|
|
74
|
+
* [#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
75
|
* [#10742](https://github.com/ember-cli/ember-cli/pull/10742) Drop node 18, add node 24 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
|
|
116
76
|
|
|
117
77
|
#### :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
78
|
* `ember-cli`
|
|
173
|
-
* [#
|
|
79
|
+
* [#10794](https://github.com/ember-cli/ember-cli/pull/10794) Fix potential NPE ([@boris-petrov](https://github.com/boris-petrov))
|
|
174
80
|
|
|
175
81
|
#### :memo: Documentation
|
|
176
82
|
* `ember-cli`
|
|
@@ -178,20 +84,32 @@
|
|
|
178
84
|
|
|
179
85
|
#### :house: Internal
|
|
180
86
|
* `ember-cli`
|
|
181
|
-
* [#
|
|
182
|
-
* [#
|
|
183
|
-
* [#
|
|
184
|
-
* [#
|
|
87
|
+
* [#10801](https://github.com/ember-cli/ember-cli/pull/10801) update github-changelog ([@mansona](https://github.com/mansona))
|
|
88
|
+
* [#10761](https://github.com/ember-cli/ember-cli/pull/10761) update release-plan ([@mansona](https://github.com/mansona))
|
|
89
|
+
* [#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))
|
|
90
|
+
* [#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))
|
|
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))
|
|
185
99
|
|
|
186
|
-
#### Committers:
|
|
100
|
+
#### Committers: 3
|
|
101
|
+
- Boris Petrov ([@boris-petrov](https://github.com/boris-petrov))
|
|
187
102
|
- Chris Manson ([@mansona](https://github.com/mansona))
|
|
103
|
+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
|
|
188
104
|
|
|
189
|
-
## Release (2025-
|
|
105
|
+
## Release (2025-07-29)
|
|
190
106
|
|
|
191
|
-
* ember-cli 6.6.0
|
|
107
|
+
* ember-cli 6.6.0 (minor)
|
|
192
108
|
|
|
193
109
|
#### :rocket: Enhancement
|
|
194
110
|
* `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))
|
|
195
113
|
* [#10701](https://github.com/ember-cli/ember-cli/pull/10701) [ENHANCEMENT] Support Bun ([@hexadecy](https://github.com/hexadecy))
|
|
196
114
|
* [#10664](https://github.com/ember-cli/ember-cli/pull/10664) [ENHANCEMENT] Remove ember-fetch ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
|
|
197
115
|
|
|
@@ -202,8 +120,6 @@
|
|
|
202
120
|
|
|
203
121
|
#### :house: Internal
|
|
204
122
|
* `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
123
|
* [#10699](https://github.com/ember-cli/ember-cli/pull/10699) Start using release-plan for releasing ember-cli ([@mansona](https://github.com/mansona))
|
|
208
124
|
* [#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
125
|
|
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.1-beta-86e7e25318"
|
|
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.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": "beta",
|
|
35
|
+
"publishTag": "beta"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@ember/app-blueprint": "
|
|
38
|
+
"@ember/app-blueprint": "~6.8.0-beta.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/
|
|
123
|
-
"@ember-tooling/classic-build-app-blueprint": "6.8.0-
|
|
124
|
-
"@ember-tooling/blueprint
|
|
121
|
+
"@ember-tooling/blueprint-model": "0.3.0",
|
|
122
|
+
"@ember-tooling/blueprint-blueprint": "0.1.0",
|
|
123
|
+
"@ember-tooling/classic-build-app-blueprint": "6.8.0-beta.1",
|
|
124
|
+
"@ember-tooling/classic-build-addon-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.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",
|
|
@@ -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