ember-cli 6.8.0-alpha.4 → 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 +72 -136
- package/docs/build/data.json +1 -1
- package/lib/commands/addon.js +7 -1
- package/lib/commands/init.js +7 -1
- package/lib/commands/new.js +7 -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/packages/blueprint-model/utilities/experiments.js +1 -1
- package/pnpm-workspace.yaml +1 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,156 +1,82 @@
|
|
|
1
1
|
# ember-cli Changelog
|
|
2
2
|
|
|
3
|
-
## Release (2025-09-
|
|
3
|
+
## Release (2025-09-10)
|
|
4
4
|
|
|
5
|
-
*
|
|
6
|
-
* @ember-tooling/classic-build-
|
|
7
|
-
* @ember-tooling/
|
|
8
|
-
* ember-
|
|
9
|
-
|
|
10
|
-
#### :bug: Bug Fix
|
|
11
|
-
* `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`, `@ember-tooling/blueprint-blueprint`
|
|
12
|
-
* [#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))
|
|
13
|
-
* `@ember-tooling/classic-build-app-blueprint`
|
|
14
|
-
* [#10798](https://github.com/ember-cli/ember-cli/pull/10798) Add import from ember-data breakage/deprecation ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
|
|
15
|
-
|
|
16
|
-
#### Committers: 2
|
|
17
|
-
- Florian Pichler ([@pichfl](https://github.com/pichfl))
|
|
18
|
-
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
|
|
19
|
-
|
|
20
|
-
## Release (2025-09-05)
|
|
21
|
-
|
|
22
|
-
* @ember-tooling/classic-build-addon-blueprint 6.8.0-alpha.3 (patch)
|
|
23
|
-
* @ember-tooling/classic-build-app-blueprint 6.8.0-alpha.3 (patch)
|
|
24
|
-
* @ember-tooling/blueprint-model 0.1.0 (minor)
|
|
25
|
-
* ember-cli 6.8.0-alpha.3 (patch)
|
|
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)
|
|
26
10
|
|
|
27
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))
|
|
28
14
|
* `@ember-tooling/blueprint-model`
|
|
29
|
-
* [#
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
- Florian Pichler ([@pichfl](https://github.com/pichfl))
|
|
33
|
-
|
|
34
|
-
## Release (2025-09-01)
|
|
35
|
-
|
|
36
|
-
* @ember-tooling/classic-build-addon-blueprint 6.8.0-alpha.2 (minor)
|
|
37
|
-
* @ember-tooling/classic-build-app-blueprint 6.8.0-alpha.2 (minor)
|
|
38
|
-
* ember-cli 6.8.0-alpha.2 (patch)
|
|
39
|
-
|
|
40
|
-
#### :rocket: Enhancement
|
|
41
|
-
* `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
|
|
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))
|
|
43
|
-
* Other
|
|
15
|
+
* [#10802](https://github.com/ember-cli/ember-cli/pull/10802) enable Vite by default ([@mansona](https://github.com/mansona))
|
|
16
|
+
* `ember-cli`
|
|
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))
|
|
44
18
|
* [#10785](https://github.com/ember-cli/ember-cli/pull/10785) Depracate passing filenames and globs to `init` ([@pichfl](https://github.com/pichfl))
|
|
45
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))
|
|
46
26
|
|
|
47
27
|
#### :bug: Bug Fix
|
|
48
|
-
*
|
|
49
|
-
* [#
|
|
28
|
+
* `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`, `@ember-tooling/blueprint-blueprint`
|
|
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))
|
|
50
30
|
* `@ember-tooling/classic-build-app-blueprint`
|
|
31
|
+
* [#10798](https://github.com/ember-cli/ember-cli/pull/10798) Add import from ember-data breakage/deprecation ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
|
|
32
|
+
* `ember-cli`
|
|
33
|
+
* [#10794](https://github.com/ember-cli/ember-cli/pull/10794) Fix potential NPE ([@boris-petrov](https://github.com/boris-petrov))
|
|
34
|
+
* [#10782](https://github.com/ember-cli/ember-cli/pull/10782) update heimdall-fs-monitor ([@mansona](https://github.com/mansona))
|
|
35
|
+
* `@ember-tooling/classic-build-app-blueprint`, `ember-cli`
|
|
51
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))
|
|
52
37
|
|
|
53
38
|
#### :house: Internal
|
|
54
|
-
*
|
|
55
|
-
* [#
|
|
56
|
-
* [#
|
|
57
|
-
*
|
|
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))
|
|
58
57
|
|
|
59
|
-
#### Committers:
|
|
58
|
+
#### Committers: 6
|
|
59
|
+
- Bert De Block ([@bertdeblock](https://github.com/bertdeblock))
|
|
60
|
+
- Boris Petrov ([@boris-petrov](https://github.com/boris-petrov))
|
|
60
61
|
- Chris Manson ([@mansona](https://github.com/mansona))
|
|
61
62
|
- Florian Pichler ([@pichfl](https://github.com/pichfl))
|
|
62
63
|
- Isaac Lee ([@ijlee2](https://github.com/ijlee2))
|
|
64
|
+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
|
|
63
65
|
|
|
64
|
-
## Release (2025-
|
|
65
|
-
|
|
66
|
-
* @ember-tooling/classic-build-addon-blueprint 6.8.0-alpha.1 (minor)
|
|
67
|
-
* @ember-tooling/classic-build-app-blueprint 6.8.0-alpha.1 (minor)
|
|
68
|
-
* ember-cli 6.8.0-alpha.1 (patch)
|
|
69
|
-
|
|
70
|
-
#### :rocket: Enhancement
|
|
71
|
-
* `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
|
|
72
|
-
* [#10755](https://github.com/ember-cli/ember-cli/pull/10755) Prepare 6.7-beta ([@mansona](https://github.com/mansona))
|
|
73
|
-
* Other
|
|
74
|
-
* [#10751](https://github.com/ember-cli/ember-cli/pull/10751) [BETA BACKPORT] Backport drop node 18 ([@mansona](https://github.com/mansona))
|
|
75
|
-
|
|
76
|
-
#### :house: Internal
|
|
77
|
-
* `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
|
|
78
|
-
* [#10763](https://github.com/ember-cli/ember-cli/pull/10763) Prepare 6.8-alpha ([@mansona](https://github.com/mansona))
|
|
79
|
-
* [#10754](https://github.com/ember-cli/ember-cli/pull/10754) Prepare Beta Release ([@github-actions[bot]](https://github.com/apps/github-actions))
|
|
80
|
-
* Other
|
|
81
|
-
* [#10761](https://github.com/ember-cli/ember-cli/pull/10761) update release-plan ([@mansona](https://github.com/mansona))
|
|
82
|
-
|
|
83
|
-
#### Committers: 2
|
|
84
|
-
- Chris Manson ([@mansona](https://github.com/mansona))
|
|
85
|
-
- [@github-actions[bot]](https://github.com/apps/github-actions)
|
|
86
|
-
|
|
87
|
-
## Release (2025-07-26)
|
|
66
|
+
## Release (2025-09-06)
|
|
88
67
|
|
|
89
|
-
*
|
|
90
|
-
* @ember-tooling/classic-build-
|
|
91
|
-
* 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)
|
|
92
71
|
|
|
93
72
|
#### :rocket: Enhancement
|
|
94
|
-
* `@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))
|
|
95
75
|
* [#10742](https://github.com/ember-cli/ember-cli/pull/10742) Drop node 18, add node 24 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
|
|
96
76
|
|
|
97
77
|
#### :bug: Bug Fix
|
|
98
|
-
* `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
|
|
99
|
-
* [#10742](https://github.com/ember-cli/ember-cli/pull/10742) Drop node 18, add node 24 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
|
|
100
|
-
|
|
101
|
-
#### :memo: Documentation
|
|
102
|
-
* `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
|
|
103
|
-
* [#10742](https://github.com/ember-cli/ember-cli/pull/10742) Drop node 18, add node 24 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
|
|
104
|
-
|
|
105
|
-
#### :house: Internal
|
|
106
|
-
* [#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))
|
|
107
|
-
* [#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))
|
|
108
|
-
* [#10744](https://github.com/ember-cli/ember-cli/pull/10744) run tests on the release-plan PR ([@mansona](https://github.com/mansona))
|
|
109
|
-
|
|
110
|
-
#### Committers: 2
|
|
111
|
-
- Chris Manson ([@mansona](https://github.com/mansona))
|
|
112
|
-
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
|
|
113
|
-
|
|
114
|
-
## Release (2025-06-30)
|
|
115
|
-
|
|
116
|
-
* @ember-tooling/classic-build-addon-blueprint 6.7.0-alpha.3 (patch)
|
|
117
|
-
* @ember-tooling/classic-build-app-blueprint 6.7.0-alpha.3 (patch)
|
|
118
|
-
* @ember-tooling/blueprint-blueprint 0.0.2 (patch)
|
|
119
|
-
* @ember-tooling/blueprint-model 0.0.2 (patch)
|
|
120
|
-
* ember-cli 6.7.0-alpha.3 (patch)
|
|
121
|
-
|
|
122
|
-
#### :house: Internal
|
|
123
|
-
* `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`, `@ember-tooling/blueprint-blueprint`, `@ember-tooling/blueprint-model`
|
|
124
|
-
* [#10738](https://github.com/ember-cli/ember-cli/pull/10738) add a repository for each of the packages ([@mansona](https://github.com/mansona))
|
|
125
|
-
|
|
126
|
-
#### Committers: 1
|
|
127
|
-
- Chris Manson ([@mansona](https://github.com/mansona))
|
|
128
|
-
|
|
129
|
-
## Release (2025-06-30)
|
|
130
|
-
|
|
131
|
-
* @ember-tooling/classic-build-addon-blueprint 6.7.0-alpha.2 (patch)
|
|
132
|
-
* @ember-tooling/classic-build-app-blueprint 6.7.0-alpha.2 (patch)
|
|
133
|
-
* @ember-tooling/blueprint-blueprint 0.0.1 (patch)
|
|
134
|
-
* @ember-tooling/blueprint-model 0.0.1 (patch)
|
|
135
|
-
* ember-cli 6.7.0-alpha.2 (patch)
|
|
136
|
-
|
|
137
|
-
#### :house: Internal
|
|
138
|
-
* Other
|
|
139
|
-
* [#10735](https://github.com/ember-cli/ember-cli/pull/10735) remove unnecessary project override ([@mansona](https://github.com/mansona))
|
|
140
|
-
* `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`, `@ember-tooling/blueprint-blueprint`, `@ember-tooling/blueprint-model`
|
|
141
|
-
* [#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))
|
|
142
|
-
* [#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))
|
|
143
|
-
|
|
144
|
-
#### Committers: 1
|
|
145
|
-
- Chris Manson ([@mansona](https://github.com/mansona))
|
|
146
|
-
|
|
147
|
-
## Release (2025-06-16)
|
|
148
|
-
|
|
149
|
-
* ember-cli 6.7.0-alpha.1 (minor)
|
|
150
|
-
|
|
151
|
-
#### :rocket: Enhancement
|
|
152
78
|
* `ember-cli`
|
|
153
|
-
* [#
|
|
79
|
+
* [#10794](https://github.com/ember-cli/ember-cli/pull/10794) Fix potential NPE ([@boris-petrov](https://github.com/boris-petrov))
|
|
154
80
|
|
|
155
81
|
#### :memo: Documentation
|
|
156
82
|
* `ember-cli`
|
|
@@ -158,20 +84,32 @@
|
|
|
158
84
|
|
|
159
85
|
#### :house: Internal
|
|
160
86
|
* `ember-cli`
|
|
161
|
-
* [#
|
|
162
|
-
* [#
|
|
163
|
-
* [#
|
|
164
|
-
* [#
|
|
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))
|
|
165
99
|
|
|
166
|
-
#### Committers:
|
|
100
|
+
#### Committers: 3
|
|
101
|
+
- Boris Petrov ([@boris-petrov](https://github.com/boris-petrov))
|
|
167
102
|
- Chris Manson ([@mansona](https://github.com/mansona))
|
|
103
|
+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
|
|
168
104
|
|
|
169
|
-
## Release (2025-
|
|
105
|
+
## Release (2025-07-29)
|
|
170
106
|
|
|
171
|
-
* ember-cli 6.6.0
|
|
107
|
+
* ember-cli 6.6.0 (minor)
|
|
172
108
|
|
|
173
109
|
#### :rocket: Enhancement
|
|
174
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))
|
|
175
113
|
* [#10701](https://github.com/ember-cli/ember-cli/pull/10701) [ENHANCEMENT] Support Bun ([@hexadecy](https://github.com/hexadecy))
|
|
176
114
|
* [#10664](https://github.com/ember-cli/ember-cli/pull/10664) [ENHANCEMENT] Remove ember-fetch ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
|
|
177
115
|
|
|
@@ -182,8 +120,6 @@
|
|
|
182
120
|
|
|
183
121
|
#### :house: Internal
|
|
184
122
|
* `ember-cli`
|
|
185
|
-
* [#10728](https://github.com/ember-cli/ember-cli/pull/10728) Prepare Beta 6.6.0 ([@mansona](https://github.com/mansona))
|
|
186
|
-
* [#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))
|
|
187
123
|
* [#10699](https://github.com/ember-cli/ember-cli/pull/10699) Start using release-plan for releasing ember-cli ([@mansona](https://github.com/mansona))
|
|
188
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))
|
|
189
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": {
|
package/lib/commands/addon.js
CHANGED
|
@@ -31,7 +31,13 @@ module.exports = NewCommand.extend({
|
|
|
31
31
|
default: 'github',
|
|
32
32
|
description: 'Installs the optional default CI blueprint. Only Github Actions is supported at the moment.',
|
|
33
33
|
},
|
|
34
|
-
{
|
|
34
|
+
{
|
|
35
|
+
name: 'typescript',
|
|
36
|
+
type: Boolean,
|
|
37
|
+
default: false,
|
|
38
|
+
description: 'Set up the addon to use TypeScript',
|
|
39
|
+
aliases: ['ts'],
|
|
40
|
+
},
|
|
35
41
|
{
|
|
36
42
|
name: 'strict',
|
|
37
43
|
type: Boolean,
|
package/lib/commands/init.js
CHANGED
|
@@ -60,7 +60,13 @@ module.exports = Command.extend({
|
|
|
60
60
|
default: true,
|
|
61
61
|
description: 'Include ember-data dependencies and configuration',
|
|
62
62
|
},
|
|
63
|
-
{
|
|
63
|
+
{
|
|
64
|
+
name: 'typescript',
|
|
65
|
+
type: Boolean,
|
|
66
|
+
default: false,
|
|
67
|
+
description: 'Set up the app to use TypeScript',
|
|
68
|
+
aliases: ['ts'],
|
|
69
|
+
},
|
|
64
70
|
{
|
|
65
71
|
name: 'strict',
|
|
66
72
|
type: Boolean,
|
package/lib/commands/new.js
CHANGED
|
@@ -62,7 +62,13 @@ module.exports = Command.extend({
|
|
|
62
62
|
aliases: ['i'],
|
|
63
63
|
description: 'Create a new Ember app/addon in an interactive way.',
|
|
64
64
|
},
|
|
65
|
-
{
|
|
65
|
+
{
|
|
66
|
+
name: 'typescript',
|
|
67
|
+
type: Boolean,
|
|
68
|
+
default: false,
|
|
69
|
+
description: 'Set up the app to use TypeScript',
|
|
70
|
+
aliases: ['ts'],
|
|
71
|
+
},
|
|
66
72
|
{
|
|
67
73
|
name: 'strict',
|
|
68
74
|
type: Boolean,
|
|
@@ -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/blueprint
|
|
124
|
-
"@ember-tooling/classic-build-
|
|
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
|
}
|
|
@@ -4,7 +4,7 @@ const chalk = require('chalk');
|
|
|
4
4
|
const availableExperiments = Object.freeze(['EMBROIDER', 'CLASSIC', 'VITE']);
|
|
5
5
|
|
|
6
6
|
const deprecatedExperiments = Object.freeze([]);
|
|
7
|
-
const enabledExperiments = Object.freeze([]);
|
|
7
|
+
const enabledExperiments = Object.freeze(['VITE']);
|
|
8
8
|
const deprecatedExperimentsDeprecationsIssued = [];
|
|
9
9
|
|
|
10
10
|
function isExperimentEnabled(experimentName) {
|
package/pnpm-workspace.yaml
CHANGED