Skip to content

Commit 72ab8e4

Browse files
authored
DEV: Update linting (#43)
1 parent a92be1d commit 72ab8e4

File tree

3 files changed

+147
-85
lines changed

3 files changed

+147
-85
lines changed

Gemfile.lock

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,41 +2,39 @@ GEM
22
remote: https://rubygems.org/
33
specs:
44
ast (2.4.2)
5-
base64 (0.1.1)
6-
json (2.6.3)
5+
json (2.7.1)
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)
15-
regexp_parser (2.8.2)
14+
regexp_parser (2.8.3)
1615
rexml (3.2.6)
17-
rubocop (1.57.1)
18-
base64 (~> 0.1.1)
16+
rubocop (1.59.0)
1917
json (~> 2.3)
2018
language_server-protocol (>= 3.17.0)
2119
parallel (~> 1.10)
2220
parser (>= 3.2.2.4)
2321
rainbow (>= 2.2.2, < 4.0)
2422
regexp_parser (>= 1.8, < 3.0)
2523
rexml (>= 3.2.5, < 4.0)
26-
rubocop-ast (>= 1.28.1, < 2.0)
24+
rubocop-ast (>= 1.30.0, < 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)
34-
rubocop (>= 1.1.0)
35-
rubocop-rspec (>= 2.0.0)
31+
rubocop-discourse (3.5.0)
32+
rubocop (>= 1.59.0)
33+
rubocop-rspec (>= 2.25.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
arm64-darwin-20
47+
arm64-darwin-22
4948
ruby
5049
x86_64-darwin-18
5150
x86_64-darwin-19

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
"author": "Discourse",
66
"license": "MIT",
77
"devDependencies": {
8-
"@discourse/lint-configs": "^1.2.0",
8+
"@discourse/lint-configs": "^1.3.1",
99
"ember-template-lint": "^5.13.0",
10-
"eslint": "^8.54.0",
10+
"eslint": "^8.55.0",
1111
"prettier": "^2.8.8"
1212
}
1313
}

0 commit comments

Comments
 (0)