@ember/app-blueprint 6.11.0-alpha.2 → 6.11.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.
Files changed (43) hide show
  1. package/.release-plan.json +13 -5
  2. package/CHANGELOG.md +39 -36
  3. package/README.md +0 -43
  4. package/RELEASE.md +1 -1
  5. package/eslint.config.mjs +0 -5
  6. package/files/app/services/store.ts +1 -1
  7. package/files/app/templates/application.gts +2 -2
  8. package/files/index.html +5 -8
  9. package/files/package.json +21 -21
  10. package/files/testem.cjs +1 -2
  11. package/files/tests/index.html +3 -10
  12. package/files/tests/test-helper.ts +2 -3
  13. package/files/vite.config.mjs +3 -3
  14. package/index.js +3 -213
  15. package/package.json +8 -11
  16. package/conditional-files/minimal/app/app.ts +0 -10
  17. package/conditional-files/minimal/app/templates/application.gts +0 -7
  18. package/conditional-files/no-compat/_js_babel.config.mjs +0 -47
  19. package/conditional-files/no-compat/_ts_babel.config.mjs +0 -55
  20. package/conditional-files/no-compat/app/app.ts +0 -18
  21. package/conditional-files/no-compat/app/config/environment.ts +0 -38
  22. package/tests/fixtures/tests-js-no-compat-10/app/components/.gitkeep +0 -0
  23. package/tests/fixtures/tests-js-no-compat-10/app/components/sweet.gjs +0 -3
  24. package/tests/fixtures/tests-js-no-compat-10/app/router.js +0 -11
  25. package/tests/fixtures/tests-js-no-compat-10/app/routes/fancy.js +0 -6
  26. package/tests/fixtures/tests-js-no-compat-10/app/styles/app.css +0 -3
  27. package/tests/fixtures/tests-js-no-compat-10/app/templates/application.gjs +0 -7
  28. package/tests/fixtures/tests-js-no-compat-10/app/templates/fancy.gjs +0 -9
  29. package/tests/fixtures/tests-js-no-compat-10/tests/acceptance/index-test.js +0 -26
  30. package/tests/fixtures/tests-js-no-compat-10/tests/integration/components/sweet-test.gjs +0 -28
  31. package/tests/fixtures/tests-js-no-compat-10/tests/routes/fancy-test.js +0 -11
  32. package/tests/fixtures/tests-ts-no-compat-10/app/components/.gitkeep +0 -0
  33. package/tests/fixtures/tests-ts-no-compat-10/app/components/sweet.gts +0 -3
  34. package/tests/fixtures/tests-ts-no-compat-10/app/router.ts +0 -11
  35. package/tests/fixtures/tests-ts-no-compat-10/app/routes/fancy.ts +0 -8
  36. package/tests/fixtures/tests-ts-no-compat-10/app/styles/app.css +0 -3
  37. package/tests/fixtures/tests-ts-no-compat-10/app/templates/application.gts +0 -7
  38. package/tests/fixtures/tests-ts-no-compat-10/app/templates/fancy.gts +0 -9
  39. package/tests/fixtures/tests-ts-no-compat-10/tests/acceptance/index-test.ts +0 -26
  40. package/tests/fixtures/tests-ts-no-compat-10/tests/integration/components/sweet-test.gjs +0 -28
  41. package/tests/fixtures/tests-ts-no-compat-10/tests/routes/fancy-test.js +0 -11
  42. package/tests/minimal.test.mjs +0 -120
  43. package/tests/no-compat.test.mjs +0 -181
