@ember/app-blueprint 6.10.0-beta.1 → 6.11.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.
@@ -2,9 +2,9 @@
2
2
  "solution": {
3
3
  "@ember/app-blueprint": {
4
4
  "impact": "minor",
5
- "oldVersion": "6.10.0-beta.0",
6
- "newVersion": "6.10.0-beta.1",
7
- "tagName": "beta",
5
+ "oldVersion": "6.11.0-alpha.0",
6
+ "newVersion": "6.11.0-alpha.1",
7
+ "tagName": "alpha",
8
8
  "constraints": [
9
9
  {
10
10
  "impact": "minor",
@@ -14,10 +14,6 @@
14
14
  "impact": "patch",
15
15
  "reason": "Appears in changelog section :bug: Bug Fix"
16
16
  },
17
- {
18
- "impact": "patch",
19
- "reason": "Appears in changelog section :memo: Documentation"
20
- },
21
17
  {
22
18
  "impact": "patch",
23
19
  "reason": "Appears in changelog section :house: Internal"
@@ -26,5 +22,5 @@
26
22
  "pkgJSONPath": "./package.json"
27
23
  }
28
24
  },
29
- "description": "## Release (2026-01-06)\n\n* @ember/app-blueprint 6.10.0-beta.1 (minor)\n\n#### :rocket: Enhancement\n* `@ember/app-blueprint`\n * [#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))\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 * [#49](https://github.com/ember-cli/ember-app-blueprint/pull/49) Add `--minimal` and `--no-compat` ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#152](https://github.com/ember-cli/ember-app-blueprint/pull/152) Update all dependencies for 6.9 release ([@mansona](https://github.com/mansona))\n * [#145](https://github.com/ember-cli/ember-app-blueprint/pull/145) Update 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 ([@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 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#125](https://github.com/ember-cli/ember-app-blueprint/pull/125) 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 * [#113](https://github.com/ember-cli/ember-app-blueprint/pull/113) Prepare 6.10 alpha ([@mansona](https://github.com/mansona))\n\n#### :bug: Bug Fix\n* `@ember/app-blueprint`\n * [#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))\n * [#153](https://github.com/ember-cli/ember-app-blueprint/pull/153) Pass extension to WelcomePage component ([@evoactivity](https://github.com/evoactivity))\n * [#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))\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 * [#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 * [#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) Restore correct version of babel-plugin-ember-template-compilation ([@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 * [#169](https://github.com/ember-cli/ember-app-blueprint/pull/169) Prepare 6.10-beta ([@mansona](https://github.com/mansona))\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 * [#130](https://github.com/ember-cli/ember-app-blueprint/pull/130) Merge beta into main ([@mansona](https://github.com/mansona))\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"
25
+ "description": "## Release (2026-01-06)\n\n* @ember/app-blueprint 6.11.0-alpha.1 (minor)\n\n#### :rocket: Enhancement\n* `@ember/app-blueprint`\n * [#173](https://github.com/ember-cli/ember-app-blueprint/pull/173) Prepare 6.11-alpha ([@mansona](https://github.com/mansona))\n * [#152](https://github.com/ember-cli/ember-app-blueprint/pull/152) Update all dependencies for 6.9 release ([@mansona](https://github.com/mansona))\n\n#### :bug: Bug Fix\n* `@ember/app-blueprint`\n * [#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))\n * [#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))\n\n#### :house: Internal\n* `@ember/app-blueprint`\n * [#170](https://github.com/ember-cli/ember-app-blueprint/pull/170) Prepare Beta Release v6.10.0-beta.1 ([@github-actions[bot]](https://github.com/apps/github-actions))\n * [#169](https://github.com/ember-cli/ember-app-blueprint/pull/169) Prepare 6.10-beta ([@mansona](https://github.com/mansona))\n\n#### Committers: 3\n- Chris Manson ([@mansona](https://github.com/mansona))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n- [@github-actions[bot]](https://github.com/apps/github-actions)\n"
30
26
  }
package/CHANGELOG.md CHANGED
@@ -2,6 +2,30 @@
2
2
 
3
3
  ## Release (2026-01-06)
4
4
 
5
+ * @ember/app-blueprint 6.11.0-alpha.1 (minor)
6
+
7
+ #### :rocket: Enhancement
8
+ * `@ember/app-blueprint`
9
+ * [#173](https://github.com/ember-cli/ember-app-blueprint/pull/173) Prepare 6.11-alpha ([@mansona](https://github.com/mansona))
10
+ * [#152](https://github.com/ember-cli/ember-app-blueprint/pull/152) Update all dependencies for 6.9 release ([@mansona](https://github.com/mansona))
11
+
12
+ #### :bug: Bug Fix
13
+ * `@ember/app-blueprint`
14
+ * [#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))
15
+ * [#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))
16
+
17
+ #### :house: Internal
18
+ * `@ember/app-blueprint`
19
+ * [#170](https://github.com/ember-cli/ember-app-blueprint/pull/170) Prepare Beta Release v6.10.0-beta.1 ([@github-actions[bot]](https://github.com/apps/github-actions))
20
+ * [#169](https://github.com/ember-cli/ember-app-blueprint/pull/169) Prepare 6.10-beta ([@mansona](https://github.com/mansona))
21
+
22
+ #### Committers: 3
23
+ - Chris Manson ([@mansona](https://github.com/mansona))
24
+ - [@NullVoxPopuli](https://github.com/NullVoxPopuli)
25
+ - [@github-actions[bot]](https://github.com/apps/github-actions)
26
+
27
+ ## Release (2026-01-06)
28
+
5
29
  * @ember/app-blueprint 6.10.0-beta.1 (minor)
6
30
 
7
31
  #### :rocket: Enhancement
@@ -63,7 +63,7 @@
63
63
  "@warp-drive/utilities": "5.8.0<% } %>",
64
64
  "babel-plugin-ember-template-compilation": "^3.0.1",
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": "^4.0.0",
@@ -72,7 +72,7 @@
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.11.0-alpha.6",
76
76
  "ember-template-lint": "^7.9.3<% if (welcome) { %>",
77
77
  "ember-welcome-page": "^8.0.4<% } %>",
78
78
  "eslint": "^9.39.2",
@@ -84,13 +84,13 @@
84
84
  "globals": "^16.5.0",
85
85
  "prettier": "^3.7.4",
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<% } %>",
93
+ "typescript-eslint": "^8.52.0<% } %>",
94
94
  "vite": "^7.3.0"
95
95
  },
96
96
  "engines": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ember/app-blueprint",
3
- "version": "6.10.0-beta.1",
3
+ "version": "6.11.0-alpha.1",
4
4
  "description": "Blueprint for next generation of Ember apps",
5
5
  "keywords": [
6
6
  "ember-blueprint"
@@ -17,8 +17,8 @@
17
17
  "minor": "prerelease",
18
18
  "patch": "prerelease"
19
19
  },
20
- "semverIncrementTag": "beta",
21
- "publishTag": "beta"
20
+ "semverIncrementTag": "alpha",
21
+ "publishTag": "alpha"
22
22
  },
23
23
  "dependencies": {
24
24
  "chalk": "^4.1.2",