@ember/app-blueprint 6.11.0-alpha.3 → 6.12.0-beta.0
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/.release-plan.json +13 -5
- package/CHANGELOG.md +57 -42
- package/README.md +0 -43
- package/RELEASE.md +1 -1
- package/eslint.config.mjs +0 -5
- package/files/app/templates/application.gts +2 -2
- package/files/index.html +5 -8
- package/files/package.json +20 -20
- package/files/testem.cjs +1 -2
- package/files/tests/index.html +3 -10
- package/files/tests/test-helper.ts +2 -3
- package/files/vite.config.mjs +3 -3
- package/index.js +3 -213
- package/package.json +8 -11
- package/conditional-files/minimal/app/app.ts +0 -10
- package/conditional-files/minimal/app/templates/application.gts +0 -7
- package/conditional-files/no-compat/_js_babel.config.mjs +0 -47
- package/conditional-files/no-compat/_ts_babel.config.mjs +0 -55
- package/conditional-files/no-compat/app/app.ts +0 -18
- package/conditional-files/no-compat/app/config/environment.ts +0 -38
- package/tests/fixtures/tests-js-no-compat-10/app/components/.gitkeep +0 -0
- package/tests/fixtures/tests-js-no-compat-10/app/components/sweet.gjs +0 -3
- package/tests/fixtures/tests-js-no-compat-10/app/router.js +0 -11
- package/tests/fixtures/tests-js-no-compat-10/app/routes/fancy.js +0 -6
- package/tests/fixtures/tests-js-no-compat-10/app/styles/app.css +0 -3
- package/tests/fixtures/tests-js-no-compat-10/app/templates/application.gjs +0 -7
- package/tests/fixtures/tests-js-no-compat-10/app/templates/fancy.gjs +0 -9
- package/tests/fixtures/tests-js-no-compat-10/tests/acceptance/index-test.js +0 -26
- package/tests/fixtures/tests-js-no-compat-10/tests/integration/components/sweet-test.gjs +0 -28
- package/tests/fixtures/tests-js-no-compat-10/tests/routes/fancy-test.js +0 -11
- package/tests/fixtures/tests-ts-no-compat-10/app/components/.gitkeep +0 -0
- package/tests/fixtures/tests-ts-no-compat-10/app/components/sweet.gts +0 -3
- package/tests/fixtures/tests-ts-no-compat-10/app/router.ts +0 -11
- package/tests/fixtures/tests-ts-no-compat-10/app/routes/fancy.ts +0 -8
- package/tests/fixtures/tests-ts-no-compat-10/app/styles/app.css +0 -3
- package/tests/fixtures/tests-ts-no-compat-10/app/templates/application.gts +0 -7
- package/tests/fixtures/tests-ts-no-compat-10/app/templates/fancy.gts +0 -9
- package/tests/fixtures/tests-ts-no-compat-10/tests/acceptance/index-test.ts +0 -26
- package/tests/fixtures/tests-ts-no-compat-10/tests/integration/components/sweet-test.gjs +0 -28
- package/tests/fixtures/tests-ts-no-compat-10/tests/routes/fancy-test.js +0 -11
- package/tests/minimal.test.mjs +0 -120
- package/tests/no-compat.test.mjs +0 -181
package/.release-plan.json
CHANGED
|
@@ -1,15 +1,23 @@
|
|
|
1
1
|
{
|
|
2
2
|
"solution": {
|
|
3
3
|
"@ember/app-blueprint": {
|
|
4
|
-
"impact": "
|
|
5
|
-
"oldVersion": "6.
|
|
6
|
-
"newVersion": "6.
|
|
7
|
-
"tagName": "
|
|
4
|
+
"impact": "minor",
|
|
5
|
+
"oldVersion": "6.12.0-alpha.0",
|
|
6
|
+
"newVersion": "6.12.0-beta.0",
|
|
7
|
+
"tagName": "beta",
|
|
8
8
|
"constraints": [
|
|
9
|
+
{
|
|
10
|
+
"impact": "minor",
|
|
11
|
+
"reason": "Appears in changelog section :rocket: Enhancement"
|
|
12
|
+
},
|
|
9
13
|
{
|
|
10
14
|
"impact": "patch",
|
|
11
15
|
"reason": "Appears in changelog section :bug: Bug Fix"
|
|
12
16
|
},
|
|
17
|
+
{
|
|
18
|
+
"impact": "patch",
|
|
19
|
+
"reason": "Appears in changelog section :memo: Documentation"
|
|
20
|
+
},
|
|
13
21
|
{
|
|
14
22
|
"impact": "patch",
|
|
15
23
|
"reason": "Appears in changelog section :house: Internal"
|
|
@@ -18,5 +26,5 @@
|
|
|
18
26
|
"pkgJSONPath": "./package.json"
|
|
19
27
|
}
|
|
20
28
|
},
|
|
21
|
-
"description": "## Release (2026-01-
|
|
29
|
+
"description": "## Release (2026-01-23)\n\n* @ember/app-blueprint 6.12.0-beta.0 (minor)\n\n#### :rocket: Enhancement\n* `@ember/app-blueprint`\n * [#190](https://github.com/ember-cli/ember-app-blueprint/pull/190) Promote Beta and update all dependencies for 6.10 release ([@mansona](https://github.com/mansona))\n\n#### :bug: Bug Fix\n* `@ember/app-blueprint`\n * [#197](https://github.com/ember-cli/ember-app-blueprint/pull/197) update ember-cli dependency to latest ([@mansona](https://github.com/mansona))\n * [#195](https://github.com/ember-cli/ember-app-blueprint/pull/195) add sort-package-json as a dependency ([@mansona](https://github.com/mansona))\n * [#187](https://github.com/ember-cli/ember-app-blueprint/pull/187) [bugfix beta] Revert \"Add --minimal and --no-compat\" ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :memo: Documentation\n* `@ember/app-blueprint`\n * [#158](https://github.com/ember-cli/ember-app-blueprint/pull/158) update RELEASE.md ([@mansona](https://github.com/mansona))\n\n#### :house: Internal\n* `@ember/app-blueprint`\n * [#202](https://github.com/ember-cli/ember-app-blueprint/pull/202) Prepare 6.12-alpha ([@mansona](https://github.com/mansona))\n * [#200](https://github.com/ember-cli/ember-app-blueprint/pull/200) Prepare Beta Release v6.11.0-beta.1 ([@github-actions[bot]](https://github.com/apps/github-actions))\n * [#199](https://github.com/ember-cli/ember-app-blueprint/pull/199) Prepare 6.11 Beta ([@mansona](https://github.com/mansona))\n\n#### Committers: 3\n- Chris Manson ([@mansona](https://github.com/mansona))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n- [@github-actions[bot]](https://github.com/apps/github-actions)\n"
|
|
22
30
|
}
|
package/CHANGELOG.md
CHANGED
|
@@ -1,91 +1,107 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
-
## Release (2026-01-
|
|
3
|
+
## Release (2026-01-23)
|
|
4
4
|
|
|
5
|
-
* @ember/app-blueprint 6.
|
|
5
|
+
* @ember/app-blueprint 6.12.0-beta.0 (minor)
|
|
6
|
+
|
|
7
|
+
#### :rocket: Enhancement
|
|
8
|
+
* `@ember/app-blueprint`
|
|
9
|
+
* [#190](https://github.com/ember-cli/ember-app-blueprint/pull/190) Promote Beta and update all dependencies for 6.10 release ([@mansona](https://github.com/mansona))
|
|
6
10
|
|
|
7
11
|
#### :bug: Bug Fix
|
|
8
12
|
* `@ember/app-blueprint`
|
|
9
|
-
* [#
|
|
13
|
+
* [#197](https://github.com/ember-cli/ember-app-blueprint/pull/197) update ember-cli dependency to latest ([@mansona](https://github.com/mansona))
|
|
14
|
+
* [#195](https://github.com/ember-cli/ember-app-blueprint/pull/195) add sort-package-json as a dependency ([@mansona](https://github.com/mansona))
|
|
15
|
+
* [#187](https://github.com/ember-cli/ember-app-blueprint/pull/187) [bugfix beta] Revert "Add --minimal and --no-compat" ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
|
|
16
|
+
|
|
17
|
+
#### :memo: Documentation
|
|
18
|
+
* `@ember/app-blueprint`
|
|
19
|
+
* [#158](https://github.com/ember-cli/ember-app-blueprint/pull/158) update RELEASE.md ([@mansona](https://github.com/mansona))
|
|
10
20
|
|
|
11
21
|
#### :house: Internal
|
|
12
22
|
* `@ember/app-blueprint`
|
|
13
|
-
* [#
|
|
14
|
-
* [#
|
|
23
|
+
* [#202](https://github.com/ember-cli/ember-app-blueprint/pull/202) Prepare 6.12-alpha ([@mansona](https://github.com/mansona))
|
|
24
|
+
* [#200](https://github.com/ember-cli/ember-app-blueprint/pull/200) Prepare Beta Release v6.11.0-beta.1 ([@github-actions[bot]](https://github.com/apps/github-actions))
|
|
25
|
+
* [#199](https://github.com/ember-cli/ember-app-blueprint/pull/199) Prepare 6.11 Beta ([@mansona](https://github.com/mansona))
|
|
15
26
|
|
|
16
|
-
#### Committers:
|
|
27
|
+
#### Committers: 3
|
|
17
28
|
- Chris Manson ([@mansona](https://github.com/mansona))
|
|
29
|
+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
|
|
18
30
|
- [@github-actions[bot]](https://github.com/apps/github-actions)
|
|
19
31
|
|
|
20
|
-
## Release (2026-01-
|
|
32
|
+
## Release (2026-01-23)
|
|
21
33
|
|
|
22
|
-
* @ember/app-blueprint 6.11.0-
|
|
34
|
+
* @ember/app-blueprint 6.11.0-beta.1 (minor)
|
|
35
|
+
|
|
36
|
+
#### :rocket: Enhancement
|
|
37
|
+
* `@ember/app-blueprint`
|
|
38
|
+
* [#190](https://github.com/ember-cli/ember-app-blueprint/pull/190) Promote Beta and update all dependencies for 6.10 release ([@mansona](https://github.com/mansona))
|
|
23
39
|
|
|
24
40
|
#### :bug: Bug Fix
|
|
25
41
|
* `@ember/app-blueprint`
|
|
26
|
-
* [#
|
|
42
|
+
* [#197](https://github.com/ember-cli/ember-app-blueprint/pull/197) update ember-cli dependency to latest ([@mansona](https://github.com/mansona))
|
|
43
|
+
* [#195](https://github.com/ember-cli/ember-app-blueprint/pull/195) add sort-package-json as a dependency ([@mansona](https://github.com/mansona))
|
|
44
|
+
|
|
45
|
+
#### :memo: Documentation
|
|
46
|
+
* `@ember/app-blueprint`
|
|
47
|
+
* [#158](https://github.com/ember-cli/ember-app-blueprint/pull/158) update RELEASE.md ([@mansona](https://github.com/mansona))
|
|
27
48
|
|
|
28
49
|
#### :house: Internal
|
|
29
50
|
* `@ember/app-blueprint`
|
|
30
|
-
* [#
|
|
51
|
+
* [#199](https://github.com/ember-cli/ember-app-blueprint/pull/199) Prepare 6.11 Beta ([@mansona](https://github.com/mansona))
|
|
31
52
|
|
|
32
53
|
#### Committers: 1
|
|
33
54
|
- Chris Manson ([@mansona](https://github.com/mansona))
|
|
34
55
|
|
|
35
|
-
## Release (2026-01-
|
|
36
|
-
|
|
37
|
-
* @ember/app-blueprint 6.11.0-alpha.1 (minor)
|
|
56
|
+
## Release (2026-01-23)
|
|
38
57
|
|
|
39
|
-
|
|
40
|
-
* `@ember/app-blueprint`
|
|
41
|
-
* [#173](https://github.com/ember-cli/ember-app-blueprint/pull/173) Prepare 6.11-alpha ([@mansona](https://github.com/mansona))
|
|
42
|
-
* [#152](https://github.com/ember-cli/ember-app-blueprint/pull/152) Update all dependencies for 6.9 release ([@mansona](https://github.com/mansona))
|
|
58
|
+
* @ember/app-blueprint 6.10.2 (patch)
|
|
43
59
|
|
|
44
60
|
#### :bug: Bug Fix
|
|
45
61
|
* `@ember/app-blueprint`
|
|
46
|
-
* [#
|
|
47
|
-
* [#154](https://github.com/ember-cli/ember-app-blueprint/pull/154) [bugfix beta] remove project: true from eslint config in TS projects ([@mansona](https://github.com/mansona))
|
|
62
|
+
* [#197](https://github.com/ember-cli/ember-app-blueprint/pull/197) update ember-cli dependency to latest ([@mansona](https://github.com/mansona))
|
|
48
63
|
|
|
49
|
-
#### :
|
|
64
|
+
#### Committers: 1
|
|
65
|
+
- Chris Manson ([@mansona](https://github.com/mansona))
|
|
66
|
+
|
|
67
|
+
## Release (2026-01-23)
|
|
68
|
+
|
|
69
|
+
* @ember/app-blueprint 6.10.1 (patch)
|
|
70
|
+
|
|
71
|
+
#### :bug: Bug Fix
|
|
50
72
|
* `@ember/app-blueprint`
|
|
51
|
-
* [#
|
|
52
|
-
* [#169](https://github.com/ember-cli/ember-app-blueprint/pull/169) Prepare 6.10-beta ([@mansona](https://github.com/mansona))
|
|
73
|
+
* [#195](https://github.com/ember-cli/ember-app-blueprint/pull/195) add sort-package-json as a dependency ([@mansona](https://github.com/mansona))
|
|
53
74
|
|
|
54
|
-
#### Committers:
|
|
75
|
+
#### Committers: 1
|
|
55
76
|
- Chris Manson ([@mansona](https://github.com/mansona))
|
|
56
|
-
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
|
|
57
|
-
- [@github-actions[bot]](https://github.com/apps/github-actions)
|
|
58
77
|
|
|
59
|
-
## Release (2026-01-
|
|
78
|
+
## Release (2026-01-18)
|
|
60
79
|
|
|
61
|
-
* @ember/app-blueprint 6.10.0
|
|
80
|
+
* @ember/app-blueprint 6.10.0 (minor)
|
|
62
81
|
|
|
63
82
|
#### :rocket: Enhancement
|
|
64
83
|
* `@ember/app-blueprint`
|
|
65
|
-
* [#
|
|
84
|
+
* [#190](https://github.com/ember-cli/ember-app-blueprint/pull/190) Promote Beta and update all dependencies for 6.10 release ([@mansona](https://github.com/mansona))
|
|
85
|
+
* [#160](https://github.com/ember-cli/ember-app-blueprint/pull/160) Remove tracked-built-ins as it is now properly built-in ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
|
|
66
86
|
* [#163](https://github.com/ember-cli/ember-app-blueprint/pull/163) Update package.json via `update-blueprint-deps` ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
|
|
67
|
-
* [#
|
|
68
|
-
* [#152](https://github.com/ember-cli/ember-app-blueprint/pull/152) Update all dependencies for 6.9 release ([@mansona](https://github.com/mansona))
|
|
69
|
-
* [#145](https://github.com/ember-cli/ember-app-blueprint/pull/145) Update generated workflow files ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
|
|
87
|
+
* [#145](https://github.com/ember-cli/ember-app-blueprint/pull/145) Update dependencies in generated workflow files ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
|
|
70
88
|
* [#140](https://github.com/ember-cli/ember-app-blueprint/pull/140) Use an `.mjs` file for configuring Stylelint ([@bertdeblock](https://github.com/bertdeblock))
|
|
71
|
-
* [#142](https://github.com/ember-cli/ember-app-blueprint/pull/142) Use pnpm v10 ([@bertdeblock](https://github.com/bertdeblock))
|
|
89
|
+
* [#142](https://github.com/ember-cli/ember-app-blueprint/pull/142) Use pnpm v10 for projects generated with `--pnpm` ([@bertdeblock](https://github.com/bertdeblock))
|
|
72
90
|
* [#138](https://github.com/ember-cli/ember-app-blueprint/pull/138) Update generated ESLint config ([@bertdeblock](https://github.com/bertdeblock))
|
|
73
|
-
* [#44](https://github.com/ember-cli/ember-app-blueprint/pull/44) Use ESM for the babel config ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
|
|
74
|
-
* [#125](https://github.com/ember-cli/ember-app-blueprint/pull/125) Glint 2 (for `--typescript` projects) ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
|
|
91
|
+
* [#44](https://github.com/ember-cli/ember-app-blueprint/pull/44) Use ESM for the babel config (.mjs) ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
|
|
92
|
+
* [#125](https://github.com/ember-cli/ember-app-blueprint/pull/125) Update to Glint 2 (for `--typescript` projects) ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
|
|
75
93
|
* [#124](https://github.com/ember-cli/ember-app-blueprint/pull/124) Use modern EmberData/WarpDrive ([@runspired](https://github.com/runspired))
|
|
76
|
-
* [#113](https://github.com/ember-cli/ember-app-blueprint/pull/113) Prepare 6.10 alpha ([@mansona](https://github.com/mansona))
|
|
77
94
|
|
|
78
95
|
#### :bug: Bug Fix
|
|
79
96
|
* `@ember/app-blueprint`
|
|
80
|
-
* [#
|
|
81
|
-
* [#
|
|
82
|
-
* [#
|
|
97
|
+
* [#180](https://github.com/ember-cli/ember-app-blueprint/pull/180) [bugfix beta] don't turn warp-drive linksMode on by default for now ([@mansona](https://github.com/mansona))
|
|
98
|
+
* [#176](https://github.com/ember-cli/ember-app-blueprint/pull/176) [bugfix beta] fix warp-drive dependencies to use a tilde `~` ([@mansona](https://github.com/mansona))
|
|
99
|
+
* [#153](https://github.com/ember-cli/ember-app-blueprint/pull/153) Show proper extension on WelcomePage component ([@evoactivity](https://github.com/evoactivity))
|
|
83
100
|
* [#149](https://github.com/ember-cli/ember-app-blueprint/pull/149) Fix the full path display during project generation ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
|
|
84
|
-
* [#146](https://github.com/ember-cli/ember-app-blueprint/pull/146) Test against our supported node versions (and fix the babel config for the maintenance-node version (20)) ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
|
|
85
101
|
* [#148](https://github.com/ember-cli/ember-app-blueprint/pull/148) Sort the package.json, using the replacers strategy ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
|
|
86
102
|
* [#139](https://github.com/ember-cli/ember-app-blueprint/pull/139) Remove `/declarations/` entry in `.gitignore` file ([@bertdeblock](https://github.com/bertdeblock))
|
|
87
103
|
* [#133](https://github.com/ember-cli/ember-app-blueprint/pull/133) remove ember-auto-import from newly generated app ([@mansona](https://github.com/mansona))
|
|
88
|
-
* [#134](https://github.com/ember-cli/ember-app-blueprint/pull/134)
|
|
104
|
+
* [#134](https://github.com/ember-cli/ember-app-blueprint/pull/134) Upgrade babel-plugin-ember-template-compilation to v3.x ([@ef4](https://github.com/ef4))
|
|
89
105
|
|
|
90
106
|
#### :memo: Documentation
|
|
91
107
|
* `@ember/app-blueprint`
|
|
@@ -94,9 +110,8 @@
|
|
|
94
110
|
|
|
95
111
|
#### :house: Internal
|
|
96
112
|
* `@ember/app-blueprint`
|
|
97
|
-
* [#169](https://github.com/ember-cli/ember-app-blueprint/pull/169) Prepare 6.10-beta ([@mansona](https://github.com/mansona))
|
|
98
113
|
* [#159](https://github.com/ember-cli/ember-app-blueprint/pull/159) don't run CI when you only change markdown files ([@mansona](https://github.com/mansona))
|
|
99
|
-
* [#
|
|
114
|
+
* [#146](https://github.com/ember-cli/ember-app-blueprint/pull/146) Test against our supported node versions (and fix the babel config for the maintenance-node version (20)) ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
|
|
100
115
|
* [#131](https://github.com/ember-cli/ember-app-blueprint/pull/131) fix warpdrive lint tests ([@mansona](https://github.com/mansona))
|
|
101
116
|
|
|
102
117
|
#### Committers: 6
|
package/README.md
CHANGED
|
@@ -9,46 +9,3 @@ If you have an existing app that you would like to upgrade to use Vite consider
|
|
|
9
9
|
```
|
|
10
10
|
pnpm dlx ember-cli@latest new my-app-name -b @ember/app-blueprint --pnpm
|
|
11
11
|
```
|
|
12
|
-
|
|
13
|
-
## Options
|
|
14
|
-
|
|
15
|
-
### `--no-compat`
|
|
16
|
-
|
|
17
|
-
```
|
|
18
|
-
pnpm dlx ember-cli@latest new my-app-name \
|
|
19
|
-
--blueprint @ember/app-blueprint@alpha \
|
|
20
|
-
--pnpm \
|
|
21
|
-
--no-compat
|
|
22
|
-
```
|
|
23
|
-
|
|
24
|
-
Does the following:
|
|
25
|
-
- enables `type=module` in package.json (required for vite-ssr, and many ESM tools)
|
|
26
|
-
- makes the build and boot _MUCH FASTER_
|
|
27
|
-
(in large apps, this can have your app's boot be up to 1 minute faster)
|
|
28
|
-
- removes `@embroider/compat`
|
|
29
|
-
- removes support for:
|
|
30
|
-
- hbs (both for component files, and testing)
|
|
31
|
-
- content-for (in the HTML files)
|
|
32
|
-
- v1 addons
|
|
33
|
-
- node-land config/environment.js
|
|
34
|
-
- removes `ember-cli`
|
|
35
|
-
- ember-cli brings in a ton of old dependencies, so removing it makes installs much faster
|
|
36
|
-
- downside though is that you no longer have scaffolding (`ember g`) -- however, you could use `pnpm dlx ember-cli g ...` (or `npx ember-cli g`)
|
|
37
|
-
|
|
38
|
-
### `--minimal`
|
|
39
|
-
|
|
40
|
-
```
|
|
41
|
-
pnpm dlx ember-cli@latest new my-app-name \
|
|
42
|
-
--blueprint @ember/app-blueprint@alpha \
|
|
43
|
-
--pnpm \
|
|
44
|
-
--minimal
|
|
45
|
-
```
|
|
46
|
-
|
|
47
|
-
Does the following
|
|
48
|
-
- everything listed under `--no-compat`
|
|
49
|
-
- Removes all linting, formatting, and testing support
|
|
50
|
-
- leaves you with a minimal app that you can use for demos, and PRing to other repositories that have multi-framework support (and probably use other testing tools for that multi-framework support)
|
|
51
|
-
- different defaults:
|
|
52
|
-
- warp-drive becomes _opt-in_ (pass `--warp-drive` if you want it -- normally requires `--no-warp-drive` to remove)
|
|
53
|
-
- ember-welcome-page becomes _opt-in_ (normally requires `--no-welcome` to remove)
|
|
54
|
-
|
package/RELEASE.md
CHANGED
|
@@ -48,7 +48,7 @@ You can use [this saved search](https://github.com/ember-cli/ember-app-blueprint
|
|
|
48
48
|
- Update blueprint dependencies to latest
|
|
49
49
|
|
|
50
50
|
```
|
|
51
|
-
pnpm dlx update-blueprint-deps --
|
|
51
|
+
pnpm dlx update-blueprint-deps --ember-source latest files/package.json
|
|
52
52
|
```
|
|
53
53
|
|
|
54
54
|
- commit this update `git commit -am "update blueprint dependencies to latest"`
|
package/eslint.config.mjs
CHANGED
|
@@ -26,15 +26,10 @@ export default [
|
|
|
26
26
|
eslintConfigPrettier,
|
|
27
27
|
{
|
|
28
28
|
ignores: [
|
|
29
|
-
'my-app/**',
|
|
30
29
|
'tests/fixtures/*',
|
|
31
|
-
'files/vite.config.*',
|
|
32
30
|
'files/ember-cli-build.js',
|
|
33
|
-
'files/testem.cjs',
|
|
34
31
|
'conditional-files/_js_*',
|
|
35
32
|
'conditional-files/_ts_*',
|
|
36
|
-
'conditional-files/no-compat/_js_*',
|
|
37
|
-
'conditional-files/no-compat/_ts_*',
|
|
38
33
|
],
|
|
39
34
|
},
|
|
40
35
|
];
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { pageTitle } from 'ember-page-title'
|
|
2
|
-
import { WelcomePage } from 'ember-welcome-page';<% } %>
|
|
1
|
+
import { pageTitle } from 'ember-page-title';
|
|
2
|
+
<% if (welcome) {%>import { WelcomePage } from 'ember-welcome-page';<% } %>
|
|
3
3
|
|
|
4
4
|
<template>
|
|
5
5
|
{{pageTitle "<%= namespace %>"}}<% if (welcome) { %>
|
package/files/index.html
CHANGED
|
@@ -5,28 +5,25 @@
|
|
|
5
5
|
<title><%= namespace %></title>
|
|
6
6
|
<meta name="description" content="">
|
|
7
7
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
8
|
-
<% if (compat) { %>
|
|
9
8
|
|
|
10
9
|
{{content-for "head"}}
|
|
10
|
+
|
|
11
11
|
<link integrity="" rel="stylesheet" href="/@embroider/virtual/vendor.css">
|
|
12
12
|
<link integrity="" rel="stylesheet" href="/@embroider/virtual/app.css">
|
|
13
13
|
|
|
14
14
|
{{content-for "head-footer"}}
|
|
15
|
-
|
|
16
|
-
<link rel="stylesheet" href="/app/styles/app.css">
|
|
17
|
-
<% } %></head>
|
|
15
|
+
</head>
|
|
18
16
|
<body>
|
|
19
|
-
|
|
17
|
+
{{content-for "body"}}
|
|
20
18
|
|
|
21
19
|
<script src="/@embroider/virtual/vendor.js"></script>
|
|
22
|
-
|
|
20
|
+
<script type="module">
|
|
23
21
|
import Application from './app/app';
|
|
24
22
|
import environment from './app/config/environment';
|
|
25
23
|
|
|
26
24
|
Application.create(environment.APP);
|
|
27
25
|
</script>
|
|
28
|
-
<% if (compat) { %>{{content-for "body"}}
|
|
29
26
|
|
|
30
27
|
{{content-for "body-footer"}}
|
|
31
|
-
|
|
28
|
+
</body>
|
|
32
29
|
</html>
|
package/files/package.json
CHANGED
|
@@ -31,11 +31,11 @@
|
|
|
31
31
|
"./*": "./app/*"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
|
-
"@babel/core": "^7.28.
|
|
35
|
-
"@babel/runtime": "^7.28.
|
|
34
|
+
"@babel/core": "^7.28.6",
|
|
35
|
+
"@babel/runtime": "^7.28.6",
|
|
36
36
|
"@babel/plugin-transform-runtime": "^7.28.5<% if (typescript) { %>",
|
|
37
|
-
"@babel/plugin-transform-typescript": "^7.28.
|
|
38
|
-
"@babel/eslint-parser": "^7.28.
|
|
37
|
+
"@babel/plugin-transform-typescript": "^7.28.6<% } %>",
|
|
38
|
+
"@babel/eslint-parser": "^7.28.6<% if (typescript) { %>",
|
|
39
39
|
"@ember/app-tsconfig": "^1.0.3<% } %>",
|
|
40
40
|
"@ember/optional-features": "^2.3.0",
|
|
41
41
|
"@ember/string": "^4.0.1",
|
|
@@ -50,23 +50,23 @@
|
|
|
50
50
|
"@embroider/legacy-inspector-support": "^0.1.3",
|
|
51
51
|
"@eslint/js": "^9.39.2",
|
|
52
52
|
"@glimmer/component": "^2.0.0<% if (typescript) { %>",
|
|
53
|
-
"@glint/ember-tsc": "^1.0.
|
|
53
|
+
"@glint/ember-tsc": "^1.0.9",
|
|
54
54
|
"@glint/template": "^1.7.3",
|
|
55
|
-
"@glint/tsserver-plugin": "^2.0.
|
|
55
|
+
"@glint/tsserver-plugin": "^2.0.9<% } %>",
|
|
56
56
|
"@rollup/plugin-babel": "^6.1.0<% if (typescript) { %>",
|
|
57
57
|
"@types/qunit": "^2.19.13",
|
|
58
58
|
"@types/rsvp": "^4.0.9<% } %><% if (warpDrive) { %>",
|
|
59
|
-
"@warp-drive/core": "~5.8.
|
|
60
|
-
"@warp-drive/ember": "~5.8.
|
|
61
|
-
"@warp-drive/json-api": "~5.8.
|
|
62
|
-
"@warp-drive/legacy": "~5.8.
|
|
63
|
-
"@warp-drive/utilities": "~5.8.
|
|
64
|
-
"babel-plugin-ember-template-compilation": "^3.0
|
|
59
|
+
"@warp-drive/core": "~5.8.1",
|
|
60
|
+
"@warp-drive/ember": "~5.8.1",
|
|
61
|
+
"@warp-drive/json-api": "~5.8.1",
|
|
62
|
+
"@warp-drive/legacy": "~5.8.1",
|
|
63
|
+
"@warp-drive/utilities": "~5.8.1<% } %>",
|
|
64
|
+
"babel-plugin-ember-template-compilation": "^3.1.0",
|
|
65
65
|
"concurrently": "^9.2.1",
|
|
66
66
|
"decorator-transforms": "^2.3.1",
|
|
67
|
-
"ember-cli": "~6.
|
|
67
|
+
"ember-cli": "~6.10.0",
|
|
68
68
|
"ember-cli-babel": "^8.2.0",
|
|
69
|
-
"ember-cli-deprecation-workflow": "^4.0
|
|
69
|
+
"ember-cli-deprecation-workflow": "^3.4.0",
|
|
70
70
|
"ember-load-initializers": "^3.0.1",
|
|
71
71
|
"ember-modifier": "^4.2.2",
|
|
72
72
|
"ember-page-title": "^9.0.3",
|
|
@@ -74,15 +74,15 @@
|
|
|
74
74
|
"ember-resolver": "^13.1.1",
|
|
75
75
|
"ember-source": "~6.11.0-alpha.6",
|
|
76
76
|
"ember-template-lint": "^7.9.3<% if (welcome) { %>",
|
|
77
|
-
"ember-welcome-page": "^8.0.
|
|
77
|
+
"ember-welcome-page": "^8.0.5<% } %>",
|
|
78
78
|
"eslint": "^9.39.2",
|
|
79
79
|
"eslint-config-prettier": "^10.1.8",
|
|
80
80
|
"eslint-plugin-ember": "^12.7.5",
|
|
81
|
-
"eslint-plugin-n": "^17.23.
|
|
81
|
+
"eslint-plugin-n": "^17.23.2",
|
|
82
82
|
"eslint-plugin-qunit": "^8.2.5<% if (warpDrive) { %>",
|
|
83
|
-
"eslint-plugin-warp-drive": "^5.8.
|
|
83
|
+
"eslint-plugin-warp-drive": "^5.8.1<% } %>",
|
|
84
84
|
"globals": "^16.5.0",
|
|
85
|
-
"prettier": "^3.
|
|
85
|
+
"prettier": "^3.8.0",
|
|
86
86
|
"prettier-plugin-ember-template-tag": "^2.1.2",
|
|
87
87
|
"qunit": "^2.25.0",
|
|
88
88
|
"qunit-dom": "^3.5.0",
|
|
@@ -90,8 +90,8 @@
|
|
|
90
90
|
"stylelint-config-standard": "^38.0.0",
|
|
91
91
|
"testem": "^3.17.0<% if (typescript) { %>",
|
|
92
92
|
"typescript": "^5.9.3",
|
|
93
|
-
"typescript-eslint": "^8.
|
|
94
|
-
"vite": "^7.3.
|
|
93
|
+
"typescript-eslint": "^8.53.0<% } %>",
|
|
94
|
+
"vite": "^7.3.1"
|
|
95
95
|
},
|
|
96
96
|
"engines": {
|
|
97
97
|
"node": ">= 20"
|
package/files/testem.cjs
CHANGED
|
@@ -2,8 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
if (typeof module !== 'undefined') {
|
|
4
4
|
module.exports = {
|
|
5
|
-
test_page: 'tests/index.html?hidepassed'
|
|
6
|
-
cwd: 'dist',<% } %>
|
|
5
|
+
test_page: 'tests/index.html?hidepassed',
|
|
7
6
|
disable_watching: true,
|
|
8
7
|
launch_in_ci: ['Chrome'],
|
|
9
8
|
launch_in_dev: ['Chrome'],
|
package/files/tests/index.html
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
<title><%= namespace %> Tests</title>
|
|
6
6
|
<meta name="description" content="">
|
|
7
7
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
8
|
-
|
|
8
|
+
|
|
9
9
|
{{content-for "head"}}
|
|
10
10
|
{{content-for "test-head"}}
|
|
11
11
|
|
|
@@ -15,15 +15,12 @@
|
|
|
15
15
|
|
|
16
16
|
{{content-for "head-footer"}}
|
|
17
17
|
{{content-for "test-head-footer"}}
|
|
18
|
-
|
|
19
|
-
<link rel="stylesheet" href="/app/styles/app.css">
|
|
20
|
-
<% } %> </head>
|
|
18
|
+
</head>
|
|
21
19
|
<body>
|
|
22
|
-
<% if (compat) { %>
|
|
23
20
|
{{content-for "body"}}
|
|
24
21
|
{{content-for "test-body"}}
|
|
25
22
|
|
|
26
|
-
|
|
23
|
+
<div id="qunit"></div>
|
|
27
24
|
<div id="qunit-fixture">
|
|
28
25
|
<div id="ember-testing-container">
|
|
29
26
|
<div id="ember-testing"></div>
|
|
@@ -31,10 +28,8 @@
|
|
|
31
28
|
</div>
|
|
32
29
|
|
|
33
30
|
<script src="/testem.js" integrity="" data-embroider-ignore></script>
|
|
34
|
-
<% if (compat) { %>
|
|
35
31
|
<script src="/@embroider/virtual/vendor.js"></script>
|
|
36
32
|
<script src="/@embroider/virtual/test-support.js"></script>
|
|
37
|
-
<% } %>
|
|
38
33
|
<script type="module">import "ember-testing";</script>
|
|
39
34
|
|
|
40
35
|
<script type="module">
|
|
@@ -43,8 +38,6 @@
|
|
|
43
38
|
start();
|
|
44
39
|
</script>
|
|
45
40
|
|
|
46
|
-
<% if (compat) { %>
|
|
47
41
|
{{content-for "body-footer"}}
|
|
48
|
-
<% } %>
|
|
49
42
|
</body>
|
|
50
43
|
</html>
|
|
@@ -1,14 +1,13 @@
|
|
|
1
1
|
<% if (warpDrive) { %>import '@warp-drive/ember/install';<% } %>
|
|
2
2
|
import Application from '<%= modulePrefix %>/app';
|
|
3
|
-
import config
|
|
3
|
+
import config from '<%= modulePrefix %>/config/environment';
|
|
4
4
|
import * as QUnit from 'qunit';
|
|
5
5
|
import { setApplication } from '@ember/test-helpers';
|
|
6
6
|
import { setup } from 'qunit-dom';
|
|
7
7
|
import { start as qunitStart, setupEmberOnerrorValidation } from 'ember-qunit';
|
|
8
8
|
|
|
9
9
|
export function start() {
|
|
10
|
-
|
|
11
|
-
<% } %>setApplication(Application.create(config.APP));
|
|
10
|
+
setApplication(Application.create(config.APP));
|
|
12
11
|
|
|
13
12
|
setup(QUnit.assert);
|
|
14
13
|
setupEmberOnerrorValidation();
|
package/files/vite.config.mjs
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { defineConfig } from 'vite';
|
|
2
|
-
import { extensions
|
|
2
|
+
import { extensions, classicEmberSupport, ember } from '@embroider/vite';
|
|
3
3
|
import { babel } from '@rollup/plugin-babel';
|
|
4
4
|
|
|
5
5
|
export default defineConfig({
|
|
6
|
-
plugins: [
|
|
7
|
-
classicEmberSupport()
|
|
6
|
+
plugins: [
|
|
7
|
+
classicEmberSupport(),
|
|
8
8
|
ember(),
|
|
9
9
|
// extra plugins here
|
|
10
10
|
babel({
|