ember-cli 4.8.0-beta.0 → 4.8.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,14 +1,28 @@
|
|
|
1
1
|
# ember-cli Changelog
|
|
2
2
|
|
|
3
|
-
## v4.8.
|
|
3
|
+
## v4.8.1
|
|
4
4
|
|
|
5
5
|
#### Blueprint Changes
|
|
6
6
|
|
|
7
|
-
- [`ember new` diff](https://github.com/ember-cli/ember-new-output/compare/v4.
|
|
8
|
-
- [`ember addon` diff](https://github.com/ember-cli/ember-addon-output/compare/v4.
|
|
7
|
+
- [`ember new` diff](https://github.com/ember-cli/ember-new-output/compare/v4.8.0...v4.8.1)
|
|
8
|
+
- [`ember addon` diff](https://github.com/ember-cli/ember-addon-output/compare/v4.8.0...v4.8.1)
|
|
9
9
|
|
|
10
10
|
#### Changelog
|
|
11
11
|
|
|
12
|
+
- [#10313](https://github.com/ember-cli/ember-cli/pull/10313) [BUGFIX] Do not try to wire up Testem unless a test framework is dete… [@NullVoxPopuli](https://github.com/NullVoxPopuli)
|
|
13
|
+
|
|
14
|
+
Thank you to all who took the time to contribute!
|
|
15
|
+
|
|
16
|
+
## v4.8.0
|
|
17
|
+
|
|
18
|
+
#### Blueprint Changes
|
|
19
|
+
|
|
20
|
+
- [`ember new` diff](https://github.com/ember-cli/ember-new-output/compare/v4.7.0...v4.8.0)
|
|
21
|
+
- [`ember addon` diff](https://github.com/ember-cli/ember-addon-output/compare/v4.7.0...v4.8.0)
|
|
22
|
+
|
|
23
|
+
#### Changelog
|
|
24
|
+
|
|
25
|
+
- [#10014](https://github.com/ember-cli/ember-cli/pull/10014) [BUGFIX release] Make sure newly installed addons are discovered when running `ember install` [@bertdeblock](https://github.com/bertdeblock)
|
|
12
26
|
- [#9920](https://github.com/ember-cli/ember-cli/pull/9920) [BUGFIX] Make sure a blueprint’s options object and project instance are always available for all public hooks [@bertdeblock](https://github.com/bertdeblock)
|
|
13
27
|
- [#9945](https://github.com/ember-cli/ember-cli/pull/9945) [ENHANCEMENT/BREAKING] Add Node v18 to `engines` in `app` and `addon` blueprint (removes support for Node v17) [@bertdeblock](https://github.com/bertdeblock)
|
|
14
28
|
- [#9946](https://github.com/ember-cli/ember-cli/pull/9946) [INTERNAL] Unskip `package-info-cache` tests [@bertdeblock](https://github.com/bertdeblock)
|
|
@@ -25,41 +25,41 @@
|
|
|
25
25
|
"devDependencies": {
|
|
26
26
|
"@ember/optional-features": "^2.0.0",
|
|
27
27
|
"@ember/test-helpers": "^2.8.1<% if (embroider) { %>",
|
|
28
|
-
"@embroider/compat": "^1.
|
|
29
|
-
"@embroider/core": "^1.
|
|
30
|
-
"@embroider/webpack": "^1.
|
|
28
|
+
"@embroider/compat": "^1.9.0",
|
|
29
|
+
"@embroider/core": "^1.9.0",
|
|
30
|
+
"@embroider/webpack": "^1.9.0<% } %>",
|
|
31
31
|
"@glimmer/component": "^1.1.2",
|
|
32
32
|
"@glimmer/tracking": "^1.1.2",
|
|
33
33
|
"babel-eslint": "^10.1.0",
|
|
34
34
|
"broccoli-asset-rev": "^3.0.0",
|
|
35
|
-
"ember-auto-import": "^2.4.
|
|
35
|
+
"ember-auto-import": "^2.4.3",
|
|
36
36
|
"ember-cli": "~<%= emberCLIVersion %>",
|
|
37
37
|
"ember-cli-app-version": "^5.0.0",
|
|
38
38
|
"ember-cli-babel": "^7.26.11",
|
|
39
39
|
"ember-cli-dependency-checker": "^3.3.1",
|
|
40
|
-
"ember-cli-htmlbars": "^6.1.
|
|
40
|
+
"ember-cli-htmlbars": "^6.1.1",
|
|
41
41
|
"ember-cli-inject-live-reload": "^2.1.0",
|
|
42
42
|
"ember-cli-sri": "^2.1.1",
|
|
43
43
|
"ember-cli-terser": "^4.0.2",
|
|
44
|
-
"ember-data": "~4.
|
|
44
|
+
"ember-data": "~4.7.3",
|
|
45
45
|
"ember-fetch": "^8.1.2",
|
|
46
46
|
"ember-load-initializers": "^2.1.2",
|
|
47
47
|
"ember-page-title": "^7.0.0",
|
|
48
|
-
"ember-qunit": "^
|
|
48
|
+
"ember-qunit": "^6.0.0",
|
|
49
49
|
"ember-resolver": "^8.0.3",
|
|
50
|
-
"ember-source": "~4.8.0
|
|
51
|
-
"ember-template-lint": "^4.
|
|
50
|
+
"ember-source": "~4.8.0",
|
|
51
|
+
"ember-template-lint": "^4.16.1<% if (welcome) { %>",
|
|
52
52
|
"ember-welcome-page": "^6.2.0<% } %>",
|
|
53
53
|
"eslint": "^7.32.0",
|
|
54
54
|
"eslint-config-prettier": "^8.5.0",
|
|
55
|
-
"eslint-plugin-ember": "^11.0
|
|
55
|
+
"eslint-plugin-ember": "^11.1.0",
|
|
56
56
|
"eslint-plugin-node": "^11.1.0",
|
|
57
57
|
"eslint-plugin-prettier": "^4.2.1",
|
|
58
58
|
"eslint-plugin-qunit": "^7.3.1",
|
|
59
59
|
"loader.js": "^4.7.0",
|
|
60
60
|
"npm-run-all": "^4.1.5",
|
|
61
61
|
"prettier": "^2.7.1",
|
|
62
|
-
"qunit": "^2.19.
|
|
62
|
+
"qunit": "^2.19.2",
|
|
63
63
|
"qunit-dom": "^2.0.0",
|
|
64
64
|
"webpack": "^5.74.0"
|
|
65
65
|
},
|
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": "4.8.
|
|
6
|
+
"version": "4.8.1-lts-4-8-7bce1a79a0"
|
|
7
7
|
},
|
|
8
8
|
"files": {
|
|
9
9
|
"lib/broccoli/default-packager.js": {
|
|
@@ -6286,7 +6286,7 @@
|
|
|
6286
6286
|
},
|
|
6287
6287
|
{
|
|
6288
6288
|
"file": "lib/models/project.js",
|
|
6289
|
-
"line":
|
|
6289
|
+
"line": 665,
|
|
6290
6290
|
"description": "Find an addon by its name",
|
|
6291
6291
|
"access": "public",
|
|
6292
6292
|
"tagname": "",
|
|
@@ -6308,7 +6308,7 @@
|
|
|
6308
6308
|
},
|
|
6309
6309
|
{
|
|
6310
6310
|
"file": "lib/models/project.js",
|
|
6311
|
-
"line":
|
|
6311
|
+
"line": 679,
|
|
6312
6312
|
"description": "Generate test file contents.\n\nThis method is supposed to be overwritten by test framework addons\nlike `ember-qunit` and `ember-mocha`.",
|
|
6313
6313
|
"access": "public",
|
|
6314
6314
|
"tagname": "",
|
|
@@ -6335,7 +6335,7 @@
|
|
|
6335
6335
|
},
|
|
6336
6336
|
{
|
|
6337
6337
|
"file": "lib/models/project.js",
|
|
6338
|
-
"line":
|
|
6338
|
+
"line": 703,
|
|
6339
6339
|
"description": "Returns a new project based on the first `package.json` that is found\nin `pathName`.\n\nIf the above `package.json` specifies `ember-addon.projectRoot`, we load\nthe project based on the relative path between this directory and the\nspecified `projectRoot`.",
|
|
6340
6340
|
"access": "private",
|
|
6341
6341
|
"tagname": "",
|
|
@@ -6363,7 +6363,7 @@
|
|
|
6363
6363
|
},
|
|
6364
6364
|
{
|
|
6365
6365
|
"file": "lib/models/project.js",
|
|
6366
|
-
"line":
|
|
6366
|
+
"line": 754,
|
|
6367
6367
|
"description": "Returns a new project based on the first package.json that is found\nin `pathName`, or the nullProject.\n\nThe nullProject signifies no-project, but abides by the null object pattern",
|
|
6368
6368
|
"access": "private",
|
|
6369
6369
|
"tagname": "",
|
|
@@ -6386,7 +6386,7 @@
|
|
|
6386
6386
|
},
|
|
6387
6387
|
{
|
|
6388
6388
|
"file": "lib/models/project.js",
|
|
6389
|
-
"line":
|
|
6389
|
+
"line": 778,
|
|
6390
6390
|
"description": "Returns the project root based on the first package.json that is found",
|
|
6391
6391
|
"static": 1,
|
|
6392
6392
|
"itemtype": "method",
|
package/lib/models/project.js
CHANGED