@ember/app-blueprint 6.10.0-alpha.9 → 6.11.0-alpha.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.release-plan.json +11 -3
- package/CHANGELOG.md +85 -142
- package/files/package.json +4 -4
- package/package.json +1 -1
package/.release-plan.json
CHANGED
|
@@ -2,17 +2,25 @@
|
|
|
2
2
|
"solution": {
|
|
3
3
|
"@ember/app-blueprint": {
|
|
4
4
|
"impact": "minor",
|
|
5
|
-
"oldVersion": "6.
|
|
6
|
-
"newVersion": "6.
|
|
5
|
+
"oldVersion": "6.11.0-alpha.0",
|
|
6
|
+
"newVersion": "6.11.0-alpha.1",
|
|
7
7
|
"tagName": "alpha",
|
|
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 :house: Internal"
|
|
12
20
|
}
|
|
13
21
|
],
|
|
14
22
|
"pkgJSONPath": "./package.json"
|
|
15
23
|
}
|
|
16
24
|
},
|
|
17
|
-
"description": "## Release (
|
|
25
|
+
"description": "## Release (2026-01-06)\n\n* @ember/app-blueprint 6.11.0-alpha.1 (minor)\n\n#### :rocket: Enhancement\n* `@ember/app-blueprint`\n * [#173](https://github.com/ember-cli/ember-app-blueprint/pull/173) Prepare 6.11-alpha ([@mansona](https://github.com/mansona))\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\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 * [#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\n#### :house: Internal\n* `@ember/app-blueprint`\n * [#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))\n * [#169](https://github.com/ember-cli/ember-app-blueprint/pull/169) Prepare 6.10-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"
|
|
18
26
|
}
|
package/CHANGELOG.md
CHANGED
|
@@ -1,228 +1,171 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
-
## Release (
|
|
3
|
+
## Release (2026-01-06)
|
|
4
4
|
|
|
5
|
-
* @ember/app-blueprint 6.
|
|
5
|
+
* @ember/app-blueprint 6.11.0-alpha.1 (minor)
|
|
6
6
|
|
|
7
7
|
#### :rocket: Enhancement
|
|
8
8
|
* `@ember/app-blueprint`
|
|
9
|
-
* [#
|
|
10
|
-
* [#
|
|
9
|
+
* [#173](https://github.com/ember-cli/ember-app-blueprint/pull/173) Prepare 6.11-alpha ([@mansona](https://github.com/mansona))
|
|
10
|
+
* [#152](https://github.com/ember-cli/ember-app-blueprint/pull/152) Update all dependencies for 6.9 release ([@mansona](https://github.com/mansona))
|
|
11
11
|
|
|
12
|
-
####
|
|
12
|
+
#### :bug: Bug Fix
|
|
13
|
+
* `@ember/app-blueprint`
|
|
14
|
+
* [#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))
|
|
15
|
+
* [#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))
|
|
16
|
+
|
|
17
|
+
#### :house: Internal
|
|
18
|
+
* `@ember/app-blueprint`
|
|
19
|
+
* [#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))
|
|
20
|
+
* [#169](https://github.com/ember-cli/ember-app-blueprint/pull/169) Prepare 6.10-beta ([@mansona](https://github.com/mansona))
|
|
21
|
+
|
|
22
|
+
#### Committers: 3
|
|
23
|
+
- Chris Manson ([@mansona](https://github.com/mansona))
|
|
13
24
|
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
|
|
25
|
+
- [@github-actions[bot]](https://github.com/apps/github-actions)
|
|
14
26
|
|
|
15
|
-
## Release (
|
|
27
|
+
## Release (2026-01-06)
|
|
16
28
|
|
|
17
|
-
* @ember/app-blueprint 6.10.0-
|
|
29
|
+
* @ember/app-blueprint 6.10.0-beta.1 (minor)
|
|
18
30
|
|
|
19
31
|
#### :rocket: Enhancement
|
|
20
32
|
* `@ember/app-blueprint`
|
|
33
|
+
* [#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))
|
|
34
|
+
* [#163](https://github.com/ember-cli/ember-app-blueprint/pull/163) Update package.json via `update-blueprint-deps` ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
|
|
21
35
|
* [#49](https://github.com/ember-cli/ember-app-blueprint/pull/49) Add `--minimal` and `--no-compat` ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
- [@
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
*
|
|
36
|
+
* [#152](https://github.com/ember-cli/ember-app-blueprint/pull/152) Update all dependencies for 6.9 release ([@mansona](https://github.com/mansona))
|
|
37
|
+
* [#145](https://github.com/ember-cli/ember-app-blueprint/pull/145) Update generated workflow files ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
|
|
38
|
+
* [#140](https://github.com/ember-cli/ember-app-blueprint/pull/140) Use an `.mjs` file for configuring Stylelint ([@bertdeblock](https://github.com/bertdeblock))
|
|
39
|
+
* [#142](https://github.com/ember-cli/ember-app-blueprint/pull/142) Use pnpm v10 ([@bertdeblock](https://github.com/bertdeblock))
|
|
40
|
+
* [#138](https://github.com/ember-cli/ember-app-blueprint/pull/138) Update generated ESLint config ([@bertdeblock](https://github.com/bertdeblock))
|
|
41
|
+
* [#44](https://github.com/ember-cli/ember-app-blueprint/pull/44) Use ESM for the babel config ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
|
|
42
|
+
* [#125](https://github.com/ember-cli/ember-app-blueprint/pull/125) Glint 2 (for `--typescript` projects) ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
|
|
43
|
+
* [#124](https://github.com/ember-cli/ember-app-blueprint/pull/124) Use modern EmberData/WarpDrive ([@runspired](https://github.com/runspired))
|
|
44
|
+
* [#113](https://github.com/ember-cli/ember-app-blueprint/pull/113) Prepare 6.10 alpha ([@mansona](https://github.com/mansona))
|
|
29
45
|
|
|
30
46
|
#### :bug: Bug Fix
|
|
31
47
|
* `@ember/app-blueprint`
|
|
48
|
+
* [#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))
|
|
32
49
|
* [#153](https://github.com/ember-cli/ember-app-blueprint/pull/153) Pass extension to WelcomePage component ([@evoactivity](https://github.com/evoactivity))
|
|
50
|
+
* [#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))
|
|
51
|
+
* [#149](https://github.com/ember-cli/ember-app-blueprint/pull/149) Fix the full path display during project generation ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
|
|
52
|
+
* [#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))
|
|
53
|
+
* [#148](https://github.com/ember-cli/ember-app-blueprint/pull/148) Sort the package.json, using the replacers strategy ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
|
|
54
|
+
* [#139](https://github.com/ember-cli/ember-app-blueprint/pull/139) Remove `/declarations/` entry in `.gitignore` file ([@bertdeblock](https://github.com/bertdeblock))
|
|
55
|
+
* [#133](https://github.com/ember-cli/ember-app-blueprint/pull/133) remove ember-auto-import from newly generated app ([@mansona](https://github.com/mansona))
|
|
56
|
+
* [#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))
|
|
57
|
+
|
|
58
|
+
#### :memo: Documentation
|
|
59
|
+
* `@ember/app-blueprint`
|
|
60
|
+
* [#141](https://github.com/ember-cli/ember-app-blueprint/pull/141) Update some links to use https ([@bertdeblock](https://github.com/bertdeblock))
|
|
61
|
+
* [#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))
|
|
33
62
|
|
|
34
63
|
#### :house: Internal
|
|
35
64
|
* `@ember/app-blueprint`
|
|
65
|
+
* [#169](https://github.com/ember-cli/ember-app-blueprint/pull/169) Prepare 6.10-beta ([@mansona](https://github.com/mansona))
|
|
36
66
|
* [#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))
|
|
67
|
+
* [#130](https://github.com/ember-cli/ember-app-blueprint/pull/130) Merge beta into main ([@mansona](https://github.com/mansona))
|
|
68
|
+
* [#131](https://github.com/ember-cli/ember-app-blueprint/pull/131) fix warpdrive lint tests ([@mansona](https://github.com/mansona))
|
|
37
69
|
|
|
38
|
-
#### Committers:
|
|
70
|
+
#### Committers: 6
|
|
71
|
+
- Bert De Block ([@bertdeblock](https://github.com/bertdeblock))
|
|
39
72
|
- Chris Manson ([@mansona](https://github.com/mansona))
|
|
73
|
+
- Chris Thoburn ([@runspired](https://github.com/runspired))
|
|
74
|
+
- Edward Faulkner ([@ef4](https://github.com/ef4))
|
|
40
75
|
- Liam Potter ([@evoactivity](https://github.com/evoactivity))
|
|
76
|
+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
|
|
41
77
|
|
|
42
|
-
## Release (2025-
|
|
43
|
-
|
|
44
|
-
* @ember/app-blueprint 6.10.0-alpha.6 (minor)
|
|
78
|
+
## Release (2025-12-23)
|
|
45
79
|
|
|
46
|
-
|
|
47
|
-
* `@ember/app-blueprint`
|
|
48
|
-
* [#145](https://github.com/ember-cli/ember-app-blueprint/pull/145) Update generated workflow files ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
|
|
80
|
+
* @ember/app-blueprint 6.9.1 (patch)
|
|
49
81
|
|
|
50
82
|
#### :bug: Bug Fix
|
|
51
83
|
* `@ember/app-blueprint`
|
|
52
|
-
* [#
|
|
53
|
-
* [#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))
|
|
54
|
-
* [#148](https://github.com/ember-cli/ember-app-blueprint/pull/148) Sort the package.json, using the replacers strategy ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
|
|
84
|
+
* [#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))
|
|
55
85
|
|
|
56
86
|
#### Committers: 1
|
|
57
87
|
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
|
|
58
88
|
|
|
59
|
-
## Release (2025-
|
|
89
|
+
## Release (2025-12-05)
|
|
60
90
|
|
|
61
|
-
* @ember/app-blueprint 6.
|
|
91
|
+
* @ember/app-blueprint 6.9.0 (minor)
|
|
62
92
|
|
|
63
93
|
#### :rocket: Enhancement
|
|
64
94
|
* `@ember/app-blueprint`
|
|
65
|
-
* [#
|
|
66
|
-
* [#
|
|
67
|
-
* [#138](https://github.com/ember-cli/ember-app-blueprint/pull/138) Update generated ESLint config ([@bertdeblock](https://github.com/bertdeblock))
|
|
68
|
-
* [#44](https://github.com/ember-cli/ember-app-blueprint/pull/44) Use ESM for the babel config ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
|
|
95
|
+
* [#152](https://github.com/ember-cli/ember-app-blueprint/pull/152) Update all dependencies for 6.9 release ([@mansona](https://github.com/mansona))
|
|
96
|
+
* [#76](https://github.com/ember-cli/ember-app-blueprint/pull/76) Prepare 6.9-alpha ([@mansona](https://github.com/mansona))
|
|
69
97
|
|
|
70
98
|
#### :bug: Bug Fix
|
|
71
99
|
* `@ember/app-blueprint`
|
|
72
|
-
* [#
|
|
100
|
+
* [#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))
|
|
101
|
+
* [#78](https://github.com/ember-cli/ember-app-blueprint/pull/78) Use strict mode for all CJS files ([@simonihmig](https://github.com/simonihmig))
|
|
73
102
|
|
|
74
103
|
#### :memo: Documentation
|
|
75
104
|
* `@ember/app-blueprint`
|
|
76
|
-
* [#
|
|
105
|
+
* [#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))
|
|
106
|
+
* [#81](https://github.com/ember-cli/ember-app-blueprint/pull/81) Correct example usage command in README ([@abeforgit](https://github.com/abeforgit))
|
|
107
|
+
* [#80](https://github.com/ember-cli/ember-app-blueprint/pull/80) Fix formatting of README file ([@bertdeblock](https://github.com/bertdeblock))
|
|
77
108
|
|
|
78
|
-
#### Committers:
|
|
109
|
+
#### Committers: 4
|
|
110
|
+
- Arne Bertrand ([@abeforgit](https://github.com/abeforgit))
|
|
79
111
|
- Bert De Block ([@bertdeblock](https://github.com/bertdeblock))
|
|
80
|
-
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
|
|
81
|
-
|
|
82
|
-
## Release (2025-11-12)
|
|
83
|
-
|
|
84
|
-
* @ember/app-blueprint 6.10.0-alpha.4 (patch)
|
|
85
|
-
|
|
86
|
-
#### :bug: Bug Fix
|
|
87
|
-
* `@ember/app-blueprint`
|
|
88
|
-
* [#133](https://github.com/ember-cli/ember-app-blueprint/pull/133) remove ember-auto-import from newly generated app ([@mansona](https://github.com/mansona))
|
|
89
|
-
|
|
90
|
-
#### Committers: 1
|
|
91
112
|
- Chris Manson ([@mansona](https://github.com/mansona))
|
|
113
|
+
- Simon Ihmig ([@simonihmig](https://github.com/simonihmig))
|
|
92
114
|
|
|
93
|
-
## Release (2025-11-
|
|
115
|
+
## Release (2025-11-02)
|
|
94
116
|
|
|
95
|
-
* @ember/app-blueprint 6.
|
|
117
|
+
* @ember/app-blueprint 6.8.3 (patch)
|
|
96
118
|
|
|
97
119
|
#### :bug: Bug Fix
|
|
98
120
|
* `@ember/app-blueprint`
|
|
99
|
-
* [#
|
|
121
|
+
* [#126](https://github.com/ember-cli/ember-app-blueprint/pull/126) [bugfix release] Add eslint parser option `project: true` ([@mkszepp](https://github.com/mkszepp))
|
|
100
122
|
|
|
101
123
|
#### Committers: 1
|
|
102
|
-
-
|
|
124
|
+
- Markus Sanin ([@mkszepp](https://github.com/mkszepp))
|
|
103
125
|
|
|
104
|
-
## Release (2025-
|
|
126
|
+
## Release (2025-10-24)
|
|
105
127
|
|
|
106
|
-
* @ember/app-blueprint 6.
|
|
128
|
+
* @ember/app-blueprint 6.8.2 (patch)
|
|
107
129
|
|
|
108
130
|
#### :bug: Bug Fix
|
|
109
131
|
* `@ember/app-blueprint`
|
|
110
|
-
* [#126](https://github.com/ember-cli/ember-app-blueprint/pull/126) [bugfix release] Add eslint parser option `project: true` ([@mkszepp](https://github.com/mkszepp))
|
|
111
132
|
* [#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))
|
|
112
|
-
* [#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))
|
|
113
133
|
|
|
114
|
-
#### :
|
|
115
|
-
* `@ember/app-blueprint`
|
|
116
|
-
* [#130](https://github.com/ember-cli/ember-app-blueprint/pull/130) Merge beta into main ([@mansona](https://github.com/mansona))
|
|
117
|
-
* [#131](https://github.com/ember-cli/ember-app-blueprint/pull/131) fix warpdrive lint tests ([@mansona](https://github.com/mansona))
|
|
118
|
-
* [#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))
|
|
119
|
-
* [#122](https://github.com/ember-cli/ember-app-blueprint/pull/122) Merge release into beta ([@mansona](https://github.com/mansona))
|
|
120
|
-
* [#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))
|
|
121
|
-
* [#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))
|
|
122
|
-
* [#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))
|
|
123
|
-
|
|
124
|
-
#### Committers: 4
|
|
134
|
+
#### Committers: 1
|
|
125
135
|
- Alexey Kulakov ([@aklkv](https://github.com/aklkv))
|
|
126
|
-
- Chris Manson ([@mansona](https://github.com/mansona))
|
|
127
|
-
- Markus Sanin ([@mkszepp](https://github.com/mkszepp))
|
|
128
|
-
- [@github-actions[bot]](https://github.com/apps/github-actions)
|
|
129
|
-
|
|
130
|
-
## Release (2025-10-31)
|
|
131
|
-
|
|
132
|
-
* @ember/app-blueprint 6.10.0-alpha.1 (minor)
|
|
133
|
-
|
|
134
|
-
#### :rocket: Enhancement
|
|
135
|
-
* `@ember/app-blueprint`
|
|
136
|
-
* [#125](https://github.com/ember-cli/ember-app-blueprint/pull/125) Glint 2 (for `--typescript` projects) ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
|
|
137
|
-
* [#124](https://github.com/ember-cli/ember-app-blueprint/pull/124) Use modern EmberData/WarpDrive ([@runspired](https://github.com/runspired))
|
|
138
|
-
* [#113](https://github.com/ember-cli/ember-app-blueprint/pull/113) Prepare 6.10 alpha ([@mansona](https://github.com/mansona))
|
|
139
|
-
|
|
140
|
-
#### :memo: Documentation
|
|
141
|
-
* `@ember/app-blueprint`
|
|
142
|
-
* [#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))
|
|
143
|
-
|
|
144
|
-
#### Committers: 3
|
|
145
|
-
- Chris Manson ([@mansona](https://github.com/mansona))
|
|
146
|
-
- Chris Thoburn ([@runspired](https://github.com/runspired))
|
|
147
|
-
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
|
|
148
136
|
|
|
149
|
-
## Release (2025-10-
|
|
137
|
+
## Release (2025-10-17)
|
|
150
138
|
|
|
151
|
-
* @ember/app-blueprint 6.
|
|
152
|
-
|
|
153
|
-
#### :rocket: Enhancement
|
|
154
|
-
* `@ember/app-blueprint`
|
|
155
|
-
* [#103](https://github.com/ember-cli/ember-app-blueprint/pull/103) [beta] update Vite to latest (v7) ([@mansona](https://github.com/mansona))
|
|
156
|
-
* [#98](https://github.com/ember-cli/ember-app-blueprint/pull/98) Update deps ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
|
|
157
|
-
* [#95](https://github.com/ember-cli/ember-app-blueprint/pull/95) [Beta] add services directory ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
|
|
158
|
-
* [#91](https://github.com/ember-cli/ember-app-blueprint/pull/91) [bugfix beta] add legacy inspector support ([@mansona](https://github.com/mansona))
|
|
139
|
+
* @ember/app-blueprint 6.8.1 (patch)
|
|
159
140
|
|
|
160
141
|
#### :bug: Bug Fix
|
|
161
142
|
* `@ember/app-blueprint`
|
|
162
|
-
* [#
|
|
163
|
-
* [#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))
|
|
164
|
-
* [#86](https://github.com/ember-cli/ember-app-blueprint/pull/86) [bugfix beta] update ember-cli to beta ([@mansona](https://github.com/mansona))
|
|
165
|
-
* [#82](https://github.com/ember-cli/ember-app-blueprint/pull/82) Use TypeScript way of accessing potentially undefined `podModulePrefix` ([@pichfl](https://github.com/pichfl))
|
|
166
|
-
* [#78](https://github.com/ember-cli/ember-app-blueprint/pull/78) Use strict mode for all CJS files ([@simonihmig](https://github.com/simonihmig))
|
|
167
|
-
|
|
168
|
-
#### :memo: Documentation
|
|
169
|
-
* `@ember/app-blueprint`
|
|
170
|
-
* [#97](https://github.com/ember-cli/ember-app-blueprint/pull/97) [documentation beta] update readme for Vite ([@mansona](https://github.com/mansona))
|
|
171
|
-
* [#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))
|
|
172
|
-
* [#81](https://github.com/ember-cli/ember-app-blueprint/pull/81) Correct example usage command in README ([@abeforgit](https://github.com/abeforgit))
|
|
173
|
-
* [#80](https://github.com/ember-cli/ember-app-blueprint/pull/80) Fix formatting of README file ([@bertdeblock](https://github.com/bertdeblock))
|
|
143
|
+
* [#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))
|
|
174
144
|
|
|
175
|
-
#### :
|
|
176
|
-
* `@ember/app-blueprint`
|
|
177
|
-
* [#108](https://github.com/ember-cli/ember-app-blueprint/pull/108) update release-plan ([@mansona](https://github.com/mansona))
|
|
178
|
-
* [#106](https://github.com/ember-cli/ember-app-blueprint/pull/106) Merge beta into main ([@mansona](https://github.com/mansona))
|
|
179
|
-
* [#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))
|
|
180
|
-
* [#104](https://github.com/ember-cli/ember-app-blueprint/pull/104) Merge release into beta ([@mansona](https://github.com/mansona))
|
|
181
|
-
* [#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))
|
|
182
|
-
* [#101](https://github.com/ember-cli/ember-app-blueprint/pull/101) [beta] update node version used in CI ([@mansona](https://github.com/mansona))
|
|
183
|
-
* [#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))
|
|
184
|
-
* [#93](https://github.com/ember-cli/ember-app-blueprint/pull/93) Add Windows tests ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
|
|
185
|
-
* [#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))
|
|
186
|
-
* [#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))
|
|
187
|
-
* [#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))
|
|
188
|
-
* [#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))
|
|
189
|
-
* [#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))
|
|
190
|
-
* [#83](https://github.com/ember-cli/ember-app-blueprint/pull/83) update ember source to latest beta ([@mansona](https://github.com/mansona))
|
|
191
|
-
|
|
192
|
-
#### Committers: 7
|
|
193
|
-
- Arne Bertrand ([@abeforgit](https://github.com/abeforgit))
|
|
194
|
-
- Bert De Block ([@bertdeblock](https://github.com/bertdeblock))
|
|
145
|
+
#### Committers: 1
|
|
195
146
|
- Chris Manson ([@mansona](https://github.com/mansona))
|
|
196
|
-
- Florian Pichler ([@pichfl](https://github.com/pichfl))
|
|
197
|
-
- Simon Ihmig ([@simonihmig](https://github.com/simonihmig))
|
|
198
|
-
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
|
|
199
|
-
- [@github-actions[bot]](https://github.com/apps/github-actions)
|
|
200
147
|
|
|
201
|
-
## Release (2025-
|
|
148
|
+
## Release (2025-10-14)
|
|
202
149
|
|
|
203
|
-
* @ember/app-blueprint 6.
|
|
150
|
+
* @ember/app-blueprint 6.8.0 (minor)
|
|
204
151
|
|
|
205
152
|
#### :rocket: Enhancement
|
|
206
153
|
* `@ember/app-blueprint`
|
|
207
|
-
* [#
|
|
154
|
+
* [#109](https://github.com/ember-cli/ember-app-blueprint/pull/109) Release 6.8 ([@mansona](https://github.com/mansona))
|
|
208
155
|
|
|
209
156
|
#### Committers: 1
|
|
210
157
|
- Chris Manson ([@mansona](https://github.com/mansona))
|
|
211
158
|
|
|
212
|
-
## Release (2025-
|
|
159
|
+
## Release (2025-10-02)
|
|
213
160
|
|
|
214
|
-
* @ember/app-blueprint 6.
|
|
161
|
+
* @ember/app-blueprint 6.7.2 (patch)
|
|
215
162
|
|
|
216
|
-
#### :
|
|
217
|
-
* `@ember/app-blueprint`
|
|
218
|
-
* [#73](https://github.com/ember-cli/ember-app-blueprint/pull/73) Prepare 6.8 beta ([@mansona](https://github.com/mansona))
|
|
219
|
-
|
|
220
|
-
#### :house: Internal
|
|
163
|
+
#### :bug: Bug Fix
|
|
221
164
|
* `@ember/app-blueprint`
|
|
222
|
-
* [#
|
|
165
|
+
* [#82](https://github.com/ember-cli/ember-app-blueprint/pull/82) Use TypeScript way of accessing potentially undefined `podModulePrefix` ([@pichfl](https://github.com/pichfl))
|
|
223
166
|
|
|
224
167
|
#### Committers: 1
|
|
225
|
-
-
|
|
168
|
+
- Florian Pichler ([@pichfl](https://github.com/pichfl))
|
|
226
169
|
|
|
227
170
|
## Release (2025-09-04)
|
|
228
171
|
|
package/files/package.json
CHANGED
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
"@warp-drive/utilities": "5.8.0<% } %>",
|
|
64
64
|
"babel-plugin-ember-template-compilation": "^3.0.1",
|
|
65
65
|
"concurrently": "^9.2.1",
|
|
66
|
-
"decorator-transforms": "^2.3.
|
|
66
|
+
"decorator-transforms": "^2.3.1",
|
|
67
67
|
"ember-cli": "~6.9.1",
|
|
68
68
|
"ember-cli-babel": "^8.2.0",
|
|
69
69
|
"ember-cli-deprecation-workflow": "^4.0.0",
|
|
@@ -72,7 +72,7 @@
|
|
|
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.
|
|
75
|
+
"ember-source": "~6.11.0-alpha.6",
|
|
76
76
|
"ember-template-lint": "^7.9.3<% if (welcome) { %>",
|
|
77
77
|
"ember-welcome-page": "^8.0.4<% } %>",
|
|
78
78
|
"eslint": "^9.39.2",
|
|
@@ -84,13 +84,13 @@
|
|
|
84
84
|
"globals": "^16.5.0",
|
|
85
85
|
"prettier": "^3.7.4",
|
|
86
86
|
"prettier-plugin-ember-template-tag": "^2.1.2",
|
|
87
|
-
"qunit": "^2.
|
|
87
|
+
"qunit": "^2.25.0",
|
|
88
88
|
"qunit-dom": "^3.5.0",
|
|
89
89
|
"stylelint": "^16.26.1",
|
|
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.
|
|
93
|
+
"typescript-eslint": "^8.52.0<% } %>",
|
|
94
94
|
"vite": "^7.3.0"
|
|
95
95
|
},
|
|
96
96
|
"engines": {
|