ember-cli 5.0.0-beta.0 → 5.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,16 @@
|
|
|
1
1
|
# ember-cli Changelog
|
|
2
2
|
|
|
3
|
-
## v5.0.0
|
|
3
|
+
## v5.0.0
|
|
4
4
|
|
|
5
5
|
#### Blueprint Changes
|
|
6
6
|
|
|
7
|
-
- [`ember new` diff](https://github.com/ember-cli/ember-new-output/compare/v4.12.
|
|
8
|
-
- [`ember addon` diff](https://github.com/ember-cli/ember-addon-output/compare/v4.12.
|
|
7
|
+
- [`ember new` diff](https://github.com/ember-cli/ember-new-output/compare/v4.12.1...v5.0.0)
|
|
8
|
+
- [`ember addon` diff](https://github.com/ember-cli/ember-addon-output/compare/v4.12.1...v5.0.0)
|
|
9
9
|
|
|
10
10
|
#### Changelog
|
|
11
11
|
|
|
12
|
+
- [#10244](https://github.com/ember-cli/ember-cli/pull/10244) Update ember-cli-preprocess-registry and add ember-cli-clean-css to the blueprints [@kategengler](https://github.com/kategengler)
|
|
13
|
+
- [#10276](https://github.com/ember-cli/ember-cli/pull/10276) Widen peer dependency range for ember-source [@jrjohnson](https://github.com/jrjohnson)
|
|
12
14
|
- [#10019](https://github.com/ember-cli/ember-cli/pull/10019) [CLEANUP] Drop support for the `baseURL` environment option [@bertdeblock](https://github.com/bertdeblock)
|
|
13
15
|
- [#10106](https://github.com/ember-cli/ember-cli/pull/10106) [CLEANUP] Remove deprecated `PACKAGER` experiment [@bertdeblock](https://github.com/bertdeblock)
|
|
14
16
|
- [#10175](https://github.com/ember-cli/ember-cli/pull/10175) [CLEANUP] Clean up `blacklist-whitelist-build-options` deprecation [@bertdeblock](https://github.com/bertdeblock)
|
|
@@ -44,6 +46,19 @@
|
|
|
44
46
|
|
|
45
47
|
Thank you to all who took the time to contribute!
|
|
46
48
|
|
|
49
|
+
## v4.12.1
|
|
50
|
+
|
|
51
|
+
#### Blueprint Changes
|
|
52
|
+
|
|
53
|
+
- [`ember new` diff](https://github.com/ember-cli/ember-new-output/compare/v4.12.0...v4.12.1)
|
|
54
|
+
- [`ember addon` diff](https://github.com/ember-cli/ember-addon-output/compare/v4.12.0...v4.12.1)
|
|
55
|
+
|
|
56
|
+
#### Changelog
|
|
57
|
+
|
|
58
|
+
- [#10251](https://github.com/ember-cli/ember-cli/pull/10251) [BUGFIX release] Remove `stylelint-config-prettier` from `app` blueprint [@bertdeblock](https://github.com/bertdeblock)
|
|
59
|
+
|
|
60
|
+
Thank you to all who took the time to contribute!
|
|
61
|
+
|
|
47
62
|
## v4.12.0
|
|
48
63
|
|
|
49
64
|
#### Blueprint Changes
|
|
@@ -6,12 +6,12 @@
|
|
|
6
6
|
"test:ember-compatibility": "ember try:each"
|
|
7
7
|
},
|
|
8
8
|
"devDependencies": {
|
|
9
|
-
"@embroider/test-setup": "^
|
|
9
|
+
"@embroider/test-setup": "^3.0.1",
|
|
10
10
|
"ember-source-channel-url": "^3.0.0",
|
|
11
11
|
"ember-try": "^2.0.0"
|
|
12
12
|
},
|
|
13
13
|
"peerDependencies": {
|
|
14
|
-
"ember-source": "
|
|
14
|
+
"ember-source": ">= 4.0.0"
|
|
15
15
|
},
|
|
16
16
|
"ember-addon": {
|
|
17
17
|
"configPath": "tests/dummy/config"
|
|
@@ -26,55 +26,55 @@
|
|
|
26
26
|
"test:ember": "ember test"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
|
-
"<% if (!typescript) { %>@babel/eslint-parser": "^7.
|
|
30
|
-
"@babel/plugin-proposal-decorators": "^7.
|
|
29
|
+
"<% if (!typescript) { %>@babel/eslint-parser": "^7.22.5",
|
|
30
|
+
"@babel/plugin-proposal-decorators": "^7.22.5",
|
|
31
31
|
"<% } %>@ember/optional-features": "^2.0.0",
|
|
32
|
-
"@ember/string": "^3.
|
|
33
|
-
"@ember/test-helpers": "^
|
|
34
|
-
"@embroider/compat": "^
|
|
35
|
-
"@embroider/core": "^
|
|
36
|
-
"@embroider/webpack": "^
|
|
32
|
+
"@ember/string": "^3.1.1",
|
|
33
|
+
"@ember/test-helpers": "^3.0.3<% if (embroider) { %>",
|
|
34
|
+
"@embroider/compat": "^3.0.1",
|
|
35
|
+
"@embroider/core": "^3.0.1",
|
|
36
|
+
"@embroider/webpack": "^3.0.0<% } %>",
|
|
37
37
|
"@glimmer/component": "^1.1.2",
|
|
38
38
|
"@glimmer/tracking": "^1.1.2<% if (typescript) { %>",
|
|
39
|
-
"@typescript-eslint/eslint-plugin": "^5.
|
|
40
|
-
"@typescript-eslint/parser": "^5.
|
|
39
|
+
"@typescript-eslint/eslint-plugin": "^5.59.9",
|
|
40
|
+
"@typescript-eslint/parser": "^5.59.9<% } %>",
|
|
41
41
|
"broccoli-asset-rev": "^3.0.0",
|
|
42
|
-
"concurrently": "^8.0
|
|
42
|
+
"concurrently": "^8.2.0",
|
|
43
43
|
"ember-auto-import": "^2.6.3",
|
|
44
44
|
"ember-cli": "~<%= emberCLIVersion %>",
|
|
45
45
|
"ember-cli-app-version": "^6.0.0",
|
|
46
46
|
"ember-cli-babel": "^7.26.11",
|
|
47
|
+
"ember-cli-clean-css": "^2.0.0",
|
|
47
48
|
"ember-cli-dependency-checker": "^3.3.1",
|
|
48
49
|
"ember-cli-htmlbars": "^6.2.0",
|
|
49
50
|
"ember-cli-inject-live-reload": "^2.1.0<% if (!embroider) { %>",
|
|
50
51
|
"ember-cli-sri": "^2.1.1",
|
|
51
52
|
"ember-cli-terser": "^4.0.2<% } %>",
|
|
52
|
-
"ember-data": "~
|
|
53
|
+
"ember-data": "~5.0.0",
|
|
53
54
|
"ember-fetch": "^8.1.2",
|
|
54
55
|
"ember-load-initializers": "^2.1.2",
|
|
55
56
|
"ember-modifier": "^4.1.0",
|
|
56
57
|
"ember-page-title": "^7.0.0",
|
|
57
|
-
"ember-qunit": "^
|
|
58
|
-
"ember-resolver": "^10.
|
|
59
|
-
"ember-source": "~
|
|
60
|
-
"ember-template-lint": "^5.
|
|
61
|
-
"ember-welcome-page": "^7.0.
|
|
62
|
-
"eslint": "^8.
|
|
58
|
+
"ember-qunit": "^7.0.0",
|
|
59
|
+
"ember-resolver": "^10.1.0",
|
|
60
|
+
"ember-source": "~5.0.0",
|
|
61
|
+
"ember-template-lint": "^5.10.1<% if (welcome) { %>",
|
|
62
|
+
"ember-welcome-page": "^7.0.2<% } %>",
|
|
63
|
+
"eslint": "^8.42.0",
|
|
63
64
|
"eslint-config-prettier": "^8.8.0",
|
|
64
|
-
"eslint-plugin-ember": "^11.
|
|
65
|
-
"eslint-plugin-n": "^
|
|
65
|
+
"eslint-plugin-ember": "^11.8.0",
|
|
66
|
+
"eslint-plugin-n": "^16.0.0",
|
|
66
67
|
"eslint-plugin-prettier": "^4.2.1",
|
|
67
68
|
"eslint-plugin-qunit": "^7.3.4",
|
|
68
69
|
"loader.js": "^4.7.0",
|
|
69
|
-
"prettier": "^2.8.
|
|
70
|
+
"prettier": "^2.8.8",
|
|
70
71
|
"qunit": "^2.19.4",
|
|
71
72
|
"qunit-dom": "^2.0.0",
|
|
72
|
-
"stylelint": "^15.
|
|
73
|
-
"stylelint-config-
|
|
74
|
-
"stylelint-config-standard": "^32.0.0",
|
|
73
|
+
"stylelint": "^15.7.0",
|
|
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.86.0"
|
|
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.0.0-
|
|
6
|
+
"version": "5.0.0-release-023da4aaef"
|
|
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": "5.0.0
|
|
3
|
+
"version": "5.0.0",
|
|
4
4
|
"description": "Command line tool for developing ambitious ember.js apps",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"app",
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
"ember-cli-is-package-missing": "^1.0.0",
|
|
66
66
|
"ember-cli-lodash-subset": "^2.0.1",
|
|
67
67
|
"ember-cli-normalize-entity-name": "^1.0.0",
|
|
68
|
-
"ember-cli-preprocess-registry": "^
|
|
68
|
+
"ember-cli-preprocess-registry": "^5.0.1",
|
|
69
69
|
"ember-cli-string-utils": "^1.1.0",
|
|
70
70
|
"ensure-posix-path": "^1.1.1",
|
|
71
71
|
"execa": "^5.1.1",
|