File tree Expand file tree Collapse file tree 3 files changed +32
-9
lines changed Expand file tree Collapse file tree 3 files changed +32
-9
lines changed Original file line number Diff line number Diff line change 2
2
remote: https://rubygems.org/
3
3
specs:
4
4
ast (2.4.2 )
5
- base64 (0.1.1 )
6
5
json (2.6.3 )
7
6
language_server-protocol (3.17.0.3 )
8
7
parallel (1.23.0 )
9
8
parser (3.2.2.4 )
10
9
ast (~> 2.4.1 )
11
10
racc
12
11
prettier_print (1.2.1 )
13
- racc (1.7.1 )
12
+ racc (1.7.3 )
14
13
rainbow (3.1.1 )
15
14
regexp_parser (2.8.2 )
16
15
rexml (3.2.6 )
17
- rubocop (1.57.1 )
18
- base64 (~> 0.1.1 )
16
+ rubocop (1.57.2 )
19
17
json (~> 2.3 )
20
18
language_server-protocol (>= 3.17.0 )
21
19
parallel (~> 1.10 )
26
24
rubocop-ast (>= 1.28.1 , < 2.0 )
27
25
ruby-progressbar (~> 1.7 )
28
26
unicode-display_width (>= 2.4.0 , < 3.0 )
29
- rubocop-ast (1.29 .0 )
27
+ rubocop-ast (1.30 .0 )
30
28
parser (>= 3.2.1.0 )
31
29
rubocop-capybara (2.19.0 )
32
30
rubocop (~> 1.41 )
33
- rubocop-discourse (3.4.0 )
31
+ rubocop-discourse (3.4.1 )
34
32
rubocop (>= 1.1.0 )
35
33
rubocop-rspec (>= 2.0.0 )
36
34
rubocop-factory_bot (2.24.0 )
37
35
rubocop (~> 1.33 )
38
- rubocop-rspec (2.24.1 )
39
- rubocop (~> 1.33 )
36
+ rubocop-rspec (2.25.0 )
37
+ rubocop (~> 1.40 )
40
38
rubocop-capybara (~> 2.17 )
41
39
rubocop-factory_bot (~> 2.22 )
42
40
ruby-progressbar (1.13.0 )
46
44
47
45
PLATFORMS
48
46
ruby
47
+ x86_64-linux
49
48
50
49
DEPENDENCIES
51
50
rubocop-discourse
Original file line number Diff line number Diff line change 6
6
"license" : " MIT" ,
7
7
"devDependencies" : {
8
8
"@discourse/lint-configs" : " ^1.0.0" ,
9
- "ember-template-lint" : " ^5.11.2 " ,
9
+ "ember-template-lint" : " ^5.12.0 " ,
10
10
"eslint" : " ^8.51.0" ,
11
11
"prettier" : " ^2.8.8"
12
12
}
Original file line number Diff line number Diff line change @@ -1242,6 +1242,30 @@ ember-template-lint@^5.11.2:
1242
1242
v8-compile-cache "^2.3.0"
1243
1243
yargs "^17.7.2"
1244
1244
1245
+ ember-template-lint@^5.12.0 :
1246
+ version "5.12.0"
1247
+ resolved "https://registry.yarnpkg.com/ember-template-lint/-/ember-template-lint-5.12.0.tgz#aeb93e41c002c1da3a5a8f91439d68f4db4da12a"
1248
+ integrity sha512-QY3VVwuaYACOmOtF0VzQUUA8p6AYE3VC2LW/4RLsi6B5oa2E8wCfJwyo4wcXKLQb+eSqDMYmD/PQ4iizFFpz5g==
1249
+ dependencies :
1250
+ " @lint-todo/utils" " ^13.1.1"
1251
+ aria-query "^5.3.0"
1252
+ chalk "^5.3.0"
1253
+ ci-info "^3.8.0"
1254
+ date-fns "^2.30.0"
1255
+ ember-template-imports "^3.4.2"
1256
+ ember-template-recast "^6.1.4"
1257
+ eslint-formatter-kakoune "^1.0.0"
1258
+ find-up "^6.3.0"
1259
+ fuse.js "^6.5.3"
1260
+ get-stdin "^9.0.0"
1261
+ globby "^13.2.2"
1262
+ is-glob "^4.0.3"
1263
+ language-tags "^1.0.8"
1264
+ micromatch "^4.0.5"
1265
+ resolve "^1.22.3"
1266
+ v8-compile-cache "^2.3.0"
1267
+ yargs "^17.7.2"
1268
+
1245
1269
ember-template-recast@^6.1.4 :
1246
1270
version "6.1.4"
1247
1271
resolved "https://registry.yarnpkg.com/ember-template-recast/-/ember-template-recast-6.1.4.tgz#e964c184adfd876878009f8aa0b84c95633fce20"
You can’t perform that action at this time.
0 commit comments