ember-repl 2.0.10 → 2.0.14
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/package.json +15 -15
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,31 @@
|
|
|
1
|
+
## [2.0.14](https://github.com/NullVoxPopuli/ember-repl/compare/v2.0.13...v2.0.14) (2022-01-13)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** update embroider monorepo to ^0.50.1 ([f7fb9c5](https://github.com/NullVoxPopuli/ember-repl/commit/f7fb9c528d3b80282a864c10b7551923bf8af397))
|
|
7
|
+
|
|
8
|
+
## [2.0.13](https://github.com/NullVoxPopuli/ember-repl/compare/v2.0.12...v2.0.13) (2022-01-12)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* **deps:** update dependency @babel/standalone to ^7.16.9 ([e388182](https://github.com/NullVoxPopuli/ember-repl/commit/e3881829e71055e75e6acce7ba9072b3918718e9))
|
|
14
|
+
|
|
15
|
+
## [2.0.12](https://github.com/NullVoxPopuli/ember-repl/compare/v2.0.11...v2.0.12) (2022-01-11)
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
### Bug Fixes
|
|
19
|
+
|
|
20
|
+
* **deps:** update dependency @babel/standalone to ^7.16.8 ([2fffcd8](https://github.com/NullVoxPopuli/ember-repl/commit/2fffcd8532048fc9f2040eaa99f9b218b277c327))
|
|
21
|
+
|
|
22
|
+
## [2.0.11](https://github.com/NullVoxPopuli/ember-repl/compare/v2.0.10...v2.0.11) (2022-01-08)
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
### Bug Fixes
|
|
26
|
+
|
|
27
|
+
* **deps:** update embroider monorepo to ^0.50.0 ([bc697ef](https://github.com/NullVoxPopuli/ember-repl/commit/bc697ef5831b1c11bbb1caa19d55670dbc0abf06))
|
|
28
|
+
|
|
1
29
|
## [2.0.10](https://github.com/NullVoxPopuli/ember-repl/compare/v2.0.9...v2.0.10) (2021-12-31)
|
|
2
30
|
|
|
3
31
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ember-repl",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.14",
|
|
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.9",
|
|
32
|
+
"@embroider/macros": "^0.50.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",
|
|
@@ -50,15 +50,15 @@
|
|
|
50
50
|
"@commitlint/config-conventional": "^15.0.0",
|
|
51
51
|
"@ember/optional-features": "^2.0.0",
|
|
52
52
|
"@ember/test-helpers": "^2.6.0",
|
|
53
|
-
"@ember/test-waiters": "^3.0.
|
|
54
|
-
"@embroider/test-setup": "^0.
|
|
53
|
+
"@ember/test-waiters": "^3.0.1",
|
|
54
|
+
"@embroider/test-setup": "^0.50.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.
|
|
58
|
+
"@nullvoxpopuli/eslint-configs": "^2.1.17",
|
|
59
59
|
"@semantic-release/changelog": "^6.0.1",
|
|
60
60
|
"@semantic-release/git": "^10.0.1",
|
|
61
|
-
"@types/babel__core": "^7.1.
|
|
61
|
+
"@types/babel__core": "^7.1.18",
|
|
62
62
|
"@types/babel__standalone": "^7.1.4",
|
|
63
63
|
"@types/ember-qunit": "^3.4.15",
|
|
64
64
|
"@types/ember-resolver": "^5.0.10",
|
|
@@ -82,12 +82,12 @@
|
|
|
82
82
|
"@types/htmlbars-inline-precompile": "^1.0.1",
|
|
83
83
|
"@types/qunit": "^2.11.3",
|
|
84
84
|
"@types/rsvp": "^4.0.4",
|
|
85
|
-
"@types/uuid": "^8.3.
|
|
86
|
-
"@typescript-eslint/eslint-plugin": "^5.
|
|
87
|
-
"@typescript-eslint/parser": "^5.
|
|
85
|
+
"@types/uuid": "^8.3.4",
|
|
86
|
+
"@typescript-eslint/eslint-plugin": "^5.9.1",
|
|
87
|
+
"@typescript-eslint/parser": "^5.9.1",
|
|
88
88
|
"babel-eslint": "^10.1.0",
|
|
89
89
|
"broccoli-asset-rev": "^3.0.0",
|
|
90
|
-
"ember-cli": "~4.0
|
|
90
|
+
"ember-cli": "~4.1.0",
|
|
91
91
|
"ember-cli-dependency-checker": "^3.2.0",
|
|
92
92
|
"ember-cli-inject-live-reload": "^2.1.0",
|
|
93
93
|
"ember-cli-sri": "^2.1.1",
|
|
@@ -101,13 +101,13 @@
|
|
|
101
101
|
"ember-resolver": "^8.0.3",
|
|
102
102
|
"ember-source": "~4.1.0",
|
|
103
103
|
"ember-source-channel-url": "^3.0.0",
|
|
104
|
-
"ember-template-lint": "^3.
|
|
104
|
+
"ember-template-lint": "^3.16.0",
|
|
105
105
|
"ember-try": "^2.0.0",
|
|
106
106
|
"eslint": "^7.32.0",
|
|
107
107
|
"eslint-config-prettier": "^8.3.0",
|
|
108
108
|
"eslint-plugin-decorator-position": "^4.0.1",
|
|
109
109
|
"eslint-plugin-ember": "^10.5.8",
|
|
110
|
-
"eslint-plugin-import": "^2.25.
|
|
110
|
+
"eslint-plugin-import": "^2.25.4",
|
|
111
111
|
"eslint-plugin-node": "^11.1.0",
|
|
112
112
|
"eslint-plugin-prettier": "^4.0.0",
|
|
113
113
|
"eslint-plugin-qunit": "^7.2.0",
|
|
@@ -119,7 +119,7 @@
|
|
|
119
119
|
"qunit-dom": "^2.0.0",
|
|
120
120
|
"semantic-release": "^18.0.1",
|
|
121
121
|
"typescript": "^4.5.4",
|
|
122
|
-
"webpack": "^5.
|
|
122
|
+
"webpack": "^5.66.0"
|
|
123
123
|
},
|
|
124
124
|
"release": {
|
|
125
125
|
"branches": [
|
|
@@ -136,7 +136,7 @@
|
|
|
136
136
|
]
|
|
137
137
|
},
|
|
138
138
|
"volta": {
|
|
139
|
-
"node": "16.13.
|
|
139
|
+
"node": "16.13.2",
|
|
140
140
|
"yarn": "1.22.17"
|
|
141
141
|
},
|
|
142
142
|
"engines": {
|