ember-cli 6.12.0-alpha.1 → 6.12.0-alpha.4

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,47 @@
1
1
  # ember-cli Changelog
2
2
 
3
+ ## Release (2026-02-07)
4
+
5
+ * ember-cli 6.12.0-alpha.4 (patch)
6
+ * @ember-tooling/classic-build-addon-blueprint 6.12.0-alpha.3 (patch)
7
+ * @ember-tooling/classic-build-app-blueprint 6.12.0-alpha.3 (patch)
8
+ * @ember-tooling/blueprint-model 0.6.2 (patch)
9
+
10
+ #### :house: Internal
11
+ * `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`, `@ember-tooling/blueprint-model`, `ember-cli`
12
+ * [#10947](https://github.com/ember-cli/ember-cli/pull/10947) bump in-range versions ([@mansona](https://github.com/mansona))
13
+
14
+ #### Committers: 1
15
+ - Chris Manson ([@mansona](https://github.com/mansona))
16
+
17
+ ## Release (2026-02-07)
18
+
19
+ * ember-cli 6.12.0-alpha.3 (patch)
20
+
21
+ #### :house: Internal
22
+ * `ember-cli`
23
+ * [#10945](https://github.com/ember-cli/ember-cli/pull/10945) update release-plan for OIDC ([@mansona](https://github.com/mansona))
24
+
25
+ #### Committers: 1
26
+ - Chris Manson ([@mansona](https://github.com/mansona))
27
+
28
+ ## Release (2026-02-05)
29
+
30
+ * ember-cli 6.12.0-alpha.2 (patch)
31
+ * @ember-tooling/classic-build-addon-blueprint 6.12.0-alpha.2 (patch)
32
+ * @ember-tooling/classic-build-app-blueprint 6.12.0-alpha.2 (patch)
33
+ * @ember-tooling/blueprint-model 0.6.1 (patch)
34
+
35
+ #### :bug: Bug Fix
36
+ * `ember-cli`, `@ember-tooling/blueprint-model`
37
+ * [#10941](https://github.com/ember-cli/ember-cli/pull/10941) Downgrade isbinaryfile ([@mansona](https://github.com/mansona))
38
+ * `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`, `ember-cli`
39
+ * [#10932](https://github.com/ember-cli/ember-cli/pull/10932) Remove tracked-built-ins (it comes built in with ember-source 6.8+) ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
40
+
41
+ #### Committers: 2
42
+ - Chris Manson ([@mansona](https://github.com/mansona))
43
+ - [@NullVoxPopuli](https://github.com/NullVoxPopuli)
44
+
3
45
  ## Release (2026-01-26)
4
46
 
5
47
  * ember-cli 6.12.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.12.0-alpha.1-master-ff8cd7c008"
6
+ "version": "6.12.0-alpha.4-master-19200d7e39"
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.12.0-alpha.1",
3
+ "version": "6.12.0-alpha.4",
4
4
  "description": "Command line tool for developing ambitious ember.js apps",
5
5
  "keywords": [
6
6
  "app",
@@ -88,7 +88,6 @@
88
88
  "inquirer": "^13.1.0",
89
89
  "is-git-url": "^1.0.0",
90
90
  "is-language-code": "^5.1.0",
91
- "isbinaryfile": "^6.0.0",
92
91
  "lodash": "^4.17.21",
93
92
  "markdown-it": "^14.1.0",
94
93
  "markdown-it-terminal": "^0.4.0",
@@ -118,10 +117,10 @@
118
117
  "watch-detector": "^1.0.2",
119
118
  "workerpool": "^10.0.1",
120
119
  "yam": "^1.0.0",
121
- "@ember-tooling/classic-build-app-blueprint": "6.12.0-alpha.1",
122
120
  "@ember-tooling/blueprint-blueprint": "0.3.0",
123
- "@ember-tooling/blueprint-model": "0.6.0",
124
- "@ember-tooling/classic-build-addon-blueprint": "6.12.0-alpha.1"
121
+ "@ember-tooling/blueprint-model": "0.6.2",
122
+ "@ember-tooling/classic-build-addon-blueprint": "6.12.0-alpha.3",
123
+ "@ember-tooling/classic-build-app-blueprint": "6.12.0-alpha.3"
125
124
  },
126
125
  "devDependencies": {
127
126
  "broccoli-plugin": "^4.0.3",
@@ -90,10 +90,6 @@ module.exports = {
90
90
  // @see https://github.com/emberjs/rfcs/blob/master/text/0811-element-modifiers.md#detailed-design
91
91
  delete contents.devDependencies['ember-modifier'];
92
92
 
93
- // Per RFC #812, addons should not have this dependency.
94
- // @see https://github.com/emberjs/rfcs/blob/master/text/0812-tracked-built-ins.md#detailed-design
95
- delete contents.devDependencies['tracked-built-ins'];
96
-
97
93
  // 100% of addons don't need ember-cli-app-version, make it opt-in instead
98
94
  delete contents.devDependencies['ember-cli-app-version'];
99
95
 
@@ -10,9 +10,9 @@ case `uname` in
10
10
  esac
11
11
 
12
12
  if [ -z "$NODE_PATH" ]; then
13
- export NODE_PATH="/home/runner/work/ember-cli/ember-cli/node_modules/.pnpm/sort-package-json@2.12.0/node_modules/sort-package-json/node_modules:/home/runner/work/ember-cli/ember-cli/node_modules/.pnpm/sort-package-json@2.12.0/node_modules:/home/runner/work/ember-cli/ember-cli/node_modules/.pnpm/node_modules"
13
+ export NODE_PATH="/home/runner/work/ember-cli/ember-cli/node_modules/.pnpm/sort-package-json@2.15.1/node_modules/sort-package-json/node_modules:/home/runner/work/ember-cli/ember-cli/node_modules/.pnpm/sort-package-json@2.15.1/node_modules:/home/runner/work/ember-cli/ember-cli/node_modules/.pnpm/node_modules"
14
14
  else
15
- export NODE_PATH="/home/runner/work/ember-cli/ember-cli/node_modules/.pnpm/sort-package-json@2.12.0/node_modules/sort-package-json/node_modules:/home/runner/work/ember-cli/ember-cli/node_modules/.pnpm/sort-package-json@2.12.0/node_modules:/home/runner/work/ember-cli/ember-cli/node_modules/.pnpm/node_modules:$NODE_PATH"
15
+ export NODE_PATH="/home/runner/work/ember-cli/ember-cli/node_modules/.pnpm/sort-package-json@2.15.1/node_modules/sort-package-json/node_modules:/home/runner/work/ember-cli/ember-cli/node_modules/.pnpm/sort-package-json@2.15.1/node_modules:/home/runner/work/ember-cli/ember-cli/node_modules/.pnpm/node_modules:$NODE_PATH"
16
16
  fi
17
17
  if [ -x "$basedir/node" ]; then
18
18
  exec "$basedir/node" "$basedir/../sort-package-json/cli.js" "$@"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ember-tooling/classic-build-addon-blueprint",
3
- "version": "6.12.0-alpha.1",
3
+ "version": "6.12.0-alpha.3",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/ember-cli/ember-cli.git",
@@ -15,10 +15,10 @@
15
15
  "chalk": "^5.6.2",
16
16
  "ember-cli-normalize-entity-name": "^1.0.0",
17
17
  "ember-cli-string-utils": "^1.1.0",
18
- "fs-extra": "^11.3.0",
19
- "lodash": "^4.17.21",
18
+ "fs-extra": "^11.3.3",
19
+ "lodash": "^4.17.23",
20
20
  "silent-error": "^1.1.1",
21
- "sort-package-json": "^2.12.0",
21
+ "sort-package-json": "^2.15.1",
22
22
  "walk-sync": "^3.0.0"
23
23
  },
24
24
  "release-plan": {
@@ -28,9 +28,9 @@
28
28
  "test:ember": "ember test"
29
29
  },
30
30
  "devDependencies": {
31
- "@babel/core": "^7.28.6",
31
+ "@babel/core": "^7.29.0",
32
32
  "@babel/eslint-parser": "^7.28.6",
33
- "@babel/plugin-proposal-decorators": "^7.28.6<% if (typescript && emberData) { %>",
33
+ "@babel/plugin-proposal-decorators": "^7.29.0<% 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",
@@ -45,14 +45,14 @@
45
45
  "@ember/test-helpers": "^5.4.1<% if (embroider) { %>",
46
46
  "@embroider/compat": "^3.9.3",
47
47
  "@embroider/core": "^3.5.9<% } %>",
48
- "@embroider/macros": "^1.19.6<% if (embroider) { %>",
48
+ "@embroider/macros": "^1.19.7<% if (embroider) { %>",
49
49
  "@embroider/webpack": "^4.1.2<% } %>",
50
50
  "@eslint/js": "^9.39.2",
51
51
  "@glimmer/component": "^2.0.0",
52
52
  "@glimmer/tracking": "^1.1.2<% if (typescript) { %>",
53
53
  "@glint/environment-ember-loose": "^1.5.2",
54
54
  "@glint/environment-ember-template-imports": "^1.5.2",
55
- "@glint/template": "^1.7.3",
55
+ "@glint/template": "^1.7.4",
56
56
  "@tsconfig/ember": "^3.0.12",
57
57
  "@types/qunit": "^2.19.13",
58
58
  "@types/rsvp": "^4.0.9<% if (emberData) {%>",
@@ -60,9 +60,9 @@
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.12.0-alpha.1",
63
+ "ember-cli": "~6.12.0-alpha.4",
64
64
  "ember-cli-app-version": "^7.0.0",
65
- "ember-cli-babel": "^8.2.0",
65
+ "ember-cli-babel": "^8.3.1",
66
66
  "ember-cli-clean-css": "^3.0.0",
67
67
  "ember-cli-dependency-checker": "^3.3.3",
68
68
  "ember-cli-deprecation-workflow": "^3.4.0",
@@ -72,11 +72,11 @@
72
72
  "ember-cli-terser": "^4.0.2<% } %><% if (emberData) { %>",
73
73
  "ember-data": "~5.7.0<% } %>",
74
74
  "ember-load-initializers": "^3.0.1",
75
- "ember-modifier": "^4.2.2",
75
+ "ember-modifier": "^4.3.0",
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.12.0-alpha.1",
79
+ "ember-source": "~6.12.0-alpha.3",
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<% } %>",
@@ -84,7 +84,7 @@
84
84
  "eslint-config-prettier": "^9.1.2",
85
85
  "eslint-plugin-ember": "^12.7.5",
86
86
  "eslint-plugin-n": "^17.23.2",
87
- "eslint-plugin-qunit": "^8.2.5",
87
+ "eslint-plugin-qunit": "^8.2.6",
88
88
  "globals": "^15.15.0",
89
89
  "loader.js": "^4.7.0",
90
90
  "prettier": "^3.8.1",
@@ -92,11 +92,10 @@
92
92
  "qunit": "^2.25.0",
93
93
  "qunit-dom": "^3.5.0",
94
94
  "stylelint": "^16.26.1",
95
- "stylelint-config-standard": "^36.0.1",
96
- "tracked-built-ins": "^3.4.0<% if (typescript) { %>",
95
+ "stylelint-config-standard": "^36.0.1<% if (typescript) { %>",
97
96
  "typescript": "^5.9.3",
98
- "typescript-eslint": "^8.53.1<% } %>",
99
- "webpack": "^5.104.1"
97
+ "typescript-eslint": "^8.54.0<% } %>",
98
+ "webpack": "^5.105.0"
100
99
  },
101
100
  "engines": {
102
101
  "node": ">= 20.19"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ember-tooling/classic-build-app-blueprint",
3
- "version": "6.12.0-alpha.1",
3
+ "version": "6.12.0-alpha.3",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/ember-cli/ember-cli.git",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ember-tooling/blueprint-model",
3
- "version": "0.6.0",
3
+ "version": "0.6.2",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/ember-cli/ember-cli.git",
@@ -10,10 +10,10 @@
10
10
  "dependencies": {
11
11
  "chalk": "^5.6.2",
12
12
  "diff": "^7.0.0",
13
- "isbinaryfile": "^5.0.4",
14
- "lodash": "^4.17.21",
13
+ "isbinaryfile": "^5.0.7",
14
+ "lodash": "^4.17.23",
15
15
  "promise.hash.helper": "^1.0.8",
16
- "quick-temp": "^0.1.8",
16
+ "quick-temp": "^0.1.9",
17
17
  "silent-error": "^1.1.1"
18
18
  }
19
19
  }
@@ -6,7 +6,7 @@ const { default: chalk } = require('chalk');
6
6
  const EditFileDiff = require('./edit-file-diff');
7
7
  const EOL = require('os').EOL;
8
8
  const rxEOL = new RegExp(EOL, 'g');
9
- const { isBinaryFileSync } = require('isbinaryfile');
9
+ const isBinaryFile = require('isbinaryfile').isBinaryFileSync;
10
10
  const hash = require('promise.hash.helper');
11
11
  const canEdit = require('./open-editor').canEdit;
12
12
  const processTemplate = require('./process-template');
@@ -58,7 +58,7 @@ class FileInfo {
58
58
  /* ignore */
59
59
  }
60
60
 
61
- let canDiff = !isBinaryFileSync(this.inputPath) && (!outputPathIsFile || !isBinaryFileSync(this.outputPath));
61
+ let canDiff = !isBinaryFile(this.inputPath) && (!outputPathIsFile || !isBinaryFile(this.outputPath));
62
62
 
63
63
  if (canDiff) {
64
64
  promptOptions.choices.push({ key: 'd', name: 'Diff', value: 'diff' });
@@ -106,7 +106,7 @@ class FileInfo {
106
106
 
107
107
  return readFile(path).then((content) =>
108
108
  lstat(path).then((fileStat) => {
109
- if (isBinaryFileSync(content, fileStat.size)) {
109
+ if (isBinaryFile(content, fileStat.size)) {
110
110
  return content;
111
111
  } else {
112
112
  try {