ember-cli 6.11.1 → 6.11.2

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/CHANGELOG.md CHANGED
@@ -2,6 +2,19 @@
2
2
 
3
3
  ## Release (2026-03-29)
4
4
 
5
+ * ember-cli 6.11.2 (patch)
6
+ * @ember-tooling/classic-build-addon-blueprint 6.11.2 (patch)
7
+ * @ember-tooling/classic-build-app-blueprint 6.11.2 (patch)
8
+
9
+ #### :bug: Bug Fix
10
+ * `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
11
+ * [#10977](https://github.com/ember-cli/ember-cli/pull/10977) Backport: Enable use-ember-modules in blueprint optional-features.json ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent))
12
+
13
+ #### Committers: 1
14
+ - NullVoxPopuli's reduced-access machine account for AI usage ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent))
15
+
16
+ ## Release (2026-03-29)
17
+
5
18
  * ember-cli 6.11.1 (patch)
6
19
  * @ember-tooling/classic-build-addon-blueprint 6.11.1 (patch)
7
20
  * @ember-tooling/classic-build-app-blueprint 6.11.1 (patch)
@@ -3,7 +3,7 @@
3
3
  "logo": "https://ember-cli.com/assets/images/ember-cli-logo-small-dark.png",
4
4
  "name": "ember-cli",
5
5
  "description": "Command line tool for developing ambitious ember.js apps",
6
- "version": "6.11.1-release-c39737b3f4"
6
+ "version": "6.11.2-release-5961fb9406"
7
7
  },
8
8
  "files": {
9
9
  "lib/broccoli/default-packager.js": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ember-cli",
3
- "version": "6.11.1",
3
+ "version": "6.11.2",
4
4
  "description": "Command line tool for developing ambitious ember.js apps",
5
5
  "keywords": [
6
6
  "app",
@@ -110,8 +110,8 @@
110
110
  "watch-detector": "^1.0.2",
111
111
  "workerpool": "^10.0.1",
112
112
  "yam": "^1.0.0",
113
- "@ember-tooling/classic-build-addon-blueprint": "6.11.1",
114
- "@ember-tooling/classic-build-app-blueprint": "6.11.1"
113
+ "@ember-tooling/classic-build-addon-blueprint": "6.11.2",
114
+ "@ember-tooling/classic-build-app-blueprint": "6.11.2"
115
115
  },
116
116
  "devDependencies": {
117
117
  "broccoli-plugin": "^4.0.3",
@@ -2,5 +2,6 @@
2
2
  "application-template-wrapper": false,
3
3
  "default-async-observers": true,
4
4
  "jquery-integration": false,
5
- "template-only-glimmer-components": true
5
+ "template-only-glimmer-components": true,
6
+ "use-ember-modules": true
6
7
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ember-tooling/classic-build-addon-blueprint",
3
- "version": "6.11.1",
3
+ "version": "6.11.2",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/ember-cli/ember-cli.git",
@@ -3,5 +3,6 @@
3
3
  "default-async-observers": true,
4
4
  "jquery-integration": false,
5
5
  "template-only-glimmer-components": true,
6
- "no-implicit-route-model": true
6
+ "no-implicit-route-model": true,
7
+ "use-ember-modules": true
7
8
  }
@@ -60,7 +60,7 @@
60
60
  "broccoli-asset-rev": "^3.0.0",
61
61
  "concurrently": "^9.2.1",
62
62
  "ember-auto-import": "^2.12.0",
63
- "ember-cli": "~6.11.1",
63
+ "ember-cli": "~6.11.2",
64
64
  "ember-cli-app-version": "^7.0.0",
65
65
  "ember-cli-babel": "^8.3.1",
66
66
  "ember-cli-clean-css": "^3.0.0",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ember-tooling/classic-build-app-blueprint",
3
- "version": "6.11.1",
3
+ "version": "6.11.2",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/ember-cli/ember-cli.git",