@ember/app-blueprint 6.12.1 → 7.0.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 +10 -6
- package/CHANGELOG.md +17 -0
- package/files/package.json +14 -14
- package/package.json +9 -1
- package/tests/fixtures/tests-js-20/testem-dev.js +1 -1
package/.release-plan.json
CHANGED
|
@@ -1,18 +1,22 @@
|
|
|
1
1
|
{
|
|
2
2
|
"solution": {
|
|
3
3
|
"@ember/app-blueprint": {
|
|
4
|
-
"impact": "
|
|
5
|
-
"oldVersion": "
|
|
6
|
-
"newVersion": "
|
|
7
|
-
"tagName": "
|
|
4
|
+
"impact": "minor",
|
|
5
|
+
"oldVersion": "7.0.0-beta.0",
|
|
6
|
+
"newVersion": "7.0.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
|
-
"reason": "Appears in changelog section :
|
|
15
|
+
"reason": "Appears in changelog section :house: Internal"
|
|
12
16
|
}
|
|
13
17
|
],
|
|
14
18
|
"pkgJSONPath": "./package.json"
|
|
15
19
|
}
|
|
16
20
|
},
|
|
17
|
-
"description": "## Release (2026-04-18)\n\n* @ember/app-blueprint
|
|
21
|
+
"description": "## Release (2026-04-18)\n\n* @ember/app-blueprint 7.0.0-beta.1 (minor)\n\n#### :rocket: Enhancement\n* `@ember/app-blueprint`\n * [#254](https://github.com/ember-cli/ember-app-blueprint/pull/254) Prepare 7.0 Beta ([@mansona](https://github.com/mansona))\n\n#### :house: Internal\n* `@ember/app-blueprint`\n * [#249](https://github.com/ember-cli/ember-app-blueprint/pull/249) fix publish ([@mansona](https://github.com/mansona))\n * [#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))\n * [#244](https://github.com/ember-cli/ember-app-blueprint/pull/244) split tests into individual matrix jobs ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
|
|
18
22
|
}
|
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,23 @@
|
|
|
2
2
|
|
|
3
3
|
## Release (2026-04-18)
|
|
4
4
|
|
|
5
|
+
* @ember/app-blueprint 7.0.0-beta.1 (minor)
|
|
6
|
+
|
|
7
|
+
#### :rocket: Enhancement
|
|
8
|
+
* `@ember/app-blueprint`
|
|
9
|
+
* [#254](https://github.com/ember-cli/ember-app-blueprint/pull/254) Prepare 7.0 Beta ([@mansona](https://github.com/mansona))
|
|
10
|
+
|
|
11
|
+
#### :house: Internal
|
|
12
|
+
* `@ember/app-blueprint`
|
|
13
|
+
* [#249](https://github.com/ember-cli/ember-app-blueprint/pull/249) fix publish ([@mansona](https://github.com/mansona))
|
|
14
|
+
* [#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))
|
|
15
|
+
* [#244](https://github.com/ember-cli/ember-app-blueprint/pull/244) split tests into individual matrix jobs ([@mansona](https://github.com/mansona))
|
|
16
|
+
|
|
17
|
+
#### Committers: 1
|
|
18
|
+
- Chris Manson ([@mansona](https://github.com/mansona))
|
|
19
|
+
|
|
20
|
+
## Release (2026-04-18)
|
|
21
|
+
|
|
5
22
|
* @ember/app-blueprint 6.12.1 (patch)
|
|
6
23
|
|
|
7
24
|
#### :bug: Bug Fix
|
package/files/package.json
CHANGED
|
@@ -49,18 +49,18 @@
|
|
|
49
49
|
"@embroider/config-meta-loader": "^1.0.0",
|
|
50
50
|
"@embroider/legacy-inspector-support": "^0.1.3",
|
|
51
51
|
"@eslint/js": "^9.39.4",
|
|
52
|
-
"@glimmer/component": "^2.
|
|
52
|
+
"@glimmer/component": "^2.1.1<% if (typescript) { %>",
|
|
53
53
|
"@glint/ember-tsc": "^1.5.0",
|
|
54
54
|
"@glint/template": "^1.7.7",
|
|
55
55
|
"@glint/tsserver-plugin": "^2.4.0<% } %>",
|
|
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.
|
|
60
|
-
"@warp-drive/ember": "~5.8.
|
|
61
|
-
"@warp-drive/json-api": "~5.8.
|
|
62
|
-
"@warp-drive/legacy": "~5.8.
|
|
63
|
-
"@warp-drive/utilities": "~5.8.
|
|
59
|
+
"@warp-drive/core": "~5.8.2",
|
|
60
|
+
"@warp-drive/ember": "~5.8.2",
|
|
61
|
+
"@warp-drive/json-api": "~5.8.2",
|
|
62
|
+
"@warp-drive/legacy": "~5.8.2",
|
|
63
|
+
"@warp-drive/utilities": "~5.8.2<% } %>",
|
|
64
64
|
"babel-plugin-ember-template-compilation": "^3.1.0",
|
|
65
65
|
"concurrently": "^9.2.1",
|
|
66
66
|
"decorator-transforms": "^2.3.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": "~
|
|
75
|
+
"ember-source": "~7.0.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",
|
|
@@ -80,18 +80,18 @@
|
|
|
80
80
|
"eslint-plugin-ember": "^12.7.5",
|
|
81
81
|
"eslint-plugin-n": "^17.24.0",
|
|
82
82
|
"eslint-plugin-qunit": "^8.2.6<% if (warpDrive) { %>",
|
|
83
|
-
"eslint-plugin-warp-drive": "^5.8.
|
|
83
|
+
"eslint-plugin-warp-drive": "^5.8.2<% } %>",
|
|
84
84
|
"globals": "^16.5.0",
|
|
85
|
-
"prettier": "^3.8.
|
|
86
|
-
"prettier-plugin-ember-template-tag": "^2.1.
|
|
85
|
+
"prettier": "^3.8.3",
|
|
86
|
+
"prettier-plugin-ember-template-tag": "^2.1.5",
|
|
87
87
|
"qunit": "^2.25.0",
|
|
88
|
-
"qunit-dom": "^3.5.
|
|
88
|
+
"qunit-dom": "^3.5.1",
|
|
89
89
|
"stylelint": "^16.26.1",
|
|
90
90
|
"stylelint-config-standard": "^38.0.0",
|
|
91
|
-
"testem": "^3.
|
|
91
|
+
"testem": "^3.20.0<% if (typescript) { %>",
|
|
92
92
|
"typescript": "^5.9.3",
|
|
93
|
-
"typescript-eslint": "^8.58.
|
|
94
|
-
"vite": "^7.3.
|
|
93
|
+
"typescript-eslint": "^8.58.2<% } %>",
|
|
94
|
+
"vite": "^7.3.2"
|
|
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": "
|
|
3
|
+
"version": "7.0.0-beta.1",
|
|
4
4
|
"description": "Blueprint for next generation of Ember apps",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ember-blueprint"
|
|
@@ -12,6 +12,14 @@
|
|
|
12
12
|
"license": "MIT",
|
|
13
13
|
"author": "",
|
|
14
14
|
"main": "index.js",
|
|
15
|
+
"release-plan": {
|
|
16
|
+
"semverIncrementAs": {
|
|
17
|
+
"minor": "prerelease",
|
|
18
|
+
"patch": "prerelease"
|
|
19
|
+
},
|
|
20
|
+
"semverIncrementTag": "beta",
|
|
21
|
+
"publishTag": "beta"
|
|
22
|
+
},
|
|
15
23
|
"dependencies": {
|
|
16
24
|
"chalk": "^4.1.2",
|
|
17
25
|
"ejs": "^3.1.10",
|
|
@@ -20,7 +20,7 @@ function testemProxy(targetURL) {
|
|
|
20
20
|
res && res.status && res.status(500).json(err);
|
|
21
21
|
});
|
|
22
22
|
|
|
23
|
-
app.all('*', (req, res, next) => {
|
|
23
|
+
app.all('*name', (req, res, next) => {
|
|
24
24
|
let url = req.url;
|
|
25
25
|
if (url === '/testem.js' || url.startsWith('/testem/')) {
|
|
26
26
|
return next();
|