@ember/app-blueprint 6.10.0-beta.4 → 6.10.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.
@@ -2,9 +2,9 @@
2
2
  "solution": {
3
3
  "@ember/app-blueprint": {
4
4
  "impact": "patch",
5
- "oldVersion": "6.10.0-beta.3",
6
- "newVersion": "6.10.0-beta.4",
7
- "tagName": "beta",
5
+ "oldVersion": "6.10.0",
6
+ "newVersion": "6.10.1",
7
+ "tagName": "latest",
8
8
  "constraints": [
9
9
  {
10
10
  "impact": "patch",
@@ -14,5 +14,5 @@
14
14
  "pkgJSONPath": "./package.json"
15
15
  }
16
16
  },
17
- "description": "## Release (2026-01-13)\n\n* @ember/app-blueprint 6.10.0-beta.4 (patch)\n\n#### :bug: Bug Fix\n* `@ember/app-blueprint`\n * [#187](https://github.com/ember-cli/ember-app-blueprint/pull/187) [bugfix beta] Revert \"Add --minimal and --no-compat\" ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
17
+ "description": "## Release (2026-01-23)\n\n* @ember/app-blueprint 6.10.1 (patch)\n\n#### :bug: Bug Fix\n* `@ember/app-blueprint`\n * [#195](https://github.com/ember-cli/ember-app-blueprint/pull/195) add sort-package-json as a dependency ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
18
18
  }
package/CHANGELOG.md CHANGED
@@ -1,68 +1,43 @@
1
1
  # Changelog
2
2
 
3
- ## Release (2026-01-13)
3
+ ## Release (2026-01-23)
4
4
 
5
- * @ember/app-blueprint 6.10.0-beta.4 (patch)
5
+ * @ember/app-blueprint 6.10.1 (patch)
6
6
 
7
7
  #### :bug: Bug Fix
8
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))
9
+ * [#195](https://github.com/ember-cli/ember-app-blueprint/pull/195) add sort-package-json as a dependency ([@mansona](https://github.com/mansona))
21
10
 
22
11
  #### Committers: 1
23
12
  - Chris Manson ([@mansona](https://github.com/mansona))
24
13
 
25
- ## Release (2026-01-12)
26
-
27
- * @ember/app-blueprint 6.10.0-beta.2 (patch)
14
+ ## Release (2026-01-18)
28
15
 
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)
16
+ * @ember/app-blueprint 6.10.0 (minor)
39
17
 
40
18
  #### :rocket: Enhancement
41
19
  * `@ember/app-blueprint`
42
- * [#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))
20
+ * [#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))
21
+ * [#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
22
  * [#163](https://github.com/ember-cli/ember-app-blueprint/pull/163) Update package.json via `update-blueprint-deps` ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
44
- * [#49](https://github.com/ember-cli/ember-app-blueprint/pull/49) Add `--minimal` and `--no-compat` ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
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))
23
+ * [#145](https://github.com/ember-cli/ember-app-blueprint/pull/145) Update dependencies in generated workflow files ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
47
24
  * [#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))
25
+ * [#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
26
  * [#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))
27
+ * [#44](https://github.com/ember-cli/ember-app-blueprint/pull/44) Use ESM for the babel config (.mjs) ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
28
+ * [#125](https://github.com/ember-cli/ember-app-blueprint/pull/125) Update to Glint 2 (for `--typescript` projects) ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
52
29
  * [#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
30
 
55
31
  #### :bug: Bug Fix
56
32
  * `@ember/app-blueprint`
57
- * [#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))
58
- * [#153](https://github.com/ember-cli/ember-app-blueprint/pull/153) Pass extension to WelcomePage component ([@evoactivity](https://github.com/evoactivity))
59
- * [#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))
33
+ * [#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))
34
+ * [#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))
35
+ * [#153](https://github.com/ember-cli/ember-app-blueprint/pull/153) Show proper extension on WelcomePage component ([@evoactivity](https://github.com/evoactivity))
60
36
  * [#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
37
  * [#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
38
  * [#139](https://github.com/ember-cli/ember-app-blueprint/pull/139) Remove `/declarations/` entry in `.gitignore` file ([@bertdeblock](https://github.com/bertdeblock))
64
39
  * [#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) Restore correct version of babel-plugin-ember-template-compilation ([@ef4](https://github.com/ef4))
40
+ * [#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
41
 
67
42
  #### :memo: Documentation
68
43
  * `@ember/app-blueprint`
@@ -71,9 +46,8 @@
71
46
 
72
47
  #### :house: Internal
73
48
  * `@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
49
  * [#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
- * [#130](https://github.com/ember-cli/ember-app-blueprint/pull/130) Merge beta into main ([@mansona](https://github.com/mansona))
50
+ * [#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
51
  * [#131](https://github.com/ember-cli/ember-app-blueprint/pull/131) fix warpdrive lint tests ([@mansona](https://github.com/mansona))
78
52
 
79
53
  #### Committers: 6
@@ -31,11 +31,11 @@
31
31
  "./*": "./app/*"
32
32
  },
33
33
  "devDependencies": {
34
- "@babel/core": "^7.28.5",
35
- "@babel/runtime": "^7.28.4",
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.5<% } %>",
38
- "@babel/eslint-parser": "^7.28.5<% if (typescript) { %>",
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.8",
53
+ "@glint/ember-tsc": "^1.0.9",
54
54
  "@glint/template": "^1.7.3",
55
- "@glint/tsserver-plugin": "^2.0.8<% } %>",
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.0",
60
- "@warp-drive/ember": "~5.8.0",
61
- "@warp-drive/json-api": "~5.8.0",
62
- "@warp-drive/legacy": "~5.8.0",
63
- "@warp-drive/utilities": "~5.8.0<% } %>",
64
- "babel-plugin-ember-template-compilation": "^3.0.1",
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.0",
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-beta.1",
75
+ "ember-source": "~6.10.0",
76
76
  "ember-template-lint": "^7.9.3<% if (welcome) { %>",
77
- "ember-welcome-page": "^8.0.4<% } %>",
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.1",
81
+ "eslint-plugin-n": "^17.23.2",
82
82
  "eslint-plugin-qunit": "^8.2.5<% if (warpDrive) { %>",
83
- "eslint-plugin-warp-drive": "^5.8.0<% } %>",
83
+ "eslint-plugin-warp-drive": "^5.8.1<% } %>",
84
84
  "globals": "^16.5.0",
85
- "prettier": "^3.7.4",
85
+ "prettier": "^3.8.0",
86
86
  "prettier-plugin-ember-template-tag": "^2.1.2",
87
- "qunit": "^2.24.3",
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.50.1<% } %>",
94
- "vite": "^7.3.0"
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-beta.4",
3
+ "version": "6.10.1",
4
4
  "description": "Blueprint for next generation of Ember apps",
5
5
  "keywords": [
6
6
  "ember-blueprint"
@@ -12,19 +12,12 @@
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",
26
18
  "ember-cli-string-utils": "^1.1.0",
27
19
  "lodash": "^4.17.21",
20
+ "sort-package-json": "^3.6.0",
28
21
  "walk-sync": "^3.0.0"
29
22
  },
30
23
  "devDependencies": {