ember-cli 6.10.0-alpha.1 → 6.10.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 +131 -219
- package/CONTRIBUTING.md +30 -34
- package/README.md +9 -21
- package/RELEASE.md +11 -9
- package/bin/ember +16 -13
- package/blueprints/addon-import/index.js +4 -4
- package/docs/build/data.json +9 -9
- package/lib/broccoli/ember-app.js +1 -1
- package/lib/commands/generate.js +1 -1
- package/lib/commands/init.js +1 -1
- package/lib/commands/new.js +1 -1
- package/lib/commands/test.js +0 -3
- package/lib/commands/unknown.js +1 -1
- package/lib/debug/deprecate.js +1 -1
- package/lib/models/asset-size-printer.js +3 -3
- package/lib/models/blueprint.js +6 -6
- package/lib/models/builder.js +1 -1
- package/lib/models/command.js +2 -2
- package/lib/models/hardware-info.js +5 -2
- package/lib/models/instrumentation.js +2 -2
- package/lib/models/project.js +3 -3
- package/lib/models/watcher.js +1 -1
- package/lib/models/worker.js +2 -2
- package/lib/tasks/addon-install.js +1 -1
- package/lib/tasks/build-watch.js +2 -2
- package/lib/tasks/build.js +1 -1
- package/lib/tasks/git-init.js +2 -2
- package/lib/tasks/install-blueprint.js +1 -1
- package/lib/tasks/interactive-new.js +5 -5
- package/lib/tasks/npm-task.js +2 -2
- package/lib/tasks/serve.js +1 -1
- package/lib/tasks/server/express-server.js +1 -1
- package/lib/tasks/test-server.js +1 -1
- package/lib/utilities/find-build-file.js +2 -2
- package/lib/utilities/get-lang-arg.js +4 -4
- package/lib/utilities/heimdall-progress.js +5 -2
- package/lib/utilities/lint-fix.js +1 -1
- package/lib/utilities/markdown-color.js +1 -1
- package/lib/utilities/print-command.js +1 -1
- package/lib/utilities/require-as-hash.js +10 -8
- package/lib/utilities/windows-admin.js +1 -1
- package/package.json +60 -55
- package/packages/addon-blueprint/additional-package.json +1 -3
- package/packages/addon-blueprint/index.js +1 -1
- package/packages/addon-blueprint/package.json +5 -5
- package/packages/app-blueprint/files/package.json +9 -9
- package/packages/app-blueprint/index.js +1 -1
- package/packages/app-blueprint/package.json +5 -5
- package/tests/helpers/acceptance.js +1 -1
- package/tests/helpers/command-generator.js +2 -2
- package/tests/helpers/package-cache.js +1 -1
- package/tests/helpers/process-help-string.js +3 -3
- package/tests/helpers/run-command.js +1 -1
- package/lib/utilities/execa.js +0 -20
- 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 -13
- package/packages/blueprint-model/package.json +0 -19
- 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,299 +1,201 @@
|
|
|
1
1
|
# ember-cli Changelog
|
|
2
2
|
|
|
3
|
-
## Release (
|
|
3
|
+
## Release (2026-01-06)
|
|
4
4
|
|
|
5
|
-
* ember-cli 6.10.0-
|
|
6
|
-
* @ember-tooling/classic-build-addon-blueprint 6.10.0-
|
|
7
|
-
* @ember-tooling/classic-build-app-blueprint 6.10.0-
|
|
8
|
-
* @ember-tooling/blueprint-blueprint 0.3.0 (minor)
|
|
9
|
-
* @ember-tooling/blueprint-model 0.5.0 (minor)
|
|
5
|
+
* ember-cli 6.10.0-beta.1 (minor)
|
|
6
|
+
* @ember-tooling/classic-build-addon-blueprint 6.10.0-beta.1 (minor)
|
|
7
|
+
* @ember-tooling/classic-build-app-blueprint 6.10.0-beta.1 (minor)
|
|
10
8
|
|
|
11
9
|
#### :rocket: Enhancement
|
|
12
10
|
* `ember-cli`, `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
|
|
11
|
+
* [#10917](https://github.com/ember-cli/ember-cli/pull/10917) Prepare 6.10-beta ([@mansona](https://github.com/mansona))
|
|
12
|
+
* [#10887](https://github.com/ember-cli/ember-cli/pull/10887) Update `chalk` dependency to latest ([@bertdeblock](https://github.com/bertdeblock))
|
|
13
13
|
* [#10873](https://github.com/ember-cli/ember-cli/pull/10873) Prepare 6.10 Alpha ([@mansona](https://github.com/mansona))
|
|
14
|
-
* [#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))
|
|
15
14
|
* `ember-cli`
|
|
15
|
+
* [#10906](https://github.com/ember-cli/ember-cli/pull/10906) Even more dependency updates ([@bertdeblock](https://github.com/bertdeblock))
|
|
16
|
+
* [#10892](https://github.com/ember-cli/ember-cli/pull/10892) More dependency updates ([@bertdeblock](https://github.com/bertdeblock))
|
|
17
|
+
* [#10890](https://github.com/ember-cli/ember-cli/pull/10890) Update various dependencies ([@bertdeblock](https://github.com/bertdeblock))
|
|
16
18
|
* [#10870](https://github.com/ember-cli/ember-cli/pull/10870) Upgrade broccoli ([@kategengler](https://github.com/kategengler))
|
|
17
|
-
* `ember-cli`, `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`, `@ember-tooling/blueprint-blueprint`, `@ember-tooling/blueprint-model`
|
|
18
|
-
* [#10856](https://github.com/ember-cli/ember-cli/pull/10856) Prepare 6.9 Beta ([@mansona](https://github.com/mansona))
|
|
19
19
|
|
|
20
20
|
#### :bug: Bug Fix
|
|
21
|
+
* `ember-cli`
|
|
22
|
+
* [#10888](https://github.com/ember-cli/ember-cli/pull/10888) Upgrade broccoli ([@kategengler](https://github.com/kategengler))
|
|
23
|
+
* [#10886](https://github.com/ember-cli/ember-cli/pull/10886) Update required Node version to v20.19.0 ([@bertdeblock](https://github.com/bertdeblock))
|
|
24
|
+
* [#10860](https://github.com/ember-cli/ember-cli/pull/10860) [BUGFIX release]: Enter the WatchDetector branch of the build command when EMBROIDER_PREBUILD is present ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
|
|
21
25
|
* `@ember-tooling/classic-build-app-blueprint`, `ember-cli`
|
|
22
26
|
* [#10876](https://github.com/ember-cli/ember-cli/pull/10876) bump minimum node version to 20.19 ([@mansona](https://github.com/mansona))
|
|
23
27
|
|
|
24
28
|
#### :memo: Documentation
|
|
25
29
|
* `ember-cli`
|
|
26
|
-
* [#
|
|
30
|
+
* [#10874](https://github.com/ember-cli/ember-cli/pull/10874) Update RELEASE.md ([@mansona](https://github.com/mansona))
|
|
27
31
|
|
|
28
32
|
#### :house: Internal
|
|
33
|
+
* `ember-cli`, `@ember-tooling/classic-build-addon-blueprint`
|
|
34
|
+
* [#10891](https://github.com/ember-cli/ember-cli/pull/10891) Update `prettier` + setup ([@bertdeblock](https://github.com/bertdeblock))
|
|
29
35
|
* `ember-cli`
|
|
30
36
|
* [#10878](https://github.com/ember-cli/ember-cli/pull/10878) stop using internal package cache for smoke-test-slow ([@mansona](https://github.com/mansona))
|
|
31
37
|
* [#10863](https://github.com/ember-cli/ember-cli/pull/10863) Missed a script -- fix updating output repos ([@kategengler](https://github.com/kategengler))
|
|
32
38
|
* [#10862](https://github.com/ember-cli/ember-cli/pull/10862) Fix typo in output repo workflow ([@kategengler](https://github.com/kategengler))
|
|
33
39
|
* [#10861](https://github.com/ember-cli/ember-cli/pull/10861) Fix output repo generation with new tag format ([@kategengler](https://github.com/kategengler))
|
|
34
|
-
* `ember-cli`, `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
|
|
35
|
-
* [#10854](https://github.com/ember-cli/ember-cli/pull/10854) Prepare Beta Release ([@mansona](https://github.com/mansona))
|
|
36
40
|
|
|
37
|
-
#### Committers:
|
|
41
|
+
#### Committers: 4
|
|
42
|
+
- Bert De Block ([@bertdeblock](https://github.com/bertdeblock))
|
|
38
43
|
- Chris Manson ([@mansona](https://github.com/mansona))
|
|
39
44
|
- Katie Gengler ([@kategengler](https://github.com/kategengler))
|
|
45
|
+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
|
|
40
46
|
|
|
41
|
-
## Release (2025-
|
|
47
|
+
## Release (2025-12-11)
|
|
42
48
|
|
|
43
|
-
* ember-cli 6.9.
|
|
44
|
-
* @ember-tooling/classic-build-addon-blueprint 6.9.0-alpha.2 (minor)
|
|
45
|
-
* @ember-tooling/classic-build-app-blueprint 6.9.0-alpha.2 (minor)
|
|
46
|
-
* @ember-tooling/blueprint-blueprint 0.2.1 (patch)
|
|
47
|
-
* @ember-tooling/blueprint-model 0.4.1 (patch)
|
|
48
|
-
|
|
49
|
-
#### :rocket: Enhancement
|
|
50
|
-
* `ember-cli`
|
|
51
|
-
* [#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))
|
|
52
|
-
* `ember-cli`, `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
|
|
53
|
-
* [#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))
|
|
49
|
+
* ember-cli 6.9.1 (patch)
|
|
54
50
|
|
|
55
51
|
#### :bug: Bug Fix
|
|
56
52
|
* `ember-cli`
|
|
57
|
-
* [#
|
|
58
|
-
* [#10834](https://github.com/ember-cli/ember-cli/pull/10834) [bugfix release] Fix tests using wrong versions ([@mansona](https://github.com/mansona))
|
|
59
|
-
* [#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))
|
|
60
|
-
* `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
|
|
61
|
-
* [#10838](https://github.com/ember-cli/ember-cli/pull/10838) Add package license metadata to match repository ([@davidtaylorhq](https://github.com/davidtaylorhq))
|
|
62
|
-
|
|
63
|
-
#### :memo: Documentation
|
|
64
|
-
* `ember-cli`
|
|
65
|
-
* [#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))
|
|
66
|
-
* [#10840](https://github.com/ember-cli/ember-cli/pull/10840) [beta] fix help for vite-based projects ([@kategengler](https://github.com/kategengler))
|
|
67
|
-
* [#10835](https://github.com/ember-cli/ember-cli/pull/10835) Update deprecation message for --embroider option ([@kategengler](https://github.com/kategengler))
|
|
68
|
-
|
|
69
|
-
#### :house: Internal
|
|
70
|
-
* `ember-cli`, `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`, `@ember-tooling/blueprint-blueprint`, `@ember-tooling/blueprint-model`
|
|
71
|
-
* [#10851](https://github.com/ember-cli/ember-cli/pull/10851) Merge beta into master ([@mansona](https://github.com/mansona))
|
|
72
|
-
* [#10848](https://github.com/ember-cli/ember-cli/pull/10848) merge origin/release into beta ([@mansona](https://github.com/mansona))
|
|
73
|
-
* `ember-cli`, `@ember-tooling/classic-build-app-blueprint`
|
|
74
|
-
* [#10847](https://github.com/ember-cli/ember-cli/pull/10847) Prepare Beta Release ([@mansona](https://github.com/mansona))
|
|
75
|
-
* [#10825](https://github.com/ember-cli/ember-cli/pull/10825) Prepare Beta Release ([@mansona](https://github.com/mansona))
|
|
76
|
-
* [#10820](https://github.com/ember-cli/ember-cli/pull/10820) Prepare Beta Release ([@mansona](https://github.com/mansona))
|
|
77
|
-
* `ember-cli`, `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
|
|
78
|
-
* [#10836](https://github.com/ember-cli/ember-cli/pull/10836) Prepare Beta Release ([@mansona](https://github.com/mansona))
|
|
79
|
-
* `ember-cli`
|
|
80
|
-
* [#10845](https://github.com/ember-cli/ember-cli/pull/10845) [beta] update @ember/app-blueprint to latest beta ([@mansona](https://github.com/mansona))
|
|
81
|
-
* [#10833](https://github.com/ember-cli/ember-cli/pull/10833) [bugfix beta] bump the @ember/app-blueprint version ([@mansona](https://github.com/mansona))
|
|
82
|
-
* [#10823](https://github.com/ember-cli/ember-cli/pull/10823) fix incorrect ember-cli-update version in tests ([@mansona](https://github.com/mansona))
|
|
83
|
-
* [#10819](https://github.com/ember-cli/ember-cli/pull/10819) update @ember/app-blueprint beta version ([@mansona](https://github.com/mansona))
|
|
84
|
-
* [#10809](https://github.com/ember-cli/ember-cli/pull/10809) Update RELEASE ([@mansona](https://github.com/mansona))
|
|
53
|
+
* [#10888](https://github.com/ember-cli/ember-cli/pull/10888) Upgrade broccoli ([@kategengler](https://github.com/kategengler))
|
|
85
54
|
|
|
86
|
-
#### Committers:
|
|
87
|
-
- Chris Manson ([@mansona](https://github.com/mansona))
|
|
88
|
-
- David Taylor ([@davidtaylorhq](https://github.com/davidtaylorhq))
|
|
55
|
+
#### Committers: 1
|
|
89
56
|
- Katie Gengler ([@kategengler](https://github.com/kategengler))
|
|
90
57
|
|
|
91
|
-
## Release (2025-
|
|
58
|
+
## Release (2025-12-10)
|
|
92
59
|
|
|
93
|
-
* ember-cli 6.9.0
|
|
94
|
-
* @ember-tooling/classic-build-addon-blueprint 6.9.0
|
|
95
|
-
* @ember-tooling/classic-build-app-blueprint 6.9.0
|
|
96
|
-
* @ember-tooling/blueprint-blueprint 0.2.0 (minor)
|
|
97
|
-
* @ember-tooling/blueprint-model 0.4.0 (minor)
|
|
60
|
+
* ember-cli 6.9.0 (minor)
|
|
61
|
+
* @ember-tooling/classic-build-addon-blueprint 6.9.0 (minor)
|
|
62
|
+
* @ember-tooling/classic-build-app-blueprint 6.9.0 (minor)
|
|
98
63
|
|
|
99
64
|
#### :rocket: Enhancement
|
|
100
|
-
* `ember-cli`, `@ember-tooling/classic-build-
|
|
101
|
-
* [#
|
|
65
|
+
* `ember-cli`, `@ember-tooling/classic-build-app-blueprint`
|
|
66
|
+
* [#10885](https://github.com/ember-cli/ember-cli/pull/10885) Promote Beta and update all dependencies for 6.9 release ([@mansona](https://github.com/mansona))
|
|
102
67
|
* `ember-cli`, `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
|
|
103
|
-
* [#
|
|
104
|
-
|
|
105
|
-
#### :bug: Bug Fix
|
|
106
|
-
* `ember-cli`
|
|
107
|
-
* [#10794](https://github.com/ember-cli/ember-cli/pull/10794) Fix potential NPE ([@boris-petrov](https://github.com/boris-petrov))
|
|
68
|
+
* [#10854](https://github.com/ember-cli/ember-cli/pull/10854) Prepare Beta Release ([@mansona](https://github.com/mansona))
|
|
108
69
|
|
|
109
70
|
#### :house: Internal
|
|
110
|
-
* `ember-cli`, `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`, `@ember-tooling/blueprint-blueprint`, `@ember-tooling/blueprint-model`
|
|
111
|
-
* [#10815](https://github.com/ember-cli/ember-cli/pull/10815) Merge beta into master and start 6.9 alpha ([@mansona](https://github.com/mansona))
|
|
112
|
-
* [#10810](https://github.com/ember-cli/ember-cli/pull/10810) Prepare Beta Release ([@mansona](https://github.com/mansona))
|
|
113
|
-
* `@ember-tooling/blueprint-model`
|
|
114
|
-
* [#10813](https://github.com/ember-cli/ember-cli/pull/10813) Document need for future vite experiment test cleanup ([@ef4](https://github.com/ef4))
|
|
115
|
-
* `ember-cli`, `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
|
|
116
|
-
* [#10797](https://github.com/ember-cli/ember-cli/pull/10797) Prepare Stable Release ([@mansona](https://github.com/mansona))
|
|
117
|
-
* [#10800](https://github.com/ember-cli/ember-cli/pull/10800) fix release-plan for stable release ([@mansona](https://github.com/mansona))
|
|
118
71
|
* `ember-cli`
|
|
119
|
-
* [#
|
|
120
|
-
|
|
121
|
-
#### Committers: 3
|
|
122
|
-
- Boris Petrov ([@boris-petrov](https://github.com/boris-petrov))
|
|
123
|
-
- Chris Manson ([@mansona](https://github.com/mansona))
|
|
124
|
-
- Edward Faulkner ([@ef4](https://github.com/ef4))
|
|
125
|
-
|
|
126
|
-
## Release (2025-09-10)
|
|
127
|
-
|
|
128
|
-
* @ember-tooling/classic-build-addon-blueprint 6.8.0-alpha.5 (patch)
|
|
129
|
-
* @ember-tooling/classic-build-app-blueprint 6.8.0-alpha.5 (patch)
|
|
130
|
-
* @ember-tooling/blueprint-model 0.2.0 (minor)
|
|
131
|
-
* ember-cli 6.8.0-alpha.5 (patch)
|
|
132
|
-
|
|
133
|
-
#### :rocket: Enhancement
|
|
134
|
-
* `@ember-tooling/blueprint-model`
|
|
135
|
-
* [#10802](https://github.com/ember-cli/ember-cli/pull/10802) enable Vite by default ([@mansona](https://github.com/mansona))
|
|
136
|
-
* Other
|
|
137
|
-
* [#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))
|
|
138
|
-
|
|
139
|
-
#### :house: Internal
|
|
140
|
-
* [#10806](https://github.com/ember-cli/ember-cli/pull/10806) skip build watch tests when vite is enabled ([@mansona](https://github.com/mansona))
|
|
72
|
+
* [#10809](https://github.com/ember-cli/ember-cli/pull/10809) Update RELEASE ([@mansona](https://github.com/mansona))
|
|
73
|
+
* [#10813](https://github.com/ember-cli/ember-cli/pull/10813) Document need for future vite experiment test cleanup ([@ef4](https://github.com/ef4))
|
|
141
74
|
|
|
142
75
|
#### Committers: 2
|
|
143
|
-
- Bert De Block ([@bertdeblock](https://github.com/bertdeblock))
|
|
144
76
|
- Chris Manson ([@mansona](https://github.com/mansona))
|
|
77
|
+
- Edward Faulkner ([@ef4](https://github.com/ef4))
|
|
145
78
|
|
|
146
|
-
## Release (2025-
|
|
79
|
+
## Release (2025-11-29)
|
|
147
80
|
|
|
148
|
-
*
|
|
149
|
-
* @ember-tooling/classic-build-app-blueprint 6.8.0-alpha.4 (patch)
|
|
150
|
-
* @ember-tooling/blueprint-blueprint 0.0.3 (patch)
|
|
151
|
-
* ember-cli 6.8.0-alpha.4 (patch)
|
|
81
|
+
* ember-cli 6.8.1 (patch)
|
|
152
82
|
|
|
153
83
|
#### :bug: Bug Fix
|
|
154
|
-
*
|
|
155
|
-
* [#
|
|
156
|
-
* `@ember-tooling/classic-build-app-blueprint`
|
|
157
|
-
* [#10798](https://github.com/ember-cli/ember-cli/pull/10798) Add import from ember-data breakage/deprecation ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
|
|
84
|
+
* `ember-cli`
|
|
85
|
+
* [#10860](https://github.com/ember-cli/ember-cli/pull/10860) [BUGFIX release]: Enter the WatchDetector branch of the build command when EMBROIDER_PREBUILD is present ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
|
|
158
86
|
|
|
159
|
-
#### Committers:
|
|
160
|
-
- Florian Pichler ([@pichfl](https://github.com/pichfl))
|
|
87
|
+
#### Committers: 1
|
|
161
88
|
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
|
|
162
89
|
|
|
163
|
-
## Release (2025-
|
|
90
|
+
## Release (2025-10-14)
|
|
164
91
|
|
|
165
|
-
*
|
|
166
|
-
* @ember-tooling/classic-build-
|
|
167
|
-
* @ember-tooling/blueprint
|
|
168
|
-
* ember-cli 6.8.0-alpha.3 (patch)
|
|
92
|
+
* ember-cli 6.8.0 (minor)
|
|
93
|
+
* @ember-tooling/classic-build-addon-blueprint 6.8.0 (minor)
|
|
94
|
+
* @ember-tooling/classic-build-app-blueprint 6.8.0 (minor)
|
|
169
95
|
|
|
170
96
|
#### :rocket: Enhancement
|
|
171
|
-
* `@ember-tooling/blueprint-
|
|
97
|
+
* `ember-cli`, `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
|
|
98
|
+
* [#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))
|
|
99
|
+
* [#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))
|
|
100
|
+
* [#10808](https://github.com/ember-cli/ember-cli/pull/10808) Prepare 6.8 Beta ([@mansona](https://github.com/mansona))
|
|
101
|
+
* `ember-cli`
|
|
102
|
+
* [#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))
|
|
103
|
+
* [#10802](https://github.com/ember-cli/ember-cli/pull/10802) enable Vite by default ([@mansona](https://github.com/mansona))
|
|
104
|
+
* [#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))
|
|
172
105
|
* [#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))
|
|
173
|
-
|
|
174
|
-
#### Committers: 1
|
|
175
|
-
- Florian Pichler ([@pichfl](https://github.com/pichfl))
|
|
176
|
-
|
|
177
|
-
## Release (2025-09-01)
|
|
178
|
-
|
|
179
|
-
* @ember-tooling/classic-build-addon-blueprint 6.8.0-alpha.2 (minor)
|
|
180
|
-
* @ember-tooling/classic-build-app-blueprint 6.8.0-alpha.2 (minor)
|
|
181
|
-
* ember-cli 6.8.0-alpha.2 (patch)
|
|
182
|
-
|
|
183
|
-
#### :rocket: Enhancement
|
|
184
|
-
* `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
|
|
185
|
-
* [#10791](https://github.com/ember-cli/ember-cli/pull/10791) update the format of the ember-cli-update.json ([@mansona](https://github.com/mansona))
|
|
186
|
-
* Other
|
|
187
106
|
* [#10785](https://github.com/ember-cli/ember-cli/pull/10785) Depracate passing filenames and globs to `init` ([@pichfl](https://github.com/pichfl))
|
|
188
107
|
* [#10776](https://github.com/ember-cli/ember-cli/pull/10776) Add deprecation warning for the `--embroider` argument ([@pichfl](https://github.com/pichfl))
|
|
108
|
+
* `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`, `ember-cli`
|
|
109
|
+
* [#10791](https://github.com/ember-cli/ember-cli/pull/10791) update the format of the ember-cli-update.json ([@mansona](https://github.com/mansona))
|
|
189
110
|
|
|
190
111
|
#### :bug: Bug Fix
|
|
191
|
-
*
|
|
112
|
+
* `ember-cli`
|
|
113
|
+
* [#10846](https://github.com/ember-cli/ember-cli/pull/10846) [beta bugfix] allow build --watch only in EMBROIDER_PREBUILD ([@mansona](https://github.com/mansona))
|
|
114
|
+
* [#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))
|
|
192
115
|
* [#10782](https://github.com/ember-cli/ember-cli/pull/10782) update heimdall-fs-monitor ([@mansona](https://github.com/mansona))
|
|
116
|
+
* `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`, `ember-cli`
|
|
117
|
+
* [#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))
|
|
193
118
|
* `@ember-tooling/classic-build-app-blueprint`
|
|
119
|
+
* [#10798](https://github.com/ember-cli/ember-cli/pull/10798) Add import from ember-data breakage/deprecation ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
|
|
120
|
+
* `@ember-tooling/classic-build-app-blueprint`, `ember-cli`
|
|
194
121
|
* [#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))
|
|
195
122
|
|
|
196
|
-
#### :
|
|
197
|
-
*
|
|
198
|
-
* [#
|
|
199
|
-
* [#
|
|
200
|
-
* [#
|
|
201
|
-
|
|
202
|
-
#### Committers: 3
|
|
203
|
-
- Chris Manson ([@mansona](https://github.com/mansona))
|
|
204
|
-
- Florian Pichler ([@pichfl](https://github.com/pichfl))
|
|
205
|
-
- Isaac Lee ([@ijlee2](https://github.com/ijlee2))
|
|
206
|
-
|
|
207
|
-
## Release (2025-08-02)
|
|
208
|
-
|
|
209
|
-
* @ember-tooling/classic-build-addon-blueprint 6.8.0-alpha.1 (minor)
|
|
210
|
-
* @ember-tooling/classic-build-app-blueprint 6.8.0-alpha.1 (minor)
|
|
211
|
-
* ember-cli 6.8.0-alpha.1 (patch)
|
|
212
|
-
|
|
213
|
-
#### :rocket: Enhancement
|
|
214
|
-
* `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
|
|
215
|
-
* [#10755](https://github.com/ember-cli/ember-cli/pull/10755) Prepare 6.7-beta ([@mansona](https://github.com/mansona))
|
|
216
|
-
* Other
|
|
217
|
-
* [#10751](https://github.com/ember-cli/ember-cli/pull/10751) [BETA BACKPORT] Backport drop node 18 ([@mansona](https://github.com/mansona))
|
|
123
|
+
#### :memo: Documentation
|
|
124
|
+
* `ember-cli`
|
|
125
|
+
* [#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))
|
|
126
|
+
* [#10840](https://github.com/ember-cli/ember-cli/pull/10840) [beta] fix help for vite-based projects ([@kategengler](https://github.com/kategengler))
|
|
127
|
+
* [#10835](https://github.com/ember-cli/ember-cli/pull/10835) Update deprecation message for --embroider option ([@kategengler](https://github.com/kategengler))
|
|
218
128
|
|
|
219
129
|
#### :house: Internal
|
|
220
|
-
*
|
|
130
|
+
* `ember-cli`, `@ember-tooling/classic-build-app-blueprint`
|
|
131
|
+
* [#10847](https://github.com/ember-cli/ember-cli/pull/10847) Prepare Beta Release ([@mansona](https://github.com/mansona))
|
|
132
|
+
* [#10825](https://github.com/ember-cli/ember-cli/pull/10825) Prepare Beta Release ([@mansona](https://github.com/mansona))
|
|
133
|
+
* [#10820](https://github.com/ember-cli/ember-cli/pull/10820) Prepare Beta Release ([@mansona](https://github.com/mansona))
|
|
134
|
+
* `ember-cli`
|
|
135
|
+
* [#10845](https://github.com/ember-cli/ember-cli/pull/10845) [beta] update @ember/app-blueprint to latest beta ([@mansona](https://github.com/mansona))
|
|
136
|
+
* [#10833](https://github.com/ember-cli/ember-cli/pull/10833) [bugfix beta] bump the @ember/app-blueprint version ([@mansona](https://github.com/mansona))
|
|
137
|
+
* [#10823](https://github.com/ember-cli/ember-cli/pull/10823) fix incorrect ember-cli-update version in tests ([@mansona](https://github.com/mansona))
|
|
138
|
+
* [#10819](https://github.com/ember-cli/ember-cli/pull/10819) update @ember/app-blueprint beta version ([@mansona](https://github.com/mansona))
|
|
139
|
+
* [#10806](https://github.com/ember-cli/ember-cli/pull/10806) skip build watch tests when vite is enabled ([@mansona](https://github.com/mansona))
|
|
140
|
+
* [#10790](https://github.com/ember-cli/ember-cli/pull/10790) Reorganize tests for `new` and `addon` commands ([@pichfl](https://github.com/pichfl))
|
|
141
|
+
* [#10783](https://github.com/ember-cli/ember-cli/pull/10783) remove unused changelog script ([@mansona](https://github.com/mansona))
|
|
142
|
+
* [#10764](https://github.com/ember-cli/ember-cli/pull/10764) fix double CI run on release-plan PR ([@mansona](https://github.com/mansona))
|
|
143
|
+
* [#10750](https://github.com/ember-cli/ember-cli/pull/10750) Add more notes to the Release.md ([@mansona](https://github.com/mansona))
|
|
144
|
+
* `ember-cli`, `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
|
|
145
|
+
* [#10799](https://github.com/ember-cli/ember-cli/pull/10799) Prepare Alpha Release ([@mansona](https://github.com/mansona))
|
|
146
|
+
* [#10778](https://github.com/ember-cli/ember-cli/pull/10778) Prepare Alpha Release ([@mansona](https://github.com/mansona))
|
|
147
|
+
* [#10756](https://github.com/ember-cli/ember-cli/pull/10756) Prepare Alpha Release ([@mansona](https://github.com/mansona))
|
|
221
148
|
* [#10763](https://github.com/ember-cli/ember-cli/pull/10763) Prepare 6.8-alpha ([@mansona](https://github.com/mansona))
|
|
222
|
-
* [#10754](https://github.com/ember-cli/ember-cli/pull/10754) Prepare Beta Release ([@github-actions[bot]](https://github.com/apps/github-actions))
|
|
223
|
-
* Other
|
|
224
|
-
* [#10761](https://github.com/ember-cli/ember-cli/pull/10761) update release-plan ([@mansona](https://github.com/mansona))
|
|
225
149
|
|
|
226
|
-
#### Committers:
|
|
150
|
+
#### Committers: 6
|
|
151
|
+
- Bert De Block ([@bertdeblock](https://github.com/bertdeblock))
|
|
227
152
|
- Chris Manson ([@mansona](https://github.com/mansona))
|
|
228
|
-
- [@
|
|
229
|
-
|
|
230
|
-
|
|
153
|
+
- Florian Pichler ([@pichfl](https://github.com/pichfl))
|
|
154
|
+
- Isaac Lee ([@ijlee2](https://github.com/ijlee2))
|
|
155
|
+
- Katie Gengler ([@kategengler](https://github.com/kategengler))
|
|
156
|
+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
|
|
231
157
|
|
|
232
|
-
|
|
233
|
-
* @ember-tooling/classic-build-app-blueprint 6.7.0-alpha.4 (minor)
|
|
234
|
-
* ember-cli 6.7.0-alpha.4 (patch)
|
|
158
|
+
## Release (2025-10-08)
|
|
235
159
|
|
|
236
|
-
|
|
237
|
-
*
|
|
238
|
-
|
|
160
|
+
* ember-cli 6.7.2 (patch)
|
|
161
|
+
* @ember-tooling/classic-build-addon-blueprint 6.7.1 (patch)
|
|
162
|
+
* @ember-tooling/classic-build-app-blueprint 6.7.2 (patch)
|
|
239
163
|
|
|
240
164
|
#### :bug: Bug Fix
|
|
241
165
|
* `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
|
|
242
|
-
* [#
|
|
243
|
-
|
|
244
|
-
#### :memo: Documentation
|
|
245
|
-
* `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
|
|
246
|
-
* [#10742](https://github.com/ember-cli/ember-cli/pull/10742) Drop node 18, add node 24 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
|
|
247
|
-
|
|
248
|
-
#### :house: Internal
|
|
249
|
-
* [#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))
|
|
250
|
-
* [#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))
|
|
251
|
-
* [#10744](https://github.com/ember-cli/ember-cli/pull/10744) run tests on the release-plan PR ([@mansona](https://github.com/mansona))
|
|
252
|
-
|
|
253
|
-
#### Committers: 2
|
|
254
|
-
- Chris Manson ([@mansona](https://github.com/mansona))
|
|
255
|
-
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
|
|
256
|
-
|
|
257
|
-
## Release (2025-06-30)
|
|
258
|
-
|
|
259
|
-
* @ember-tooling/classic-build-addon-blueprint 6.7.0-alpha.3 (patch)
|
|
260
|
-
* @ember-tooling/classic-build-app-blueprint 6.7.0-alpha.3 (patch)
|
|
261
|
-
* @ember-tooling/blueprint-blueprint 0.0.2 (patch)
|
|
262
|
-
* @ember-tooling/blueprint-model 0.0.2 (patch)
|
|
263
|
-
* ember-cli 6.7.0-alpha.3 (patch)
|
|
264
|
-
|
|
265
|
-
#### :house: Internal
|
|
266
|
-
* `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`, `@ember-tooling/blueprint-blueprint`, `@ember-tooling/blueprint-model`
|
|
267
|
-
* [#10738](https://github.com/ember-cli/ember-cli/pull/10738) add a repository for each of the packages ([@mansona](https://github.com/mansona))
|
|
166
|
+
* [#10838](https://github.com/ember-cli/ember-cli/pull/10838) Add package license metadata to match repository ([@davidtaylorhq](https://github.com/davidtaylorhq))
|
|
268
167
|
|
|
269
168
|
#### Committers: 1
|
|
270
|
-
-
|
|
169
|
+
- David Taylor ([@davidtaylorhq](https://github.com/davidtaylorhq))
|
|
271
170
|
|
|
272
|
-
## Release (2025-06
|
|
171
|
+
## Release (2025-10-06)
|
|
273
172
|
|
|
274
|
-
*
|
|
275
|
-
* @ember-tooling/classic-build-app-blueprint 6.7.
|
|
276
|
-
* @ember-tooling/blueprint-blueprint 0.0.1 (patch)
|
|
277
|
-
* @ember-tooling/blueprint-model 0.0.1 (patch)
|
|
278
|
-
* ember-cli 6.7.0-alpha.2 (patch)
|
|
173
|
+
* ember-cli 6.7.1 (patch)
|
|
174
|
+
* @ember-tooling/classic-build-app-blueprint 6.7.1 (patch)
|
|
279
175
|
|
|
280
|
-
#### :
|
|
281
|
-
*
|
|
282
|
-
* [#
|
|
283
|
-
* `@ember-tooling/classic-build-
|
|
284
|
-
* [#
|
|
285
|
-
* [#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))
|
|
176
|
+
#### :bug: Bug Fix
|
|
177
|
+
* `ember-cli`
|
|
178
|
+
* [#10834](https://github.com/ember-cli/ember-cli/pull/10834) [bugfix release] Fix tests using wrong versions ([@mansona](https://github.com/mansona))
|
|
179
|
+
* `@ember-tooling/classic-build-app-blueprint`
|
|
180
|
+
* [#10824](https://github.com/ember-cli/ember-cli/pull/10824) [bugfix release] fix app-blueprint being considered a blueprint ([@mansona](https://github.com/mansona))
|
|
286
181
|
|
|
287
182
|
#### Committers: 1
|
|
288
183
|
- Chris Manson ([@mansona](https://github.com/mansona))
|
|
289
184
|
|
|
290
|
-
## Release (2025-06
|
|
185
|
+
## Release (2025-09-06)
|
|
291
186
|
|
|
292
|
-
* ember-cli 6.7.0
|
|
187
|
+
* ember-cli 6.7.0 (minor)
|
|
188
|
+
* @ember-tooling/classic-build-addon-blueprint 6.7.0 (minor)
|
|
189
|
+
* @ember-tooling/classic-build-app-blueprint 6.7.0 (minor)
|
|
293
190
|
|
|
294
191
|
#### :rocket: Enhancement
|
|
192
|
+
* `ember-cli`, `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
|
|
193
|
+
* [#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))
|
|
194
|
+
* [#10742](https://github.com/ember-cli/ember-cli/pull/10742) Drop node 18, add node 24 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
|
|
195
|
+
|
|
196
|
+
#### :bug: Bug Fix
|
|
295
197
|
* `ember-cli`
|
|
296
|
-
* [#
|
|
198
|
+
* [#10794](https://github.com/ember-cli/ember-cli/pull/10794) Fix potential NPE ([@boris-petrov](https://github.com/boris-petrov))
|
|
297
199
|
|
|
298
200
|
#### :memo: Documentation
|
|
299
201
|
* `ember-cli`
|
|
@@ -301,20 +203,32 @@
|
|
|
301
203
|
|
|
302
204
|
#### :house: Internal
|
|
303
205
|
* `ember-cli`
|
|
304
|
-
* [#
|
|
305
|
-
* [#
|
|
306
|
-
* [#
|
|
307
|
-
* [#
|
|
206
|
+
* [#10801](https://github.com/ember-cli/ember-cli/pull/10801) update github-changelog ([@mansona](https://github.com/mansona))
|
|
207
|
+
* [#10761](https://github.com/ember-cli/ember-cli/pull/10761) update release-plan ([@mansona](https://github.com/mansona))
|
|
208
|
+
* [#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))
|
|
209
|
+
* [#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))
|
|
210
|
+
* [#10744](https://github.com/ember-cli/ember-cli/pull/10744) run tests on the release-plan PR ([@mansona](https://github.com/mansona))
|
|
211
|
+
* [#10735](https://github.com/ember-cli/ember-cli/pull/10735) remove unnecessary project override ([@mansona](https://github.com/mansona))
|
|
212
|
+
* `ember-cli`, `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
|
|
213
|
+
* [#10800](https://github.com/ember-cli/ember-cli/pull/10800) fix release-plan for stable release ([@mansona](https://github.com/mansona))
|
|
214
|
+
* [#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))
|
|
215
|
+
* [#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))
|
|
216
|
+
* `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`, `ember-cli`
|
|
217
|
+
* [#10738](https://github.com/ember-cli/ember-cli/pull/10738) add a repository for each of the packages ([@mansona](https://github.com/mansona))
|
|
308
218
|
|
|
309
|
-
#### Committers:
|
|
219
|
+
#### Committers: 3
|
|
220
|
+
- Boris Petrov ([@boris-petrov](https://github.com/boris-petrov))
|
|
310
221
|
- Chris Manson ([@mansona](https://github.com/mansona))
|
|
222
|
+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
|
|
311
223
|
|
|
312
|
-
## Release (2025-
|
|
224
|
+
## Release (2025-07-29)
|
|
313
225
|
|
|
314
|
-
* ember-cli 6.6.0
|
|
226
|
+
* ember-cli 6.6.0 (minor)
|
|
315
227
|
|
|
316
228
|
#### :rocket: Enhancement
|
|
317
229
|
* `ember-cli`
|
|
230
|
+
* [#10749](https://github.com/ember-cli/ember-cli/pull/10749) Update all dependencies for 6.6 release ([@mansona](https://github.com/mansona))
|
|
231
|
+
* [#10751](https://github.com/ember-cli/ember-cli/pull/10751) [BETA BACKPORT] Backport drop node 18 ([@mansona](https://github.com/mansona))
|
|
318
232
|
* [#10701](https://github.com/ember-cli/ember-cli/pull/10701) [ENHANCEMENT] Support Bun ([@hexadecy](https://github.com/hexadecy))
|
|
319
233
|
* [#10664](https://github.com/ember-cli/ember-cli/pull/10664) [ENHANCEMENT] Remove ember-fetch ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
|
|
320
234
|
|
|
@@ -325,8 +239,6 @@
|
|
|
325
239
|
|
|
326
240
|
#### :house: Internal
|
|
327
241
|
* `ember-cli`
|
|
328
|
-
* [#10728](https://github.com/ember-cli/ember-cli/pull/10728) Prepare Beta 6.6.0 ([@mansona](https://github.com/mansona))
|
|
329
|
-
* [#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))
|
|
330
242
|
* [#10699](https://github.com/ember-cli/ember-cli/pull/10699) Start using release-plan for releasing ember-cli ([@mansona](https://github.com/mansona))
|
|
331
243
|
* [#10670](https://github.com/ember-cli/ember-cli/pull/10670) testing: don't generate temp directories in the repo ([@mansona](https://github.com/mansona))
|
|
332
244
|
|
package/CONTRIBUTING.md
CHANGED
|
@@ -4,7 +4,6 @@ There are many ways to contribute to the project, you can fix issues,
|
|
|
4
4
|
improve documentation or work on any of the features on the
|
|
5
5
|
[wish list](https://github.com/ember-cli/ember-cli/wiki/Wish-List).
|
|
6
6
|
|
|
7
|
-
|
|
8
7
|
# Development
|
|
9
8
|
|
|
10
9
|
Start by cloning the Git project to your local hard drive:
|
|
@@ -33,7 +32,6 @@ npm link ember-cli
|
|
|
33
32
|
Read the official [npm-link documentation](https://docs.npmjs.com/cli/link.html)
|
|
34
33
|
for more information.
|
|
35
34
|
|
|
36
|
-
|
|
37
35
|
## Run the test suite
|
|
38
36
|
|
|
39
37
|
```
|
|
@@ -44,12 +42,14 @@ will run ESLint and the "fast" subset of the test suite. Run
|
|
|
44
42
|
`pnpm run test:all` for the full test suite which will currently take quite a
|
|
45
43
|
few minutes due to heavy IO and network usage.
|
|
46
44
|
|
|
47
|
-
To run a single test
|
|
45
|
+
To run a single test
|
|
46
|
+
|
|
48
47
|
```
|
|
49
48
|
pnpm mocha --fgrep "ember new adds ember-welcome-page by default"
|
|
50
49
|
```
|
|
51
50
|
|
|
52
51
|
To get help with mocha, run
|
|
52
|
+
|
|
53
53
|
```
|
|
54
54
|
pnpm mocha --help
|
|
55
55
|
```
|
|
@@ -58,8 +58,6 @@ ember-cli is using [Mocha](https://mochajs.org/) for its internal tests. If
|
|
|
58
58
|
you want to run a specific subset of tests have a look at their
|
|
59
59
|
[documentation](https://mochajs.org/#exclusive-tests).
|
|
60
60
|
|
|
61
|
-
|
|
62
|
-
|
|
63
61
|
## Update fixtures
|
|
64
62
|
|
|
65
63
|
### `ember new`
|
|
@@ -115,21 +113,21 @@ there is a bug and the faster we'll be able to take action.
|
|
|
115
113
|
|
|
116
114
|
Be sure to include (At the very least):
|
|
117
115
|
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
116
|
+
- OS
|
|
117
|
+
- npm version
|
|
118
|
+
- ember version
|
|
119
|
+
- clear steps to reproduction
|
|
122
120
|
|
|
123
121
|
And ideally
|
|
124
122
|
|
|
125
|
-
|
|
123
|
+
- an isolated demonstration of this issue as a github repo
|
|
126
124
|
|
|
127
125
|
## Requesting a Feature
|
|
128
126
|
|
|
129
127
|
Feature requests are handled via https://github.com/ember-cli/rfcs
|
|
130
128
|
|
|
131
|
-
|
|
132
|
-
|
|
129
|
+
- issues are eargley stage requests/proposals
|
|
130
|
+
- rfcs as pull requests are for fleshing out details
|
|
133
131
|
|
|
134
132
|
1. Search Issues for similar feature requests. It's possible somebody has
|
|
135
133
|
already asked for this feature or provided a pull request that we're still
|
|
@@ -156,10 +154,9 @@ We love pull requests. Here's a quick guide:
|
|
|
156
154
|
1. Fork the repo.
|
|
157
155
|
|
|
158
156
|
2. Ensure you have the development requirements:
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
* google chrome
|
|
157
|
+
- node (latest LTS recommended) -- _do not install node using sudo_
|
|
158
|
+
- npm (3.x)
|
|
159
|
+
- google chrome
|
|
163
160
|
|
|
164
161
|
3. Run the tests. We only take pull requests with passing tests, and it's great
|
|
165
162
|
to know that you have a clean slate: `npm install && npm run test:all`.
|
|
@@ -172,19 +169,18 @@ We love pull requests. Here's a quick guide:
|
|
|
172
169
|
|
|
173
170
|
6. Commit your changes. If your pull request fixes an issue specify it in the
|
|
174
171
|
commit message. Here's an example: `git commit - m "Close #52 Fix
|
|
175
|
-
|
|
172
|
+
generators"`
|
|
176
173
|
|
|
177
174
|
7. Push to your fork and submit a pull request. In the pull-request title,
|
|
178
175
|
please prefix it with one of our tags: BUGFIX, FEATURE, ENHANCEMENT or
|
|
179
176
|
INTERNAL
|
|
180
|
-
|
|
181
|
-
* FEATURE and ENHANCEMENT tags are for things that users are interested in.
|
|
177
|
+
- FEATURE and ENHANCEMENT tags are for things that users are interested in.
|
|
182
178
|
Avoid super technical talk. Craft a concise description of the change.
|
|
183
179
|
- FEATURE tag is a standalone new addition, an example of this would be
|
|
184
180
|
adding a new command
|
|
185
181
|
- ENHANCEMENT tag is an improvement on an existing feature
|
|
186
|
-
|
|
187
|
-
|
|
182
|
+
- BUGFIX tag is a link to a bug + a link to a patch.
|
|
183
|
+
- INTERNAL tag is an internal log of changes.
|
|
188
184
|
|
|
189
185
|
In the description, please provide us with some explanation of why you made
|
|
190
186
|
the changes you made. For new features make sure to explain a standard use
|
|
@@ -201,16 +197,16 @@ give the ticket a review.
|
|
|
201
197
|
Some things that will increase the chance that your pull request is accepted,
|
|
202
198
|
taken straight from the Ruby on Rails guide:
|
|
203
199
|
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
200
|
+
- Use Node idioms and helpers.
|
|
201
|
+
- Include tests that fail without your code, and pass with it.
|
|
202
|
+
- Update the documentation, the surrounding one, examples elsewhere, guides,
|
|
207
203
|
whatever is affected by your contribution.
|
|
208
204
|
|
|
209
205
|
#### Syntax
|
|
210
206
|
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
207
|
+
- Two spaces, no tabs.
|
|
208
|
+
- No trailing whitespace. Blank lines should not have any space.
|
|
209
|
+
- Follow the conventions you see used in the source already.
|
|
214
210
|
|
|
215
211
|
#### Inline Documentation Guidelines
|
|
216
212
|
|
|
@@ -234,11 +230,11 @@ at: https://github.com/ember-learn/cli-guides
|
|
|
234
230
|
|
|
235
231
|
#### Code Words
|
|
236
232
|
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
233
|
+
- `thisPropertyName`
|
|
234
|
+
- `Global.Class.attribute`
|
|
235
|
+
- `thisFunction()`
|
|
236
|
+
- `Global.CONSTANT_NAME`
|
|
237
|
+
- `true`, `false`, `null`, `undefined` (when referring to programming values)
|
|
242
238
|
|
|
243
239
|
And in case we didn't emphasize it enough: **we love tests!**
|
|
244
240
|
|
|
@@ -248,8 +244,8 @@ Testing is done with mocha. You can invoke the tests by running `npm test` or `n
|
|
|
248
244
|
with a test, write your test and add `.only` to it's `describe` or `it` block. E.g.
|
|
249
245
|
|
|
250
246
|
```javascript
|
|
251
|
-
describe.only("My new feature", function() {
|
|
252
|
-
it("is neat", function() {
|
|
247
|
+
describe.only("My new feature", function () {
|
|
248
|
+
it("is neat", function () {
|
|
253
249
|
//...
|
|
254
250
|
});
|
|
255
251
|
});
|