ember-cli 5.1.0-beta.0 → 5.1.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
|
@@ -4,16 +4,16 @@
|
|
|
4
4
|
|
|
5
5
|
#### Blueprint Changes
|
|
6
6
|
|
|
7
|
-
- [`ember new` diff](https://github.com/ember-cli/ember-new-output/compare/v5.0.0...v5.1.0
|
|
8
|
-
- [`ember addon` diff](https://github.com/ember-cli/ember-addon-output/compare/v5.0.0...v5.1.0
|
|
7
|
+
- [`ember new` diff](https://github.com/ember-cli/ember-new-output/compare/v5.0.0...v5.1.0)
|
|
8
|
+
- [`ember addon` diff](https://github.com/ember-cli/ember-addon-output/compare/v5.0.0...v5.1.0)
|
|
9
9
|
|
|
10
10
|
#### Changelog
|
|
11
11
|
|
|
12
|
+
- [#10300](https://github.com/ember-cli/ember-cli/pull/10300) [BUGFIX] Do not try to wire up Testem unless a test framework is detected [@NullVoxPopuli](https://github.com/NullVoxPopuli)
|
|
12
13
|
- [#10256](https://github.com/ember-cli/ember-cli/pull/10256) [ENHANCEMENT] Align `hbs` templates generated by `app` blueprint with Prettier defaults [@jelhan](https://github.com/jelhan)
|
|
13
14
|
- [#10276](https://github.com/ember-cli/ember-cli/pull/10276) [BUGFIX] Widen peer dependency range for ember-source [@jrjohnson](https://github.com/jrjohnson)
|
|
14
15
|
- [#10279](https://github.com/ember-cli/ember-cli/pull/10279) Updated ember-welcome-page to v7.0.2 [@ijlee2](https://github.com/ijlee2)
|
|
15
16
|
- [#10287](https://github.com/ember-cli/ember-cli/pull/10287) Implementation of RFC 907 - pnpm support [@NullVoxPopuli](https://github.com/NullVoxPopuli)
|
|
16
|
-
- [#10294](https://github.com/ember-cli/ember-cli/pull/10294) update beta deps [@kellyselden](https://github.com/kellyselden)
|
|
17
17
|
|
|
18
18
|
Thank you to all who took the time to contribute!
|
|
19
19
|
|
|
@@ -31,13 +31,13 @@
|
|
|
31
31
|
"<% } %>@ember/optional-features": "^2.0.0",
|
|
32
32
|
"@ember/string": "^3.1.1",
|
|
33
33
|
"@ember/test-helpers": "^3.1.0<% if (embroider) { %>",
|
|
34
|
-
"@embroider/compat": "^3.
|
|
35
|
-
"@embroider/core": "^3.
|
|
36
|
-
"@embroider/webpack": "^3.
|
|
34
|
+
"@embroider/compat": "^3.1.3",
|
|
35
|
+
"@embroider/core": "^3.1.1",
|
|
36
|
+
"@embroider/webpack": "^3.1.1<% } %>",
|
|
37
37
|
"@glimmer/component": "^1.1.2",
|
|
38
38
|
"@glimmer/tracking": "^1.1.2<% if (typescript) { %>",
|
|
39
|
-
"@typescript-eslint/eslint-plugin": "^5.60.
|
|
40
|
-
"@typescript-eslint/parser": "^5.60.
|
|
39
|
+
"@typescript-eslint/eslint-plugin": "^5.60.1",
|
|
40
|
+
"@typescript-eslint/parser": "^5.60.1<% } %>",
|
|
41
41
|
"broccoli-asset-rev": "^3.0.0",
|
|
42
42
|
"concurrently": "^8.2.0",
|
|
43
43
|
"ember-auto-import": "^2.6.3",
|
|
@@ -50,31 +50,31 @@
|
|
|
50
50
|
"ember-cli-inject-live-reload": "^2.1.0<% if (!embroider) { %>",
|
|
51
51
|
"ember-cli-sri": "^2.1.1",
|
|
52
52
|
"ember-cli-terser": "^4.0.2<% } %>",
|
|
53
|
-
"ember-data": "~5.1.0
|
|
53
|
+
"ember-data": "~5.1.0",
|
|
54
54
|
"ember-fetch": "^8.1.2",
|
|
55
55
|
"ember-load-initializers": "^2.1.2",
|
|
56
56
|
"ember-modifier": "^4.1.0",
|
|
57
57
|
"ember-page-title": "^7.0.0",
|
|
58
58
|
"ember-qunit": "^7.0.0",
|
|
59
59
|
"ember-resolver": "^10.1.1",
|
|
60
|
-
"ember-source": "~5.1.
|
|
61
|
-
"ember-template-lint": "^5.
|
|
60
|
+
"ember-source": "~5.1.1",
|
|
61
|
+
"ember-template-lint": "^5.11.0<% if (welcome) { %>",
|
|
62
62
|
"ember-welcome-page": "^7.0.2<% } %>",
|
|
63
63
|
"eslint": "^8.43.0",
|
|
64
64
|
"eslint-config-prettier": "^8.8.0",
|
|
65
|
-
"eslint-plugin-ember": "^11.
|
|
66
|
-
"eslint-plugin-n": "^16.0.
|
|
65
|
+
"eslint-plugin-ember": "^11.9.0",
|
|
66
|
+
"eslint-plugin-n": "^16.0.1",
|
|
67
67
|
"eslint-plugin-prettier": "^4.2.1",
|
|
68
|
-
"eslint-plugin-qunit": "^
|
|
68
|
+
"eslint-plugin-qunit": "^8.0.0",
|
|
69
69
|
"loader.js": "^4.7.0",
|
|
70
70
|
"prettier": "^2.8.8",
|
|
71
71
|
"qunit": "^2.19.4",
|
|
72
72
|
"qunit-dom": "^2.0.0",
|
|
73
|
-
"stylelint": "^15.
|
|
73
|
+
"stylelint": "^15.9.0",
|
|
74
74
|
"stylelint-config-standard": "^33.0.0",
|
|
75
75
|
"stylelint-prettier": "^3.0.0",
|
|
76
76
|
"tracked-built-ins": "^3.1.1",
|
|
77
|
-
"webpack": "^5.
|
|
77
|
+
"webpack": "^5.88.1"
|
|
78
78
|
},
|
|
79
79
|
"engines": {
|
|
80
80
|
"node": "16.* || >= 18"
|
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.1.0-
|
|
6
|
+
"version": "5.1.0-release-e8820d9d4e"
|
|
7
7
|
},
|
|
8
8
|
"files": {
|
|
9
9
|
"lib/broccoli/default-packager.js": {
|