ember-cli 7.0.0-beta.1 → 7.0.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,14 +1,14 @@
|
|
|
1
1
|
# ember-cli Changelog
|
|
2
2
|
|
|
3
|
-
## Release (2026-
|
|
3
|
+
## Release (2026-05-15)
|
|
4
4
|
|
|
5
|
-
* ember-cli 7.0.0
|
|
6
|
-
* @ember-tooling/classic-build-addon-blueprint 7.0.0
|
|
7
|
-
* @ember-tooling/classic-build-app-blueprint 7.0.0
|
|
5
|
+
* ember-cli 7.0.0 (major)
|
|
6
|
+
* @ember-tooling/classic-build-addon-blueprint 7.0.0 (major)
|
|
7
|
+
* @ember-tooling/classic-build-app-blueprint 7.0.0 (major)
|
|
8
8
|
|
|
9
|
-
#### :
|
|
9
|
+
#### :boom: Breaking Change
|
|
10
10
|
* `ember-cli`, `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
|
|
11
|
-
* [#
|
|
11
|
+
* [#11022](https://github.com/ember-cli/ember-cli/pull/11022) Promote Beta and update all dependencies for 7.0 release ([@mansona](https://github.com/mansona))
|
|
12
12
|
|
|
13
13
|
#### Committers: 1
|
|
14
14
|
- 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": "7.0.0-
|
|
6
|
+
"version": "7.0.0-release-a239f20b05"
|
|
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": "7.0.0
|
|
3
|
+
"version": "7.0.0",
|
|
4
4
|
"description": "Command line tool for developing ambitious ember.js apps",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"app",
|
|
@@ -26,24 +26,16 @@
|
|
|
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
|
-
"@ember-tooling/blueprint-blueprint": "^0.
|
|
39
|
-
"@ember-tooling/blueprint-model": "^0.
|
|
40
|
-
"@ember/app-blueprint": "~7.0.0
|
|
41
|
-
"@pnpm/find-workspace-dir": "^1000.1.
|
|
42
|
-
"babel-remove-types": "^1.0
|
|
30
|
+
"@ember-tooling/blueprint-blueprint": "^0.3.0",
|
|
31
|
+
"@ember-tooling/blueprint-model": "^0.6.2",
|
|
32
|
+
"@ember/app-blueprint": "~7.0.0",
|
|
33
|
+
"@pnpm/find-workspace-dir": "^1000.1.5",
|
|
34
|
+
"babel-remove-types": "^1.1.0",
|
|
43
35
|
"broccoli": "^4.0.0",
|
|
44
|
-
"broccoli-concat": "^4.2.
|
|
36
|
+
"broccoli-concat": "^4.2.7",
|
|
45
37
|
"broccoli-config-loader": "^1.0.1",
|
|
46
|
-
"broccoli-config-replace": "^1.1.
|
|
38
|
+
"broccoli-config-replace": "^1.1.3",
|
|
47
39
|
"broccoli-debug": "^0.6.5",
|
|
48
40
|
"broccoli-funnel": "^3.0.8",
|
|
49
41
|
"broccoli-funnel-reducer": "^1.0.0",
|
|
@@ -55,15 +47,15 @@
|
|
|
55
47
|
"calculate-cache-key-for-tree": "^2.0.0",
|
|
56
48
|
"capture-exit": "^2.0.0",
|
|
57
49
|
"chalk": "^5.6.2",
|
|
58
|
-
"ci-info": "^4.
|
|
50
|
+
"ci-info": "^4.4.0",
|
|
59
51
|
"clean-base-url": "^1.0.0",
|
|
60
52
|
"compression": "^1.8.1",
|
|
61
53
|
"configstore": "^7.1.0",
|
|
62
54
|
"console-ui": "^3.1.2",
|
|
63
|
-
"content-tag": "^4.
|
|
55
|
+
"content-tag": "^4.2.0",
|
|
64
56
|
"core-object": "^3.1.5",
|
|
65
57
|
"dag-map": "^2.0.2",
|
|
66
|
-
"diff": "^8.0.
|
|
58
|
+
"diff": "^8.0.4",
|
|
67
59
|
"ember-cli-is-package-missing": "^1.0.0",
|
|
68
60
|
"ember-cli-normalize-entity-name": "^1.0.0",
|
|
69
61
|
"ember-cli-preprocess-registry": "^5.0.1",
|
|
@@ -72,84 +64,84 @@
|
|
|
72
64
|
"execa": "^9.6.1",
|
|
73
65
|
"exit": "^0.1.2",
|
|
74
66
|
"express": "^5.2.1",
|
|
75
|
-
"filesize": "^11.0.
|
|
67
|
+
"filesize": "^11.0.17",
|
|
76
68
|
"find-up": "^8.0.0",
|
|
77
69
|
"find-yarn-workspace-root": "^2.0.0",
|
|
78
|
-
"fs-extra": "^11.3.
|
|
70
|
+
"fs-extra": "^11.3.5",
|
|
79
71
|
"fs-tree-diff": "^2.0.1",
|
|
80
72
|
"get-caller-file": "^2.0.5",
|
|
81
73
|
"git-repo-info": "^2.1.1",
|
|
82
|
-
"glob": "^13.0.
|
|
74
|
+
"glob": "^13.0.6",
|
|
83
75
|
"heimdalljs": "^0.2.6",
|
|
84
76
|
"heimdalljs-fs-monitor": "^1.1.2",
|
|
85
77
|
"heimdalljs-graph": "^1.0.0",
|
|
86
78
|
"heimdalljs-logger": "^0.1.10",
|
|
87
79
|
"http-proxy": "^1.18.1",
|
|
88
80
|
"inflection": "^3.0.2",
|
|
89
|
-
"inquirer": "^13.
|
|
81
|
+
"inquirer": "^13.4.2",
|
|
90
82
|
"is-git-url": "^1.0.0",
|
|
91
|
-
"is-language-code": "^5.1.
|
|
92
|
-
"lodash": "^4.
|
|
93
|
-
"markdown-it": "^14.1.
|
|
83
|
+
"is-language-code": "^5.1.3",
|
|
84
|
+
"lodash": "^4.18.1",
|
|
85
|
+
"markdown-it": "^14.1.1",
|
|
94
86
|
"markdown-it-terminal": "^0.4.0",
|
|
95
|
-
"minimatch": "^10.
|
|
87
|
+
"minimatch": "^10.2.5",
|
|
96
88
|
"morgan": "^1.10.1",
|
|
97
89
|
"nopt": "^3.0.6",
|
|
98
90
|
"npm-package-arg": "^13.0.2",
|
|
99
91
|
"os-locale": "^6.0.2",
|
|
100
92
|
"p-defer": "^4.0.1",
|
|
101
|
-
"portfinder": "^1.0.
|
|
93
|
+
"portfinder": "^1.0.38",
|
|
102
94
|
"promise-map-series": "^0.3.0",
|
|
103
95
|
"promise.hash.helper": "^1.0.8",
|
|
104
96
|
"quick-temp": "^0.1.9",
|
|
105
|
-
"resolve": "^1.22.
|
|
97
|
+
"resolve": "^1.22.12",
|
|
106
98
|
"resolve-package-path": "^4.0.3",
|
|
107
|
-
"safe-stable-stringify": "^2.
|
|
99
|
+
"safe-stable-stringify": "^2.5.0",
|
|
108
100
|
"sane": "^5.0.1",
|
|
109
|
-
"semver": "^7.7.
|
|
101
|
+
"semver": "^7.7.4",
|
|
110
102
|
"silent-error": "^1.1.1",
|
|
111
|
-
"sort-package-json": "^3.6.
|
|
103
|
+
"sort-package-json": "^3.6.1",
|
|
112
104
|
"symlink-or-copy": "^1.3.1",
|
|
113
|
-
"testem": "^3.
|
|
105
|
+
"testem": "^3.20.0",
|
|
114
106
|
"tiny-lr": "^2.0.0",
|
|
115
107
|
"tree-sync": "^2.1.0",
|
|
116
108
|
"walk-sync": "^4.0.1",
|
|
117
109
|
"watch-detector": "^1.0.2",
|
|
118
|
-
"workerpool": "^10.0.
|
|
110
|
+
"workerpool": "^10.0.2",
|
|
119
111
|
"yam": "^1.0.0",
|
|
120
|
-
"@ember-tooling/classic-build-
|
|
121
|
-
"@ember-tooling/classic-build-
|
|
112
|
+
"@ember-tooling/classic-build-app-blueprint": "7.0.0",
|
|
113
|
+
"@ember-tooling/classic-build-addon-blueprint": "7.0.0"
|
|
122
114
|
},
|
|
123
115
|
"devDependencies": {
|
|
124
|
-
"broccoli-plugin": "^4.0.
|
|
116
|
+
"broccoli-plugin": "^4.0.7",
|
|
125
117
|
"broccoli-test-helper": "^2.0.0",
|
|
126
|
-
"chai": "^6.2.
|
|
118
|
+
"chai": "^6.2.2",
|
|
127
119
|
"chai-as-promised": "^8.0.2",
|
|
128
120
|
"chai-files": "^1.4.0",
|
|
129
121
|
"chai-jest-snapshot": "^2.0.0",
|
|
130
122
|
"concurrently": "^9.2.1",
|
|
131
123
|
"ember-cli-blueprint-test-helpers": "^0.19.2",
|
|
132
124
|
"ember-cli-internal-test-helpers": "^0.9.1",
|
|
133
|
-
"eslint": "^8.
|
|
125
|
+
"eslint": "^8.57.1",
|
|
134
126
|
"eslint-config-prettier": "^10.1.8",
|
|
135
|
-
"eslint-plugin-chai-expect": "^3.
|
|
127
|
+
"eslint-plugin-chai-expect": "^3.1.0",
|
|
136
128
|
"eslint-plugin-mocha": "^10.5.0",
|
|
137
|
-
"eslint-plugin-n": "^17.
|
|
129
|
+
"eslint-plugin-n": "^17.24.0",
|
|
138
130
|
"fixturify": "^3.0.0",
|
|
139
131
|
"fixturify-project": "^2.1.1",
|
|
140
|
-
"jsdom": "^21.1.
|
|
132
|
+
"jsdom": "^21.1.2",
|
|
141
133
|
"latest-version": "^9.0.0",
|
|
142
134
|
"mocha": "^11.7.5",
|
|
143
|
-
"nock": "^14.0.
|
|
135
|
+
"nock": "^14.0.15",
|
|
144
136
|
"nyc": "^17.1.0",
|
|
145
137
|
"prettier": "3.7.4",
|
|
146
|
-
"release-plan": "^0.17.
|
|
147
|
-
"strip-ansi": "^7.
|
|
148
|
-
"supertest": "^7.
|
|
149
|
-
"testdouble": "^3.
|
|
138
|
+
"release-plan": "^0.17.4",
|
|
139
|
+
"strip-ansi": "^7.2.0",
|
|
140
|
+
"supertest": "^7.2.2",
|
|
141
|
+
"testdouble": "^3.20.2",
|
|
150
142
|
"tmp": "^0.2.5",
|
|
151
143
|
"tmp-promise": "^3.0.3",
|
|
152
|
-
"websocket": "^1.0.
|
|
144
|
+
"websocket": "^1.0.35",
|
|
153
145
|
"which": "6.0.0",
|
|
154
146
|
"yuidoc-ember-cli-theme": "^1.0.4",
|
|
155
147
|
"yuidocjs": "0.10.2"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ember-tooling/classic-build-addon-blueprint",
|
|
3
|
-
"version": "7.0.0
|
|
3
|
+
"version": "7.0.0",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "https://github.com/ember-cli/ember-cli.git",
|
|
@@ -15,18 +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.
|
|
18
|
+
"fs-extra": "^11.3.5",
|
|
19
19
|
"lodash": "^4.18.1",
|
|
20
20
|
"silent-error": "^1.1.1",
|
|
21
21
|
"sort-package-json": "^2.15.1",
|
|
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
|
}
|
|
@@ -42,9 +42,9 @@
|
|
|
42
42
|
"@ember-data/store": "~5.8.2",
|
|
43
43
|
"@warp-drive/ember": "~5.8.2<% } %>",
|
|
44
44
|
"@ember/optional-features": "^2.3.0",
|
|
45
|
-
"@ember/test-helpers": "^5.4.
|
|
46
|
-
"@embroider/compat": "^3.9.
|
|
47
|
-
"@embroider/core": "^3.5.
|
|
45
|
+
"@ember/test-helpers": "^5.4.2<% if (embroider) { %>",
|
|
46
|
+
"@embroider/compat": "^3.9.4",
|
|
47
|
+
"@embroider/core": "^3.5.10<% } %>",
|
|
48
48
|
"@embroider/macros": "^1.20.2<% if (embroider) { %>",
|
|
49
49
|
"@embroider/webpack": "^4.1.2<% } %>",
|
|
50
50
|
"@eslint/js": "^9.39.4",
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
"broccoli-asset-rev": "^3.0.0",
|
|
64
64
|
"concurrently": "^9.2.1",
|
|
65
65
|
"ember-auto-import": "^2.13.1",
|
|
66
|
-
"ember-cli": "~7.0.0
|
|
66
|
+
"ember-cli": "~7.0.0",
|
|
67
67
|
"ember-cli-app-version": "^7.0.0",
|
|
68
68
|
"ember-cli-babel": "^8.3.1",
|
|
69
69
|
"ember-cli-clean-css": "^3.0.0",
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
"ember-page-title": "^9.0.3",
|
|
80
80
|
"ember-qunit": "^9.0.4",
|
|
81
81
|
"ember-resolver": "^13.2.0",
|
|
82
|
-
"ember-source": "~7.0.0
|
|
82
|
+
"ember-source": "~7.0.0",
|
|
83
83
|
"ember-template-imports": "^4.4.0",
|
|
84
84
|
"ember-template-lint": "^6.1.0<% if (welcome) { %>",
|
|
85
85
|
"ember-welcome-page": "^7.0.2<% } %>",
|
|
@@ -98,7 +98,7 @@
|
|
|
98
98
|
"stylelint": "^16.26.1",
|
|
99
99
|
"stylelint-config-standard": "^36.0.1<% if (typescript) { %>",
|
|
100
100
|
"typescript": "^5.9.3",
|
|
101
|
-
"typescript-eslint": "^8.59.
|
|
101
|
+
"typescript-eslint": "^8.59.2<% } %>",
|
|
102
102
|
"webpack": "^5.106.2"
|
|
103
103
|
},
|
|
104
104
|
"engines": {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ember-tooling/classic-build-app-blueprint",
|
|
3
|
-
"version": "7.0.0
|
|
3
|
+
"version": "7.0.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.6.2",
|
|
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
|
}
|