ember-repl 2.0.45 → 2.0.48

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +21 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,3 +1,24 @@
1
+ ## [2.0.48](https://github.com/NullVoxPopuli/ember-repl/compare/v2.0.47...v2.0.48) (2022-05-24)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** update embroider monorepo to ^1.7.1 ([0264c7b](https://github.com/NullVoxPopuli/ember-repl/commit/0264c7b75fc0195a69143e952805d6709a73e1c3))
7
+
8
+ ## [2.0.47](https://github.com/NullVoxPopuli/ember-repl/compare/v2.0.46...v2.0.47) (2022-05-23)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * **deps:** update embroider monorepo to ^1.7.0 ([4e57c24](https://github.com/NullVoxPopuli/ember-repl/commit/4e57c24e5c9c1f9b95ff27cd3f7685e4479d370a))
14
+
15
+ ## [2.0.46](https://github.com/NullVoxPopuli/ember-repl/compare/v2.0.45...v2.0.46) (2022-05-22)
16
+
17
+
18
+ ### Bug Fixes
19
+
20
+ * **deps:** update dependency ember-auto-import to v2.4.2 ([b458903](https://github.com/NullVoxPopuli/ember-repl/commit/b458903b53e5aacc275beeb8bc2341afeca522fc))
21
+
1
22
  ## [2.0.45](https://github.com/NullVoxPopuli/ember-repl/compare/v2.0.44...v2.0.45) (2022-05-20)
2
23
 
3
24
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ember-repl",
3
- "version": "2.0.45",
3
+ "version": "2.0.48",
4
4
  "description": "Addon for enabling REPL and Playground creation with Ember/Glimmer",
5
5
  "keywords": [
6
6
  "ember-addon"
@@ -29,7 +29,7 @@
29
29
  },
30
30
  "dependencies": {
31
31
  "@babel/standalone": "^7.18.1",
32
- "@embroider/macros": "^1.6.0",
32
+ "@embroider/macros": "^1.7.1",
33
33
  "@glimmer/component": "^1.1.2",
34
34
  "@glimmer/tracking": "^1.1.2",
35
35
  "babel-plugin-htmlbars-inline-precompile": "^5.3.1",
@@ -37,7 +37,7 @@
37
37
  "broccoli-funnel": "^3.0.8",
38
38
  "broccoli-merge-trees": "^4.2.0",
39
39
  "common-tags": "^1.8.2",
40
- "ember-auto-import": "2.4.1",
40
+ "ember-auto-import": "2.4.2",
41
41
  "ember-cli-babel": "^7.26.11",
42
42
  "ember-cli-htmlbars": "^6.0.1",
43
43
  "ember-cli-typescript": "^5.1.0",
@@ -51,11 +51,11 @@
51
51
  "@ember/optional-features": "^2.0.0",
52
52
  "@ember/test-helpers": "^2.8.1",
53
53
  "@ember/test-waiters": "^3.0.2",
54
- "@embroider/test-setup": "^1.6.0",
54
+ "@embroider/test-setup": "^1.7.1",
55
55
  "@glimmer/interfaces": "^0.84.2",
56
56
  "@glimmer/reference": "^0.84.2",
57
57
  "@glimmer/util": "^0.84.2",
58
- "@nullvoxpopuli/eslint-configs": "^2.2.19",
58
+ "@nullvoxpopuli/eslint-configs": "^2.2.20",
59
59
  "@semantic-release/changelog": "^6.0.1",
60
60
  "@semantic-release/git": "^10.0.1",
61
61
  "@types/babel__core": "^7.1.19",
@@ -84,8 +84,8 @@
84
84
  "@types/qunit": "^2.11.3",
85
85
  "@types/rsvp": "^4.0.4",
86
86
  "@types/uuid": "^8.3.4",
87
- "@typescript-eslint/eslint-plugin": "^5.22.0",
88
- "@typescript-eslint/parser": "^5.22.0",
87
+ "@typescript-eslint/eslint-plugin": "^5.25.0",
88
+ "@typescript-eslint/parser": "^5.25.0",
89
89
  "babel-eslint": "^10.1.0",
90
90
  "broccoli-asset-rev": "^3.0.0",
91
91
  "ember-cli": "~4.3.0",
@@ -102,7 +102,7 @@
102
102
  "ember-resolver": "^8.0.3",
103
103
  "ember-source": "~4.4.0",
104
104
  "ember-source-channel-url": "^3.0.0",
105
- "ember-template-lint": "^4.6.0",
105
+ "ember-template-lint": "^4.9.1",
106
106
  "ember-try": "^2.0.0",
107
107
  "eslint": "^7.32.0",
108
108
  "eslint-config-prettier": "^8.5.0",