ember-repl 2.0.60 → 2.0.63
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 +5 -5
- package/.github/workflows/lint.yml +3 -3
- package/.github/workflows/types.yml +1 -1
- package/CHANGELOG.md +21 -0
- package/package.json +10 -10
package/.github/workflows/ci.yml
CHANGED
|
@@ -25,7 +25,7 @@ jobs:
|
|
|
25
25
|
- "16"
|
|
26
26
|
steps:
|
|
27
27
|
- uses: actions/checkout@v3
|
|
28
|
-
- uses: volta-cli/action@
|
|
28
|
+
- uses: volta-cli/action@v2
|
|
29
29
|
with:
|
|
30
30
|
node-version: ${{ matrix.node }}
|
|
31
31
|
|
|
@@ -47,7 +47,7 @@ jobs:
|
|
|
47
47
|
|
|
48
48
|
steps:
|
|
49
49
|
- uses: actions/checkout@v3
|
|
50
|
-
- uses: volta-cli/action@
|
|
50
|
+
- uses: volta-cli/action@v2
|
|
51
51
|
with:
|
|
52
52
|
node-version: ${{ matrix.node }}
|
|
53
53
|
|
|
@@ -76,7 +76,7 @@ jobs:
|
|
|
76
76
|
- embroider-optimized
|
|
77
77
|
steps:
|
|
78
78
|
- uses: actions/checkout@v3
|
|
79
|
-
- uses: volta-cli/action@
|
|
79
|
+
- uses: volta-cli/action@v2
|
|
80
80
|
with:
|
|
81
81
|
node-version: 14.x
|
|
82
82
|
- name: install dependencies
|
|
@@ -95,7 +95,7 @@ jobs:
|
|
|
95
95
|
ref: ${{ github.head_ref }}
|
|
96
96
|
token: ${{ secrets.GitHubToken }}
|
|
97
97
|
- uses: actions/setup-node@v3
|
|
98
|
-
- uses: kellyselden/ember-cli-update-action@
|
|
98
|
+
- uses: kellyselden/ember-cli-update-action@v4
|
|
99
99
|
with:
|
|
100
100
|
autofix_command: yarn lint:fix
|
|
101
101
|
ignore_to: true
|
|
@@ -110,7 +110,7 @@ jobs:
|
|
|
110
110
|
- uses: actions/checkout@v3
|
|
111
111
|
with:
|
|
112
112
|
persist-credentials: false
|
|
113
|
-
- uses: volta-cli/action@
|
|
113
|
+
- uses: volta-cli/action@v2
|
|
114
114
|
- run: yarn install
|
|
115
115
|
|
|
116
116
|
- name: Release
|
|
@@ -22,7 +22,7 @@ jobs:
|
|
|
22
22
|
|
|
23
23
|
steps:
|
|
24
24
|
- uses: actions/checkout@v3
|
|
25
|
-
- uses: volta-cli/action@
|
|
25
|
+
- uses: volta-cli/action@v2
|
|
26
26
|
|
|
27
27
|
- run: yarn install --frozen-lockfile
|
|
28
28
|
|
|
@@ -39,7 +39,7 @@ jobs:
|
|
|
39
39
|
|
|
40
40
|
steps:
|
|
41
41
|
- uses: actions/checkout@v3
|
|
42
|
-
- uses: volta-cli/action@
|
|
42
|
+
- uses: volta-cli/action@v2
|
|
43
43
|
|
|
44
44
|
- run: yarn install --frozen-lockfile
|
|
45
45
|
|
|
@@ -84,5 +84,5 @@ jobs:
|
|
|
84
84
|
with:
|
|
85
85
|
fetch-depth: 0
|
|
86
86
|
|
|
87
|
-
- uses: volta-cli/action@
|
|
87
|
+
- uses: volta-cli/action@v2
|
|
88
88
|
- uses: wagoid/commitlint-github-action@v5.0.2
|
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,24 @@
|
|
|
1
|
+
## [2.0.63](https://github.com/NullVoxPopuli/ember-repl/compare/v2.0.62...v2.0.63) (2022-08-23)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** update dependency @babel/standalone to ^7.18.13 ([47782b6](https://github.com/NullVoxPopuli/ember-repl/commit/47782b679fa77e05aab535cadcf17160a570592f))
|
|
7
|
+
|
|
8
|
+
## [2.0.62](https://github.com/NullVoxPopuli/ember-repl/compare/v2.0.61...v2.0.62) (2022-08-05)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* **deps:** update dependency @babel/standalone to ^7.18.12 ([a8fa751](https://github.com/NullVoxPopuli/ember-repl/commit/a8fa751fa1f894462d56ae07123bac0c7c63975b))
|
|
14
|
+
|
|
15
|
+
## [2.0.61](https://github.com/NullVoxPopuli/ember-repl/compare/v2.0.60...v2.0.61) (2022-08-02)
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
### Bug Fixes
|
|
19
|
+
|
|
20
|
+
* **deps:** update dependency @babel/standalone to ^7.18.10 ([1eb14f3](https://github.com/NullVoxPopuli/ember-repl/commit/1eb14f3b0ccb2a0679fba87e419e8174f00e07c8))
|
|
21
|
+
|
|
1
22
|
## [2.0.60](https://github.com/NullVoxPopuli/ember-repl/compare/v2.0.59...v2.0.60) (2022-07-18)
|
|
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.63",
|
|
4
4
|
"description": "Addon for enabling REPL and Playground creation with Ember/Glimmer",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ember-addon"
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"postpack": "ember ts:clean"
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@babel/standalone": "^7.18.
|
|
31
|
+
"@babel/standalone": "^7.18.13",
|
|
32
32
|
"@embroider/macros": "^1.8.3",
|
|
33
33
|
"@glimmer/component": "^1.1.2",
|
|
34
34
|
"@glimmer/tracking": "^1.1.2",
|
|
@@ -55,7 +55,7 @@
|
|
|
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.49",
|
|
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.
|
|
88
|
-
"@typescript-eslint/parser": "^5.
|
|
87
|
+
"@typescript-eslint/eslint-plugin": "^5.33.1",
|
|
88
|
+
"@typescript-eslint/parser": "^5.33.1",
|
|
89
89
|
"babel-eslint": "^10.1.0",
|
|
90
90
|
"broccoli-asset-rev": "^3.0.0",
|
|
91
|
-
"ember-cli": "~4.
|
|
91
|
+
"ember-cli": "~4.6.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",
|
|
@@ -100,9 +100,9 @@
|
|
|
100
100
|
"ember-page-title": "^7.0.0",
|
|
101
101
|
"ember-qunit": "^5.1.5",
|
|
102
102
|
"ember-resolver": "^8.0.3",
|
|
103
|
-
"ember-source": "~4.
|
|
103
|
+
"ember-source": "~4.6.0",
|
|
104
104
|
"ember-source-channel-url": "^3.0.0",
|
|
105
|
-
"ember-template-lint": "^4.
|
|
105
|
+
"ember-template-lint": "^4.12.0",
|
|
106
106
|
"ember-try": "^2.0.0",
|
|
107
107
|
"eslint": "^7.32.0",
|
|
108
108
|
"eslint-config-prettier": "^8.5.0",
|
|
@@ -120,7 +120,7 @@
|
|
|
120
120
|
"qunit-dom": "^2.0.0",
|
|
121
121
|
"semantic-release": "^19.0.3",
|
|
122
122
|
"typescript": "^4.7.4",
|
|
123
|
-
"webpack": "^5.
|
|
123
|
+
"webpack": "^5.74.0"
|
|
124
124
|
},
|
|
125
125
|
"release": {
|
|
126
126
|
"branches": [
|
|
@@ -137,7 +137,7 @@
|
|
|
137
137
|
]
|
|
138
138
|
},
|
|
139
139
|
"volta": {
|
|
140
|
-
"node": "16.
|
|
140
|
+
"node": "16.17.0",
|
|
141
141
|
"yarn": "1.22.19"
|
|
142
142
|
},
|
|
143
143
|
"engines": {
|