Skip to content

Commit 87ef909

Browse files
authored
DEV: Update linting (#254)
1 parent 61a727a commit 87ef909

File tree

5 files changed

+943
-352
lines changed

5 files changed

+943
-352
lines changed

Gemfile.lock

+60-47
Original file line numberDiff line numberDiff line change
@@ -7,80 +7,93 @@ GIT
77
GEM
88
remote: https://rubygems.org/
99
specs:
10-
activesupport (7.1.3.3)
10+
activesupport (8.0.2)
1111
base64
12+
benchmark (>= 0.3)
1213
bigdecimal
13-
concurrent-ruby (~> 1.0, >= 1.0.2)
14+
concurrent-ruby (~> 1.0, >= 1.3.1)
1415
connection_pool (>= 2.2.5)
1516
drb
1617
i18n (>= 1.6, < 2)
18+
logger (>= 1.4.2)
1719
minitest (>= 5.1)
18-
mutex_m
19-
tzinfo (~> 2.0)
20+
securerandom (>= 0.3)
21+
tzinfo (~> 2.0, >= 2.0.5)
22+
uri (>= 0.13.1)
2023
ast (2.4.2)
2124
base64 (0.2.0)
22-
bigdecimal (3.1.8)
23-
concurrent-ruby (1.2.3)
24-
connection_pool (2.4.1)
25+
benchmark (0.4.0)
26+
bigdecimal (3.1.9)
27+
concurrent-ruby (1.3.5)
28+
connection_pool (2.5.0)
2529
drb (2.2.1)
26-
i18n (1.14.5)
30+
i18n (1.14.7)
2731
concurrent-ruby (~> 1.0)
28-
json (2.7.2)
29-
language_server-protocol (3.17.0.3)
30-
minitest (5.23.1)
31-
mutex_m (0.2.0)
32-
parallel (1.24.0)
33-
parser (3.3.1.0)
32+
json (2.10.2)
33+
language_server-protocol (3.17.0.4)
34+
lint_roller (1.1.0)
35+
logger (1.6.6)
36+
minitest (5.25.5)
37+
parallel (1.26.3)
38+
parser (3.3.7.1)
3439
ast (~> 2.4.1)
3540
racc
3641
prettier_print (1.2.1)
37-
racc (1.8.0)
38-
rack (3.0.12)
42+
racc (1.8.1)
43+
rack (3.1.12)
3944
rainbow (3.1.1)
40-
regexp_parser (2.9.2)
41-
rexml (3.3.9)
42-
rubocop (1.64.0)
45+
regexp_parser (2.10.0)
46+
rubocop (1.74.0)
4347
json (~> 2.3)
44-
language_server-protocol (>= 3.17.0)
48+
language_server-protocol (~> 3.17.0.2)
49+
lint_roller (~> 1.1.0)
4550
parallel (~> 1.10)
4651
parser (>= 3.3.0.2)
4752
rainbow (>= 2.2.2, < 4.0)
48-
regexp_parser (>= 1.8, < 3.0)
49-
rexml (>= 3.2.5, < 4.0)
50-
rubocop-ast (>= 1.31.1, < 2.0)
53+
regexp_parser (>= 2.9.3, < 3.0)
54+
rubocop-ast (>= 1.38.0, < 2.0)
5155
ruby-progressbar (~> 1.7)
52-
unicode-display_width (>= 2.4.0, < 3.0)
53-
rubocop-ast (1.31.3)
56+
unicode-display_width (>= 2.4.0, < 4.0)
57+
rubocop-ast (1.38.1)
5458
parser (>= 3.3.1.0)
55-
rubocop-capybara (2.20.0)
56-
rubocop (~> 1.41)
57-
rubocop-discourse (3.8.0)
59+
rubocop-capybara (2.22.1)
60+
lint_roller (~> 1.1)
61+
rubocop (~> 1.72, >= 1.72.1)
62+
rubocop-discourse (3.12.1)
5863
activesupport (>= 6.1)
59-
rubocop (>= 1.59.0)
60-
rubocop-capybara (>= 2.0.0)
61-
rubocop-factory_bot (>= 2.0.0)
62-
rubocop-rails (>= 2.25.0)
63-
rubocop-rspec (>= 2.25.0)
64-
rubocop-factory_bot (2.25.1)
65-
rubocop (~> 1.41)
66-
rubocop-rails (2.25.0)
64+
lint_roller (>= 1.1.0)
65+
rubocop (>= 1.73.2)
66+
rubocop-capybara (>= 2.22.0)
67+
rubocop-factory_bot (>= 2.27.0)
68+
rubocop-rails (>= 2.30.3)
69+
rubocop-rspec (>= 3.0.1)
70+
rubocop-rspec_rails (>= 2.31.0)
71+
rubocop-factory_bot (2.27.1)
72+
lint_roller (~> 1.1)
73+
rubocop (~> 1.72, >= 1.72.1)
74+
rubocop-rails (2.30.3)
6775
activesupport (>= 4.2.0)
76+
lint_roller (~> 1.1)
6877
rack (>= 1.1)
69-
rubocop (>= 1.33.0, < 2.0)
70-
rubocop-ast (>= 1.31.1, < 2.0)
71-
rubocop-rspec (2.29.2)
72-
rubocop (~> 1.40)
73-
rubocop-capybara (~> 2.17)
74-
rubocop-factory_bot (~> 2.22)
75-
rubocop-rspec_rails (~> 2.28)
76-
rubocop-rspec_rails (2.28.3)
77-
rubocop (~> 1.40)
78+
rubocop (>= 1.72.1, < 2.0)
79+
rubocop-ast (>= 1.38.0, < 2.0)
80+
rubocop-rspec (3.5.0)
81+
lint_roller (~> 1.1)
82+
rubocop (~> 1.72, >= 1.72.1)
83+
rubocop-rspec_rails (2.31.0)
84+
lint_roller (~> 1.1)
85+
rubocop (~> 1.72, >= 1.72.1)
86+
rubocop-rspec (~> 3.5)
7887
ruby-progressbar (1.13.0)
88+
securerandom (0.4.1)
7989
syntax_tree (6.2.0)
8090
prettier_print (>= 1.2.0)
8191
tzinfo (2.0.6)
8292
concurrent-ruby (~> 1.0)
83-
unicode-display_width (2.5.0)
93+
unicode-display_width (3.1.4)
94+
unicode-emoji (~> 4.0, >= 4.0.4)
95+
unicode-emoji (4.0.4)
96+
uri (1.0.3)
8497

8598
PLATFORMS
8699
ruby
@@ -91,4 +104,4 @@ DEPENDENCIES
91104
translations-manager!
92105

93106
BUNDLED WITH
94-
2.5.10
107+
2.6.5

assets/stylesheets/chat-integration.scss

+4-5
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
width: 100px;
7979

8080
label {
81-
margin-bottom: 0px;
81+
margin-bottom: 0;
8282
font-weight: bold;
8383
}
8484
}
@@ -93,7 +93,7 @@
9393

9494
#channel-field {
9595
width: 200px;
96-
margin-bottom: 0px;
96+
margin-bottom: 0;
9797
box-shadow: none;
9898
}
9999

@@ -102,9 +102,8 @@
102102
border: none;
103103
background: none;
104104
}
105-
106-
margin-bottom: 0px;
107-
margin-top: 0px;
105+
margin-bottom: 0;
106+
margin-top: 0;
108107
}
109108

110109
.field-name {

package.json

+4-3
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)