ember-cli 6.11.0-alpha.1 → 6.12.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,25 @@
1
1
  # ember-cli Changelog
2
2
 
3
+ ## Release (2026-01-26)
4
+
5
+ * ember-cli 6.12.0-alpha.1 (minor)
6
+ * @ember-tooling/classic-build-addon-blueprint 6.12.0-alpha.1 (minor)
7
+ * @ember-tooling/classic-build-app-blueprint 6.12.0-alpha.1 (minor)
8
+
9
+ #### :rocket: Enhancement
10
+ * `ember-cli`, `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
11
+ * [#10923](https://github.com/ember-cli/ember-cli/pull/10923) Promote Beta and update all dependencies for 6.10 release ([@mansona](https://github.com/mansona))
12
+
13
+ #### :house: Internal
14
+ * `ember-cli`, `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
15
+ * [#10930](https://github.com/ember-cli/ember-cli/pull/10930) Prepare 6.12-alpha ([@mansona](https://github.com/mansona))
16
+ * [#10926](https://github.com/ember-cli/ember-cli/pull/10926) Prepare Beta Release ([@mansona](https://github.com/mansona))
17
+ * [#10929](https://github.com/ember-cli/ember-cli/pull/10929) Prepare 6.11-beta ([@mansona](https://github.com/mansona))
18
+ * [#10918](https://github.com/ember-cli/ember-cli/pull/10918) Prepare Stable Release ([@mansona](https://github.com/mansona))
19
+
20
+ #### Committers: 1
21
+ - Chris Manson ([@mansona](https://github.com/mansona))
22
+
3
23
  ## Release (2026-01-08)
4
24
 
5
25
  * ember-cli 6.11.0-alpha.1 (minor)
@@ -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.0-alpha.1-master-677dd6d3b4"
6
+ "version": "6.12.0-alpha.1-master-ff8cd7c008"
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.0-alpha.1",
3
+ "version": "6.12.0-alpha.1",
4
4
  "description": "Command line tool for developing ambitious ember.js apps",
5
5
  "keywords": [
6
6
  "app",
@@ -35,7 +35,7 @@
35
35
  "publishTag": "alpha"
36
36
  },
37
37
  "dependencies": {
38
- "@ember/app-blueprint": "~6.11.0-alpha.1",
38
+ "@ember/app-blueprint": "~6.12.0-alpha.1",
39
39
  "@pnpm/find-workspace-dir": "^1000.1.3",
40
40
  "babel-remove-types": "^1.0.2",
41
41
  "broccoli": "^4.0.0",
@@ -118,10 +118,10 @@
118
118
  "watch-detector": "^1.0.2",
119
119
  "workerpool": "^10.0.1",
120
120
  "yam": "^1.0.0",
121
+ "@ember-tooling/classic-build-app-blueprint": "6.12.0-alpha.1",
121
122
  "@ember-tooling/blueprint-blueprint": "0.3.0",
122
123
  "@ember-tooling/blueprint-model": "0.6.0",
123
- "@ember-tooling/classic-build-addon-blueprint": "6.11.0-alpha.1",
124
- "@ember-tooling/classic-build-app-blueprint": "6.11.0-alpha.1"
124
+ "@ember-tooling/classic-build-addon-blueprint": "6.12.0-alpha.1"
125
125
  },
126
126
  "devDependencies": {
127
127
  "broccoli-plugin": "^4.0.3",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ember-tooling/classic-build-addon-blueprint",
3
- "version": "6.11.0-alpha.1",
3
+ "version": "6.12.0-alpha.1",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/ember-cli/ember-cli.git",
@@ -28,9 +28,9 @@
28
28
  "test:ember": "ember test"
29
29
  },
30
30
  "devDependencies": {
31
- "@babel/core": "^7.28.5",
32
- "@babel/eslint-parser": "^7.28.5",
33
- "@babel/plugin-proposal-decorators": "^7.28.0<% if (typescript && emberData) { %>",
31
+ "@babel/core": "^7.28.6",
32
+ "@babel/eslint-parser": "^7.28.6",
33
+ "@babel/plugin-proposal-decorators": "^7.28.6<% if (typescript && emberData) { %>",
34
34
  "@ember-data/adapter": "~5.7.0",
35
35
  "@ember-data/graph": "~5.7.0",
36
36
  "@ember-data/json-api": "~5.7.0",
@@ -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.0-alpha.1",
63
+ "ember-cli": "~6.12.0-alpha.1",
64
64
  "ember-cli-app-version": "^7.0.0",
65
65
  "ember-cli-babel": "^8.2.0",
66
66
  "ember-cli-clean-css": "^3.0.0",
@@ -76,26 +76,26 @@
76
76
  "ember-page-title": "^9.0.3",
77
77
  "ember-qunit": "^9.0.4",
78
78
  "ember-resolver": "^13.1.1",
79
- "ember-source": "~6.11.0-alpha.6",
79
+ "ember-source": "~6.12.0-alpha.1",
80
80
  "ember-template-imports": "^4.4.0",
81
81
  "ember-template-lint": "^6.1.0<% if (welcome) { %>",
82
82
  "ember-welcome-page": "^7.0.2<% } %>",
83
83
  "eslint": "^9.39.2",
84
84
  "eslint-config-prettier": "^9.1.2",
85
85
  "eslint-plugin-ember": "^12.7.5",
86
- "eslint-plugin-n": "^17.23.1",
86
+ "eslint-plugin-n": "^17.23.2",
87
87
  "eslint-plugin-qunit": "^8.2.5",
88
88
  "globals": "^15.15.0",
89
89
  "loader.js": "^4.7.0",
90
- "prettier": "^3.7.4",
91
- "prettier-plugin-ember-template-tag": "^2.1.2",
90
+ "prettier": "^3.8.1",
91
+ "prettier-plugin-ember-template-tag": "^2.1.3",
92
92
  "qunit": "^2.25.0",
93
93
  "qunit-dom": "^3.5.0",
94
94
  "stylelint": "^16.26.1",
95
95
  "stylelint-config-standard": "^36.0.1",
96
96
  "tracked-built-ins": "^3.4.0<% if (typescript) { %>",
97
97
  "typescript": "^5.9.3",
98
- "typescript-eslint": "^8.52.0<% } %>",
98
+ "typescript-eslint": "^8.53.1<% } %>",
99
99
  "webpack": "^5.104.1"
100
100
  },
101
101
  "engines": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ember-tooling/classic-build-app-blueprint",
3
- "version": "6.11.0-alpha.1",
3
+ "version": "6.12.0-alpha.1",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/ember-cli/ember-cli.git",