ember-cli 5.9.0-beta.0 → 5.9.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,11 +1,11 @@
|
|
|
1
1
|
# ember-cli Changelog
|
|
2
2
|
|
|
3
|
-
## v5.9.0
|
|
3
|
+
## v5.9.0
|
|
4
4
|
|
|
5
5
|
#### Blueprint Changes
|
|
6
6
|
|
|
7
|
-
- [`ember new` diff](https://github.com/ember-cli/ember-new-output/compare/v5.8.
|
|
8
|
-
- [`ember addon` diff](https://github.com/ember-cli/ember-addon-output/compare/v5.8.
|
|
7
|
+
- [`ember new` diff](https://github.com/ember-cli/ember-new-output/compare/v5.8.1...v5.9.0)
|
|
8
|
+
- [`ember addon` diff](https://github.com/ember-cli/ember-addon-output/compare/v5.8.1...v5.9.0)
|
|
9
9
|
|
|
10
10
|
#### Changelog
|
|
11
11
|
|
|
@@ -15,6 +15,19 @@
|
|
|
15
15
|
|
|
16
16
|
Thank you to all who took the time to contribute!
|
|
17
17
|
|
|
18
|
+
## v5.8.1
|
|
19
|
+
|
|
20
|
+
#### Blueprint Changes
|
|
21
|
+
|
|
22
|
+
- [`ember new` diff](https://github.com/ember-cli/ember-new-output/compare/v5.8.0...v5.8.1)
|
|
23
|
+
- [`ember addon` diff](https://github.com/ember-cli/ember-addon-output/compare/v5.8.0...v5.8.1)
|
|
24
|
+
|
|
25
|
+
#### Changelog
|
|
26
|
+
|
|
27
|
+
- [#10458](https://github.com/ember-cli/ember-cli/pull/10458) Use Lodash's `_.template` instead of `lodash.template` package [@gorner](https://github.com/gorner)
|
|
28
|
+
|
|
29
|
+
Thank you to all who took the time to contribute!
|
|
30
|
+
|
|
18
31
|
## v5.8.0
|
|
19
32
|
|
|
20
33
|
#### Blueprint Changes
|
|
@@ -81,6 +94,19 @@ Thank you to all who took the time to contribute!
|
|
|
81
94
|
|
|
82
95
|
Thank you to all who took the time to contribute!
|
|
83
96
|
|
|
97
|
+
## v5.4.2
|
|
98
|
+
|
|
99
|
+
#### Blueprint Changes
|
|
100
|
+
|
|
101
|
+
- [`ember new` diff](https://github.com/ember-cli/ember-new-output/compare/v5.4.1...v5.4.2)
|
|
102
|
+
- [`ember addon` diff](https://github.com/ember-cli/ember-addon-output/compare/v5.4.1...v5.4.2)
|
|
103
|
+
|
|
104
|
+
#### Changelog
|
|
105
|
+
|
|
106
|
+
- [#10458](https://github.com/ember-cli/ember-cli/pull/10458) Use Lodash's `_.template` instead of `lodash.template` package [@gorner](https://github.com/gorner)
|
|
107
|
+
|
|
108
|
+
Thank you to all who took the time to contribute!
|
|
109
|
+
|
|
84
110
|
## v5.4.1
|
|
85
111
|
|
|
86
112
|
#### Blueprint Changes
|
|
@@ -229,6 +255,32 @@ Thank you to all who took the time to contribute!
|
|
|
229
255
|
|
|
230
256
|
Thank you to all who took the time to contribute!
|
|
231
257
|
|
|
258
|
+
## v4.12.3
|
|
259
|
+
|
|
260
|
+
#### Blueprint Changes
|
|
261
|
+
|
|
262
|
+
- [`ember new` diff](https://github.com/ember-cli/ember-new-output/compare/v4.12.2...v4.12.3)
|
|
263
|
+
- [`ember addon` diff](https://github.com/ember-cli/ember-addon-output/compare/v4.12.2...v4.12.3)
|
|
264
|
+
|
|
265
|
+
#### Changelog
|
|
266
|
+
|
|
267
|
+
- [#10458](https://github.com/ember-cli/ember-cli/pull/10458) Use Lodash's `_.template` instead of `lodash.template` package [@gorner](https://github.com/gorner)
|
|
268
|
+
|
|
269
|
+
Thank you to all who took the time to contribute!
|
|
270
|
+
|
|
271
|
+
## v4.12.2
|
|
272
|
+
|
|
273
|
+
#### Blueprint Changes
|
|
274
|
+
|
|
275
|
+
- [`ember new` diff](https://github.com/ember-cli/ember-new-output/compare/v4.12.1...v4.12.2)
|
|
276
|
+
- [`ember addon` diff](https://github.com/ember-cli/ember-addon-output/compare/v4.12.1...v4.12.2)
|
|
277
|
+
|
|
278
|
+
#### Changelog
|
|
279
|
+
|
|
280
|
+
- [#10314](https://github.com/ember-cli/ember-cli/pull/10314) [BUGFIX] Do not try to wire up Testem unless a test framework is dete… [@NullVoxPopuli](https://github.com/NullVoxPopuli)
|
|
281
|
+
|
|
282
|
+
Thank you to all who took the time to contribute!
|
|
283
|
+
|
|
232
284
|
## v4.12.1
|
|
233
285
|
|
|
234
286
|
#### Blueprint Changes
|
|
@@ -26,20 +26,20 @@
|
|
|
26
26
|
"test:ember": "ember test"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
|
-
"@babel/core": "^7.24.
|
|
30
|
-
"<% if (!typescript) { %>@babel/eslint-parser": "^7.24.
|
|
31
|
-
"@babel/plugin-proposal-decorators": "^7.24.
|
|
29
|
+
"@babel/core": "^7.24.7",
|
|
30
|
+
"<% if (!typescript) { %>@babel/eslint-parser": "^7.24.7",
|
|
31
|
+
"@babel/plugin-proposal-decorators": "^7.24.7",
|
|
32
32
|
"<% } %>@ember/optional-features": "^2.1.0",
|
|
33
33
|
"@ember/string": "^3.1.1",
|
|
34
34
|
"@ember/test-helpers": "^3.3.0<% if (embroider) { %>",
|
|
35
|
-
"@embroider/compat": "^3.
|
|
36
|
-
"@embroider/core": "^3.4.
|
|
35
|
+
"@embroider/compat": "^3.5.1",
|
|
36
|
+
"@embroider/core": "^3.4.10",
|
|
37
37
|
"@embroider/webpack": "^3.2.3<% } %>",
|
|
38
38
|
"@glimmer/component": "^1.1.2",
|
|
39
39
|
"@glimmer/tracking": "^1.1.2<% if (typescript) { %>",
|
|
40
40
|
"@glint/environment-ember-loose": "^1.4.0",
|
|
41
41
|
"@glint/template": "^1.4.0",
|
|
42
|
-
"@tsconfig/ember": "^3.0.
|
|
42
|
+
"@tsconfig/ember": "^3.0.8",
|
|
43
43
|
"@types/ember": "^4.0.11",
|
|
44
44
|
"@types/ember-data": "^4.4.16",
|
|
45
45
|
"@types/ember-data__adapter": "^4.0.6",
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
"@typescript-eslint/parser": "^6.21.0<% } %>",
|
|
73
73
|
"broccoli-asset-rev": "^3.0.0",
|
|
74
74
|
"concurrently": "^8.2.2",
|
|
75
|
-
"ember-auto-import": "^2.7.
|
|
75
|
+
"ember-auto-import": "^2.7.3",
|
|
76
76
|
"ember-cli": "~<%= emberCLIVersion %>",
|
|
77
77
|
"ember-cli-app-version": "^6.0.1",
|
|
78
78
|
"ember-cli-babel": "^8.2.0",
|
|
@@ -82,14 +82,14 @@
|
|
|
82
82
|
"ember-cli-inject-live-reload": "^2.1.0<% if (!embroider) { %>",
|
|
83
83
|
"ember-cli-sri": "^2.1.1",
|
|
84
84
|
"ember-cli-terser": "^4.0.2<% } %>",
|
|
85
|
-
"ember-data": "~5.
|
|
85
|
+
"ember-data": "~5.3.3",
|
|
86
86
|
"ember-fetch": "^8.1.2",
|
|
87
87
|
"ember-load-initializers": "^2.1.2",
|
|
88
88
|
"ember-modifier": "^4.1.0",
|
|
89
89
|
"ember-page-title": "^8.2.3",
|
|
90
90
|
"ember-qunit": "^8.0.2",
|
|
91
91
|
"ember-resolver": "^11.0.1",
|
|
92
|
-
"ember-source": "~5.9.0
|
|
92
|
+
"ember-source": "~5.9.0",
|
|
93
93
|
"ember-template-lint": "^5.13.0<% if (welcome) { %>",
|
|
94
94
|
"ember-welcome-page": "^7.0.2<% } %>",
|
|
95
95
|
"eslint": "^8.57.0",
|
|
@@ -99,8 +99,8 @@
|
|
|
99
99
|
"eslint-plugin-prettier": "^5.1.3",
|
|
100
100
|
"eslint-plugin-qunit": "^8.1.1",
|
|
101
101
|
"loader.js": "^4.7.0",
|
|
102
|
-
"prettier": "^3.
|
|
103
|
-
"qunit": "^2.
|
|
102
|
+
"prettier": "^3.3.1",
|
|
103
|
+
"qunit": "^2.21.0",
|
|
104
104
|
"qunit-dom": "^2.0.0",
|
|
105
105
|
"stylelint": "^15.11.0",
|
|
106
106
|
"stylelint-config-standard": "^34.0.0",
|
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": "5.9.0-
|
|
6
|
+
"version": "5.9.0-release-b52896b6af"
|
|
7
7
|
},
|
|
8
8
|
"files": {
|
|
9
9
|
"lib/broccoli/default-packager.js": {
|
package/lib/tasks/git-init.js
CHANGED
|
@@ -47,7 +47,7 @@ module.exports = class GitInitTask extends Task {
|
|
|
47
47
|
}
|
|
48
48
|
|
|
49
49
|
async _gitCommit() {
|
|
50
|
-
const template = require('lodash
|
|
50
|
+
const template = require('lodash/template');
|
|
51
51
|
let commitTemplate = fs.readFileSync(path.join(__dirname, '../utilities/COMMIT_MESSAGE.txt'));
|
|
52
52
|
let commitMessage = template(commitTemplate)(pkg);
|
|
53
53
|
let env = this.buildGitEnvironment();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ember-cli",
|
|
3
|
-
"version": "5.9.0
|
|
3
|
+
"version": "5.9.0",
|
|
4
4
|
"description": "Command line tool for developing ambitious ember.js apps",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"app",
|
|
@@ -91,7 +91,7 @@
|
|
|
91
91
|
"is-git-url": "^1.0.0",
|
|
92
92
|
"is-language-code": "^3.1.0",
|
|
93
93
|
"isbinaryfile": "^5.0.0",
|
|
94
|
-
"lodash
|
|
94
|
+
"lodash": "^4.17.21",
|
|
95
95
|
"markdown-it": "^13.0.1",
|
|
96
96
|
"markdown-it-terminal": "^0.4.0",
|
|
97
97
|
"minimatch": "^7.4.3",
|