ember-repl 2.0.62 → 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.
@@ -25,7 +25,7 @@ jobs:
25
25
  - "16"
26
26
  steps:
27
27
  - uses: actions/checkout@v3
28
- - uses: volta-cli/action@v1
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@v1
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@v1
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@v3
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@v1
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@v1
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@v1
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@v1
87
+ - uses: volta-cli/action@v2
88
88
  - uses: wagoid/commitlint-github-action@v5.0.2
@@ -22,7 +22,7 @@ jobs:
22
22
 
23
23
  steps:
24
24
  - uses: actions/checkout@v3
25
- - uses: volta-cli/action@v1
25
+ - uses: volta-cli/action@v2
26
26
 
27
27
  - run: yarn install --frozen-lockfile
28
28
 
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
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
+
1
8
  ## [2.0.62](https://github.com/NullVoxPopuli/ember-repl/compare/v2.0.61...v2.0.62) (2022-08-05)
2
9
 
3
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ember-repl",
3
- "version": "2.0.62",
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.12",
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.46",
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,8 +84,8 @@
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.31.0",
88
- "@typescript-eslint/parser": "^5.31.0",
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
91
  "ember-cli": "~4.6.0",
@@ -102,7 +102,7 @@
102
102
  "ember-resolver": "^8.0.3",
103
103
  "ember-source": "~4.6.0",
104
104
  "ember-source-channel-url": "^3.0.0",
105
- "ember-template-lint": "^4.10.1",
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",
@@ -137,7 +137,7 @@
137
137
  ]
138
138
  },
139
139
  "volta": {
140
- "node": "16.16.0",
140
+ "node": "16.17.0",
141
141
  "yarn": "1.22.19"
142
142
  },
143
143
  "engines": {