ember-repl 2.0.29 → 2.0.32
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/.github/workflows/ci.yml +6 -6
- package/.github/workflows/lint.yml +3 -3
- package/.github/workflows/types.yml +1 -1
- package/CHANGELOG.md +21 -0
- package/package.json +13 -13
package/.github/workflows/ci.yml
CHANGED
|
@@ -24,7 +24,7 @@ jobs:
|
|
|
24
24
|
- "14"
|
|
25
25
|
- "16"
|
|
26
26
|
steps:
|
|
27
|
-
- uses: actions/checkout@
|
|
27
|
+
- uses: actions/checkout@v3
|
|
28
28
|
- uses: volta-cli/action@v1
|
|
29
29
|
with:
|
|
30
30
|
node-version: ${{ matrix.node }}
|
|
@@ -46,7 +46,7 @@ jobs:
|
|
|
46
46
|
- "16"
|
|
47
47
|
|
|
48
48
|
steps:
|
|
49
|
-
- uses: actions/checkout@
|
|
49
|
+
- uses: actions/checkout@v3
|
|
50
50
|
- uses: volta-cli/action@v1
|
|
51
51
|
with:
|
|
52
52
|
node-version: ${{ matrix.node }}
|
|
@@ -75,7 +75,7 @@ jobs:
|
|
|
75
75
|
- embroider-safe
|
|
76
76
|
- embroider-optimized
|
|
77
77
|
steps:
|
|
78
|
-
- uses: actions/checkout@
|
|
78
|
+
- uses: actions/checkout@v3
|
|
79
79
|
- uses: volta-cli/action@v1
|
|
80
80
|
with:
|
|
81
81
|
node-version: 14.x
|
|
@@ -90,11 +90,11 @@ jobs:
|
|
|
90
90
|
needs: [tests, try-scenarios, floating-dependencies]
|
|
91
91
|
|
|
92
92
|
steps:
|
|
93
|
-
- uses: actions/checkout@
|
|
93
|
+
- uses: actions/checkout@v3
|
|
94
94
|
with:
|
|
95
95
|
ref: ${{ github.head_ref }}
|
|
96
96
|
token: ${{ secrets.GitHubToken }}
|
|
97
|
-
- uses: actions/setup-node@
|
|
97
|
+
- uses: actions/setup-node@v3
|
|
98
98
|
- uses: kellyselden/ember-cli-update-action@v3
|
|
99
99
|
with:
|
|
100
100
|
autofix_command: yarn lint:fix
|
|
@@ -107,7 +107,7 @@ jobs:
|
|
|
107
107
|
needs: [tests, try-scenarios, floating-dependencies]
|
|
108
108
|
|
|
109
109
|
steps:
|
|
110
|
-
- uses: actions/checkout@
|
|
110
|
+
- uses: actions/checkout@v3
|
|
111
111
|
with:
|
|
112
112
|
persist-credentials: false
|
|
113
113
|
- uses: volta-cli/action@v1
|
|
@@ -21,7 +21,7 @@ jobs:
|
|
|
21
21
|
runs-on: ubuntu-latest
|
|
22
22
|
|
|
23
23
|
steps:
|
|
24
|
-
- uses: actions/checkout@
|
|
24
|
+
- uses: actions/checkout@v3
|
|
25
25
|
- uses: volta-cli/action@v1
|
|
26
26
|
|
|
27
27
|
- run: yarn install --frozen-lockfile
|
|
@@ -38,7 +38,7 @@ jobs:
|
|
|
38
38
|
runs-on: ubuntu-latest
|
|
39
39
|
|
|
40
40
|
steps:
|
|
41
|
-
- uses: actions/checkout@
|
|
41
|
+
- uses: actions/checkout@v3
|
|
42
42
|
- uses: volta-cli/action@v1
|
|
43
43
|
|
|
44
44
|
- run: yarn install --frozen-lockfile
|
|
@@ -80,7 +80,7 @@ jobs:
|
|
|
80
80
|
runs-on: ubuntu-latest
|
|
81
81
|
|
|
82
82
|
steps:
|
|
83
|
-
- uses: actions/checkout@
|
|
83
|
+
- uses: actions/checkout@v3
|
|
84
84
|
with:
|
|
85
85
|
fetch-depth: 0
|
|
86
86
|
|
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,24 @@
|
|
|
1
|
+
## [2.0.32](https://github.com/NullVoxPopuli/ember-repl/compare/v2.0.31...v2.0.32) (2022-03-08)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** update embroider monorepo to ^1.5.0 ([3126e22](https://github.com/NullVoxPopuli/ember-repl/commit/3126e22edc2be2713981e659db95dbdc43f124d7))
|
|
7
|
+
|
|
8
|
+
## [2.0.31](https://github.com/NullVoxPopuli/ember-repl/compare/v2.0.30...v2.0.31) (2022-03-07)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* **deps:** update embroider monorepo to ^1.4.0 ([7175e9e](https://github.com/NullVoxPopuli/ember-repl/commit/7175e9e4bb1b51d2cb1d994c704e7696321553f6))
|
|
14
|
+
|
|
15
|
+
## [2.0.30](https://github.com/NullVoxPopuli/ember-repl/compare/v2.0.29...v2.0.30) (2022-03-04)
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
### Bug Fixes
|
|
19
|
+
|
|
20
|
+
* **deps:** update embroider monorepo to ^1.3.0 ([2073994](https://github.com/NullVoxPopuli/ember-repl/commit/20739945e01adbd2e1183c0c075d10a0be3a5d76))
|
|
21
|
+
|
|
1
22
|
## [2.0.29](https://github.com/NullVoxPopuli/ember-repl/compare/v2.0.28...v2.0.29) (2022-02-22)
|
|
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.32",
|
|
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.17.6",
|
|
32
|
-
"@embroider/macros": "^1.
|
|
32
|
+
"@embroider/macros": "^1.5.0",
|
|
33
33
|
"@glimmer/component": "^1.0.4",
|
|
34
34
|
"@glimmer/tracking": "^1.0.4",
|
|
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.6.0",
|
|
53
53
|
"@ember/test-waiters": "^3.0.1",
|
|
54
|
-
"@embroider/test-setup": "^1.
|
|
54
|
+
"@embroider/test-setup": "^1.5.0",
|
|
55
55
|
"@glimmer/interfaces": "^0.84.0",
|
|
56
56
|
"@glimmer/reference": "^0.84.0",
|
|
57
57
|
"@glimmer/util": "^0.84.0",
|
|
58
|
-
"@nullvoxpopuli/eslint-configs": "^2.
|
|
58
|
+
"@nullvoxpopuli/eslint-configs": "^2.2.3",
|
|
59
59
|
"@semantic-release/changelog": "^6.0.1",
|
|
60
60
|
"@semantic-release/git": "^10.0.1",
|
|
61
61
|
"@types/babel__core": "^7.1.18",
|
|
@@ -66,13 +66,13 @@
|
|
|
66
66
|
"@types/ember__array": "^4.0.1",
|
|
67
67
|
"@types/ember__component": "^4.0.4",
|
|
68
68
|
"@types/ember__controller": "^4.0.0",
|
|
69
|
-
"@types/ember__debug": "^4.0.
|
|
69
|
+
"@types/ember__debug": "^4.0.1",
|
|
70
70
|
"@types/ember__destroyable": "^4.0.0",
|
|
71
71
|
"@types/ember__engine": "^4.0.0",
|
|
72
72
|
"@types/ember__error": "^4.0.0",
|
|
73
73
|
"@types/ember__object": "^4.0.1",
|
|
74
74
|
"@types/ember__polyfills": "^4.0.0",
|
|
75
|
-
"@types/ember__routing": "^4.0.
|
|
75
|
+
"@types/ember__routing": "^4.0.4",
|
|
76
76
|
"@types/ember__runloop": "^4.0.0",
|
|
77
77
|
"@types/ember__service": "^4.0.0",
|
|
78
78
|
"@types/ember__string": "^3.16.3",
|
|
@@ -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.
|
|
88
|
-
"@typescript-eslint/parser": "^5.
|
|
87
|
+
"@typescript-eslint/eslint-plugin": "^5.13.0",
|
|
88
|
+
"@typescript-eslint/parser": "^5.13.0",
|
|
89
89
|
"babel-eslint": "^10.1.0",
|
|
90
90
|
"broccoli-asset-rev": "^3.0.0",
|
|
91
|
-
"ember-cli": "~4.
|
|
91
|
+
"ember-cli": "~4.2.0",
|
|
92
92
|
"ember-cli-dependency-checker": "^3.2.0",
|
|
93
93
|
"ember-cli-inject-live-reload": "^2.1.0",
|
|
94
94
|
"ember-cli-sri": "^2.1.1",
|
|
@@ -102,10 +102,10 @@
|
|
|
102
102
|
"ember-resolver": "^8.0.3",
|
|
103
103
|
"ember-source": "~4.2.0",
|
|
104
104
|
"ember-source-channel-url": "^3.0.0",
|
|
105
|
-
"ember-template-lint": "^4.
|
|
105
|
+
"ember-template-lint": "^4.2.0",
|
|
106
106
|
"ember-try": "^2.0.0",
|
|
107
107
|
"eslint": "^7.32.0",
|
|
108
|
-
"eslint-config-prettier": "^8.
|
|
108
|
+
"eslint-config-prettier": "^8.5.0",
|
|
109
109
|
"eslint-plugin-decorator-position": "^4.0.1",
|
|
110
110
|
"eslint-plugin-ember": "^10.5.9",
|
|
111
111
|
"eslint-plugin-import": "^2.25.4",
|
|
@@ -119,8 +119,8 @@
|
|
|
119
119
|
"qunit": "^2.18.0",
|
|
120
120
|
"qunit-dom": "^2.0.0",
|
|
121
121
|
"semantic-release": "^19.0.2",
|
|
122
|
-
"typescript": "^4.
|
|
123
|
-
"webpack": "^5.
|
|
122
|
+
"typescript": "^4.6.2",
|
|
123
|
+
"webpack": "^5.70.0"
|
|
124
124
|
},
|
|
125
125
|
"release": {
|
|
126
126
|
"branches": [
|