ember-cli 4.10.0 → 4.11.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,5 +1,20 @@
1
1
  # ember-cli Changelog
2
2
 
3
+ ## v4.11.0
4
+
5
+ #### Blueprint Changes
6
+
7
+ - [`ember new` diff](https://github.com/ember-cli/ember-new-output/compare/v4.10.0...v4.11.0)
8
+ - [`ember addon` diff](https://github.com/ember-cli/ember-addon-output/compare/v4.10.0...v4.11.0)
9
+
10
+ #### Changelog
11
+
12
+ - [#10103](https://github.com/ember-cli/ember-cli/pull/10103) Update `markdown-it-terminal` to v0.4.0 (resolve `markdown-it` vulnerability) [@bertdeblock](https://github.com/bertdeblock)
13
+ - [#10109](https://github.com/ember-cli/ember-cli/pull/10109) [RFC 811] Add `ember-modifier` dependency to app blueprint [@SergeAstapov](https://github.com/SergeAstapov)
14
+ - [#10110](https://github.com/ember-cli/ember-cli/pull/10110) [RFC 812] Add `tracked-built-ins` dependency to app blueprint [@SergeAstapov](https://github.com/SergeAstapov)
15
+
16
+ Thank you to all who took the time to contribute!
17
+
3
18
  ## v4.10.0
4
19
 
5
20
  #### Blueprint Changes
package/bin/ember CHANGED
File without changes
@@ -6,7 +6,7 @@
6
6
  "test:ember-compatibility": "ember try:each"
7
7
  },
8
8
  "devDependencies": {
9
- "@embroider/test-setup": "^2.0.2",
9
+ "@embroider/test-setup": "^2.1.1",
10
10
  "ember-source-channel-url": "^3.0.0",
11
11
  "ember-try": "^2.0.0"
12
12
  },
@@ -27,45 +27,46 @@
27
27
  "@ember/optional-features": "^2.0.0",
28
28
  "@ember/string": "^3.0.1",
29
29
  "@ember/test-helpers": "^2.9.3<% if (embroider) { %>",
30
- "@embroider/compat": "^2.0.2",
31
- "@embroider/core": "^2.0.2",
32
- "@embroider/webpack": "^2.0.2<% } %>",
30
+ "@embroider/compat": "^2.1.1",
31
+ "@embroider/core": "^2.1.1",
32
+ "@embroider/webpack": "^2.1.1<% } %>",
33
33
  "@glimmer/component": "^1.1.2",
34
34
  "@glimmer/tracking": "^1.1.2<% if (typescript) { %>",
35
- "@typescript-eslint/eslint-plugin": "^5.48.2",
36
- "@typescript-eslint/parser": "^5.48.2<% } else { %>",
35
+ "@typescript-eslint/eslint-plugin": "^5.54.0",
36
+ "@typescript-eslint/parser": "^5.54.0<% } else { %>",
37
37
  "babel-eslint": "^10.1.0<% } %>",
38
38
  "broccoli-asset-rev": "^3.0.0",
39
39
  "concurrently": "^7.6.0",
40
- "ember-auto-import": "^2.5.0",
40
+ "ember-auto-import": "^2.6.1",
41
41
  "ember-cli": "~<%= emberCLIVersion %>",
42
- "ember-cli-app-version": "^5.0.0",
42
+ "ember-cli-app-version": "^6.0.0",
43
43
  "ember-cli-babel": "^7.26.11",
44
44
  "ember-cli-dependency-checker": "^3.3.1",
45
45
  "ember-cli-htmlbars": "^6.2.0",
46
46
  "ember-cli-inject-live-reload": "^2.1.0",
47
47
  "ember-cli-sri": "^2.1.1",
48
48
  "ember-cli-terser": "^4.0.2",
49
- "ember-data": "~4.9.1",
49
+ "ember-data": "~4.11.3",
50
50
  "ember-fetch": "^8.1.2",
51
51
  "ember-load-initializers": "^2.1.2",
52
+ "ember-modifier": "^4.1.0",
52
53
  "ember-page-title": "^7.0.0",
53
- "ember-qunit": "^6.1.1",
54
+ "ember-qunit": "^6.2.0",
54
55
  "ember-resolver": "^10.0.0",
55
- "ember-source": "~4.10.0",
56
- "ember-template-lint": "^5.3.1<% if (welcome) { %>",
57
- "ember-welcome-page": "^6.2.0<% } %>",
56
+ "ember-source": "~4.11.0",
57
+ "ember-template-lint": "^5.6.0<% if (welcome) { %>",
58
+ "ember-welcome-page": "^7.0.1<% } %>",
58
59
  "eslint": "^7.32.0",
59
60
  "eslint-config-prettier": "^8.6.0",
60
- "eslint-plugin-ember": "^11.4.3",
61
+ "eslint-plugin-ember": "^11.4.7",
61
62
  "eslint-plugin-n": "^15.6.1",
62
63
  "eslint-plugin-prettier": "^4.2.1",
63
64
  "eslint-plugin-qunit": "^7.3.4",
64
65
  "loader.js": "^4.7.0",
65
- "prettier": "^2.8.3",
66
- "qunit": "^2.19.3",
66
+ "prettier": "^2.8.4",
67
+ "qunit": "^2.19.4",
67
68
  "qunit-dom": "^2.0.0",
68
- "tracked-built-ins": "^3.1.0",
69
+ "tracked-built-ins": "^3.1.1",
69
70
  "webpack": "^5.75.0"
70
71
  },
71
72
  "engines": {
File without changes
File without changes