@ember/app-blueprint 6.10.0-alpha.8 → 6.10.0-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2,17 +2,29 @@
2
2
  "solution": {
3
3
  "@ember/app-blueprint": {
4
4
  "impact": "minor",
5
- "oldVersion": "6.10.0-alpha.7",
6
- "newVersion": "6.10.0-alpha.8",
7
- "tagName": "alpha",
5
+ "oldVersion": "6.10.0-beta.0",
6
+ "newVersion": "6.10.0-beta.1",
7
+ "tagName": "beta",
8
8
  "constraints": [
9
9
  {
10
10
  "impact": "minor",
11
11
  "reason": "Appears in changelog section :rocket: Enhancement"
12
+ },
13
+ {
14
+ "impact": "patch",
15
+ "reason": "Appears in changelog section :bug: Bug Fix"
16
+ },
17
+ {
18
+ "impact": "patch",
19
+ "reason": "Appears in changelog section :memo: Documentation"
20
+ },
21
+ {
22
+ "impact": "patch",
23
+ "reason": "Appears in changelog section :house: Internal"
12
24
  }
13
25
  ],
14
26
  "pkgJSONPath": "./package.json"
15
27
  }
16
28
  },
17
- "description": "## Release (2025-12-24)\n\n* @ember/app-blueprint 6.10.0-alpha.8 (minor)\n\n#### :rocket: Enhancement\n* `@ember/app-blueprint`\n * [#49](https://github.com/ember-cli/ember-app-blueprint/pull/49) Add `--minimal` and `--no-compat` ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
29
+ "description": "## Release (2026-01-06)\n\n* @ember/app-blueprint 6.10.0-beta.1 (minor)\n\n#### :rocket: Enhancement\n* `@ember/app-blueprint`\n * [#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))\n * [#163](https://github.com/ember-cli/ember-app-blueprint/pull/163) Update package.json via `update-blueprint-deps` ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#49](https://github.com/ember-cli/ember-app-blueprint/pull/49) Add `--minimal` and `--no-compat` ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#152](https://github.com/ember-cli/ember-app-blueprint/pull/152) Update all dependencies for 6.9 release ([@mansona](https://github.com/mansona))\n * [#145](https://github.com/ember-cli/ember-app-blueprint/pull/145) Update generated workflow files ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#140](https://github.com/ember-cli/ember-app-blueprint/pull/140) Use an `.mjs` file for configuring Stylelint ([@bertdeblock](https://github.com/bertdeblock))\n * [#142](https://github.com/ember-cli/ember-app-blueprint/pull/142) Use pnpm v10 ([@bertdeblock](https://github.com/bertdeblock))\n * [#138](https://github.com/ember-cli/ember-app-blueprint/pull/138) Update generated ESLint config ([@bertdeblock](https://github.com/bertdeblock))\n * [#44](https://github.com/ember-cli/ember-app-blueprint/pull/44) Use ESM for the babel config ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#125](https://github.com/ember-cli/ember-app-blueprint/pull/125) Glint 2 (for `--typescript` projects) ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#124](https://github.com/ember-cli/ember-app-blueprint/pull/124) Use modern EmberData/WarpDrive ([@runspired](https://github.com/runspired))\n * [#113](https://github.com/ember-cli/ember-app-blueprint/pull/113) Prepare 6.10 alpha ([@mansona](https://github.com/mansona))\n\n#### :bug: Bug Fix\n* `@ember/app-blueprint`\n * [#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))\n * [#153](https://github.com/ember-cli/ember-app-blueprint/pull/153) Pass extension to WelcomePage component ([@evoactivity](https://github.com/evoactivity))\n * [#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))\n * [#149](https://github.com/ember-cli/ember-app-blueprint/pull/149) Fix the full path display during project generation ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#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))\n * [#148](https://github.com/ember-cli/ember-app-blueprint/pull/148) Sort the package.json, using the replacers strategy ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#139](https://github.com/ember-cli/ember-app-blueprint/pull/139) Remove `/declarations/` entry in `.gitignore` file ([@bertdeblock](https://github.com/bertdeblock))\n * [#133](https://github.com/ember-cli/ember-app-blueprint/pull/133) remove ember-auto-import from newly generated app ([@mansona](https://github.com/mansona))\n * [#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))\n\n#### :memo: Documentation\n* `@ember/app-blueprint`\n * [#141](https://github.com/ember-cli/ember-app-blueprint/pull/141) Update some links to use https ([@bertdeblock](https://github.com/bertdeblock))\n * [#114](https://github.com/ember-cli/ember-app-blueprint/pull/114) update RELEASE.md with notes for after ember-cli release ([@mansona](https://github.com/mansona))\n\n#### :house: Internal\n* `@ember/app-blueprint`\n * [#169](https://github.com/ember-cli/ember-app-blueprint/pull/169) Prepare 6.10-beta ([@mansona](https://github.com/mansona))\n * [#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))\n * [#130](https://github.com/ember-cli/ember-app-blueprint/pull/130) Merge beta into main ([@mansona](https://github.com/mansona))\n * [#131](https://github.com/ember-cli/ember-app-blueprint/pull/131) fix warpdrive lint tests ([@mansona](https://github.com/mansona))\n\n#### Committers: 6\n- Bert De Block ([@bertdeblock](https://github.com/bertdeblock))\n- Chris Manson ([@mansona](https://github.com/mansona))\n- Chris Thoburn ([@runspired](https://github.com/runspired))\n- Edward Faulkner ([@ef4](https://github.com/ef4))\n- Liam Potter ([@evoactivity](https://github.com/evoactivity))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
18
30
  }
