ember-cli 6.11.0-beta.2 → 6.11.0
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,8 +1,24 @@
|
|
|
1
1
|
# ember-cli Changelog
|
|
2
2
|
|
|
3
|
+
## Release (2026-02-17)
|
|
4
|
+
|
|
5
|
+
* ember-cli 6.11.0 (minor)
|
|
6
|
+
* @ember-tooling/classic-build-addon-blueprint 6.11.0 (minor)
|
|
7
|
+
* @ember-tooling/classic-build-app-blueprint 6.11.0 (minor)
|
|
8
|
+
|
|
9
|
+
#### :rocket: Enhancement
|
|
10
|
+
* `ember-cli`, `@ember-tooling/classic-build-app-blueprint`
|
|
11
|
+
* [#10960](https://github.com/ember-cli/ember-cli/pull/10960) Promote Beta and update all dependencies for 6.11 release ([@mansona](https://github.com/mansona))
|
|
12
|
+
* `ember-cli`, `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
|
|
13
|
+
* [#10929](https://github.com/ember-cli/ember-cli/pull/10929) Prepare 6.11-beta ([@mansona](https://github.com/mansona))
|
|
14
|
+
* [#10919](https://github.com/ember-cli/ember-cli/pull/10919) Prepare 6.11-alpha ([@mansona](https://github.com/mansona))
|
|
15
|
+
|
|
16
|
+
#### Committers: 1
|
|
17
|
+
- Chris Manson ([@mansona](https://github.com/mansona))
|
|
18
|
+
|
|
3
19
|
## Release (2026-02-09)
|
|
4
20
|
|
|
5
|
-
* ember-cli 6.
|
|
21
|
+
* ember-cli 6.10.2 (patch)
|
|
6
22
|
|
|
7
23
|
#### :bug: Bug Fix
|
|
8
24
|
* `ember-cli`
|
|
@@ -11,7 +27,6 @@
|
|
|
11
27
|
|
|
12
28
|
#### :house: Internal
|
|
13
29
|
* `ember-cli`
|
|
14
|
-
* [#10954](https://github.com/ember-cli/ember-cli/pull/10954) Merge release into beta ([@mansona](https://github.com/mansona))
|
|
15
30
|
* [#10952](https://github.com/ember-cli/ember-cli/pull/10952) add correct --publish-branch to pnpm publish ([@mansona](https://github.com/mansona))
|
|
16
31
|
* [#10951](https://github.com/ember-cli/ember-cli/pull/10951) Fix PR name for stable release-plan pull request ([@mansona](https://github.com/mansona))
|
|
17
32
|
* [#10950](https://github.com/ember-cli/ember-cli/pull/10950) [backport release] update release-plan for OIDC ([@mansona](https://github.com/mansona))
|
|
@@ -19,22 +34,19 @@
|
|
|
19
34
|
#### Committers: 1
|
|
20
35
|
- Chris Manson ([@mansona](https://github.com/mansona))
|
|
21
36
|
|
|
22
|
-
## Release (2026-
|
|
37
|
+
## Release (2026-02-08)
|
|
23
38
|
|
|
24
|
-
* ember-cli 6.
|
|
25
|
-
* @ember-tooling/classic-build-addon-blueprint 6.11.0-beta.1 (minor)
|
|
26
|
-
* @ember-tooling/classic-build-app-blueprint 6.11.0-beta.1 (minor)
|
|
39
|
+
* ember-cli 6.10.1 (patch)
|
|
27
40
|
|
|
28
|
-
#### :
|
|
29
|
-
* `ember-cli
|
|
30
|
-
* [#
|
|
31
|
-
* [#
|
|
41
|
+
#### :bug: Bug Fix
|
|
42
|
+
* `ember-cli`
|
|
43
|
+
* [#10949](https://github.com/ember-cli/ember-cli/pull/10949) [backport release] remove unused isbinaryfile from ember-cli package ([@mansona](https://github.com/mansona))
|
|
44
|
+
* [#10940](https://github.com/ember-cli/ember-cli/pull/10940) [bugfix release] remove fixturify-project from dependencies ([@mansona](https://github.com/mansona))
|
|
32
45
|
|
|
33
46
|
#### :house: Internal
|
|
34
|
-
* `ember-cli
|
|
35
|
-
* [#
|
|
36
|
-
* [#
|
|
37
|
-
* [#10884](https://github.com/ember-cli/ember-cli/pull/10884) Prepare Alpha Release ([@mansona](https://github.com/mansona))
|
|
47
|
+
* `ember-cli`
|
|
48
|
+
* [#10951](https://github.com/ember-cli/ember-cli/pull/10951) Fix PR name for stable release-plan pull request ([@mansona](https://github.com/mansona))
|
|
49
|
+
* [#10950](https://github.com/ember-cli/ember-cli/pull/10950) [backport release] update release-plan for OIDC ([@mansona](https://github.com/mansona))
|
|
38
50
|
|
|
39
51
|
#### Committers: 1
|
|
40
52
|
- Chris Manson ([@mansona](https://github.com/mansona))
|
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.11.0-
|
|
6
|
+
"version": "6.11.0-release-ce9c4d730c"
|
|
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
|
|
3
|
+
"version": "6.11.0",
|
|
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.11.0
|
|
32
|
+
"@ember/app-blueprint": "~6.11.0",
|
|
41
33
|
"@pnpm/find-workspace-dir": "^1000.1.3",
|
|
42
34
|
"babel-remove-types": "^1.0.2",
|
|
43
35
|
"broccoli": "^4.0.0",
|
|
@@ -118,8 +110,8 @@
|
|
|
118
110
|
"watch-detector": "^1.0.2",
|
|
119
111
|
"workerpool": "^10.0.1",
|
|
120
112
|
"yam": "^1.0.0",
|
|
121
|
-
"@ember-tooling/classic-build-addon-blueprint": "6.11.0
|
|
122
|
-
"@ember-tooling/classic-build-app-blueprint": "6.11.0
|
|
113
|
+
"@ember-tooling/classic-build-addon-blueprint": "6.11.0",
|
|
114
|
+
"@ember-tooling/classic-build-app-blueprint": "6.11.0"
|
|
123
115
|
},
|
|
124
116
|
"devDependencies": {
|
|
125
117
|
"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
|
|
3
|
+
"version": "6.11.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.
|
|
31
|
+
"@babel/core": "^7.29.0",
|
|
32
32
|
"@babel/eslint-parser": "^7.28.6",
|
|
33
|
-
"@babel/plugin-proposal-decorators": "^7.
|
|
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.
|
|
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.
|
|
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.11.0
|
|
63
|
+
"ember-cli": "~6.11.0",
|
|
64
64
|
"ember-cli-app-version": "^7.0.0",
|
|
65
|
-
"ember-cli-babel": "^8.
|
|
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,31 +72,31 @@
|
|
|
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.
|
|
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.11.0
|
|
79
|
+
"ember-source": "~6.11.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.
|
|
87
|
-
"eslint-plugin-qunit": "^8.2.
|
|
86
|
+
"eslint-plugin-n": "^17.24.0",
|
|
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",
|
|
91
|
-
"prettier-plugin-ember-template-tag": "^2.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.
|
|
99
|
-
"webpack": "^5.
|
|
98
|
+
"typescript-eslint": "^8.56.0<% } %>",
|
|
99
|
+
"webpack": "^5.105.2"
|
|
100
100
|
},
|
|
101
101
|
"engines": {
|
|
102
102
|
"node": ">= 20.19"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ember-tooling/classic-build-app-blueprint",
|
|
3
|
-
"version": "6.11.0
|
|
3
|
+
"version": "6.11.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
|
}
|