Skip to content

Commit 4092984

Browse files
committed
DEV: Update linting config and run gjs-codemod
1 parent 3024e88 commit 4092984

File tree

3 files changed

+60
-597
lines changed

3 files changed

+60
-597
lines changed

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"private": true,
33
"devDependencies": {
4-
"@discourse/lint-configs": "2.23.0",
5-
"ember-template-lint": "7.7.0",
4+
"@discourse/lint-configs": "2.25.0",
5+
"ember-template-lint": "7.8.1",
66
"eslint": "9.28.0",
77
"prettier": "3.5.3",
88
"stylelint": "16.20.0"

0 commit comments

Comments
 (0)