ember-cli 6.10.0 → 6.11.0-beta.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-25)
|
|
4
|
+
|
|
5
|
+
* ember-cli 6.11.0-beta.1 (minor)
|
|
6
|
+
* @ember-tooling/classic-build-addon-blueprint 6.11.0-beta.1 (minor)
|
|
7
|
+
* @ember-tooling/classic-build-app-blueprint 6.11.0-beta.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
|
+
* [#10919](https://github.com/ember-cli/ember-cli/pull/10919) Prepare 6.11-alpha ([@mansona](https://github.com/mansona))
|
|
13
|
+
|
|
14
|
+
#### :house: Internal
|
|
15
|
+
* `ember-cli`, `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
|
|
16
|
+
* [#10929](https://github.com/ember-cli/ember-cli/pull/10929) Prepare 6.11-beta ([@mansona](https://github.com/mansona))
|
|
17
|
+
* [#10918](https://github.com/ember-cli/ember-cli/pull/10918) Prepare Stable Release ([@mansona](https://github.com/mansona))
|
|
18
|
+
* [#10884](https://github.com/ember-cli/ember-cli/pull/10884) Prepare Alpha Release ([@mansona](https://github.com/mansona))
|
|
19
|
+
|
|
20
|
+
#### Committers: 1
|
|
21
|
+
- Chris Manson ([@mansona](https://github.com/mansona))
|
|
22
|
+
|
|
3
23
|
## Release (2026-01-23)
|
|
4
24
|
|
|
5
25
|
* 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.
|
|
6
|
+
"version": "6.11.0-beta.1-beta-6423bda4f4"
|
|
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.
|
|
3
|
+
"version": "6.11.0-beta.1",
|
|
4
4
|
"description": "Command line tool for developing ambitious ember.js apps",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"app",
|
|
@@ -26,10 +26,18 @@
|
|
|
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
|
+
},
|
|
29
37
|
"dependencies": {
|
|
30
38
|
"@ember-tooling/blueprint-blueprint": "^0.2.1",
|
|
31
39
|
"@ember-tooling/blueprint-model": "^0.5.0",
|
|
32
|
-
"@ember/app-blueprint": "~6.
|
|
40
|
+
"@ember/app-blueprint": "~6.11.0-beta.2",
|
|
33
41
|
"@pnpm/find-workspace-dir": "^1000.1.3",
|
|
34
42
|
"babel-remove-types": "^1.0.2",
|
|
35
43
|
"broccoli": "^4.0.0",
|
|
@@ -112,8 +120,8 @@
|
|
|
112
120
|
"watch-detector": "^1.0.2",
|
|
113
121
|
"workerpool": "^10.0.1",
|
|
114
122
|
"yam": "^1.0.0",
|
|
115
|
-
"@ember-tooling/classic-build-addon-blueprint": "6.
|
|
116
|
-
"@ember-tooling/classic-build-app-blueprint": "6.
|
|
123
|
+
"@ember-tooling/classic-build-addon-blueprint": "6.11.0-beta.1",
|
|
124
|
+
"@ember-tooling/classic-build-app-blueprint": "6.11.0-beta.1"
|
|
117
125
|
},
|
|
118
126
|
"devDependencies": {
|
|
119
127
|
"broccoli-plugin": "^4.0.3",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ember-tooling/classic-build-addon-blueprint",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.11.0-beta.1",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "https://github.com/ember-cli/ember-cli.git",
|
|
@@ -20,5 +20,13 @@
|
|
|
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"
|
|
23
31
|
}
|
|
24
32
|
}
|
|
@@ -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.
|
|
63
|
+
"ember-cli": "~6.11.0-beta.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,7 +76,7 @@
|
|
|
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.
|
|
79
|
+
"ember-source": "~6.11.0-beta.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<% } %>",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ember-tooling/classic-build-app-blueprint",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.11.0-beta.1",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "https://github.com/ember-cli/ember-cli.git",
|
|
@@ -14,5 +14,13 @@
|
|
|
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"
|
|
17
25
|
}
|
|
18
26
|
}
|