@ember/app-blueprint 6.10.0-beta.4 → 6.10.0
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 +17 -5
- package/CHANGELOG.md +13 -50
- package/files/package.json +21 -21
- package/package.json +1 -9
package/.release-plan.json
CHANGED
|
@@ -1,18 +1,30 @@
|
|
|
1
1
|
{
|
|
2
2
|
"solution": {
|
|
3
3
|
"@ember/app-blueprint": {
|
|
4
|
-
"impact": "
|
|
5
|
-
"oldVersion": "6.
|
|
6
|
-
"newVersion": "6.10.0
|
|
7
|
-
"tagName": "
|
|
4
|
+
"impact": "minor",
|
|
5
|
+
"oldVersion": "6.9.1",
|
|
6
|
+
"newVersion": "6.10.0",
|
|
7
|
+
"tagName": "latest",
|
|
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"
|
|
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 (2026-01-
|
|
29
|
+
"description": "## Release (2026-01-18)\n\n* @ember/app-blueprint 6.10.0 (minor)\n\n#### :rocket: Enhancement\n* `@ember/app-blueprint`\n * [#190](https://github.com/ember-cli/ember-app-blueprint/pull/190) Promote Beta and update all dependencies for 6.10 release ([@mansona](https://github.com/mansona))\n * [#160](https://github.com/ember-cli/ember-app-blueprint/pull/160) Remove tracked-built-ins as it is now properly built-in ([@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 * [#145](https://github.com/ember-cli/ember-app-blueprint/pull/145) Update dependencies in 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 for projects generated with `--pnpm` ([@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 (.mjs) ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#125](https://github.com/ember-cli/ember-app-blueprint/pull/125) Update to 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\n#### :bug: Bug Fix\n* `@ember/app-blueprint`\n * [#180](https://github.com/ember-cli/ember-app-blueprint/pull/180) [bugfix beta] don't turn warp-drive linksMode on by default for now ([@mansona](https://github.com/mansona))\n * [#176](https://github.com/ember-cli/ember-app-blueprint/pull/176) [bugfix beta] fix warp-drive dependencies to use a tilde `~` ([@mansona](https://github.com/mansona))\n * [#153](https://github.com/ember-cli/ember-app-blueprint/pull/153) Show proper extension on WelcomePage component ([@evoactivity](https://github.com/evoactivity))\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 * [#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) Upgrade babel-plugin-ember-template-compilation to v3.x ([@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 * [#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 * [#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 * [#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,68 +1,32 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
-
## Release (2026-01-
|
|
3
|
+
## Release (2026-01-18)
|
|
4
4
|
|
|
5
|
-
* @ember/app-blueprint 6.10.0
|
|
6
|
-
|
|
7
|
-
#### :bug: Bug Fix
|
|
8
|
-
* `@ember/app-blueprint`
|
|
9
|
-
* [#187](https://github.com/ember-cli/ember-app-blueprint/pull/187) [bugfix beta] Revert "Add --minimal and --no-compat" ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
|
|
10
|
-
|
|
11
|
-
#### Committers: 1
|
|
12
|
-
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
|
|
13
|
-
|
|
14
|
-
## Release (2026-01-12)
|
|
15
|
-
|
|
16
|
-
* @ember/app-blueprint 6.10.0-beta.3 (patch)
|
|
17
|
-
|
|
18
|
-
#### :bug: Bug Fix
|
|
19
|
-
* `@ember/app-blueprint`
|
|
20
|
-
* [#180](https://github.com/ember-cli/ember-app-blueprint/pull/180) [bugfix beta] don't turn warp-drive linksMode on by default for now ([@mansona](https://github.com/mansona))
|
|
21
|
-
|
|
22
|
-
#### Committers: 1
|
|
23
|
-
- Chris Manson ([@mansona](https://github.com/mansona))
|
|
24
|
-
|
|
25
|
-
## Release (2026-01-12)
|
|
26
|
-
|
|
27
|
-
* @ember/app-blueprint 6.10.0-beta.2 (patch)
|
|
28
|
-
|
|
29
|
-
#### :bug: Bug Fix
|
|
30
|
-
* `@ember/app-blueprint`
|
|
31
|
-
* [#176](https://github.com/ember-cli/ember-app-blueprint/pull/176) [bugfix beta] fix warp-drive dependencies to use a tilde `~` ([@mansona](https://github.com/mansona))
|
|
32
|
-
|
|
33
|
-
#### Committers: 1
|
|
34
|
-
- Chris Manson ([@mansona](https://github.com/mansona))
|
|
35
|
-
|
|
36
|
-
## Release (2026-01-06)
|
|
37
|
-
|
|
38
|
-
* @ember/app-blueprint 6.10.0-beta.1 (minor)
|
|
5
|
+
* @ember/app-blueprint 6.10.0 (minor)
|
|
39
6
|
|
|
40
7
|
#### :rocket: Enhancement
|
|
41
8
|
* `@ember/app-blueprint`
|
|
42
|
-
* [#
|
|
9
|
+
* [#190](https://github.com/ember-cli/ember-app-blueprint/pull/190) Promote Beta and update all dependencies for 6.10 release ([@mansona](https://github.com/mansona))
|
|
10
|
+
* [#160](https://github.com/ember-cli/ember-app-blueprint/pull/160) Remove tracked-built-ins as it is now properly built-in ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
|
|
43
11
|
* [#163](https://github.com/ember-cli/ember-app-blueprint/pull/163) Update package.json via `update-blueprint-deps` ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
|
|
44
|
-
* [#
|
|
45
|
-
* [#152](https://github.com/ember-cli/ember-app-blueprint/pull/152) Update all dependencies for 6.9 release ([@mansona](https://github.com/mansona))
|
|
46
|
-
* [#145](https://github.com/ember-cli/ember-app-blueprint/pull/145) Update generated workflow files ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
|
|
12
|
+
* [#145](https://github.com/ember-cli/ember-app-blueprint/pull/145) Update dependencies in generated workflow files ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
|
|
47
13
|
* [#140](https://github.com/ember-cli/ember-app-blueprint/pull/140) Use an `.mjs` file for configuring Stylelint ([@bertdeblock](https://github.com/bertdeblock))
|
|
48
|
-
* [#142](https://github.com/ember-cli/ember-app-blueprint/pull/142) Use pnpm v10 ([@bertdeblock](https://github.com/bertdeblock))
|
|
14
|
+
* [#142](https://github.com/ember-cli/ember-app-blueprint/pull/142) Use pnpm v10 for projects generated with `--pnpm` ([@bertdeblock](https://github.com/bertdeblock))
|
|
49
15
|
* [#138](https://github.com/ember-cli/ember-app-blueprint/pull/138) Update generated ESLint config ([@bertdeblock](https://github.com/bertdeblock))
|
|
50
|
-
* [#44](https://github.com/ember-cli/ember-app-blueprint/pull/44) Use ESM for the babel config ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
|
|
51
|
-
* [#125](https://github.com/ember-cli/ember-app-blueprint/pull/125) Glint 2 (for `--typescript` projects) ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
|
|
16
|
+
* [#44](https://github.com/ember-cli/ember-app-blueprint/pull/44) Use ESM for the babel config (.mjs) ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
|
|
17
|
+
* [#125](https://github.com/ember-cli/ember-app-blueprint/pull/125) Update to Glint 2 (for `--typescript` projects) ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
|
|
52
18
|
* [#124](https://github.com/ember-cli/ember-app-blueprint/pull/124) Use modern EmberData/WarpDrive ([@runspired](https://github.com/runspired))
|
|
53
|
-
* [#113](https://github.com/ember-cli/ember-app-blueprint/pull/113) Prepare 6.10 alpha ([@mansona](https://github.com/mansona))
|
|
54
19
|
|
|
55
20
|
#### :bug: Bug Fix
|
|
56
21
|
* `@ember/app-blueprint`
|
|
57
|
-
* [#
|
|
58
|
-
* [#
|
|
59
|
-
* [#
|
|
22
|
+
* [#180](https://github.com/ember-cli/ember-app-blueprint/pull/180) [bugfix beta] don't turn warp-drive linksMode on by default for now ([@mansona](https://github.com/mansona))
|
|
23
|
+
* [#176](https://github.com/ember-cli/ember-app-blueprint/pull/176) [bugfix beta] fix warp-drive dependencies to use a tilde `~` ([@mansona](https://github.com/mansona))
|
|
24
|
+
* [#153](https://github.com/ember-cli/ember-app-blueprint/pull/153) Show proper extension on WelcomePage component ([@evoactivity](https://github.com/evoactivity))
|
|
60
25
|
* [#149](https://github.com/ember-cli/ember-app-blueprint/pull/149) Fix the full path display during project generation ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
|
|
61
|
-
* [#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))
|
|
62
26
|
* [#148](https://github.com/ember-cli/ember-app-blueprint/pull/148) Sort the package.json, using the replacers strategy ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
|
|
63
27
|
* [#139](https://github.com/ember-cli/ember-app-blueprint/pull/139) Remove `/declarations/` entry in `.gitignore` file ([@bertdeblock](https://github.com/bertdeblock))
|
|
64
28
|
* [#133](https://github.com/ember-cli/ember-app-blueprint/pull/133) remove ember-auto-import from newly generated app ([@mansona](https://github.com/mansona))
|
|
65
|
-
* [#134](https://github.com/ember-cli/ember-app-blueprint/pull/134)
|
|
29
|
+
* [#134](https://github.com/ember-cli/ember-app-blueprint/pull/134) Upgrade babel-plugin-ember-template-compilation to v3.x ([@ef4](https://github.com/ef4))
|
|
66
30
|
|
|
67
31
|
#### :memo: Documentation
|
|
68
32
|
* `@ember/app-blueprint`
|
|
@@ -71,9 +35,8 @@
|
|
|
71
35
|
|
|
72
36
|
#### :house: Internal
|
|
73
37
|
* `@ember/app-blueprint`
|
|
74
|
-
* [#169](https://github.com/ember-cli/ember-app-blueprint/pull/169) Prepare 6.10-beta ([@mansona](https://github.com/mansona))
|
|
75
38
|
* [#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))
|
|
76
|
-
* [#
|
|
39
|
+
* [#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))
|
|
77
40
|
* [#131](https://github.com/ember-cli/ember-app-blueprint/pull/131) fix warpdrive lint tests ([@mansona](https://github.com/mansona))
|
|
78
41
|
|
|
79
42
|
#### Committers: 6
|
package/files/package.json
CHANGED
|
@@ -31,11 +31,11 @@
|
|
|
31
31
|
"./*": "./app/*"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
|
-
"@babel/core": "^7.28.
|
|
35
|
-
"@babel/runtime": "^7.28.
|
|
34
|
+
"@babel/core": "^7.28.6",
|
|
35
|
+
"@babel/runtime": "^7.28.6",
|
|
36
36
|
"@babel/plugin-transform-runtime": "^7.28.5<% if (typescript) { %>",
|
|
37
|
-
"@babel/plugin-transform-typescript": "^7.28.
|
|
38
|
-
"@babel/eslint-parser": "^7.28.
|
|
37
|
+
"@babel/plugin-transform-typescript": "^7.28.6<% } %>",
|
|
38
|
+
"@babel/eslint-parser": "^7.28.6<% if (typescript) { %>",
|
|
39
39
|
"@ember/app-tsconfig": "^1.0.3<% } %>",
|
|
40
40
|
"@ember/optional-features": "^2.3.0",
|
|
41
41
|
"@ember/string": "^4.0.1",
|
|
@@ -50,20 +50,20 @@
|
|
|
50
50
|
"@embroider/legacy-inspector-support": "^0.1.3",
|
|
51
51
|
"@eslint/js": "^9.39.2",
|
|
52
52
|
"@glimmer/component": "^2.0.0<% if (typescript) { %>",
|
|
53
|
-
"@glint/ember-tsc": "^1.0.
|
|
53
|
+
"@glint/ember-tsc": "^1.0.9",
|
|
54
54
|
"@glint/template": "^1.7.3",
|
|
55
|
-
"@glint/tsserver-plugin": "^2.0.
|
|
55
|
+
"@glint/tsserver-plugin": "^2.0.9<% } %>",
|
|
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.
|
|
64
|
-
"babel-plugin-ember-template-compilation": "^3.0
|
|
59
|
+
"@warp-drive/core": "~5.8.1",
|
|
60
|
+
"@warp-drive/ember": "~5.8.1",
|
|
61
|
+
"@warp-drive/json-api": "~5.8.1",
|
|
62
|
+
"@warp-drive/legacy": "~5.8.1",
|
|
63
|
+
"@warp-drive/utilities": "~5.8.1<% } %>",
|
|
64
|
+
"babel-plugin-ember-template-compilation": "^3.1.0",
|
|
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": "^3.4.0",
|
|
@@ -72,26 +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
|
|
75
|
+
"ember-source": "~6.10.0",
|
|
76
76
|
"ember-template-lint": "^7.9.3<% if (welcome) { %>",
|
|
77
|
-
"ember-welcome-page": "^8.0.
|
|
77
|
+
"ember-welcome-page": "^8.0.5<% } %>",
|
|
78
78
|
"eslint": "^9.39.2",
|
|
79
79
|
"eslint-config-prettier": "^10.1.8",
|
|
80
80
|
"eslint-plugin-ember": "^12.7.5",
|
|
81
|
-
"eslint-plugin-n": "^17.23.
|
|
81
|
+
"eslint-plugin-n": "^17.23.2",
|
|
82
82
|
"eslint-plugin-qunit": "^8.2.5<% if (warpDrive) { %>",
|
|
83
|
-
"eslint-plugin-warp-drive": "^5.8.
|
|
83
|
+
"eslint-plugin-warp-drive": "^5.8.1<% } %>",
|
|
84
84
|
"globals": "^16.5.0",
|
|
85
|
-
"prettier": "^3.
|
|
85
|
+
"prettier": "^3.8.0",
|
|
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.
|
|
94
|
-
"vite": "^7.3.
|
|
93
|
+
"typescript-eslint": "^8.53.0<% } %>",
|
|
94
|
+
"vite": "^7.3.1"
|
|
95
95
|
},
|
|
96
96
|
"engines": {
|
|
97
97
|
"node": ">= 20"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ember/app-blueprint",
|
|
3
|
-
"version": "6.10.0
|
|
3
|
+
"version": "6.10.0",
|
|
4
4
|
"description": "Blueprint for next generation of Ember apps",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ember-blueprint"
|
|
@@ -12,14 +12,6 @@
|
|
|
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
|
-
},
|
|
23
15
|
"dependencies": {
|
|
24
16
|
"chalk": "^4.1.2",
|
|
25
17
|
"ejs": "^3.1.10",
|