package/CHANGELOG.md CHANGED
@@ -1,216 +1,147 @@
1
1
  # Changelog
2
2
 
3
- ## Release (2025-12-24)
3
+ ## Release (2026-01-06)
4
4
 
5
- * @ember/app-blueprint 6.10.0-alpha.8 (minor)
5
+ * @ember/app-blueprint 6.10.0-beta.1 (minor)
6
6
 
7
7
  #### :rocket: Enhancement
8
8
  * `@ember/app-blueprint`
9
+ * [#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))
10
+ * [#163](https://github.com/ember-cli/ember-app-blueprint/pull/163) Update package.json via `update-blueprint-deps` ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
9
11
  * [#49](https://github.com/ember-cli/ember-app-blueprint/pull/49) Add `--minimal` and `--no-compat` ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
10
-
11
- #### Committers: 1
12
- - [@NullVoxPopuli](https://github.com/NullVoxPopuli)
13
-
14
- ## Release (2025-12-09)
15
-
16
- * @ember/app-blueprint 6.10.0-alpha.7 (patch)
12
+ * [#152](https://github.com/ember-cli/ember-app-blueprint/pull/152) Update all dependencies for 6.9 release ([@mansona](https://github.com/mansona))
13
+ * [#145](https://github.com/ember-cli/ember-app-blueprint/pull/145) Update generated workflow files ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
14
+ * [#140](https://github.com/ember-cli/ember-app-blueprint/pull/140) Use an `.mjs` file for configuring Stylelint ([@bertdeblock](https://github.com/bertdeblock))
15
+ * [#142](https://github.com/ember-cli/ember-app-blueprint/pull/142) Use pnpm v10 ([@bertdeblock](https://github.com/bertdeblock))
16
+ * [#138](https://github.com/ember-cli/ember-app-blueprint/pull/138) Update generated ESLint config ([@bertdeblock](https://github.com/bertdeblock))
17
+ * [#44](https://github.com/ember-cli/ember-app-blueprint/pull/44) Use ESM for the babel config ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
18
+ * [#125](https://github.com/ember-cli/ember-app-blueprint/pull/125) Glint 2 (for `--typescript` projects) ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
19
+ * [#124](https://github.com/ember-cli/ember-app-blueprint/pull/124) Use modern EmberData/WarpDrive ([@runspired](https://github.com/runspired))
20
+ * [#113](https://github.com/ember-cli/ember-app-blueprint/pull/113) Prepare 6.10 alpha ([@mansona](https://github.com/mansona))
17
21
 
18
22
  #### :bug: Bug Fix
19
23
  * `@ember/app-blueprint`
24
+ * [#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))
20
25
  * [#153](https://github.com/ember-cli/ember-app-blueprint/pull/153) Pass extension to WelcomePage component ([@evoactivity](https://github.com/evoactivity))
26
+ * [#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))
27
+ * [#149](https://github.com/ember-cli/ember-app-blueprint/pull/149) Fix the full path display during project generation ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
28
+ * [#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))
29
+ * [#148](https://github.com/ember-cli/ember-app-blueprint/pull/148) Sort the package.json, using the replacers strategy ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
30
+ * [#139](https://github.com/ember-cli/ember-app-blueprint/pull/139) Remove `/declarations/` entry in `.gitignore` file ([@bertdeblock](https://github.com/bertdeblock))
31
+ * [#133](https://github.com/ember-cli/ember-app-blueprint/pull/133) remove ember-auto-import from newly generated app ([@mansona](https://github.com/mansona))
32
+ * [#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))
33
+
34
+ #### :memo: Documentation
35
+ * `@ember/app-blueprint`
36
+ * [#141](https://github.com/ember-cli/ember-app-blueprint/pull/141) Update some links to use https ([@bertdeblock](https://github.com/bertdeblock))
37
+ * [#114](https://github.com/ember-cli/ember-app-blueprint/pull/114) update RELEASE.md with notes for after ember-cli release ([@mansona](https://github.com/mansona))
21
38
 
22
39
  #### :house: Internal
23
40
  * `@ember/app-blueprint`
41
+ * [#169](https://github.com/ember-cli/ember-app-blueprint/pull/169) Prepare 6.10-beta ([@mansona](https://github.com/mansona))
24
42
  * [#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))
43
+ * [#130](https://github.com/ember-cli/ember-app-blueprint/pull/130) Merge beta into main ([@mansona](https://github.com/mansona))
44
+ * [#131](https://github.com/ember-cli/ember-app-blueprint/pull/131) fix warpdrive lint tests ([@mansona](https://github.com/mansona))
25
45
 
26
- #### Committers: 2
46
+ #### Committers: 6
47
+ - Bert De Block ([@bertdeblock](https://github.com/bertdeblock))
27
48
  - Chris Manson ([@mansona](https://github.com/mansona))
49
+ - Chris Thoburn ([@runspired](https://github.com/runspired))
50
+ - Edward Faulkner ([@ef4](https://github.com/ef4))
28
51
  - Liam Potter ([@evoactivity](https://github.com/evoactivity))
52
+ - [@NullVoxPopuli](https://github.com/NullVoxPopuli)
29
53
 
30
- ## Release (2025-11-26)
31
-
32
- * @ember/app-blueprint 6.10.0-alpha.6 (minor)
54
+ ## Release (2025-12-23)
33
55
 
34
- #### :rocket: Enhancement
35
- * `@ember/app-blueprint`
36
- * [#145](https://github.com/ember-cli/ember-app-blueprint/pull/145) Update generated workflow files ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
56
+ * @ember/app-blueprint 6.9.1 (patch)
37
57
 
38
58
  #### :bug: Bug Fix
39
59
  * `@ember/app-blueprint`
40
- * [#149](https://github.com/ember-cli/ember-app-blueprint/pull/149) Fix the full path display during project generation ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
41
- * [#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))
42
- * [#148](https://github.com/ember-cli/ember-app-blueprint/pull/148) Sort the package.json, using the replacers strategy ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
60
+ * [#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))
43
61
 
44
62
  #### Committers: 1
45
63
  - [@NullVoxPopuli](https://github.com/NullVoxPopuli)
46
64
 
47
- ## Release (2025-11-21)
65
+ ## Release (2025-12-05)
48
66
 
49
- * @ember/app-blueprint 6.10.0-alpha.5 (minor)
67
+ * @ember/app-blueprint 6.9.0 (minor)
50
68
 
51
69
  #### :rocket: Enhancement
52
70
  * `@ember/app-blueprint`
53
- * [#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))
55
- * [#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))
71
+ * [#152](https://github.com/ember-cli/ember-app-blueprint/pull/152) Update all dependencies for 6.9 release ([@mansona](https://github.com/mansona))
72
+ * [#76](https://github.com/ember-cli/ember-app-blueprint/pull/76) Prepare 6.9-alpha ([@mansona](https://github.com/mansona))
57
73
 
58
74
  #### :bug: Bug Fix
59
75
  * `@ember/app-blueprint`
60
- * [#139](https://github.com/ember-cli/ember-app-blueprint/pull/139) Remove `/declarations/` entry in `.gitignore` file ([@bertdeblock](https://github.com/bertdeblock))
76
+ * [#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))
77
+ * [#78](https://github.com/ember-cli/ember-app-blueprint/pull/78) Use strict mode for all CJS files ([@simonihmig](https://github.com/simonihmig))
61
78
 
62
79
  #### :memo: Documentation
63
80
  * `@ember/app-blueprint`
64
- * [#141](https://github.com/ember-cli/ember-app-blueprint/pull/141) Update some links to use https ([@bertdeblock](https://github.com/bertdeblock))
81
+ * [#64](https://github.com/ember-cli/ember-app-blueprint/pull/64) Update the release document to match the ember-cli process ([@mansona](https://github.com/mansona))
82
+ * [#81](https://github.com/ember-cli/ember-app-blueprint/pull/81) Correct example usage command in README ([@abeforgit](https://github.com/abeforgit))
83
+ * [#80](https://github.com/ember-cli/ember-app-blueprint/pull/80) Fix formatting of README file ([@bertdeblock](https://github.com/bertdeblock))
65
84
 
66
- #### Committers: 2
85
+ #### Committers: 4
86
+ - Arne Bertrand ([@abeforgit](https://github.com/abeforgit))
67
87
  - Bert De Block ([@bertdeblock](https://github.com/bertdeblock))
68
- - [@NullVoxPopuli](https://github.com/NullVoxPopuli)
69
-
70
- ## Release (2025-11-12)
71
-
72
- * @ember/app-blueprint 6.10.0-alpha.4 (patch)
73
-
74
- #### :bug: Bug Fix
75
- * `@ember/app-blueprint`
76
- * [#133](https://github.com/ember-cli/ember-app-blueprint/pull/133) remove ember-auto-import from newly generated app ([@mansona](https://github.com/mansona))
77
-
78
- #### Committers: 1
79
88
  - Chris Manson ([@mansona](https://github.com/mansona))
89
+ - Simon Ihmig ([@simonihmig](https://github.com/simonihmig))
80
90
 
81
- ## Release (2025-11-12)
91
+ ## Release (2025-11-02)
82
92
 
83
- * @ember/app-blueprint 6.10.0-alpha.3 (patch)
93
+ * @ember/app-blueprint 6.8.3 (patch)
84
94
 
85
95
  #### :bug: Bug Fix
86
96
  * `@ember/app-blueprint`
87
- * [#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))
97
+ * [#126](https://github.com/ember-cli/ember-app-blueprint/pull/126) [bugfix release] Add eslint parser option `project: true` ([@mkszepp](https://github.com/mkszepp))
88
98
 
89
99
  #### Committers: 1
90
- - Edward Faulkner ([@ef4](https://github.com/ef4))
100
+ - Markus Sanin ([@mkszepp](https://github.com/mkszepp))
91
101
 
92
- ## Release (2025-11-07)
102
+ ## Release (2025-10-24)
93
103
 
94
- * @ember/app-blueprint 6.10.0-alpha.2 (patch)
104
+ * @ember/app-blueprint 6.8.2 (patch)
95
105
 
96
106
  #### :bug: Bug Fix
97
107
  * `@ember/app-blueprint`
98
- * [#126](https://github.com/ember-cli/ember-app-blueprint/pull/126) [bugfix release] Add eslint parser option `project: true` ([@mkszepp](https://github.com/mkszepp))
99
108
  * [#120](https://github.com/ember-cli/ember-app-blueprint/pull/120) [bugfix release] set node version in engines to >= 20 ([@aklkv](https://github.com/aklkv))
100
- * [#116](https://github.com/ember-cli/ember-app-blueprint/pull/116) [bugfix release] update ember-cli version to latest stable ([@mansona](https://github.com/mansona))
101
-
102
- #### :house: Internal
103
- * `@ember/app-blueprint`
104
- * [#130](https://github.com/ember-cli/ember-app-blueprint/pull/130) Merge beta into main ([@mansona](https://github.com/mansona))
105
- * [#131](https://github.com/ember-cli/ember-app-blueprint/pull/131) fix warpdrive lint tests ([@mansona](https://github.com/mansona))
106
- * [#129](https://github.com/ember-cli/ember-app-blueprint/pull/129) Prepare Beta Release v6.9.0-beta.2 ([@github-actions[bot]](https://github.com/apps/github-actions))
107
- * [#122](https://github.com/ember-cli/ember-app-blueprint/pull/122) Merge release into beta ([@mansona](https://github.com/mansona))
108
- * [#127](https://github.com/ember-cli/ember-app-blueprint/pull/127) Prepare Stable Release v6.8.3 ([@github-actions[bot]](https://github.com/apps/github-actions))
109
- * [#121](https://github.com/ember-cli/ember-app-blueprint/pull/121) Prepare Stable Release v6.8.2 ([@github-actions[bot]](https://github.com/apps/github-actions))
110
- * [#117](https://github.com/ember-cli/ember-app-blueprint/pull/117) Prepare Stable Release v6.8.1 ([@github-actions[bot]](https://github.com/apps/github-actions))
111
109
 
112
- #### Committers: 4
110
+ #### Committers: 1
113
111
  - Alexey Kulakov ([@aklkv](https://github.com/aklkv))
114
- - Chris Manson ([@mansona](https://github.com/mansona))
115
- - Markus Sanin ([@mkszepp](https://github.com/mkszepp))
116
- - [@github-actions[bot]](https://github.com/apps/github-actions)
117
-
118
- ## Release (2025-10-31)
119
-
120
- * @ember/app-blueprint 6.10.0-alpha.1 (minor)
121
-
122
- #### :rocket: Enhancement
123
- * `@ember/app-blueprint`
124
- * [#125](https://github.com/ember-cli/ember-app-blueprint/pull/125) Glint 2 (for `--typescript` projects) ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
125
- * [#124](https://github.com/ember-cli/ember-app-blueprint/pull/124) Use modern EmberData/WarpDrive ([@runspired](https://github.com/runspired))
126
- * [#113](https://github.com/ember-cli/ember-app-blueprint/pull/113) Prepare 6.10 alpha ([@mansona](https://github.com/mansona))
127
-
128
- #### :memo: Documentation
129
- * `@ember/app-blueprint`
130
- * [#114](https://github.com/ember-cli/ember-app-blueprint/pull/114) update RELEASE.md with notes for after ember-cli release ([@mansona](https://github.com/mansona))
131
-
132
- #### Committers: 3
133
- - Chris Manson ([@mansona](https://github.com/mansona))
134
- - Chris Thoburn ([@runspired](https://github.com/runspired))
135
- - [@NullVoxPopuli](https://github.com/NullVoxPopuli)
136
112
 
137
- ## Release (2025-10-14)
138
-
139
- * @ember/app-blueprint 6.9.0-alpha.2 (minor)
113
+ ## Release (2025-10-17)
140
114
 
141
- #### :rocket: Enhancement
142
- * `@ember/app-blueprint`
143
- * [#103](https://github.com/ember-cli/ember-app-blueprint/pull/103) [beta] update Vite to latest (v7) ([@mansona](https://github.com/mansona))
144
- * [#98](https://github.com/ember-cli/ember-app-blueprint/pull/98) Update deps ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
145
- * [#95](https://github.com/ember-cli/ember-app-blueprint/pull/95) [Beta] add services directory ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
146
- * [#91](https://github.com/ember-cli/ember-app-blueprint/pull/91) [bugfix beta] add legacy inspector support ([@mansona](https://github.com/mansona))
115
+ * @ember/app-blueprint 6.8.1 (patch)
147
116
 
148
117
  #### :bug: Bug Fix
149
118
  * `@ember/app-blueprint`
150
- * [#100](https://github.com/ember-cli/ember-app-blueprint/pull/100) [beta] swap to the Vitest beta to fix CI ([@mansona](https://github.com/mansona))
151
- * [#88](https://github.com/ember-cli/ember-app-blueprint/pull/88) [bugfix beta] fix the use of ember test in the new blueprint ([@mansona](https://github.com/mansona))
152
- * [#86](https://github.com/ember-cli/ember-app-blueprint/pull/86) [bugfix beta] update ember-cli to beta ([@mansona](https://github.com/mansona))
153
- * [#82](https://github.com/ember-cli/ember-app-blueprint/pull/82) Use TypeScript way of accessing potentially undefined `podModulePrefix` ([@pichfl](https://github.com/pichfl))
154
- * [#78](https://github.com/ember-cli/ember-app-blueprint/pull/78) Use strict mode for all CJS files ([@simonihmig](https://github.com/simonihmig))
155
-
156
- #### :memo: Documentation
157
- * `@ember/app-blueprint`
158
- * [#97](https://github.com/ember-cli/ember-app-blueprint/pull/97) [documentation beta] update readme for Vite ([@mansona](https://github.com/mansona))
159
- * [#64](https://github.com/ember-cli/ember-app-blueprint/pull/64) Update the release document to match the ember-cli process ([@mansona](https://github.com/mansona))
160
- * [#81](https://github.com/ember-cli/ember-app-blueprint/pull/81) Correct example usage command in README ([@abeforgit](https://github.com/abeforgit))
161
- * [#80](https://github.com/ember-cli/ember-app-blueprint/pull/80) Fix formatting of README file ([@bertdeblock](https://github.com/bertdeblock))
119
+ * [#116](https://github.com/ember-cli/ember-app-blueprint/pull/116) [bugfix release] update ember-cli version to latest stable ([@mansona](https://github.com/mansona))
162
120
 
163
- #### :house: Internal
164
- * `@ember/app-blueprint`
165
- * [#108](https://github.com/ember-cli/ember-app-blueprint/pull/108) update release-plan ([@mansona](https://github.com/mansona))
166
- * [#106](https://github.com/ember-cli/ember-app-blueprint/pull/106) Merge beta into main ([@mansona](https://github.com/mansona))
167
- * [#105](https://github.com/ember-cli/ember-app-blueprint/pull/105) Prepare Beta Release v6.8.0-beta.8 ([@github-actions[bot]](https://github.com/apps/github-actions))
168
- * [#104](https://github.com/ember-cli/ember-app-blueprint/pull/104) Merge release into beta ([@mansona](https://github.com/mansona))
169
- * [#102](https://github.com/ember-cli/ember-app-blueprint/pull/102) Prepare Beta Release v6.8.0-beta.7 ([@github-actions[bot]](https://github.com/apps/github-actions))
170
- * [#101](https://github.com/ember-cli/ember-app-blueprint/pull/101) [beta] update node version used in CI ([@mansona](https://github.com/mansona))
171
- * [#96](https://github.com/ember-cli/ember-app-blueprint/pull/96) Prepare Beta Release v6.8.0-beta.6 ([@github-actions[bot]](https://github.com/apps/github-actions))
172
- * [#93](https://github.com/ember-cli/ember-app-blueprint/pull/93) Add Windows tests ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
173
- * [#92](https://github.com/ember-cli/ember-app-blueprint/pull/92) Prepare Beta Release v6.8.0-beta.5 ([@github-actions[bot]](https://github.com/apps/github-actions))
174
- * [#89](https://github.com/ember-cli/ember-app-blueprint/pull/89) Prepare Beta Release v6.8.0-beta.4 ([@github-actions[bot]](https://github.com/apps/github-actions))
175
- * [#87](https://github.com/ember-cli/ember-app-blueprint/pull/87) Prepare Beta Release v6.8.0-beta.3 ([@github-actions[bot]](https://github.com/apps/github-actions))
176
- * [#85](https://github.com/ember-cli/ember-app-blueprint/pull/85) Prepare Stable Release v6.7.2 ([@github-actions[bot]](https://github.com/apps/github-actions))
177
- * [#84](https://github.com/ember-cli/ember-app-blueprint/pull/84) Prepare Beta Release v6.8.0-beta.2 ([@github-actions[bot]](https://github.com/apps/github-actions))
178
- * [#83](https://github.com/ember-cli/ember-app-blueprint/pull/83) update ember source to latest beta ([@mansona](https://github.com/mansona))
179
-
180
- #### Committers: 7
181
- - Arne Bertrand ([@abeforgit](https://github.com/abeforgit))
182
- - Bert De Block ([@bertdeblock](https://github.com/bertdeblock))
121
+ #### Committers: 1
183
122
  - Chris Manson ([@mansona](https://github.com/mansona))
184
- - Florian Pichler ([@pichfl](https://github.com/pichfl))
185
- - Simon Ihmig ([@simonihmig](https://github.com/simonihmig))
186
- - [@NullVoxPopuli](https://github.com/NullVoxPopuli)
187
- - [@github-actions[bot]](https://github.com/apps/github-actions)
188
123
 
189
- ## Release (2025-09-05)
124
+ ## Release (2025-10-14)
190
125
 
191
- * @ember/app-blueprint 6.9.0-alpha.1 (minor)
126
+ * @ember/app-blueprint 6.8.0 (minor)
192
127
 
193
128
  #### :rocket: Enhancement
194
129
  * `@ember/app-blueprint`
195
- * [#76](https://github.com/ember-cli/ember-app-blueprint/pull/76) Prepare 6.9-alpha ([@mansona](https://github.com/mansona))
130
+ * [#109](https://github.com/ember-cli/ember-app-blueprint/pull/109) Release 6.8 ([@mansona](https://github.com/mansona))
196
131
 
197
132
  #### Committers: 1
198
133
  - Chris Manson ([@mansona](https://github.com/mansona))
199
134
 
200
- ## Release (2025-09-05)
135
+ ## Release (2025-10-02)
201
136
 
202
- * @ember/app-blueprint 6.8.0-beta.1 (minor)
137
+ * @ember/app-blueprint 6.7.2 (patch)
203
138
 
204
- #### :rocket: Enhancement
205
- * `@ember/app-blueprint`
206
- * [#73](https://github.com/ember-cli/ember-app-blueprint/pull/73) Prepare 6.8 beta ([@mansona](https://github.com/mansona))
207
-
208
- #### :house: Internal
139
+ #### :bug: Bug Fix
209
140
  * `@ember/app-blueprint`
210
- * [#75](https://github.com/ember-cli/ember-app-blueprint/pull/75) update the beta version ([@mansona](https://github.com/mansona))
141
+ * [#82](https://github.com/ember-cli/ember-app-blueprint/pull/82) Use TypeScript way of accessing potentially undefined `podModulePrefix` ([@pichfl](https://github.com/pichfl))
211
142
 
212
143
  #### Committers: 1
213
- - Chris Manson ([@mansona](https://github.com/mansona))
144
+ - Florian Pichler ([@pichfl](https://github.com/pichfl))
214
145
 
215
146
  ## Release (2025-09-04)
216
147
 
@@ -31,29 +31,29 @@
31
31
  "./*": "./app/*"
32
32
  },
33
33
  "devDependencies": {
34
- "@babel/core": "^7.28.4",
34
+ "@babel/core": "^7.28.5",
35
35
  "@babel/runtime": "^7.28.4",
36
- "@babel/plugin-transform-runtime": "^7.28.3<% if (typescript) { %>",
37
- "@babel/plugin-transform-typescript": "^7.28.0<% } %>",
38
- "@babel/eslint-parser": "^7.28.4<% if (typescript) { %>",
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) { %>",
39
39
  "@ember/app-tsconfig": "^1.0.3<% } %>",
40
- "@ember/optional-features": "^2.2.0",
40
+ "@ember/optional-features": "^2.3.0",
41
41
  "@ember/string": "^4.0.1",
42
- "@ember/test-helpers": "^5.3.0",
42
+ "@ember/test-helpers": "^5.4.1",
43
43
  "@ember/test-waiters": "^4.1.1",
44
- "@embroider/macros": "^1.19.1",
45
- "@embroider/core": "^4.2.4",
46
- "@embroider/vite": "^1.3.2",
47
- "@embroider/compat": "^4.1.7",
48
- "@embroider/router": "^3.0.4",
44
+ "@embroider/macros": "^1.19.6",
45
+ "@embroider/core": "^4.4.2",
46
+ "@embroider/vite": "^1.5.0",
47
+ "@embroider/compat": "^4.1.12",
48
+ "@embroider/router": "^3.0.6",
49
49
  "@embroider/config-meta-loader": "^1.0.0",
50
50
  "@embroider/legacy-inspector-support": "^0.1.3",
51
- "@eslint/js": "^9.37.0",
51
+ "@eslint/js": "^9.39.2",
52
52
  "@glimmer/component": "^2.0.0<% if (typescript) { %>",
53
- "@glint/ember-tsc": "^1.0.4",
54
- "@glint/template": "^1.6.2",
55
- "@glint/tsserver-plugin": "^2.0.4<% } %>",
56
- "@rollup/plugin-babel": "^6.0.4<% if (typescript) { %>",
53
+ "@glint/ember-tsc": "^1.0.8",
54
+ "@glint/template": "^1.7.3",
55
+ "@glint/tsserver-plugin": "^2.0.8<% } %>",
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
59
  "@warp-drive/core": "5.8.0",
@@ -64,7 +64,7 @@
64
64
  "babel-plugin-ember-template-compilation": "^3.0.1",
65
65
  "concurrently": "^9.2.1",
66
66
  "decorator-transforms": "^2.3.0",
67
- "ember-cli": "~6.9.0-alpha.1",
67
+ "ember-cli": "~6.9.1",
68
68
  "ember-cli-babel": "^8.2.0",
69
69
  "ember-cli-deprecation-workflow": "^4.0.0",
70
70
  "ember-load-initializers": "^3.0.1",
@@ -72,27 +72,26 @@
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.10.0-alpha.1",
75
+ "ember-source": "~6.10.0-beta.1",
76
76
  "ember-template-lint": "^7.9.3<% if (welcome) { %>",
77
77
  "ember-welcome-page": "^8.0.4<% } %>",
78
- "eslint": "^9.37.0",
78
+ "eslint": "^9.39.2",
79
79
  "eslint-config-prettier": "^10.1.8",
80
- "eslint-plugin-ember": "^12.7.4",
80
+ "eslint-plugin-ember": "^12.7.5",
81
81
  "eslint-plugin-n": "^17.23.1",
82
82
  "eslint-plugin-qunit": "^8.2.5<% if (warpDrive) { %>",
83
83
  "eslint-plugin-warp-drive": "5.8.0<% } %>",
84
- "globals": "^16.4.0",
85
- "prettier": "^3.6.2",
86
- "prettier-plugin-ember-template-tag": "^2.1.0",
87
- "qunit": "^2.24.2",
84
+ "globals": "^16.5.0",
85
+ "prettier": "^3.7.4",
86
+ "prettier-plugin-ember-template-tag": "^2.1.2",
87
+ "qunit": "^2.24.3",
88
88
  "qunit-dom": "^3.5.0",
89
- "stylelint": "^16.25.0",
89
+ "stylelint": "^16.26.1",
90
90
  "stylelint-config-standard": "^38.0.0",
91
- "testem": "^3.16.0",
92
- "tracked-built-ins": "^4.0.0<% if (typescript) { %>",
91
+ "testem": "^3.17.0<% if (typescript) { %>",
93
92
  "typescript": "^5.9.3",
94
- "typescript-eslint": "^8.46.0<% } %>",
95
- "vite": "^7.1.9"
93
+ "typescript-eslint": "^8.50.1<% } %>",
94
+ "vite": "^7.3.0"
96
95
  },
97
96
  "engines": {
98
97
  "node": ">= 20"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ember/app-blueprint",
3
- "version": "6.10.0-alpha.8",
3
+ "version": "6.10.0-beta.1",
4
4
  "description": "Blueprint for next generation of Ember apps",
5
5
  "keywords": [
6
6
  "ember-blueprint"
@@ -17,8 +17,8 @@
17
17
  "minor": "prerelease",
18
18
  "patch": "prerelease"
19
19
  },
20
- "semverIncrementTag": "alpha",
21
- "publishTag": "alpha"
20
+ "semverIncrementTag": "beta",
21
+ "publishTag": "beta"
22
22
  },
23
23
  "dependencies": {
24
24
  "chalk": "^4.1.2",
@@ -51,7 +51,10 @@
51
51
  "lint:eslint": "eslint .",
52
52
  "lint:prettier": "prettier . --check",
53
53
  "format": "prettier . --write",
54
- "test": "vitest",
55
- "new:app": "pnpm dlx ember-cli@latest new my-app --blueprint ."
54
+ "new:app": "pnpm dlx ember-cli@latest new my-app --blueprint .",
55
+ "update:all": "pnpm dlx update-blueprint-deps --filter . ./files/package.json",
56
+ "update:alpha": "pnpm dlx update-blueprint-deps --ember-source alpha --ember-cli alpha --ember-data alpha ./files/package.json",
57
+ "update:beta": "pnpm dlx update-blueprint-deps --ember-source beta --ember-cli beta --ember-data beta ./files/package.json",
58
+ "test": "vitest"
56
59
  }
57
60
  }