Skip to content

Commit 190017f

Browse files
authored
DEV: Update linting setup (#530)
1 parent 2c6ca25 commit 190017f

File tree

3 files changed

+32
-9
lines changed

3 files changed

+32
-9
lines changed

Gemfile.lock

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,18 @@ GEM
22
remote: https://rubygems.org/
33
specs:
44
ast (2.4.2)
5-
base64 (0.1.1)
65
json (2.6.3)
76
language_server-protocol (3.17.0.3)
87
parallel (1.23.0)
98
parser (3.2.2.4)
109
ast (~> 2.4.1)
1110
racc
1211
prettier_print (1.2.1)
13-
racc (1.7.1)
12+
racc (1.7.3)
1413
rainbow (3.1.1)
1514
regexp_parser (2.8.2)
1615
rexml (3.2.6)
17-
rubocop (1.57.1)
18-
base64 (~> 0.1.1)
16+
rubocop (1.57.2)
1917
json (~> 2.3)
2018
language_server-protocol (>= 3.17.0)
2119
parallel (~> 1.10)
@@ -26,17 +24,17 @@ GEM
2624
rubocop-ast (>= 1.28.1, < 2.0)
2725
ruby-progressbar (~> 1.7)
2826
unicode-display_width (>= 2.4.0, < 3.0)
29-
rubocop-ast (1.29.0)
27+
rubocop-ast (1.30.0)
3028
parser (>= 3.2.1.0)
3129
rubocop-capybara (2.19.0)
3230
rubocop (~> 1.41)
33-
rubocop-discourse (3.4.0)
31+
rubocop-discourse (3.4.1)
3432
rubocop (>= 1.1.0)
3533
rubocop-rspec (>= 2.0.0)
3634
rubocop-factory_bot (2.24.0)
3735
rubocop (~> 1.33)
38-
rubocop-rspec (2.24.1)
39-
rubocop (~> 1.33)
36+
rubocop-rspec (2.25.0)
37+
rubocop (~> 1.40)
4038
rubocop-capybara (~> 2.17)
4139
rubocop-factory_bot (~> 2.22)
4240
ruby-progressbar (1.13.0)
@@ -46,6 +44,7 @@ GEM
4644

4745
PLATFORMS
4846
ruby
47+
x86_64-linux
4948

5049
DEPENDENCIES
5150
rubocop-discourse

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"license": "MIT",
77
"devDependencies": {
88
"@discourse/lint-configs": "^1.0.0",
9-
"ember-template-lint": "^5.11.2",
9+
"ember-template-lint": "^5.12.0",
1010
"eslint": "^8.51.0",
1111
"prettier": "^2.8.8"
1212
}

yarn.lock

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1242,6 +1242,30 @@ ember-template-lint@^5.11.2:
12421242
v8-compile-cache "^2.3.0"
12431243
yargs "^17.7.2"
12441244

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+
12451269
ember-template-recast@^6.1.4:
12461270
version "6.1.4"
12471271
resolved "https://registry.yarnpkg.com/ember-template-recast/-/ember-template-recast-6.1.4.tgz#e964c184adfd876878009f8aa0b84c95633fce20"

0 commit comments

Comments
 (0)