ember-repl 2.0.55 → 2.0.58
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 +21 -0
- package/package.json +10 -10
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,24 @@
|
|
|
1
|
+
## [2.0.58](https://github.com/NullVoxPopuli/ember-repl/compare/v2.0.57...v2.0.58) (2022-07-04)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** update embroider monorepo to ^1.8.3 ([ef4be4e](https://github.com/NullVoxPopuli/ember-repl/commit/ef4be4e7391b9d266551ae4d7e1fc395909dd299))
|
|
7
|
+
|
|
8
|
+
## [2.0.57](https://github.com/NullVoxPopuli/ember-repl/compare/v2.0.56...v2.0.57) (2022-07-04)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* **deps:** update dependency ember-cli-htmlbars to ^6.1.0 ([953c0c1](https://github.com/NullVoxPopuli/ember-repl/commit/953c0c15304301e8ed31da5b7320f60a4e835b43))
|
|
14
|
+
|
|
15
|
+
## [2.0.56](https://github.com/NullVoxPopuli/ember-repl/compare/v2.0.55...v2.0.56) (2022-07-02)
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
### Bug Fixes
|
|
19
|
+
|
|
20
|
+
* **deps:** update embroider monorepo to ^1.8.1 ([56c45ec](https://github.com/NullVoxPopuli/ember-repl/commit/56c45ec04094362196f329d978bbea4e494efb46))
|
|
21
|
+
|
|
1
22
|
## [2.0.55](https://github.com/NullVoxPopuli/ember-repl/compare/v2.0.54...v2.0.55) (2022-06-29)
|
|
2
23
|
|
|
3
24
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ember-repl",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.58",
|
|
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.7",
|
|
32
|
-
"@embroider/macros": "^1.8.
|
|
32
|
+
"@embroider/macros": "^1.8.3",
|
|
33
33
|
"@glimmer/component": "^1.1.2",
|
|
34
34
|
"@glimmer/tracking": "^1.1.2",
|
|
35
35
|
"babel-plugin-htmlbars-inline-precompile": "^5.3.1",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"common-tags": "^1.8.2",
|
|
40
40
|
"ember-auto-import": "2.4.2",
|
|
41
41
|
"ember-cli-babel": "^7.26.11",
|
|
42
|
-
"ember-cli-htmlbars": "^6.0
|
|
42
|
+
"ember-cli-htmlbars": "^6.1.0",
|
|
43
43
|
"ember-cli-typescript": "^5.1.0",
|
|
44
44
|
"ember-compatibility-helpers": "^1.2.6",
|
|
45
45
|
"path-browserify": "^1.0.1",
|
|
@@ -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.8.
|
|
54
|
+
"@embroider/test-setup": "^1.8.3",
|
|
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.
|
|
58
|
+
"@nullvoxpopuli/eslint-configs": "^2.2.32",
|
|
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.
|
|
88
|
-
"@typescript-eslint/parser": "^5.
|
|
87
|
+
"@typescript-eslint/eslint-plugin": "^5.30.4",
|
|
88
|
+
"@typescript-eslint/parser": "^5.30.4",
|
|
89
89
|
"babel-eslint": "^10.1.0",
|
|
90
90
|
"broccoli-asset-rev": "^3.0.0",
|
|
91
91
|
"ember-cli": "~4.4.0",
|
|
@@ -102,7 +102,7 @@
|
|
|
102
102
|
"ember-resolver": "^8.0.3",
|
|
103
103
|
"ember-source": "~4.5.0",
|
|
104
104
|
"ember-source-channel-url": "^3.0.0",
|
|
105
|
-
"ember-template-lint": "^4.10.
|
|
105
|
+
"ember-template-lint": "^4.10.1",
|
|
106
106
|
"ember-try": "^2.0.0",
|
|
107
107
|
"eslint": "^7.32.0",
|
|
108
108
|
"eslint-config-prettier": "^8.5.0",
|
|
@@ -110,7 +110,7 @@
|
|
|
110
110
|
"eslint-plugin-ember": "^10.6.1",
|
|
111
111
|
"eslint-plugin-import": "^2.26.0",
|
|
112
112
|
"eslint-plugin-node": "^11.1.0",
|
|
113
|
-
"eslint-plugin-prettier": "^4.
|
|
113
|
+
"eslint-plugin-prettier": "^4.2.1",
|
|
114
114
|
"eslint-plugin-qunit": "^7.3.0",
|
|
115
115
|
"eslint-plugin-simple-import-sort": "^7.0.0",
|
|
116
116
|
"loader.js": "^4.7.0",
|
|
@@ -137,7 +137,7 @@
|
|
|
137
137
|
]
|
|
138
138
|
},
|
|
139
139
|
"volta": {
|
|
140
|
-
"node": "16.15.
|
|
140
|
+
"node": "16.15.0",
|
|
141
141
|
"yarn": "1.22.19"
|
|
142
142
|
},
|
|
143
143
|
"engines": {
|