@ember/app-blueprint 7.1.0-alpha.4 → 7.1.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.
- package/.release-plan.json +9 -5
- package/CHANGELOG.md +35 -36
- package/files/package.json +10 -10
- package/package.json +16 -16
package/.release-plan.json
CHANGED
|
@@ -1,11 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"solution": {
|
|
3
3
|
"@ember/app-blueprint": {
|
|
4
|
-
"impact": "
|
|
5
|
-
"oldVersion": "7.1.0-
|
|
6
|
-
"newVersion": "7.1.0-
|
|
7
|
-
"tagName": "
|
|
4
|
+
"impact": "minor",
|
|
5
|
+
"oldVersion": "7.1.0-beta.0",
|
|
6
|
+
"newVersion": "7.1.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"
|
|
@@ -18,5 +22,5 @@
|
|
|
18
22
|
"pkgJSONPath": "./package.json"
|
|
19
23
|
}
|
|
20
24
|
},
|
|
21
|
-
"description": "## Release (2026-
|
|
25
|
+
"description": "## Release (2026-05-20)\n\n* @ember/app-blueprint 7.1.0-beta.1 (minor)\n\n#### :rocket: Enhancement\n* `@ember/app-blueprint`\n * [#286](https://github.com/ember-cli/ember-app-blueprint/pull/286) Prepare Beta Release ([@mansona](https://github.com/mansona))\n * [#266](https://github.com/ember-cli/ember-app-blueprint/pull/266) remove chalk in favour of native styleText ([@mansona](https://github.com/mansona))\n * [#267](https://github.com/ember-cli/ember-app-blueprint/pull/267) update walk-sync to v4 ([@mansona](https://github.com/mansona))\n * [#260](https://github.com/ember-cli/ember-app-blueprint/pull/260) update stylelint to v17 ([@mansona](https://github.com/mansona))\n * [#264](https://github.com/ember-cli/ember-app-blueprint/pull/264) update ember-cli-deprecation-workflow to v4 ([@mansona](https://github.com/mansona))\n * [#263](https://github.com/ember-cli/ember-app-blueprint/pull/263) update vite to v8 ([@mansona](https://github.com/mansona))\n * [#262](https://github.com/ember-cli/ember-app-blueprint/pull/262) update babel-plugin-ember-template-compilation to v4 ([@mansona](https://github.com/mansona))\n * [#261](https://github.com/ember-cli/ember-app-blueprint/pull/261) update @rollup/plugin-babel to v7 ([@mansona](https://github.com/mansona))\n * [#258](https://github.com/ember-cli/ember-app-blueprint/pull/258) update typescript to v6 ([@mansona](https://github.com/mansona))\n\n#### :bug: Bug Fix\n* `@ember/app-blueprint`\n * [#272](https://github.com/ember-cli/ember-app-blueprint/pull/272) Fix an issue with the `--no-warp-drive` option ([@Windvis](https://github.com/Windvis))\n\n#### :house: Internal\n* `@ember/app-blueprint`\n * [#253](https://github.com/ember-cli/ember-app-blueprint/pull/253) Update RELEASE.md with notes from the latest release ([@mansona](https://github.com/mansona))\n\n#### Committers: 2\n- Chris Manson ([@mansona](https://github.com/mansona))\n- Sam Van Campenhout ([@Windvis](https://github.com/Windvis))\n"
|
|
22
26
|
}
|
package/CHANGELOG.md
CHANGED
|
@@ -1,8 +1,20 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
-
## Release (2026-
|
|
3
|
+
## Release (2026-05-20)
|
|
4
4
|
|
|
5
|
-
* @ember/app-blueprint 7.1.0-
|
|
5
|
+
* @ember/app-blueprint 7.1.0-beta.1 (minor)
|
|
6
|
+
|
|
7
|
+
#### :rocket: Enhancement
|
|
8
|
+
* `@ember/app-blueprint`
|
|
9
|
+
* [#286](https://github.com/ember-cli/ember-app-blueprint/pull/286) Prepare Beta Release ([@mansona](https://github.com/mansona))
|
|
10
|
+
* [#266](https://github.com/ember-cli/ember-app-blueprint/pull/266) remove chalk in favour of native styleText ([@mansona](https://github.com/mansona))
|
|
11
|
+
* [#267](https://github.com/ember-cli/ember-app-blueprint/pull/267) update walk-sync to v4 ([@mansona](https://github.com/mansona))
|
|
12
|
+
* [#260](https://github.com/ember-cli/ember-app-blueprint/pull/260) update stylelint to v17 ([@mansona](https://github.com/mansona))
|
|
13
|
+
* [#264](https://github.com/ember-cli/ember-app-blueprint/pull/264) update ember-cli-deprecation-workflow to v4 ([@mansona](https://github.com/mansona))
|
|
14
|
+
* [#263](https://github.com/ember-cli/ember-app-blueprint/pull/263) update vite to v8 ([@mansona](https://github.com/mansona))
|
|
15
|
+
* [#262](https://github.com/ember-cli/ember-app-blueprint/pull/262) update babel-plugin-ember-template-compilation to v4 ([@mansona](https://github.com/mansona))
|
|
16
|
+
* [#261](https://github.com/ember-cli/ember-app-blueprint/pull/261) update @rollup/plugin-babel to v7 ([@mansona](https://github.com/mansona))
|
|
17
|
+
* [#258](https://github.com/ember-cli/ember-app-blueprint/pull/258) update typescript to v6 ([@mansona](https://github.com/mansona))
|
|
6
18
|
|
|
7
19
|
#### :bug: Bug Fix
|
|
8
20
|
* `@ember/app-blueprint`
|
|
@@ -16,66 +28,53 @@
|
|
|
16
28
|
- Chris Manson ([@mansona](https://github.com/mansona))
|
|
17
29
|
- Sam Van Campenhout ([@Windvis](https://github.com/Windvis))
|
|
18
30
|
|
|
19
|
-
## Release (2026-
|
|
31
|
+
## Release (2026-05-20)
|
|
20
32
|
|
|
21
|
-
* @ember/app-blueprint 7.
|
|
33
|
+
* @ember/app-blueprint 7.0.1 (patch)
|
|
22
34
|
|
|
23
|
-
#### :
|
|
35
|
+
#### :bug: Bug Fix
|
|
24
36
|
* `@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))
|
|
37
|
+
* [#284](https://github.com/ember-cli/ember-app-blueprint/pull/284) update ember-cli dependency to 7.0 ([@mansona](https://github.com/mansona))
|
|
27
38
|
|
|
28
39
|
#### Committers: 1
|
|
29
40
|
- Chris Manson ([@mansona](https://github.com/mansona))
|
|
30
41
|
|
|
31
|
-
## Release (2026-
|
|
42
|
+
## Release (2026-05-15)
|
|
32
43
|
|
|
33
|
-
* @ember/app-blueprint 7.
|
|
44
|
+
* @ember/app-blueprint 7.0.0 (major)
|
|
34
45
|
|
|
35
|
-
#### :
|
|
46
|
+
#### :boom: Breaking Change
|
|
36
47
|
* `@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))
|
|
48
|
+
* [#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))
|
|
49
|
+
|
|
50
|
+
#### :house: Internal
|
|
51
|
+
* `@ember/app-blueprint`
|
|
52
|
+
* [#249](https://github.com/ember-cli/ember-app-blueprint/pull/249) fix publish ([@mansona](https://github.com/mansona))
|
|
43
53
|
|
|
44
54
|
#### Committers: 1
|
|
45
55
|
- Chris Manson ([@mansona](https://github.com/mansona))
|
|
46
56
|
|
|
47
|
-
## Release (2026-
|
|
57
|
+
## Release (2026-05-05)
|
|
48
58
|
|
|
49
|
-
* @ember/app-blueprint
|
|
59
|
+
* @ember/app-blueprint 6.12.3 (patch)
|
|
50
60
|
|
|
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))
|
|
54
|
-
|
|
55
|
-
#### :house: Internal
|
|
61
|
+
#### :bug: Bug Fix
|
|
56
62
|
* `@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))
|
|
63
|
+
* [#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
64
|
|
|
60
65
|
#### Committers: 1
|
|
61
66
|
- Chris Manson ([@mansona](https://github.com/mansona))
|
|
62
67
|
|
|
63
|
-
## Release (2026-
|
|
68
|
+
## Release (2026-05-05)
|
|
64
69
|
|
|
65
|
-
* @ember/app-blueprint
|
|
70
|
+
* @ember/app-blueprint 6.12.2 (patch)
|
|
66
71
|
|
|
67
|
-
#### :
|
|
72
|
+
#### :bug: Bug Fix
|
|
68
73
|
* `@ember/app-blueprint`
|
|
69
|
-
* [#
|
|
70
|
-
|
|
71
|
-
#### :house: Internal
|
|
72
|
-
* `@ember/app-blueprint`
|
|
73
|
-
* [#249](https://github.com/ember-cli/ember-app-blueprint/pull/249) fix publish ([@mansona](https://github.com/mansona))
|
|
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))
|
|
74
|
+
* [#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
75
|
|
|
77
76
|
#### Committers: 1
|
|
78
|
-
-
|
|
77
|
+
- Sam Van Campenhout ([@Windvis](https://github.com/Windvis))
|
|
79
78
|
|
|
80
79
|
## Release (2026-04-18)
|
|
81
80
|
|
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.1.0-
|
|
75
|
+
"ember-source": "~7.1.0-beta.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.1.0-
|
|
3
|
+
"version": "7.1.0-beta.1",
|
|
4
4
|
"description": "Blueprint for next generation of Ember apps",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ember-blueprint"
|
|
@@ -17,32 +17,32 @@
|
|
|
17
17
|
"minor": "prerelease",
|
|
18
18
|
"patch": "prerelease"
|
|
19
19
|
},
|
|
20
|
-
"semverIncrementTag": "
|
|
21
|
-
"publishTag": "
|
|
20
|
+
"semverIncrementTag": "beta",
|
|
21
|
+
"publishTag": "beta"
|
|
22
22
|
},
|
|
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": {
|