Skip to content

Commit 742f79c

Browse files
authored
DEV: Update linting config and run gjs-codemod (#54)
1 parent 5e7bbaf commit 742f79c

File tree

4 files changed

+174
-709
lines changed

4 files changed

+174
-709
lines changed

.discourse-compatibility

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
< 3.5.0.beta5-dev: 5e7bbafe0210010c61f337762a3d278ee9b75e8a
2+

Gemfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ GEM
1515
tzinfo (~> 2.0, >= 2.0.5)
1616
uri (>= 0.13.1)
1717
ast (2.4.3)
18-
base64 (0.2.0)
19-
benchmark (0.4.0)
20-
bigdecimal (3.1.9)
18+
base64 (0.3.0)
19+
benchmark (0.4.1)
20+
bigdecimal (3.2.2)
2121
concurrent-ruby (1.3.5)
2222
connection_pool (2.5.3)
2323
drb (2.2.3)
@@ -38,18 +38,18 @@ GEM
3838
rack (3.1.15)
3939
rainbow (3.1.1)
4040
regexp_parser (2.10.0)
41-
rubocop (1.75.8)
41+
rubocop (1.76.0)
4242
json (~> 2.3)
4343
language_server-protocol (~> 3.17.0.2)
4444
lint_roller (~> 1.1.0)
4545
parallel (~> 1.10)
4646
parser (>= 3.3.0.2)
4747
rainbow (>= 2.2.2, < 4.0)
4848
regexp_parser (>= 2.9.3, < 3.0)
49-
rubocop-ast (>= 1.44.0, < 2.0)
49+
rubocop-ast (>= 1.45.0, < 2.0)
5050
ruby-progressbar (~> 1.7)
5151
unicode-display_width (>= 2.4.0, < 4.0)
52-
rubocop-ast (1.44.1)
52+
rubocop-ast (1.45.0)
5353
parser (>= 3.3.7.2)
5454
prism (~> 1.4)
5555
rubocop-capybara (2.22.1)

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"private": true,
33
"devDependencies": {
4-
"@discourse/lint-configs": "2.21.0",
5-
"ember-template-lint": "7.7.0",
6-
"eslint": "9.27.0",
4+
"@discourse/lint-configs": "2.25.0",
5+
"ember-template-lint": "7.8.1",
6+
"eslint": "9.28.0",
77
"prettier": "3.5.3",
8-
"stylelint": "16.19.1"
8+
"stylelint": "16.20.0"
99
},
1010
"engines": {
1111
"node": ">= 22",

0 commit comments

Comments
 (0)