Skip to content

Commit 0f168ff

Browse files
authored
DEV: Update linting (#146)
1 parent 650e61f commit 0f168ff

File tree

4 files changed

+929
-340
lines changed

4 files changed

+929
-340
lines changed

Gemfile.lock

Lines changed: 50 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (8.0.0)
4+
activesupport (8.0.2)
55
base64
66
benchmark (>= 0.3)
77
bigdecimal
@@ -17,67 +17,77 @@ GEM
1717
ast (2.4.2)
1818
base64 (0.2.0)
1919
benchmark (0.4.0)
20-
bigdecimal (3.1.8)
21-
concurrent-ruby (1.3.4)
22-
connection_pool (2.4.1)
20+
bigdecimal (3.1.9)
21+
concurrent-ruby (1.3.5)
22+
connection_pool (2.5.0)
2323
drb (2.2.1)
24-
i18n (1.14.6)
24+
i18n (1.14.7)
2525
concurrent-ruby (~> 1.0)
26-
json (2.8.2)
27-
language_server-protocol (3.17.0.3)
28-
logger (1.6.1)
29-
minitest (5.25.1)
26+
json (2.10.2)
27+
language_server-protocol (3.17.0.4)
28+
lint_roller (1.1.0)
29+
logger (1.6.6)
30+
minitest (5.25.5)
3031
parallel (1.26.3)
31-
parser (3.3.6.0)
32+
parser (3.3.7.1)
3233
ast (~> 2.4.1)
3334
racc
3435
prettier_print (1.2.1)
3536
racc (1.8.1)
36-
rack (3.1.10)
37+
rack (3.1.12)
3738
rainbow (3.1.1)
38-
regexp_parser (2.9.2)
39-
rubocop (1.68.0)
39+
regexp_parser (2.10.0)
40+
rubocop (1.74.0)
4041
json (~> 2.3)
41-
language_server-protocol (>= 3.17.0)
42+
language_server-protocol (~> 3.17.0.2)
43+
lint_roller (~> 1.1.0)
4244
parallel (~> 1.10)
4345
parser (>= 3.3.0.2)
4446
rainbow (>= 2.2.2, < 4.0)
45-
regexp_parser (>= 2.4, < 3.0)
46-
rubocop-ast (>= 1.32.2, < 2.0)
47+
regexp_parser (>= 2.9.3, < 3.0)
48+
rubocop-ast (>= 1.38.0, < 2.0)
4749
ruby-progressbar (~> 1.7)
48-
unicode-display_width (>= 2.4.0, < 3.0)
49-
rubocop-ast (1.36.1)
50+
unicode-display_width (>= 2.4.0, < 4.0)
51+
rubocop-ast (1.38.1)
5052
parser (>= 3.3.1.0)
51-
rubocop-capybara (2.21.0)
52-
rubocop (~> 1.41)
53-
rubocop-discourse (3.8.6)
53+
rubocop-capybara (2.22.1)
54+
lint_roller (~> 1.1)
55+
rubocop (~> 1.72, >= 1.72.1)
56+
rubocop-discourse (3.12.1)
5457
activesupport (>= 6.1)
55-
rubocop (>= 1.59.0)
56-
rubocop-capybara (>= 2.0.0)
57-
rubocop-factory_bot (>= 2.0.0)
58-
rubocop-rails (>= 2.25.0)
58+
lint_roller (>= 1.1.0)
59+
rubocop (>= 1.73.2)
60+
rubocop-capybara (>= 2.22.0)
61+
rubocop-factory_bot (>= 2.27.0)
62+
rubocop-rails (>= 2.30.3)
5963
rubocop-rspec (>= 3.0.1)
60-
rubocop-rspec_rails (>= 2.30.0)
61-
rubocop-factory_bot (2.26.1)
62-
rubocop (~> 1.61)
63-
rubocop-rails (2.27.0)
64+
rubocop-rspec_rails (>= 2.31.0)
65+
rubocop-factory_bot (2.27.1)
66+
lint_roller (~> 1.1)
67+
rubocop (~> 1.72, >= 1.72.1)
68+
rubocop-rails (2.30.3)
6469
activesupport (>= 4.2.0)
70+
lint_roller (~> 1.1)
6571
rack (>= 1.1)
66-
rubocop (>= 1.52.0, < 2.0)
67-
rubocop-ast (>= 1.31.1, < 2.0)
68-
rubocop-rspec (3.2.0)
69-
rubocop (~> 1.61)
70-
rubocop-rspec_rails (2.30.0)
71-
rubocop (~> 1.61)
72-
rubocop-rspec (~> 3, >= 3.0.1)
72+
rubocop (>= 1.72.1, < 2.0)
73+
rubocop-ast (>= 1.38.0, < 2.0)
74+
rubocop-rspec (3.5.0)
75+
lint_roller (~> 1.1)
76+
rubocop (~> 1.72, >= 1.72.1)
77+
rubocop-rspec_rails (2.31.0)
78+
lint_roller (~> 1.1)
79+
rubocop (~> 1.72, >= 1.72.1)
80+
rubocop-rspec (~> 3.5)
7381
ruby-progressbar (1.13.0)
74-
securerandom (0.3.2)
82+
securerandom (0.4.1)
7583
syntax_tree (6.2.0)
7684
prettier_print (>= 1.2.0)
7785
tzinfo (2.0.6)
7886
concurrent-ruby (~> 1.0)
79-
unicode-display_width (2.6.0)
80-
uri (1.0.2)
87+
unicode-display_width (3.1.4)
88+
unicode-emoji (~> 4.0, >= 4.0.4)
89+
unicode-emoji (4.0.4)
90+
uri (1.0.3)
8191

8292
PLATFORMS
8393
ruby
@@ -87,4 +97,4 @@ DEPENDENCIES
8797
syntax_tree
8898

8999
BUNDLED WITH
90-
2.5.18
100+
2.6.5

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
{
22
"private": true,
33
"devDependencies": {
4-
"@discourse/lint-configs": "2.4.0",
4+
"@discourse/lint-configs": "2.7.0",
55
"ember-template-lint": "6.1.0",
6-
"eslint": "9.19.0",
7-
"prettier": "2.8.8"
6+
"eslint": "9.20.1",
7+
"prettier": "2.8.8",
8+
"stylelint": "16.14.1"
89
},
910
"engines": {
1011
"node": ">= 22",

0 commit comments

Comments
 (0)