ember-cli 6.6.0-alpha.3 → 6.6.0-beta.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +23 -33
- package/RELEASE.md +1 -145
- package/blueprints/addon/files/README.md +1 -1
- package/blueprints/addon/index.js +2 -1
- package/blueprints/app/files/.ember-cli +13 -1
- package/blueprints/app/files/app/templates/_js_application.gjs +15 -0
- package/blueprints/app/files/app/templates/_ts_application.gts +15 -0
- package/blueprints/app/files/package.json +29 -29
- package/blueprints/app/files/tsconfig.json +0 -1
- package/blueprints/app/index.js +7 -0
- package/docs/build/data.json +1 -1
- package/lib/commands/addon.js +6 -0
- package/lib/commands/init.js +6 -0
- package/lib/commands/new.js +6 -0
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
# ember-cli Changelog
|
|
2
2
|
|
|
3
|
-
## Release (2025-
|
|
3
|
+
## Release (2025-07-28)
|
|
4
4
|
|
|
5
|
-
* ember-cli 6.6.0-
|
|
5
|
+
* ember-cli 6.6.0-beta.2 (minor)
|
|
6
6
|
|
|
7
|
-
#### :
|
|
7
|
+
#### :rocket: Enhancement
|
|
8
8
|
* `ember-cli`
|
|
9
|
-
* [#
|
|
9
|
+
* [#10751](https://github.com/ember-cli/ember-cli/pull/10751) [BETA BACKPORT] Backport drop node 18 ([@mansona](https://github.com/mansona))
|
|
10
10
|
|
|
11
11
|
#### Committers: 1
|
|
12
12
|
- Chris Manson ([@mansona](https://github.com/mansona))
|
|
13
13
|
|
|
14
|
-
## Release (2025-06-
|
|
14
|
+
## Release (2025-06-16)
|
|
15
15
|
|
|
16
|
-
* ember-cli 6.6.0-
|
|
16
|
+
* ember-cli 6.6.0-beta.1 (minor)
|
|
17
17
|
|
|
18
18
|
#### :rocket: Enhancement
|
|
19
19
|
* `ember-cli`
|
|
@@ -23,57 +23,47 @@
|
|
|
23
23
|
#### :bug: Bug Fix
|
|
24
24
|
* `ember-cli`
|
|
25
25
|
* [#10711](https://github.com/ember-cli/ember-cli/pull/10711) fix yuidoc generation on publish ([@mansona](https://github.com/mansona))
|
|
26
|
-
* [#10710](https://github.com/ember-cli/ember-cli/pull/10710) make sure we release alpha with release-plan ([@mansona](https://github.com/mansona))
|
|
27
26
|
* [#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))
|
|
28
27
|
|
|
29
28
|
#### :house: Internal
|
|
30
29
|
* `ember-cli`
|
|
31
|
-
* [#
|
|
30
|
+
* [#10728](https://github.com/ember-cli/ember-cli/pull/10728) Prepare Beta 6.6.0 ([@mansona](https://github.com/mansona))
|
|
31
|
+
* [#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))
|
|
32
32
|
* [#10699](https://github.com/ember-cli/ember-cli/pull/10699) Start using release-plan for releasing ember-cli ([@mansona](https://github.com/mansona))
|
|
33
33
|
* [#10670](https://github.com/ember-cli/ember-cli/pull/10670) testing: don't generate temp directories in the repo ([@mansona](https://github.com/mansona))
|
|
34
34
|
|
|
35
|
-
#### Committers:
|
|
35
|
+
#### Committers: 3
|
|
36
36
|
- Chris Manson ([@mansona](https://github.com/mansona))
|
|
37
37
|
- Michel Couillard ([@hexadecy](https://github.com/hexadecy))
|
|
38
38
|
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
|
|
39
|
-
- [@github-actions[bot]](https://github.com/apps/github-actions)
|
|
40
39
|
|
|
41
|
-
## Release (2025-06-
|
|
40
|
+
## Release (2025-06-16)
|
|
42
41
|
|
|
43
|
-
* ember-cli 6.
|
|
42
|
+
* ember-cli 6.5.0 (minor)
|
|
44
43
|
|
|
45
44
|
#### :rocket: Enhancement
|
|
46
45
|
* `ember-cli`
|
|
47
|
-
* [#
|
|
48
|
-
* [#
|
|
46
|
+
* [#10721](https://github.com/ember-cli/ember-cli/pull/10721) Prepare 6.5.0 release ([@mansona](https://github.com/mansona))
|
|
47
|
+
* [#10705](https://github.com/ember-cli/ember-cli/pull/10705) add `--strict` flag for new app and addon generation ([@mansona](https://github.com/mansona))
|
|
49
48
|
|
|
50
49
|
#### :bug: Bug Fix
|
|
51
50
|
* `ember-cli`
|
|
52
|
-
* [#
|
|
53
|
-
* [#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))
|
|
51
|
+
* [#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))
|
|
54
52
|
|
|
55
53
|
#### :house: Internal
|
|
56
54
|
* `ember-cli`
|
|
57
|
-
* [#
|
|
58
|
-
* [#
|
|
55
|
+
* [#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))
|
|
56
|
+
* [#10722](https://github.com/ember-cli/ember-cli/pull/10722) prevent clashes between release-plan branches ([@mansona](https://github.com/mansona))
|
|
57
|
+
* [#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))
|
|
58
|
+
* [#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))
|
|
59
|
+
* [#10717](https://github.com/ember-cli/ember-cli/pull/10717) pass --publish-branch to release-plan publish ([@mansona](https://github.com/mansona))
|
|
60
|
+
* [#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))
|
|
61
|
+
* [#10715](https://github.com/ember-cli/ember-cli/pull/10715) [Backport beta]: Set up release-plan ([@mansona](https://github.com/mansona))
|
|
59
62
|
|
|
60
63
|
#### Committers: 3
|
|
61
64
|
- Chris Manson ([@mansona](https://github.com/mansona))
|
|
62
|
-
-
|
|
63
|
-
- [@
|
|
64
|
-
|
|
65
|
-
## v6.5.0-beta.0
|
|
66
|
-
|
|
67
|
-
#### Blueprint Changes
|
|
68
|
-
|
|
69
|
-
- [`ember new` diff](https://github.com/ember-cli/ember-new-output/compare/v6.4.0...v6.5.0-beta.0)
|
|
70
|
-
- [`ember addon` diff](https://github.com/ember-cli/ember-addon-output/compare/v6.4.0...v6.5.0-beta.0)
|
|
71
|
-
|
|
72
|
-
#### Changelog
|
|
73
|
-
|
|
74
|
-
- [#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)
|
|
75
|
-
|
|
76
|
-
Thank you to all who took the time to contribute!
|
|
65
|
+
- [@github-actions[bot]](https://github.com/apps/github-actions)
|
|
66
|
+
- [@gvdp](https://github.com/gvdp)
|
|
77
67
|
|
|
78
68
|
## v6.4.0
|
|
79
69
|
|
package/RELEASE.md
CHANGED
|
@@ -1,147 +1,3 @@
|
|
|
1
1
|
# Release Process
|
|
2
2
|
|
|
3
|
-
|
|
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.
|
|
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.
|
|
32
|
-
"@babel/eslint-parser": "^7.27.
|
|
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.
|
|
35
|
-
"@ember-data/graph": "~5.
|
|
36
|
-
"@ember-data/json-api": "~5.
|
|
37
|
-
"@ember-data/legacy-compat": "~5.
|
|
38
|
-
"@ember-data/model": "~5.
|
|
39
|
-
"@ember-data/request": "~5.
|
|
40
|
-
"@ember-data/request-utils": "~5.
|
|
41
|
-
"@ember-data/serializer": "~5.
|
|
42
|
-
"@ember-data/store": "~5.
|
|
43
|
-
"@warp-drive/ember": "~5.
|
|
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.
|
|
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.
|
|
48
|
+
"@embroider/macros": "^1.18.0<% if (embroider) { %>",
|
|
49
49
|
"@embroider/webpack": "^4.1.0<% } %>",
|
|
50
|
-
"@eslint/js": "^9.
|
|
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
|
|
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,36 +70,36 @@
|
|
|
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.
|
|
73
|
+
"ember-data": "~5.6.0-beta.0<% } %>",
|
|
74
74
|
"ember-load-initializers": "^3.0.1",
|
|
75
|
-
"ember-modifier": "^4.2.
|
|
76
|
-
"ember-page-title": "^9.0.
|
|
77
|
-
"ember-qunit": "^9.0.
|
|
78
|
-
"ember-resolver": "^13.1.
|
|
79
|
-
"ember-source": "~6.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
99
|
-
"webpack": "^5.99.
|
|
98
|
+
"typescript-eslint": "^8.34.1<% } %>",
|
|
99
|
+
"webpack": "^5.99.9"
|
|
100
100
|
},
|
|
101
101
|
"engines": {
|
|
102
|
-
"node": ">=
|
|
102
|
+
"node": ">= 20.11"
|
|
103
103
|
},
|
|
104
104
|
"ember": {
|
|
105
105
|
"edition": "octane"
|
|
@@ -25,7 +25,6 @@
|
|
|
25
25
|
"@ember-data/request-utils/unstable-preview-types",
|
|
26
26
|
"@ember-data/model/unstable-preview-types",
|
|
27
27
|
"@ember-data/serializer/unstable-preview-types",
|
|
28
|
-
"@warp-drive/ember/unstable-preview-types",
|
|
29
28
|
"@warp-drive/core-types/unstable-preview-types<% } %>"
|
|
30
29
|
]
|
|
31
30
|
}
|
package/blueprints/app/index.js
CHANGED
|
@@ -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;
|
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.6.0-
|
|
6
|
+
"version": "6.6.0-beta.2-beta-2efbee9e67"
|
|
7
7
|
},
|
|
8
8
|
"files": {
|
|
9
9
|
"lib/broccoli/default-packager.js": {
|
package/lib/commands/addon.js
CHANGED
|
@@ -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>'],
|
package/lib/commands/init.js
CHANGED
|
@@ -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>'],
|
package/lib/commands/new.js
CHANGED
|
@@ -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-
|
|
3
|
+
"version": "6.6.0-beta.2",
|
|
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": "
|
|
35
|
-
"publishTag": "
|
|
34
|
+
"semverIncrementTag": "beta",
|
|
35
|
+
"publishTag": "beta"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
38
|
"@pnpm/find-workspace-dir": "^1000.1.0",
|
|
@@ -153,10 +153,10 @@
|
|
|
153
153
|
"yuidocjs": "0.10.2"
|
|
154
154
|
},
|
|
155
155
|
"engines": {
|
|
156
|
-
"node": ">=
|
|
156
|
+
"node": ">= 20.11"
|
|
157
157
|
},
|
|
158
158
|
"volta": {
|
|
159
|
-
"node": "
|
|
159
|
+
"node": "20.11.0",
|
|
160
160
|
"pnpm": "10.12.1"
|
|
161
161
|
},
|
|
162
162
|
"publishConfig": {
|