@@ -1,15 +1,23 @@
1
1
  {
2
2
  "solution": {
3
3
  "@ember/app-blueprint": {
4
- "impact": "patch",
5
- "oldVersion": "6.11.0-alpha.1",
6
- "newVersion": "6.11.0-alpha.2",
7
- "tagName": "alpha",
4
+ "impact": "minor",
5
+ "oldVersion": "6.11.0-beta.0",
6
+ "newVersion": "6.11.0-beta.1",
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-12)\n\n* @ember/app-blueprint 6.11.0-alpha.2 (patch)\n\n#### :bug: Bug Fix\n* `@ember/app-blueprint`\n * [#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))\n\n#### :house: Internal\n* `@ember/app-blueprint`\n * [#178](https://github.com/ember-cli/ember-app-blueprint/pull/178) Merge beta into main ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
29
+ "description": "## Release (2026-01-23)\n\n* @ember/app-blueprint 6.11.0-beta.1 (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\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 * [#199](https://github.com/ember-cli/ember-app-blueprint/pull/199) Prepare 6.11 Beta ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
22
30
  }
package/CHANGELOG.md CHANGED
@@ -1,74 +1,78 @@
1
1
  # Changelog
2
2
 
3
- ## Release (2026-01-12)
3
+ ## Release (2026-01-23)
4
4
 
5
- * @ember/app-blueprint 6.11.0-alpha.2 (patch)
5
+ * @ember/app-blueprint 6.11.0-beta.1 (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
- * [#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))
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
+
16
+ #### :memo: Documentation
17
+ * `@ember/app-blueprint`
18
+ * [#158](https://github.com/ember-cli/ember-app-blueprint/pull/158) update RELEASE.md ([@mansona](https://github.com/mansona))
10
19
 
11
20
  #### :house: Internal
12
21
  * `@ember/app-blueprint`
13
- * [#178](https://github.com/ember-cli/ember-app-blueprint/pull/178) Merge beta into main ([@mansona](https://github.com/mansona))
22
+ * [#199](https://github.com/ember-cli/ember-app-blueprint/pull/199) Prepare 6.11 Beta ([@mansona](https://github.com/mansona))
14
23
 
15
24
  #### Committers: 1
16
25
  - Chris Manson ([@mansona](https://github.com/mansona))
17
26
 
18
- ## Release (2026-01-06)
27
+ ## Release (2026-01-23)
19
28
 
20
- * @ember/app-blueprint 6.11.0-alpha.1 (minor)
21
-
22
- #### :rocket: Enhancement
23
- * `@ember/app-blueprint`
24
- * [#173](https://github.com/ember-cli/ember-app-blueprint/pull/173) Prepare 6.11-alpha ([@mansona](https://github.com/mansona))
25
- * [#152](https://github.com/ember-cli/ember-app-blueprint/pull/152) Update all dependencies for 6.9 release ([@mansona](https://github.com/mansona))
29
+ * @ember/app-blueprint 6.10.2 (patch)
26
30
 
27
31
  #### :bug: Bug Fix
28
32
  * `@ember/app-blueprint`
29
- * [#161](https://github.com/ember-cli/ember-app-blueprint/pull/161) Bump ember-cli to 6.9 in the 6.9 release ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
30
- * [#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))
33
+ * [#197](https://github.com/ember-cli/ember-app-blueprint/pull/197) update ember-cli dependency to latest ([@mansona](https://github.com/mansona))
31
34
 
32
- #### :house: Internal
35
+ #### Committers: 1
36
+ - Chris Manson ([@mansona](https://github.com/mansona))
37
+
38
+ ## Release (2026-01-23)
39
+
40
+ * @ember/app-blueprint 6.10.1 (patch)
41
+
42
+ #### :bug: Bug Fix
33
43
  * `@ember/app-blueprint`
34
- * [#170](https://github.com/ember-cli/ember-app-blueprint/pull/170) Prepare Beta Release v6.10.0-beta.1 ([@github-actions[bot]](https://github.com/apps/github-actions))
35
- * [#169](https://github.com/ember-cli/ember-app-blueprint/pull/169) Prepare 6.10-beta ([@mansona](https://github.com/mansona))
44
+ * [#195](https://github.com/ember-cli/ember-app-blueprint/pull/195) add sort-package-json as a dependency ([@mansona](https://github.com/mansona))
36
45
 
37
- #### Committers: 3
46
+ #### Committers: 1
38
47
  - Chris Manson ([@mansona](https://github.com/mansona))
39
- - [@NullVoxPopuli](https://github.com/NullVoxPopuli)
40
- - [@github-actions[bot]](https://github.com/apps/github-actions)
41
48
 
42
- ## Release (2026-01-06)
49
+ ## Release (2026-01-18)
43
50
 
44
- * @ember/app-blueprint 6.10.0-beta.1 (minor)
51
+ * @ember/app-blueprint 6.10.0 (minor)
45
52
 
46
53
  #### :rocket: Enhancement
47
54
  * `@ember/app-blueprint`
48
- * [#160](https://github.com/ember-cli/ember-app-blueprint/pull/160) Remove tracked-built-ins (it's built in (ish)) ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
55
+ * [#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))
56
+ * [#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))
49
57
  * [#163](https://github.com/ember-cli/ember-app-blueprint/pull/163) Update package.json via `update-blueprint-deps` ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
50
- * [#49](https://github.com/ember-cli/ember-app-blueprint/pull/49) Add `--minimal` and `--no-compat` ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
51
- * [#152](https://github.com/ember-cli/ember-app-blueprint/pull/152) Update all dependencies for 6.9 release ([@mansona](https://github.com/mansona))
52
- * [#145](https://github.com/ember-cli/ember-app-blueprint/pull/145) Update generated workflow files ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
58
+ * [#145](https://github.com/ember-cli/ember-app-blueprint/pull/145) Update dependencies in generated workflow files ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
53
59
  * [#140](https://github.com/ember-cli/ember-app-blueprint/pull/140) Use an `.mjs` file for configuring Stylelint ([@bertdeblock](https://github.com/bertdeblock))
54
- * [#142](https://github.com/ember-cli/ember-app-blueprint/pull/142) Use pnpm v10 ([@bertdeblock](https://github.com/bertdeblock))
60
+ * [#142](https://github.com/ember-cli/ember-app-blueprint/pull/142) Use pnpm v10 for projects generated with `--pnpm` ([@bertdeblock](https://github.com/bertdeblock))
55
61
  * [#138](https://github.com/ember-cli/ember-app-blueprint/pull/138) Update generated ESLint config ([@bertdeblock](https://github.com/bertdeblock))
56
- * [#44](https://github.com/ember-cli/ember-app-blueprint/pull/44) Use ESM for the babel config ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
57
- * [#125](https://github.com/ember-cli/ember-app-blueprint/pull/125) Glint 2 (for `--typescript` projects) ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
62
+ * [#44](https://github.com/ember-cli/ember-app-blueprint/pull/44) Use ESM for the babel config (.mjs) ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
63
+ * [#125](https://github.com/ember-cli/ember-app-blueprint/pull/125) Update to Glint 2 (for `--typescript` projects) ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
58
64
  * [#124](https://github.com/ember-cli/ember-app-blueprint/pull/124) Use modern EmberData/WarpDrive ([@runspired](https://github.com/runspired))
59
- * [#113](https://github.com/ember-cli/ember-app-blueprint/pull/113) Prepare 6.10 alpha ([@mansona](https://github.com/mansona))
60
65
 
61
66
  #### :bug: Bug Fix
62
67
  * `@ember/app-blueprint`
63
- * [#161](https://github.com/ember-cli/ember-app-blueprint/pull/161) Bump ember-cli to 6.9 in the 6.9 release ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
64
- * [#153](https://github.com/ember-cli/ember-app-blueprint/pull/153) Pass extension to WelcomePage component ([@evoactivity](https://github.com/evoactivity))
65
- * [#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))
68
+ * [#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))
69
+ * [#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))
70
+ * [#153](https://github.com/ember-cli/ember-app-blueprint/pull/153) Show proper extension on WelcomePage component ([@evoactivity](https://github.com/evoactivity))
66
71
  * [#149](https://github.com/ember-cli/ember-app-blueprint/pull/149) Fix the full path display during project generation ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
67
- * [#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))
68
72
  * [#148](https://github.com/ember-cli/ember-app-blueprint/pull/148) Sort the package.json, using the replacers strategy ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
69
73
  * [#139](https://github.com/ember-cli/ember-app-blueprint/pull/139) Remove `/declarations/` entry in `.gitignore` file ([@bertdeblock](https://github.com/bertdeblock))
70
74
  * [#133](https://github.com/ember-cli/ember-app-blueprint/pull/133) remove ember-auto-import from newly generated app ([@mansona](https://github.com/mansona))
71
- * [#134](https://github.com/ember-cli/ember-app-blueprint/pull/134) Restore correct version of babel-plugin-ember-template-compilation ([@ef4](https://github.com/ef4))
75
+ * [#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))
72
76
 
73
77
  #### :memo: Documentation
74
78
  * `@ember/app-blueprint`
@@ -77,9 +81,8 @@
77
81
 
78
82
  #### :house: Internal
79
83
  * `@ember/app-blueprint`
80
- * [#169](https://github.com/ember-cli/ember-app-blueprint/pull/169) Prepare 6.10-beta ([@mansona](https://github.com/mansona))
81
84
  * [#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))
82
- * [#130](https://github.com/ember-cli/ember-app-blueprint/pull/130) Merge beta into main ([@mansona](https://github.com/mansona))
85
+ * [#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))
83
86
  * [#131](https://github.com/ember-cli/ember-app-blueprint/pull/131) fix warpdrive lint tests ([@mansona](https://github.com/mansona))
84
87
 
85
88
  #### 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 --filter ember-source --tag latest files/package.json
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
  ];
@@ -2,7 +2,7 @@ import { useLegacyStore } from '@warp-drive/legacy';
2
2
  import { JSONAPICache } from '@warp-drive/json-api';
3
3
 
4
4
  const Store = useLegacyStore({
5
- linksMode: true,
5
+ linksMode: false,
6
6
  cache: JSONAPICache,
7
7
  handlers: [
8
8
  // -- your handlers here
@@ -1,5 +1,5 @@
1
- import { pageTitle } from 'ember-page-title';<% if (welcome) {%>
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
- <% } else { %>
16
- <link rel="stylesheet" href="/app/styles/app.css">
17
- <% } %></head>
15
+ </head>
18
16
  <body>
19
- <% if (compat) { %>{{content-for "body"}}
17
+ {{content-for "body"}}
20
18
 
21
19
  <script src="/@embroider/virtual/vendor.js"></script>
22
- <% } %> <script type="module">
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
- <% } %> </body>
28
+ </body>
32
29
  </html>
@@ -31,11 +31,11 @@
31
31
  "./*": "./app/*"
32
32
  },
33
33
  "devDependencies": {
34
- "@babel/core": "^7.28.5",
35
- "@babel/runtime": "^7.28.4",
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.5<% } %>",
38
- "@babel/eslint-parser": "^7.28.5<% if (typescript) { %>",
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,39 +50,39 @@
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.8",
53
+ "@glint/ember-tsc": "^1.0.9",
54
54
  "@glint/template": "^1.7.3",
55
- "@glint/tsserver-plugin": "^2.0.8<% } %>",
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.0",
60
- "@warp-drive/ember": "~5.8.0",
61
- "@warp-drive/json-api": "~5.8.0",
62
- "@warp-drive/legacy": "~5.8.0",
63
- "@warp-drive/utilities": "~5.8.0<% } %>",
64
- "babel-plugin-ember-template-compilation": "^3.0.1",
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.9.1",
67
+ "ember-cli": "~6.10.0",
68
68
  "ember-cli-babel": "^8.2.0",
69
- "ember-cli-deprecation-workflow": "^4.0.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",
73
73
  "ember-qunit": "^9.0.4",
74
74
  "ember-resolver": "^13.1.1",
75
- "ember-source": "~6.11.0-alpha.6",
75
+ "ember-source": "~6.11.0-beta.1",
76
76
  "ember-template-lint": "^7.9.3<% if (welcome) { %>",
77
- "ember-welcome-page": "^8.0.4<% } %>",
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.1",
81
+ "eslint-plugin-n": "^17.23.2",
82
82
  "eslint-plugin-qunit": "^8.2.5<% if (warpDrive) { %>",
83
- "eslint-plugin-warp-drive": "^5.8.0<% } %>",
83
+ "eslint-plugin-warp-drive": "^5.8.1<% } %>",
84
84
  "globals": "^16.5.0",
85
- "prettier": "^3.7.4",
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.52.0<% } %>",
94
- "vite": "^7.3.0"
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',<% if (noCompat) {%>
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'],
@@ -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
- <% if (compat) { %>
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
- <% } else { %>
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
- <% } %> <div id="qunit"></div>
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<% if (noCompat) {%>, { enterTestMode }<% } %> from '<%= modulePrefix %>/config/environment';
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
- <% if (noCompat) { %>enterTestMode();
11
- <% } %>setApplication(Application.create(config.APP));
10
+ setApplication(Application.create(config.APP));
12
11
 
13
12
  setup(QUnit.assert);
14
13
  setupEmberOnerrorValidation();
@@ -1,10 +1,10 @@
1
1
  import { defineConfig } from 'vite';
2
- import { extensions<% if (!noCompat) { %>, classicEmberSupport<% } %>, ember } from '@embroider/vite';
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: [<% if (!noCompat) { %>
7
- classicEmberSupport(),<% } %>
6
+ plugins: [
7
+ classicEmberSupport(),
8
8
  ember(),
9
9
  // extra plugins here
10
10
  babel({