ember-repl 2.0.0 → 2.0.4
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 +28 -0
- package/README.md +1 -1
- package/package.json +14 -14
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,31 @@
|
|
|
1
|
+
## [2.0.4](https://github.com/NullVoxPopuli/ember-repl/compare/v2.0.3...v2.0.4) (2021-12-14)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** update dependency @babel/standalone to ^7.16.5 ([6eb2ee1](https://github.com/NullVoxPopuli/ember-repl/commit/6eb2ee1c9473918c7acee01eabd726a019a71d7b))
|
|
7
|
+
|
|
8
|
+
## [2.0.3](https://github.com/NullVoxPopuli/ember-repl/compare/v2.0.2...v2.0.3) (2021-12-09)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* **deps:** update embroider monorepo to ^0.48.1 ([0283c44](https://github.com/NullVoxPopuli/ember-repl/commit/0283c44f3c53b793533067df0ffe1e75c330ace8))
|
|
14
|
+
|
|
15
|
+
## [2.0.2](https://github.com/NullVoxPopuli/ember-repl/compare/v2.0.1...v2.0.2) (2021-12-08)
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
### Bug Fixes
|
|
19
|
+
|
|
20
|
+
* **deps:** update embroider monorepo to ^0.48.0 ([f18bfa5](https://github.com/NullVoxPopuli/ember-repl/commit/f18bfa5e707e5849302277fd4f14569866c7779d))
|
|
21
|
+
|
|
22
|
+
## [2.0.1](https://github.com/NullVoxPopuli/ember-repl/compare/v2.0.0...v2.0.1) (2021-12-05)
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
### Bug Fixes
|
|
26
|
+
|
|
27
|
+
* **deps:** update dependency ember-cli-htmlbars to ^6.0.1 ([735c905](https://github.com/NullVoxPopuli/ember-repl/commit/735c905a2f99be48865f6cd7ba7ea3abe9cd860d))
|
|
28
|
+
|
|
1
29
|
# [2.0.0](https://github.com/NullVoxPopuli/ember-repl/compare/v1.8.10...v2.0.0) (2021-12-04)
|
|
2
30
|
|
|
3
31
|
|
package/README.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ember-repl",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.4",
|
|
4
4
|
"description": "Addon for enabling REPL and Playground creation with Ember/Glimmer",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ember-addon"
|
|
@@ -28,8 +28,8 @@
|
|
|
28
28
|
"postpack": "ember ts:clean"
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@babel/standalone": "^7.16.
|
|
32
|
-
"@embroider/macros": "^0.
|
|
31
|
+
"@babel/standalone": "^7.16.5",
|
|
32
|
+
"@embroider/macros": "^0.48.1",
|
|
33
33
|
"@glimmer/component": "^1.0.4",
|
|
34
34
|
"@glimmer/tracking": "^1.0.4",
|
|
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.2.4",
|
|
41
41
|
"ember-cli-babel": "^7.26.6",
|
|
42
|
-
"ember-cli-htmlbars": "^6.0.
|
|
42
|
+
"ember-cli-htmlbars": "^6.0.1",
|
|
43
43
|
"ember-cli-typescript": "^4.2.1",
|
|
44
44
|
"ember-compatibility-helpers": "^1.2.5",
|
|
45
45
|
"path-browserify": "^1.0.1",
|
|
@@ -51,14 +51,14 @@
|
|
|
51
51
|
"@ember/optional-features": "^2.0.0",
|
|
52
52
|
"@ember/test-helpers": "^2.6.0",
|
|
53
53
|
"@ember/test-waiters": "^3.0.0",
|
|
54
|
-
"@embroider/test-setup": "^0.
|
|
54
|
+
"@embroider/test-setup": "^0.48.1",
|
|
55
55
|
"@glimmer/interfaces": "^0.83.1",
|
|
56
56
|
"@glimmer/reference": "^0.83.1",
|
|
57
57
|
"@glimmer/util": "^0.83.1",
|
|
58
|
-
"@nullvoxpopuli/eslint-configs": "^2.1.
|
|
59
|
-
"@semantic-release/changelog": "^
|
|
60
|
-
"@semantic-release/git": "^
|
|
61
|
-
"@types/babel__core": "^7.1.
|
|
58
|
+
"@nullvoxpopuli/eslint-configs": "^2.1.11",
|
|
59
|
+
"@semantic-release/changelog": "^6.0.1",
|
|
60
|
+
"@semantic-release/git": "^10.0.1",
|
|
61
|
+
"@types/babel__core": "^7.1.17",
|
|
62
62
|
"@types/babel__standalone": "^7.1.3",
|
|
63
63
|
"@types/ember-qunit": "^3.4.15",
|
|
64
64
|
"@types/ember-resolver": "^5.0.10",
|
|
@@ -83,8 +83,8 @@
|
|
|
83
83
|
"@types/qunit": "^2.11.2",
|
|
84
84
|
"@types/rsvp": "^4.0.4",
|
|
85
85
|
"@types/uuid": "^8.3.3",
|
|
86
|
-
"@typescript-eslint/eslint-plugin": "^5.
|
|
87
|
-
"@typescript-eslint/parser": "^5.
|
|
86
|
+
"@typescript-eslint/eslint-plugin": "^5.6.0",
|
|
87
|
+
"@typescript-eslint/parser": "^5.6.0",
|
|
88
88
|
"babel-eslint": "^10.1.0",
|
|
89
89
|
"broccoli-asset-rev": "^3.0.0",
|
|
90
90
|
"ember-cli": "~3.28.4",
|
|
@@ -117,9 +117,9 @@
|
|
|
117
117
|
"prettier": "^2.5.1",
|
|
118
118
|
"qunit": "^2.17.2",
|
|
119
119
|
"qunit-dom": "^2.0.0",
|
|
120
|
-
"semantic-release": "^
|
|
121
|
-
"typescript": "^4.5.
|
|
122
|
-
"webpack": "^5.
|
|
120
|
+
"semantic-release": "^18.0.1",
|
|
121
|
+
"typescript": "^4.5.4",
|
|
122
|
+
"webpack": "^5.65.0"
|
|
123
123
|
},
|
|
124
124
|
"release": {
|
|
125
125
|
"branches": [
|