ember-cli 6.6.0-alpha.2 → 6.6.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 CHANGED
@@ -1,8 +1,8 @@
1
1
  # ember-cli Changelog
2
2
 
3
- ## Release (2025-06-11)
3
+ ## Release (2025-06-16)
4
4
 
5
- * ember-cli 6.6.0-alpha.2 (minor)
5
+ * ember-cli 6.6.0-beta.1 (minor)
6
6
 
7
7
  #### :rocket: Enhancement
8
8
  * `ember-cli`
@@ -12,57 +12,47 @@
12
12
  #### :bug: Bug Fix
13
13
  * `ember-cli`
14
14
  * [#10711](https://github.com/ember-cli/ember-cli/pull/10711) fix yuidoc generation on publish ([@mansona](https://github.com/mansona))
15
- * [#10710](https://github.com/ember-cli/ember-cli/pull/10710) make sure we release alpha with release-plan ([@mansona](https://github.com/mansona))
16
15
  * [#10702](https://github.com/ember-cli/ember-cli/pull/10702) [Bugfix]: Update ember-data and unify the versions between @ and non-@ ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
17
16
 
18
17
  #### :house: Internal
19
18
  * `ember-cli`
20
- * [#10709](https://github.com/ember-cli/ember-cli/pull/10709) Prepare Alpha Release v6.6.0-alpha.1 ([@github-actions[bot]](https://github.com/apps/github-actions))
19
+ * [#10728](https://github.com/ember-cli/ember-cli/pull/10728) Prepare Beta 6.6.0 ([@mansona](https://github.com/mansona))
20
+ * [#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))
21
21
  * [#10699](https://github.com/ember-cli/ember-cli/pull/10699) Start using release-plan for releasing ember-cli ([@mansona](https://github.com/mansona))
22
22
  * [#10670](https://github.com/ember-cli/ember-cli/pull/10670) testing: don't generate temp directories in the repo ([@mansona](https://github.com/mansona))
23
23
 
24
- #### Committers: 4
24
+ #### Committers: 3
25
25
  - Chris Manson ([@mansona](https://github.com/mansona))
26
26
  - Michel Couillard ([@hexadecy](https://github.com/hexadecy))
27
27
  - [@NullVoxPopuli](https://github.com/NullVoxPopuli)
28
- - [@github-actions[bot]](https://github.com/apps/github-actions)
29
28
 
30
- ## Release (2025-06-11)
29
+ ## Release (2025-06-16)
31
30
 
32
- * ember-cli 6.6.0-alpha.1 (minor)
31
+ * ember-cli 6.5.0 (minor)
33
32
 
34
33
  #### :rocket: Enhancement
35
34
  * `ember-cli`
36
- * [#10701](https://github.com/ember-cli/ember-cli/pull/10701) [ENHANCEMENT] Support Bun ([@hexadecy](https://github.com/hexadecy))
37
- * [#10664](https://github.com/ember-cli/ember-cli/pull/10664) [ENHANCEMENT] Remove ember-fetch ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
35
+ * [#10721](https://github.com/ember-cli/ember-cli/pull/10721) Prepare 6.5.0 release ([@mansona](https://github.com/mansona))
36
+ * [#10705](https://github.com/ember-cli/ember-cli/pull/10705) add `--strict` flag for new app and addon generation ([@mansona](https://github.com/mansona))
38
37
 
39
38
  #### :bug: Bug Fix
40
39
  * `ember-cli`
41
- * [#10710](https://github.com/ember-cli/ember-cli/pull/10710) make sure we release alpha with release-plan ([@mansona](https://github.com/mansona))
42
- * [#10702](https://github.com/ember-cli/ember-cli/pull/10702) [Bugfix]: Update ember-data and unify the versions between @ and non-@ ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
40
+ * [#10684](https://github.com/ember-cli/ember-cli/pull/10684) [BUGFIX] Remove deprecated `@types/eslint__js` dependency from `app` blueprint ([@gvdp](https://github.com/gvdp))
43
41
 
44
42
  #### :house: Internal
45
43
  * `ember-cli`
46
- * [#10699](https://github.com/ember-cli/ember-cli/pull/10699) Start using release-plan for releasing ember-cli ([@mansona](https://github.com/mansona))
47
- * [#10670](https://github.com/ember-cli/ember-cli/pull/10670) testing: don't generate temp directories in the repo ([@mansona](https://github.com/mansona))
44
+ * [#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))
45
+ * [#10722](https://github.com/ember-cli/ember-cli/pull/10722) prevent clashes between release-plan branches ([@mansona](https://github.com/mansona))
46
+ * [#10719](https://github.com/ember-cli/ember-cli/pull/10719) [Backport release]: start using release-plan to release ember-cli ([@mansona](https://github.com/mansona))
47
+ * [#10718](https://github.com/ember-cli/ember-cli/pull/10718) Prepare Beta Release v6.5.0-beta.2 ([@github-actions[bot]](https://github.com/apps/github-actions))
48
+ * [#10717](https://github.com/ember-cli/ember-cli/pull/10717) pass --publish-branch to release-plan publish ([@mansona](https://github.com/mansona))
49
+ * [#10716](https://github.com/ember-cli/ember-cli/pull/10716) Prepare Beta Release v6.5.0-beta.1 ([@github-actions[bot]](https://github.com/apps/github-actions))
50
+ * [#10715](https://github.com/ember-cli/ember-cli/pull/10715) [Backport beta]: Set up release-plan ([@mansona](https://github.com/mansona))
48
51
 
49
52
  #### Committers: 3
50
53
  - Chris Manson ([@mansona](https://github.com/mansona))
51
- - Michel Couillard ([@hexadecy](https://github.com/hexadecy))
52
- - [@NullVoxPopuli](https://github.com/NullVoxPopuli)
53
-
54
- ## v6.5.0-beta.0
55
-
56
- #### Blueprint Changes
57
-
58
- - [`ember new` diff](https://github.com/ember-cli/ember-new-output/compare/v6.4.0...v6.5.0-beta.0)
59
- - [`ember addon` diff](https://github.com/ember-cli/ember-addon-output/compare/v6.4.0...v6.5.0-beta.0)
60
-
61
- #### Changelog
62
-
63
- - [#10684](https://github.com/ember-cli/ember-cli/pull/10684) [BUGFIX] Remove deprecated `@types/eslint__js` dependency from `app` blueprint [@gvdp](https://github.com/gvdp)
64
-
65
- Thank you to all who took the time to contribute!
54
+ - [@github-actions[bot]](https://github.com/apps/github-actions)
55
+ - [@gvdp](https://github.com/gvdp)
66
56
 
67
57
  ## v6.4.0
68
58
 
package/RELEASE.md CHANGED
@@ -1,147 +1,3 @@
1
1
  # Release Process
2
2
 
3
- > [!WARNING]
4
- > This release process is currently changing and is making its way from the `master` branch to `beta` and `release` as part of the normal release train. Be careful following this document over the next 12 weeks.
5
- > As of time of writing release-plan is only being used for the master branch and the instructions below are for illustrative purposes only
6
-
7
- `ember-cli` follows the same channel based release process that Ember does:
8
-
9
- * `release` - This branch represents the `latest` dist-tag on NPM
10
- * `beta` - This branch represents the `beta` dist-tag on NPM
11
- * `master` - The branch represents the `alpha` dist-tag on NPM
12
-
13
- Most changes should be made as a PR that targets the `master` branch and make their way through `beta` and `release` over the course of 12 weeks as part of the Ember release train. Generally speaking we do not backport functional changes to `beta` or `release` but we can if needs be.
14
-
15
- This release process is managed by [release-plan](https://github.com/embroider-build/release-plan) which means that all changes should be made as a pull request to make sure it is captured in the changelog.
16
-
17
- ## Release process overview
18
-
19
- During the release week each of the versions are effectively "promoted" i.e. the current `beta` version is released as `latest`, the current `alpha` version is released as `beta` and a **new** `alpha` version is created. This requires PRs to each of the active branches to update ember-source (and potentially ember-data) versions. Each of those PRs that update dependencies should be marked as `enhancement` if we are releasing a minor version.
20
-
21
- The release process during release week should look like this:
22
-
23
- - Do an intial stable release from the `release` branch
24
- - Merge `release` into `beta`
25
- - Do a `beta` release
26
- - Merge `beta` into `master`
27
- - Do an `alpha` release
28
-
29
-
30
-
31
- ### Initial Stable Release from the `release` branch
32
-
33
- - fetch latest from origin `git fetch`
34
- - create a new branch to do the release e.g. `git checkout -B release-plan-6-4 origin/release`
35
- - note: branches named like `release-6-4` are used to manage LTS patch releases so we don't want to create a branch with that name at this time
36
- - Update blueprint dependencies to latest
37
-
38
- ```
39
- node ./dev/update-blueprint-dependencies.js --ember-source=latest --ember-data=latest
40
- ```
41
-
42
- - push and open a PR targeting `release`
43
- - mark this PR as an `enhancement` if it is a minor release
44
- - check that everything is ok
45
- - merge branch
46
- - check that the `Prepare Release` PR has been correctly opened by `release-plan`
47
- - Merge the `Prepare Release` branch when you are ready to release
48
- - Check the `Release Stable` GitHub action to make sure the release succeeded
49
-
50
- ### Beta release from the `beta` branch
51
-
52
- - fetch latest from origin `git fetch`
53
- - create a new branch to merge `release` into `beta` e.g. `git checkout -B merge-release origin/beta`
54
- - merge release into this new branch e.g. `git merge origin/release --no-ff`
55
- - Update blueprint dependencies to beta
56
-
57
- ```
58
- node ./dev/update-blueprint-dependencies.js --ember-source=beta --ember-data=beta
59
- ```
60
-
61
- - push and open a PR targeting `beta`
62
- - mark this PR as an `enchancement` if the next beta is a minor release
63
- - check that everything is ok i.e. CI passes
64
- - merge the `merge-release` branch into `beta` in GitHub
65
- - check that the `Prepare Beta Release` PR has been correctly opened by `release-plan`
66
- - note: the release-plan config will automatically make this version a pre-release
67
- - Merge the `Prepare Beta Release` when you are ready to release the next beta version
68
- - Check the `Release Beta` GitHub action to make sure the release succeeded
69
-
70
-
71
- ### Alpha release from the `master` branch
72
-
73
- - fetch latest from origin `git fetch`
74
- - create a new branch to merge `beta` into `master` e.g. `git checkout -B merge-beta origin/master`
75
- - merge release into this new branch e.g. `git merge origin/beta --no-ff`
76
- - Update blueprint dependencies to alpha
77
-
78
- ```
79
- node ./dev/update-blueprint-dependencies.js --ember-source=alpha --ember-data=canary
80
- ```
81
-
82
- - push and open a PR targeting `master`
83
- - mark this PR as an `enchancement` if the next alpha is a minor release
84
- - check that everything is ok i.e. CI passes
85
- - merge the `merge-beta` branch into `master` in GitHub
86
- - check that the `Prepare Alpha Release` PR has been correctly opened by `release-plan`
87
- - note: the release-plan config will automatically make this version a pre-release
88
- - Merge the `Prepare Alpha Release` when you are ready to release the next alpha version
89
- - Check the `Release Alpha` GitHub action to make sure the release succeeded
90
-
91
-
92
- ## Changelog updates
93
-
94
- `release-plan` is designed to automatically generate a Changelog that includes the titles of every PR that was merged since the last release. As we would like to make use of this auto-generated Changelog we need to make sure that PRs are named correctly and the Changelog included in the "Prepare Release" PRs are what we were expecting.
95
-
96
- If you want to change the content of the Changelog then you should update the PR titles you want to update and re-run the `Prepare Release` CI job for that branch
97
-
98
- ## Patch Releases
99
-
100
- Now that we're using release-plan for all releases, patch releases have become super easy! Every time you merge a PR to any branch that is being released with `release-plan` a new `Prepare Release` PR will be created. When you merge this `Prepare Release` branch it will automatically release the new Patch version.
101
-
102
-
103
- ## Post-release Automation
104
-
105
- There is a GitHub Actions workflow, https://github.com/ember-cli/ember-cli/actions/workflows/sync-output-repos.yml that pushes various invocations of the blueprint generator to "output repos".
106
- After release, make sure that all the jobs are "green" / succeeded.
107
-
108
- <details><summary>What to check afterwards</summary>
109
-
110
- - Apps: https://github.com/ember-cli/ember-app-output
111
- - Addons: https://github.com/ember-cli/ember-addon-output
112
-
113
- Both of these have a git-tag per release version
114
-
115
- ### Online Editors
116
-
117
- Multiple editors could be supported, but right now, we only "customize" for stackblitz.
118
-
119
- https://github.com/ember-cli/editor-output/
120
- - [a branch for each scenario + release version](https://github.com/ember-cli/editor-output/branches/active)
121
- - `${editorName}-{addon,app}-output{-'typescript'?}{-version}`
122
- - and the "latest release" (non beta) will not have a version at the end
123
- - This includes [app, addon] X [javascript, typescript]
124
-
125
- #### StackBlitz
126
-
127
- To make sure StackBlitz runs in their supported browsers (Chrome and FireFox, as of 2023-08-15)
128
-
129
- - App + JS: https://stackblitz.com/github/ember-cli/editor-output/tree/stackblitz-app-output
130
- - App + TS: https://stackblitz.com/github/ember-cli/editor-output/tree/stackblitz-app-output-typescript
131
- - Addon + JS: https://stackblitz.com/github/ember-cli/editor-output/tree/stackblitz-addon-output
132
- - Addon + TS: https://stackblitz.com/github/ember-cli/editor-output/tree/stackblitz-addon-output-typescript
133
-
134
- The App + JS, and App + TS are linked from Stackblitz's frontend templates UI: https://stackblitz.com/?starters=frontend
135
-
136
- </details>
137
-
138
- <details><summary>if problems arise</summary>
139
-
140
- Script for updating addon/app repos: https://github.com/ember-cli/ember-cli/blob/master/dev/update-output-repos.js
141
- Script for updating editors: https://github.com/ember-cli/ember-cli/blob/master/dev/update-editor-output-repos.js
142
-
143
- Customizations on top of the default blueprint(s) are found here: https://github.com/ember-cli/ember-cli/tree/master/dev/online-editors/stackblitz
144
- The intent for these customizations is to either be very light, or not needed at all.
145
- If an online editor breaks with our default blueprint, then it's most likely that _we_ have a bug (or something _very goofy_).
146
-
147
- </details>
3
+ This document has been updated and is being actively managed on the default branch of this repo. Please refer to the version on the default branch to follow the release process: https://github.com/ember-cli/ember-cli/blob/master/RELEASE.md
@@ -93,7 +93,7 @@ module.exports = {
93
93
 
94
94
  // add scripts to build type declarations for TypeScript addons
95
95
  if (this.options.typescript) {
96
- contents.devDependencies.rimraf = '^5.0.1';
96
+ contents.devDependencies.rimraf = '^5.0.10';
97
97
 
98
98
  contents.scripts.prepack = 'tsc --project tsconfig.declarations.json';
99
99
  contents.scripts.postpack = 'rimraf declarations';
@@ -245,6 +245,7 @@ module.exports = {
245
245
  emberData: options.emberData,
246
246
  ciProvider: options.ciProvider,
247
247
  typescript: options.typescript,
248
+ strict: options.strict,
248
249
  packageManager: options.packageManager ?? 'npm',
249
250
  };
250
251
  },
@@ -3,5 +3,17 @@
3
3
  Setting `isTypeScriptProject` to true will force the blueprint generators to generate TypeScript
4
4
  rather than JavaScript by default, when a TypeScript version of a given blueprint is available.
5
5
  */
6
- "isTypeScriptProject": <%= typescript ? 'true' : 'false' %>
6
+ "isTypeScriptProject": <%= typescript ? 'true' : 'false' %>,
7
+
8
+ /**
9
+ Setting `componentAuthoringFormat` to "strict" will force the blueprint generators to generate GJS
10
+ or GTS files for the component and the component rendering test. "loose" is the default.
11
+ */
12
+ "componentAuthoringFormat": <%= strict ? '"strict"' : '"loose"' %>,
13
+
14
+ /**
15
+ Setting `routeAuthoringFormat` to "strict" will force the blueprint generators to generate GJS
16
+ or GTS templates for routes. "loose" is the default
17
+ */
18
+ "routeAuthoringFormat": <%= strict ? '"strict"' : '"loose"' %>
7
19
  }
@@ -0,0 +1,15 @@
1
+ import pageTitle from 'ember-page-title/helpers/page-title';<% if (welcome) { %>
2
+ import WelcomePage from 'ember-welcome-page/components/welcome-page';<% } %>
3
+
4
+ <template>
5
+ {{pageTitle "<%= namespace %>"}}
6
+ <% if (welcome) { %>
7
+ {{outlet}}
8
+
9
+ {{! The following component displays Ember's default welcome message. }}
10
+ <WelcomePage />
11
+ {{! Feel free to remove this! }}<% } else { %>
12
+ <h2 id="title">Welcome to Ember</h2>
13
+
14
+ {{outlet}}<% } %>
15
+ </template>
@@ -0,0 +1,15 @@
1
+ import pageTitle from 'ember-page-title/helpers/page-title';<% if (welcome) { %>
2
+ import WelcomePage from 'ember-welcome-page/components/welcome-page';<% } %>
3
+
4
+ <template>
5
+ {{pageTitle "<%= namespace %>"}}
6
+ <% if (welcome) { %>
7
+ {{outlet}}
8
+
9
+ {{! The following component displays Ember's default welcome message. }}
10
+ <WelcomePage />
11
+ {{! Feel free to remove this! }}<% } else { %>
12
+ <h2 id="title">Welcome to Ember</h2>
13
+
14
+ {{outlet}}<% } %>
15
+ </template>
@@ -28,26 +28,26 @@
28
28
  "test:ember": "ember test"
29
29
  },
30
30
  "devDependencies": {
31
- "@babel/core": "^7.27.1",
32
- "@babel/eslint-parser": "^7.27.1",
31
+ "@babel/core": "^7.27.4",
32
+ "@babel/eslint-parser": "^7.27.5",
33
33
  "@babel/plugin-proposal-decorators": "^7.27.1<% if (typescript && emberData) { %>",
34
- "@ember-data/adapter": "~5.5.0",
35
- "@ember-data/graph": "~5.5.0",
36
- "@ember-data/json-api": "~5.5.0",
37
- "@ember-data/legacy-compat": "~5.5.0",
38
- "@ember-data/model": "~5.5.0",
39
- "@ember-data/request": "~5.5.0",
40
- "@ember-data/request-utils": "~5.5.0",
41
- "@ember-data/serializer": "~5.5.0",
42
- "@ember-data/store": "~5.5.0",
43
- "@warp-drive/ember": "~5.5.0<% } %>",
34
+ "@ember-data/adapter": "~5.6.0-beta.0",
35
+ "@ember-data/graph": "~5.6.0-beta.0",
36
+ "@ember-data/json-api": "~5.6.0-beta.0",
37
+ "@ember-data/legacy-compat": "~5.6.0-beta.0",
38
+ "@ember-data/model": "~5.6.0-beta.0",
39
+ "@ember-data/request": "~5.6.0-beta.0",
40
+ "@ember-data/request-utils": "~5.6.0-beta.0",
41
+ "@ember-data/serializer": "~5.6.0-beta.0",
42
+ "@ember-data/store": "~5.6.0-beta.0",
43
+ "@warp-drive/ember": "~5.6.0-beta.0<% } %>",
44
44
  "@ember/optional-features": "^2.2.0",
45
- "@ember/test-helpers": "^5.2.1<% if (embroider) { %>",
45
+ "@ember/test-helpers": "^5.2.2<% if (embroider) { %>",
46
46
  "@embroider/compat": "^3.9.0",
47
47
  "@embroider/core": "^3.5.6<% } %>",
48
- "@embroider/macros": "^1.17.2<% if (embroider) { %>",
48
+ "@embroider/macros": "^1.18.0<% if (embroider) { %>",
49
49
  "@embroider/webpack": "^4.1.0<% } %>",
50
- "@eslint/js": "^9.25.1",
50
+ "@eslint/js": "^9.29.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",
@@ -56,7 +56,7 @@
56
56
  "@tsconfig/ember": "^3.0.10",
57
57
  "@types/qunit": "^2.19.12",
58
58
  "@types/rsvp": "^4.0.9<% if (emberData) {%>",
59
- "@warp-drive/core-types": "~0.0.3<% }} %>",
59
+ "@warp-drive/core-types": "~5.6.0-beta.0<% }} %>",
60
60
  "broccoli-asset-rev": "^3.0.0",
61
61
  "concurrently": "^9.1.2",
62
62
  "ember-auto-import": "^2.10.0",
@@ -70,33 +70,33 @@
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.5.0<% } %>",
73
+ "ember-data": "~5.6.0-beta.0<% } %>",
74
74
  "ember-load-initializers": "^3.0.1",
75
- "ember-modifier": "^4.2.0",
76
- "ember-page-title": "^9.0.1",
77
- "ember-qunit": "^9.0.2",
78
- "ember-resolver": "^13.1.0",
79
- "ember-source": "~6.5.0-beta.1",
75
+ "ember-modifier": "^4.2.2",
76
+ "ember-page-title": "^9.0.2",
77
+ "ember-qunit": "^9.0.3",
78
+ "ember-resolver": "^13.1.1",
79
+ "ember-source": "~6.6.0-beta.1",
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.25.1",
83
+ "eslint": "^9.29.0",
84
84
  "eslint-config-prettier": "^9.1.0",
85
85
  "eslint-plugin-ember": "^12.5.0",
86
- "eslint-plugin-n": "^17.17.0",
86
+ "eslint-plugin-n": "^17.20.0",
87
87
  "eslint-plugin-qunit": "^8.1.2",
88
88
  "globals": "^15.15.0",
89
89
  "loader.js": "^4.7.0",
90
90
  "prettier": "^3.5.3",
91
- "prettier-plugin-ember-template-tag": "^2.0.5",
91
+ "prettier-plugin-ember-template-tag": "^2.0.6",
92
92
  "qunit": "^2.24.1",
93
93
  "qunit-dom": "^3.4.0",
94
- "stylelint": "^16.19.1",
94
+ "stylelint": "^16.20.0",
95
95
  "stylelint-config-standard": "^36.0.1",
96
96
  "tracked-built-ins": "^3.4.0<% if (typescript) { %>",
97
97
  "typescript": "^5.8.3",
98
- "typescript-eslint": "^8.31.1<% } %>",
99
- "webpack": "^5.99.7"
98
+ "typescript-eslint": "^8.34.1<% } %>",
99
+ "webpack": "^5.99.9"
100
100
  },
101
101
  "engines": {
102
102
  "node": ">= 18"
@@ -80,6 +80,7 @@ module.exports = {
80
80
  emberData: options.emberData,
81
81
  ciProvider: options.ciProvider,
82
82
  typescript: options.typescript,
83
+ strict: options.strict,
83
84
  packageManager: options.packageManager ?? 'npm',
84
85
  };
85
86
  },
@@ -106,6 +107,12 @@ module.exports = {
106
107
  files = files.filter((file) => !file.includes('ember-data/'));
107
108
  }
108
109
 
110
+ if (options.strict) {
111
+ files = files.filter((file) => !file.endsWith('.hbs'));
112
+ } else {
113
+ files = files.filter((file) => !file.endsWith('.gjs') && !file.endsWith('.gts'));
114
+ }
115
+
109
116
  this._files = files;
110
117
 
111
118
  return this._files;
@@ -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.6.0-alpha.2-master-98cb64f90b"
6
+ "version": "6.6.0-beta.1-beta-d5f58d5f58"
7
7
  },
8
8
  "files": {
9
9
  "lib/broccoli/default-packager.js": {
@@ -32,6 +32,12 @@ module.exports = NewCommand.extend({
32
32
  description: 'Installs the optional default CI blueprint. Only Github Actions is supported at the moment.',
33
33
  },
34
34
  { name: 'typescript', type: Boolean, default: false, description: 'Set up the addon to use TypeScript' },
35
+ {
36
+ name: 'strict',
37
+ type: Boolean,
38
+ default: false,
39
+ description: 'Use GJS/GTS templates by default for generated components, tests, and route templates',
40
+ },
35
41
  ],
36
42
 
37
43
  anonymousOptions: ['<addon-name>'],
@@ -53,6 +53,12 @@ module.exports = Command.extend({
53
53
  description: 'Include ember-data dependencies and configuration',
54
54
  },
55
55
  { name: 'typescript', type: Boolean, default: false, description: 'Set up the app to use TypeScript' },
56
+ {
57
+ name: 'strict',
58
+ type: Boolean,
59
+ default: false,
60
+ description: 'Use GJS/GTS templates by default for generated components, tests, and route templates',
61
+ },
56
62
  ],
57
63
 
58
64
  anonymousOptions: ['<glob-pattern>'],
@@ -57,6 +57,12 @@ module.exports = Command.extend({
57
57
  description: 'Create a new Ember app/addon in an interactive way.',
58
58
  },
59
59
  { name: 'typescript', type: Boolean, default: false, description: 'Set up the app to use TypeScript' },
60
+ {
61
+ name: 'strict',
62
+ type: Boolean,
63
+ default: false,
64
+ description: 'Use GJS/GTS templates by default for generated components, tests, and route templates',
65
+ },
60
66
  ],
61
67
 
62
68
  anonymousOptions: ['<app-name>'],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ember-cli",
3
- "version": "6.6.0-alpha.2",
3
+ "version": "6.6.0-beta.1",
4
4
  "description": "Command line tool for developing ambitious ember.js apps",
5
5
  "keywords": [
6
6
  "app",
@@ -31,8 +31,8 @@
31
31
  "minor": "prerelease",
32
32
  "patch": "prerelease"
33
33
  },
34
- "semverIncrementTag": "alpha",
35
- "publishTag": "alpha"
34
+ "semverIncrementTag": "beta",
35
+ "publishTag": "beta"
36
36
  },
37
37
  "dependencies": {
38
38
  "@pnpm/find-workspace-dir": "^1000.1.0",
@@ -141,7 +141,7 @@
141
141
  "nock": "^13.5.5",
142
142
  "nyc": "^15.1.0",
143
143
  "prettier": "2.8.7",
144
- "release-plan": "^0.16.0",
144
+ "release-plan": "^0.17.0",
145
145
  "strip-ansi": "^6.0.0",
146
146
  "supertest": "^7.1.0",
147
147
  "testdouble": "^3.18.0",