ember-cli 6.10.0 → 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,5 +1,40 @@
|
|
|
1
1
|
# ember-cli Changelog
|
|
2
2
|
|
|
3
|
+
## Release (2026-02-09)
|
|
4
|
+
|
|
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
|
+
|
|
3
38
|
## Release (2026-01-23)
|
|
4
39
|
|
|
5
40
|
* ember-cli 6.10.0 (minor)
|
package/docs/build/data.json
CHANGED
|
@@ -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.
|
|
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.
|
|
3
|
+
"version": "6.10.2",
|
|
4
4
|
"description": "Command line tool for developing ambitious ember.js apps",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"app",
|
|
@@ -67,7 +67,6 @@
|
|
|
67
67
|
"filesize": "^11.0.13",
|
|
68
68
|
"find-up": "^8.0.0",
|
|
69
69
|
"find-yarn-workspace-root": "^2.0.0",
|
|
70
|
-
"fixturify-project": "^2.1.1",
|
|
71
70
|
"fs-extra": "^11.3.3",
|
|
72
71
|
"fs-tree-diff": "^2.0.1",
|
|
73
72
|
"get-caller-file": "^2.0.5",
|
|
@@ -82,7 +81,6 @@
|
|
|
82
81
|
"inquirer": "^13.1.0",
|
|
83
82
|
"is-git-url": "^1.0.0",
|
|
84
83
|
"is-language-code": "^5.1.0",
|
|
85
|
-
"isbinaryfile": "^6.0.0",
|
|
86
84
|
"lodash": "^4.17.21",
|
|
87
85
|
"markdown-it": "^14.1.0",
|
|
88
86
|
"markdown-it-terminal": "^0.4.0",
|
|
@@ -131,6 +129,7 @@
|
|
|
131
129
|
"eslint-plugin-mocha": "^10.5.0",
|
|
132
130
|
"eslint-plugin-n": "^17.23.1",
|
|
133
131
|
"fixturify": "^3.0.0",
|
|
132
|
+
"fixturify-project": "^2.1.1",
|
|
134
133
|
"jsdom": "^21.1.1",
|
|
135
134
|
"latest-version": "^9.0.0",
|
|
136
135
|
"mocha": "^11.7.5",
|
|
@@ -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');
|