@ember/app-blueprint 7.1.0-alpha.4 → 7.2.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 +6 -10
- package/CHANGELOG.md +46 -36
- package/files/package.json +10 -10
- package/package.json +14 -14
package/.release-plan.json
CHANGED
|
@@ -1,22 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"solution": {
|
|
3
3
|
"@ember/app-blueprint": {
|
|
4
|
-
"impact": "
|
|
5
|
-
"oldVersion": "7.
|
|
6
|
-
"newVersion": "7.
|
|
4
|
+
"impact": "minor",
|
|
5
|
+
"oldVersion": "7.2.0-alpha.0",
|
|
6
|
+
"newVersion": "7.2.0-alpha.1",
|
|
7
7
|
"tagName": "alpha",
|
|
8
8
|
"constraints": [
|
|
9
9
|
{
|
|
10
|
-
"impact": "
|
|
11
|
-
"reason": "Appears in changelog section :
|
|
12
|
-
},
|
|
13
|
-
{
|
|
14
|
-
"impact": "patch",
|
|
15
|
-
"reason": "Appears in changelog section :house: Internal"
|
|
10
|
+
"impact": "minor",
|
|
11
|
+
"reason": "Appears in changelog section :rocket: Enhancement"
|
|
16
12
|
}
|
|
17
13
|
],
|
|
18
14
|
"pkgJSONPath": "./package.json"
|
|
19
15
|
}
|
|
20
16
|
},
|
|
21
|
-
"description": "## Release (2026-
|
|
17
|
+
"description": "## Release (2026-05-21)\n\n* @ember/app-blueprint 7.2.0-alpha.1 (minor)\n\n#### :rocket: Enhancement\n* `@ember/app-blueprint`\n * [#288](https://github.com/ember-cli/ember-app-blueprint/pull/288) Prepare 7.2 Alpha ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
|
|
22
18
|
}
|
package/CHANGELOG.md
CHANGED
|
@@ -1,8 +1,31 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
-
## Release (2026-
|
|
3
|
+
## Release (2026-05-21)
|
|
4
4
|
|
|
5
|
-
* @ember/app-blueprint 7.
|
|
5
|
+
* @ember/app-blueprint 7.2.0-alpha.1 (minor)
|
|
6
|
+
|
|
7
|
+
#### :rocket: Enhancement
|
|
8
|
+
* `@ember/app-blueprint`
|
|
9
|
+
* [#288](https://github.com/ember-cli/ember-app-blueprint/pull/288) Prepare 7.2 Alpha ([@mansona](https://github.com/mansona))
|
|
10
|
+
|
|
11
|
+
#### Committers: 1
|
|
12
|
+
- Chris Manson ([@mansona](https://github.com/mansona))
|
|
13
|
+
|
|
14
|
+
## Release (2026-05-20)
|
|
15
|
+
|
|
16
|
+
* @ember/app-blueprint 7.1.0-beta.1 (minor)
|
|
17
|
+
|
|
18
|
+
#### :rocket: Enhancement
|
|
19
|
+
* `@ember/app-blueprint`
|
|
20
|
+
* [#286](https://github.com/ember-cli/ember-app-blueprint/pull/286) Prepare Beta Release ([@mansona](https://github.com/mansona))
|
|
21
|
+
* [#266](https://github.com/ember-cli/ember-app-blueprint/pull/266) remove chalk in favour of native styleText ([@mansona](https://github.com/mansona))
|
|
22
|
+
* [#267](https://github.com/ember-cli/ember-app-blueprint/pull/267) update walk-sync to v4 ([@mansona](https://github.com/mansona))
|
|
23
|
+
* [#260](https://github.com/ember-cli/ember-app-blueprint/pull/260) update stylelint to v17 ([@mansona](https://github.com/mansona))
|
|
24
|
+
* [#264](https://github.com/ember-cli/ember-app-blueprint/pull/264) update ember-cli-deprecation-workflow to v4 ([@mansona](https://github.com/mansona))
|
|
25
|
+
* [#263](https://github.com/ember-cli/ember-app-blueprint/pull/263) update vite to v8 ([@mansona](https://github.com/mansona))
|
|
26
|
+
* [#262](https://github.com/ember-cli/ember-app-blueprint/pull/262) update babel-plugin-ember-template-compilation to v4 ([@mansona](https://github.com/mansona))
|
|
27
|
+
* [#261](https://github.com/ember-cli/ember-app-blueprint/pull/261) update @rollup/plugin-babel to v7 ([@mansona](https://github.com/mansona))
|
|
28
|
+
* [#258](https://github.com/ember-cli/ember-app-blueprint/pull/258) update typescript to v6 ([@mansona](https://github.com/mansona))
|
|
6
29
|
|
|
7
30
|
#### :bug: Bug Fix
|
|
8
31
|
* `@ember/app-blueprint`
|
|
@@ -16,66 +39,53 @@
|
|
|
16
39
|
- Chris Manson ([@mansona](https://github.com/mansona))
|
|
17
40
|
- Sam Van Campenhout ([@Windvis](https://github.com/Windvis))
|
|
18
41
|
|
|
19
|
-
## Release (2026-
|
|
42
|
+
## Release (2026-05-20)
|
|
20
43
|
|
|
21
|
-
* @ember/app-blueprint 7.
|
|
44
|
+
* @ember/app-blueprint 7.0.1 (patch)
|
|
22
45
|
|
|
23
|
-
#### :
|
|
46
|
+
#### :bug: Bug Fix
|
|
24
47
|
* `@ember/app-blueprint`
|
|
25
|
-
* [#
|
|
26
|
-
* [#267](https://github.com/ember-cli/ember-app-blueprint/pull/267) update walk-sync to v4 ([@mansona](https://github.com/mansona))
|
|
48
|
+
* [#284](https://github.com/ember-cli/ember-app-blueprint/pull/284) update ember-cli dependency to 7.0 ([@mansona](https://github.com/mansona))
|
|
27
49
|
|
|
28
50
|
#### Committers: 1
|
|
29
51
|
- Chris Manson ([@mansona](https://github.com/mansona))
|
|
30
52
|
|
|
31
|
-
## Release (2026-
|
|
53
|
+
## Release (2026-05-15)
|
|
32
54
|
|
|
33
|
-
* @ember/app-blueprint 7.
|
|
55
|
+
* @ember/app-blueprint 7.0.0 (major)
|
|
34
56
|
|
|
35
|
-
#### :
|
|
57
|
+
#### :boom: Breaking Change
|
|
36
58
|
* `@ember/app-blueprint`
|
|
37
|
-
* [#
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
* [#
|
|
42
|
-
* [#258](https://github.com/ember-cli/ember-app-blueprint/pull/258) update typescript to v6 ([@mansona](https://github.com/mansona))
|
|
59
|
+
* [#279](https://github.com/ember-cli/ember-app-blueprint/pull/279) Promote Beta and update all dependencies for 7.0 release ([@mansona](https://github.com/mansona))
|
|
60
|
+
|
|
61
|
+
#### :house: Internal
|
|
62
|
+
* `@ember/app-blueprint`
|
|
63
|
+
* [#249](https://github.com/ember-cli/ember-app-blueprint/pull/249) fix publish ([@mansona](https://github.com/mansona))
|
|
43
64
|
|
|
44
65
|
#### Committers: 1
|
|
45
66
|
- Chris Manson ([@mansona](https://github.com/mansona))
|
|
46
67
|
|
|
47
|
-
## Release (2026-
|
|
48
|
-
|
|
49
|
-
* @ember/app-blueprint 7.1.0-alpha.1 (minor)
|
|
68
|
+
## Release (2026-05-05)
|
|
50
69
|
|
|
51
|
-
|
|
52
|
-
* `@ember/app-blueprint`
|
|
53
|
-
* [#256](https://github.com/ember-cli/ember-app-blueprint/pull/256) Prepare 7.1 Alpha ([@mansona](https://github.com/mansona))
|
|
70
|
+
* @ember/app-blueprint 6.12.3 (patch)
|
|
54
71
|
|
|
55
|
-
#### :
|
|
72
|
+
#### :bug: Bug Fix
|
|
56
73
|
* `@ember/app-blueprint`
|
|
57
|
-
* [#
|
|
58
|
-
* [#244](https://github.com/ember-cli/ember-app-blueprint/pull/244) split tests into individual matrix jobs ([@mansona](https://github.com/mansona))
|
|
74
|
+
* [#276](https://github.com/ember-cli/ember-app-blueprint/pull/276) [backport release] update vite to v8 and @rollup/plugin-babel to v7 ([@mansona](https://github.com/mansona))
|
|
59
75
|
|
|
60
76
|
#### Committers: 1
|
|
61
77
|
- Chris Manson ([@mansona](https://github.com/mansona))
|
|
62
78
|
|
|
63
|
-
## Release (2026-
|
|
79
|
+
## Release (2026-05-05)
|
|
64
80
|
|
|
65
|
-
* @ember/app-blueprint
|
|
81
|
+
* @ember/app-blueprint 6.12.2 (patch)
|
|
66
82
|
|
|
67
|
-
#### :
|
|
68
|
-
* `@ember/app-blueprint`
|
|
69
|
-
* [#254](https://github.com/ember-cli/ember-app-blueprint/pull/254) Prepare 7.0 Beta ([@mansona](https://github.com/mansona))
|
|
70
|
-
|
|
71
|
-
#### :house: Internal
|
|
83
|
+
#### :bug: Bug Fix
|
|
72
84
|
* `@ember/app-blueprint`
|
|
73
|
-
* [#
|
|
74
|
-
* [#247](https://github.com/ember-cli/ember-app-blueprint/pull/247) update node for Publish CI to a version that doesn't need to update npm ([@mansona](https://github.com/mansona))
|
|
75
|
-
* [#244](https://github.com/ember-cli/ember-app-blueprint/pull/244) split tests into individual matrix jobs ([@mansona](https://github.com/mansona))
|
|
85
|
+
* [#274](https://github.com/ember-cli/ember-app-blueprint/pull/274) Fix an issue with the `--no-warp-drive` option ([@Windvis](https://github.com/Windvis))
|
|
76
86
|
|
|
77
87
|
#### Committers: 1
|
|
78
|
-
-
|
|
88
|
+
- Sam Van Campenhout ([@Windvis](https://github.com/Windvis))
|
|
79
89
|
|
|
80
90
|
## Release (2026-04-18)
|
|
81
91
|
|
package/files/package.json
CHANGED
|
@@ -39,12 +39,12 @@
|
|
|
39
39
|
"@ember/app-tsconfig": "^2.0.0<% } %>",
|
|
40
40
|
"@ember/optional-features": "^3.0.0",
|
|
41
41
|
"@ember/string": "^4.0.1",
|
|
42
|
-
"@ember/test-helpers": "^5.4.
|
|
42
|
+
"@ember/test-helpers": "^5.4.2",
|
|
43
43
|
"@ember/test-waiters": "^4.1.1",
|
|
44
44
|
"@embroider/macros": "^1.20.2",
|
|
45
45
|
"@embroider/core": "^4.4.7",
|
|
46
46
|
"@embroider/vite": "^1.7.2",
|
|
47
|
-
"@embroider/compat": "^4.1.
|
|
47
|
+
"@embroider/compat": "^4.1.18",
|
|
48
48
|
"@embroider/router": "^3.0.6",
|
|
49
49
|
"@embroider/config-meta-loader": "^1.0.0",
|
|
50
50
|
"@embroider/legacy-inspector-support": "^0.1.3",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"@glint/template": "^1.7.7",
|
|
55
55
|
"@glint/tsserver-plugin": "^2.4.0<% } %>",
|
|
56
56
|
"@rollup/plugin-babel": "^7.0.0<% if (typescript) { %>",
|
|
57
|
-
"@types/qunit": "^2.19.
|
|
57
|
+
"@types/qunit": "^2.19.14",
|
|
58
58
|
"@types/rsvp": "^4.0.9<% } %><% if (warpDrive) { %>",
|
|
59
59
|
"@warp-drive/core": "~5.8.2",
|
|
60
60
|
"@warp-drive/ember": "~5.8.2",
|
|
@@ -63,8 +63,8 @@
|
|
|
63
63
|
"@warp-drive/utilities": "~5.8.2<% } %>",
|
|
64
64
|
"babel-plugin-ember-template-compilation": "^4.0.0",
|
|
65
65
|
"concurrently": "^9.2.1",
|
|
66
|
-
"decorator-transforms": "^2.3.
|
|
67
|
-
"ember-cli": "~
|
|
66
|
+
"decorator-transforms": "^2.3.2",
|
|
67
|
+
"ember-cli": "~7.0.0",
|
|
68
68
|
"ember-cli-babel": "^8.3.1",
|
|
69
69
|
"ember-cli-deprecation-workflow": "^4.0.1",
|
|
70
70
|
"ember-load-initializers": "^3.0.1",
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
"ember-page-title": "^9.0.3",
|
|
73
73
|
"ember-qunit": "^9.0.4",
|
|
74
74
|
"ember-resolver": "^13.2.0",
|
|
75
|
-
"ember-source": "~7.
|
|
75
|
+
"ember-source": "~7.2.0-alpha.1",
|
|
76
76
|
"ember-template-lint": "^7.9.3<% if (welcome) { %>",
|
|
77
77
|
"ember-welcome-page": "^8.0.5<% } %>",
|
|
78
78
|
"eslint": "^9.39.4",
|
|
@@ -83,15 +83,15 @@
|
|
|
83
83
|
"eslint-plugin-warp-drive": "^5.8.2<% } %>",
|
|
84
84
|
"globals": "^16.5.0",
|
|
85
85
|
"prettier": "^3.8.3",
|
|
86
|
-
"prettier-plugin-ember-template-tag": "^2.1.
|
|
86
|
+
"prettier-plugin-ember-template-tag": "^2.1.6",
|
|
87
87
|
"qunit": "^2.25.0",
|
|
88
88
|
"qunit-dom": "^3.5.1",
|
|
89
|
-
"stylelint": "^17.
|
|
89
|
+
"stylelint": "^17.11.0",
|
|
90
90
|
"stylelint-config-standard": "^40.0.0",
|
|
91
91
|
"testem": "^3.20.0<% if (typescript) { %>",
|
|
92
92
|
"typescript": "^6.0.3",
|
|
93
|
-
"typescript-eslint": "^8.
|
|
94
|
-
"vite": "^8.0.
|
|
93
|
+
"typescript-eslint": "^8.59.3<% } %>",
|
|
94
|
+
"vite": "^8.0.12"
|
|
95
95
|
},
|
|
96
96
|
"engines": {
|
|
97
97
|
"node": ">= 20.19.0"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ember/app-blueprint",
|
|
3
|
-
"version": "7.
|
|
3
|
+
"version": "7.2.0-alpha.1",
|
|
4
4
|
"description": "Blueprint for next generation of Ember apps",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ember-blueprint"
|
|
@@ -23,26 +23,26 @@
|
|
|
23
23
|
"dependencies": {
|
|
24
24
|
"ejs": "^3.1.10",
|
|
25
25
|
"ember-cli-string-utils": "^1.1.0",
|
|
26
|
-
"lodash": "^4.
|
|
27
|
-
"sort-package-json": "^3.6.
|
|
26
|
+
"lodash": "^4.18.1",
|
|
27
|
+
"sort-package-json": "^3.6.1",
|
|
28
28
|
"walk-sync": "^4.0.1"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
|
-
"@eslint/js": "^9.
|
|
32
|
-
"concurrently": "^9.1
|
|
33
|
-
"ember-cli": "^
|
|
31
|
+
"@eslint/js": "^9.39.4",
|
|
32
|
+
"concurrently": "^9.2.1",
|
|
33
|
+
"ember-cli": "^7.0.0",
|
|
34
34
|
"eslint": "9.x",
|
|
35
|
-
"eslint-config-prettier": "^9.1.
|
|
36
|
-
"execa": "^9.1
|
|
35
|
+
"eslint-config-prettier": "^9.1.2",
|
|
36
|
+
"execa": "^9.6.1",
|
|
37
37
|
"fixturify": "^3.0.0",
|
|
38
|
-
"globals": "^15.
|
|
38
|
+
"globals": "^15.15.0",
|
|
39
39
|
"jsonc-parser": "^3.3.1",
|
|
40
|
-
"prettier": "^3.
|
|
41
|
-
"prettier-plugin-ember-template-tag": "^2.
|
|
42
|
-
"release-plan": "^0.17.
|
|
43
|
-
"strip-ansi": "^7.
|
|
40
|
+
"prettier": "^3.8.3",
|
|
41
|
+
"prettier-plugin-ember-template-tag": "^2.1.6",
|
|
42
|
+
"release-plan": "^0.17.4",
|
|
43
|
+
"strip-ansi": "^7.2.0",
|
|
44
44
|
"tmp-promise": "^3.0.3",
|
|
45
|
-
"vitest": "^4.
|
|
45
|
+
"vitest": "^4.1.6",
|
|
46
46
|
"vitest-matrix": "^0.2.0"
|
|
47
47
|
},
|
|
48
48
|
"scripts": {
|