ember-cli 6.10.0-beta.1 → 6.10.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
@@ -1,16 +1,50 @@
1
1
  # ember-cli Changelog
2
2
 
3
- ## Release (2026-01-06)
3
+ ## Release (2026-02-09)
4
4
 
5
- * ember-cli 6.10.0-beta.1 (minor)
6
- * @ember-tooling/classic-build-addon-blueprint 6.10.0-beta.1 (minor)
7
- * @ember-tooling/classic-build-app-blueprint 6.10.0-beta.1 (minor)
5
+ * ember-cli 6.10.2 (patch)
6
+
7
+ #### :bug: Bug Fix
8
+ * `ember-cli`
9
+ * [#10949](https://github.com/ember-cli/ember-cli/pull/10949) [backport release] remove unused isbinaryfile from ember-cli package ([@mansona](https://github.com/mansona))
10
+ * [#10940](https://github.com/ember-cli/ember-cli/pull/10940) [bugfix release] remove fixturify-project from dependencies ([@mansona](https://github.com/mansona))
11
+
12
+ #### :house: Internal
13
+ * `ember-cli`
14
+ * [#10952](https://github.com/ember-cli/ember-cli/pull/10952) add correct --publish-branch to pnpm publish ([@mansona](https://github.com/mansona))
15
+ * [#10951](https://github.com/ember-cli/ember-cli/pull/10951) Fix PR name for stable release-plan pull request ([@mansona](https://github.com/mansona))
16
+ * [#10950](https://github.com/ember-cli/ember-cli/pull/10950) [backport release] update release-plan for OIDC ([@mansona](https://github.com/mansona))
17
+
18
+ #### Committers: 1
19
+ - Chris Manson ([@mansona](https://github.com/mansona))
20
+
21
+ ## Release (2026-02-08)
22
+
23
+ * ember-cli 6.10.1 (patch)
24
+
25
+ #### :bug: Bug Fix
26
+ * `ember-cli`
27
+ * [#10949](https://github.com/ember-cli/ember-cli/pull/10949) [backport release] remove unused isbinaryfile from ember-cli package ([@mansona](https://github.com/mansona))
28
+ * [#10940](https://github.com/ember-cli/ember-cli/pull/10940) [bugfix release] remove fixturify-project from dependencies ([@mansona](https://github.com/mansona))
29
+
30
+ #### :house: Internal
31
+ * `ember-cli`
32
+ * [#10951](https://github.com/ember-cli/ember-cli/pull/10951) Fix PR name for stable release-plan pull request ([@mansona](https://github.com/mansona))
33
+ * [#10950](https://github.com/ember-cli/ember-cli/pull/10950) [backport release] update release-plan for OIDC ([@mansona](https://github.com/mansona))
34
+
35
+ #### Committers: 1
36
+ - Chris Manson ([@mansona](https://github.com/mansona))
37
+
38
+ ## Release (2026-01-23)
39
+
40
+ * ember-cli 6.10.0 (minor)
41
+ * @ember-tooling/classic-build-addon-blueprint 6.10.0 (minor)
42
+ * @ember-tooling/classic-build-app-blueprint 6.10.0 (minor)
8
43
 
9
44
  #### :rocket: Enhancement
10
45
  * `ember-cli`, `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
11
- * [#10917](https://github.com/ember-cli/ember-cli/pull/10917) Prepare 6.10-beta ([@mansona](https://github.com/mansona))
46
+ * [#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
47
  * [#10887](https://github.com/ember-cli/ember-cli/pull/10887) Update `chalk` dependency to latest ([@bertdeblock](https://github.com/bertdeblock))
13
- * [#10873](https://github.com/ember-cli/ember-cli/pull/10873) Prepare 6.10 Alpha ([@mansona](https://github.com/mansona))
14
48
  * `ember-cli`
15
49
  * [#10906](https://github.com/ember-cli/ember-cli/pull/10906) Even more dependency updates ([@bertdeblock](https://github.com/bertdeblock))
16
50
  * [#10892](https://github.com/ember-cli/ember-cli/pull/10892) More dependency updates ([@bertdeblock](https://github.com/bertdeblock))
@@ -19,9 +53,7 @@
19
53
 
20
54
  #### :bug: Bug Fix
21
55
  * `ember-cli`
22
- * [#10888](https://github.com/ember-cli/ember-cli/pull/10888) Upgrade broccoli ([@kategengler](https://github.com/kategengler))
23
56
  * [#10886](https://github.com/ember-cli/ember-cli/pull/10886) Update required Node version to v20.19.0 ([@bertdeblock](https://github.com/bertdeblock))
24
- * [#10860](https://github.com/ember-cli/ember-cli/pull/10860) [BUGFIX release]: Enter the WatchDetector branch of the build command when EMBROIDER_PREBUILD is present ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
25
57
  * `@ember-tooling/classic-build-app-blueprint`, `ember-cli`
26
58
  * [#10876](https://github.com/ember-cli/ember-cli/pull/10876) bump minimum node version to 20.19 ([@mansona](https://github.com/mansona))
27
59
 
@@ -38,11 +70,10 @@
38
70
  * [#10862](https://github.com/ember-cli/ember-cli/pull/10862) Fix typo in output repo workflow ([@kategengler](https://github.com/kategengler))
39
71
  * [#10861](https://github.com/ember-cli/ember-cli/pull/10861) Fix output repo generation with new tag format ([@kategengler](https://github.com/kategengler))
40
72
 
41
- #### Committers: 4
73
+ #### Committers: 3
42
74
  - Bert De Block ([@bertdeblock](https://github.com/bertdeblock))
43
75
  - Chris Manson ([@mansona](https://github.com/mansona))
44
76
  - Katie Gengler ([@kategengler](https://github.com/kategengler))
45
- - [@NullVoxPopuli](https://github.com/NullVoxPopuli)
46
77
 
47
78
  ## Release (2025-12-11)
48
79
 
@@ -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.10.0-beta.1-beta-93c2f53aa6"
6
+ "version": "6.10.2-release-6b0023b518"
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.10.0-beta.1",
3
+ "version": "6.10.2",
4
4
  "description": "Command line tool for developing ambitious ember.js apps",
5
5
  "keywords": [
6
6
  "app",
@@ -26,18 +26,10 @@
26
26
  "bin": {
27
27
  "ember": "./bin/ember"
28
28
  },
29
- "release-plan": {
30
- "semverIncrementAs": {
31
- "minor": "prerelease",
32
- "patch": "prerelease"
33
- },
34
- "semverIncrementTag": "beta",
35
- "publishTag": "beta"
36
- },
37
29
  "dependencies": {
38
30
  "@ember-tooling/blueprint-blueprint": "^0.2.1",
39
31
  "@ember-tooling/blueprint-model": "^0.5.0",
40
- "@ember/app-blueprint": "~6.10.0-beta.1",
32
+ "@ember/app-blueprint": "~6.10.0",
41
33
  "@pnpm/find-workspace-dir": "^1000.1.3",
42
34
  "babel-remove-types": "^1.0.2",
43
35
  "broccoli": "^4.0.0",
@@ -75,7 +67,6 @@
75
67
  "filesize": "^11.0.13",
76
68
  "find-up": "^8.0.0",
77
69
  "find-yarn-workspace-root": "^2.0.0",
78
- "fixturify-project": "^2.1.1",
79
70
  "fs-extra": "^11.3.3",
80
71
  "fs-tree-diff": "^2.0.1",
81
72
  "get-caller-file": "^2.0.5",
@@ -90,7 +81,6 @@
90
81
  "inquirer": "^13.1.0",
91
82
  "is-git-url": "^1.0.0",
92
83
  "is-language-code": "^5.1.0",
93
- "isbinaryfile": "^6.0.0",
94
84
  "lodash": "^4.17.21",
95
85
  "markdown-it": "^14.1.0",
96
86
  "markdown-it-terminal": "^0.4.0",
@@ -120,8 +110,8 @@
120
110
  "watch-detector": "^1.0.2",
121
111
  "workerpool": "^10.0.1",
122
112
  "yam": "^1.0.0",
123
- "@ember-tooling/classic-build-addon-blueprint": "6.10.0-beta.1",
124
- "@ember-tooling/classic-build-app-blueprint": "6.10.0-beta.1"
113
+ "@ember-tooling/classic-build-addon-blueprint": "6.10.0",
114
+ "@ember-tooling/classic-build-app-blueprint": "6.10.0"
125
115
  },
126
116
  "devDependencies": {
127
117
  "broccoli-plugin": "^4.0.3",
@@ -139,6 +129,7 @@
139
129
  "eslint-plugin-mocha": "^10.5.0",
140
130
  "eslint-plugin-n": "^17.23.1",
141
131
  "fixturify": "^3.0.0",
132
+ "fixturify-project": "^2.1.1",
142
133
  "jsdom": "^21.1.1",
143
134
  "latest-version": "^9.0.0",
144
135
  "mocha": "^11.7.5",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ember-tooling/classic-build-addon-blueprint",
3
- "version": "6.10.0-beta.1",
3
+ "version": "6.10.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/ember-cli/ember-cli.git",
@@ -20,13 +20,5 @@
20
20
  "silent-error": "^1.1.1",
21
21
  "sort-package-json": "^2.12.0",
22
22
  "walk-sync": "^3.0.0"
23
- },
24
- "release-plan": {
25
- "semverIncrementAs": {
26
- "minor": "prerelease",
27
- "patch": "prerelease"
28
- },
29
- "semverIncrementTag": "beta",
30
- "publishTag": "beta"
31
23
  }
32
24
  }
@@ -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.10.0-beta.1",
63
+ "ember-cli": "~6.10.2",
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,18 +76,18 @@
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.10.0-beta.1",
79
+ "ember-source": "~6.10.0",
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",
90
+ "prettier": "^3.8.1",
91
91
  "prettier-plugin-ember-template-tag": "^2.1.2",
92
92
  "qunit": "^2.25.0",
93
93
  "qunit-dom": "^3.5.0",
@@ -95,7 +95,7 @@
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.10.0-beta.1",
3
+ "version": "6.10.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/ember-cli/ember-cli.git",
@@ -14,13 +14,5 @@
14
14
  "@ember-tooling/blueprint-model": "^0.5.0",
15
15
  "chalk": "^5.6.2",
16
16
  "ember-cli-string-utils": "^1.1.0"
17
- },
18
- "release-plan": {
19
- "semverIncrementAs": {
20
- "minor": "prerelease",
21
- "patch": "prerelease"
22
- },
23
- "semverIncrementTag": "beta",
24
- "publishTag": "beta"
25
17
  }
26
18
  }
@@ -2,6 +2,8 @@
2
2
 
3
3
  const path = require('path');
4
4
  const merge = require('lodash/merge');
5
+ // this is a test-only dependency
6
+ // eslint-disable-next-line n/no-unpublished-require
5
7
  const FixturifyProject = require('fixturify-project');
6
8
  const Project = require('../../lib/models/project');
7
9
  const MockCLI = require('./mock-cli');