ember-repl 2.0.57 → 2.0.60

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 +10 -10
package/CHANGELOG.md CHANGED
@@ -1,3 +1,24 @@
1
+ ## [2.0.60](https://github.com/NullVoxPopuli/ember-repl/compare/v2.0.59...v2.0.60) (2022-07-18)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** update dependency @babel/standalone to ^7.18.9 ([2d23b82](https://github.com/NullVoxPopuli/ember-repl/commit/2d23b82c5306c6548afeab4a52f6154df5d658b4))
7
+
8
+ ## [2.0.59](https://github.com/NullVoxPopuli/ember-repl/compare/v2.0.58...v2.0.59) (2022-07-08)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * **deps:** update dependency @babel/standalone to ^7.18.8 ([ba01580](https://github.com/NullVoxPopuli/ember-repl/commit/ba0158023c0da95e12f3388336dadfb59de7c2d1))
14
+
15
+ ## [2.0.58](https://github.com/NullVoxPopuli/ember-repl/compare/v2.0.57...v2.0.58) (2022-07-04)
16
+
17
+
18
+ ### Bug Fixes
19
+
20
+ * **deps:** update embroider monorepo to ^1.8.3 ([ef4be4e](https://github.com/NullVoxPopuli/ember-repl/commit/ef4be4e7391b9d266551ae4d7e1fc395909dd299))
21
+
1
22
  ## [2.0.57](https://github.com/NullVoxPopuli/ember-repl/compare/v2.0.56...v2.0.57) (2022-07-04)
2
23
 
3
24
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ember-repl",
3
- "version": "2.0.57",
3
+ "version": "2.0.60",
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.18.7",
32
- "@embroider/macros": "^1.8.1",
31
+ "@babel/standalone": "^7.18.9",
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",
@@ -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.1",
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.32",
58
+ "@nullvoxpopuli/eslint-configs": "^2.2.36",
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,11 +84,11 @@
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.30.4",
88
- "@typescript-eslint/parser": "^5.30.4",
87
+ "@typescript-eslint/eslint-plugin": "^5.30.6",
88
+ "@typescript-eslint/parser": "^5.30.6",
89
89
  "babel-eslint": "^10.1.0",
90
90
  "broccoli-asset-rev": "^3.0.0",
91
- "ember-cli": "~4.4.0",
91
+ "ember-cli": "~4.5.0",
92
92
  "ember-cli-dependency-checker": "^3.3.1",
93
93
  "ember-cli-inject-live-reload": "^2.1.0",
94
94
  "ember-cli-sri": "^2.1.1",
@@ -111,7 +111,7 @@
111
111
  "eslint-plugin-import": "^2.26.0",
112
112
  "eslint-plugin-node": "^11.1.0",
113
113
  "eslint-plugin-prettier": "^4.2.1",
114
- "eslint-plugin-qunit": "^7.3.0",
114
+ "eslint-plugin-qunit": "^7.3.1",
115
115
  "eslint-plugin-simple-import-sort": "^7.0.0",
116
116
  "loader.js": "^4.7.0",
117
117
  "npm-run-all": "^4.1.5",
@@ -137,7 +137,7 @@
137
137
  ]
138
138
  },
139
139
  "volta": {
140
- "node": "16.15.0",
140
+ "node": "16.16.0",
141
141
  "yarn": "1.22.19"
142
142
  },
143
143
  "engines": {