Skip to content

Commit 3672db5

Browse files
DEV: Update linting
1 parent 047373b commit 3672db5

4 files changed

Lines changed: 694 additions & 409 deletions

File tree

.template-lintrc.cjs

Lines changed: 0 additions & 1 deletion
This file was deleted.

Gemfile.lock

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -16,34 +16,34 @@ GEM
1616
uri (>= 0.13.1)
1717
ast (2.4.3)
1818
base64 (0.3.0)
19-
bigdecimal (4.0.1)
19+
bigdecimal (4.1.2)
2020
concurrent-ruby (1.3.6)
2121
connection_pool (3.0.2)
2222
drb (2.2.3)
2323
i18n (1.14.8)
2424
concurrent-ruby (~> 1.0)
25-
json (2.19.3)
25+
json (2.19.5)
2626
language_server-protocol (3.17.0.5)
2727
lint_roller (1.1.0)
2828
logger (1.7.0)
29-
minitest (6.0.2)
29+
minitest (6.0.6)
3030
drb (~> 2.0)
3131
prism (~> 1.5)
32-
parallel (1.27.0)
33-
parser (3.3.10.2)
32+
parallel (2.1.0)
33+
parser (3.3.11.1)
3434
ast (~> 2.4.1)
3535
racc
3636
prettier_print (1.2.1)
3737
prism (1.9.0)
3838
racc (1.8.1)
39-
rack (3.2.5)
39+
rack (3.2.6)
4040
rainbow (3.1.1)
41-
regexp_parser (2.11.3)
42-
rubocop (1.86.0)
41+
regexp_parser (2.12.0)
42+
rubocop (1.86.2)
4343
json (~> 2.3)
4444
language_server-protocol (~> 3.17.0.2)
4545
lint_roller (~> 1.1.0)
46-
parallel (~> 1.10)
46+
parallel (>= 1.10)
4747
parser (>= 3.3.0.2)
4848
rainbow (>= 2.2.2, < 4.0)
4949
regexp_parser (>= 2.9.3, < 3.0)
@@ -53,13 +53,13 @@ GEM
5353
rubocop-ast (1.49.1)
5454
parser (>= 3.3.7.2)
5555
prism (~> 1.7)
56-
rubocop-capybara (2.22.1)
56+
rubocop-capybara (2.23.0)
5757
lint_roller (~> 1.1)
58-
rubocop (~> 1.72, >= 1.72.1)
59-
rubocop-discourse (3.16.0)
58+
rubocop (~> 1.81)
59+
rubocop-discourse (3.18.0)
6060
activesupport (>= 6.1)
6161
lint_roller (>= 1.1.0)
62-
rubocop-capybara (>= 2.22.0)
62+
rubocop-capybara (>= 2.23.0)
6363
rubocop-discourse-base (>= 1.0.0)
6464
rubocop-factory_bot (>= 2.27.0)
6565
rubocop-rails (>= 2.30.3)
@@ -70,7 +70,7 @@ GEM
7070
rubocop-factory_bot (2.28.0)
7171
lint_roller (~> 1.1)
7272
rubocop (~> 1.72, >= 1.72.1)
73-
rubocop-rails (2.34.3)
73+
rubocop-rails (2.35.0)
7474
activesupport (>= 4.2.0)
7575
lint_roller (~> 1.1)
7676
rack (>= 1.1)
@@ -102,4 +102,4 @@ DEPENDENCIES
102102
syntax_tree
103103

104104
BUNDLED WITH
105-
4.0.9
105+
4.0.11

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
{
22
"private": true,
33
"devDependencies": {
4-
"@discourse/lint-configs": "2.44.1",
4+
"@discourse/lint-configs": "3.0.1",
55
"@glint/ember-tsc": "1.1.1",
66
"concurrently": "^9.2.1",
77
"discourse": "npm:@discourse/types@2026.3.0-d02b2966",
8-
"ember-template-lint": "7.9.3",
98
"eslint": "9.39.2",
109
"lint-to-the-future": "^2.6.4",
1110
"lint-to-the-future-eslint": "^3.3.0",
@@ -19,8 +18,6 @@
1918
"lint:css:fix": "pnpm stylelint 'assets/stylesheets/**/*.scss' --fix --allow-empty-input",
2019
"lint:js": "eslint {assets,admin/assets,test}/javascripts --cache --no-error-on-unmatched-pattern",
2120
"lint:js:fix": "eslint {assets,admin/assets,test}/javascripts --fix --no-error-on-unmatched-pattern",
22-
"lint:hbs": "ember-template-lint '{assets,admin/assets,test}/javascripts/**/*.gjs' --no-error-on-unmatched-pattern",
23-
"lint:hbs:fix": "ember-template-lint '{assets,admin/assets,test}/javascripts/**/*.gjs' --fix --no-error-on-unmatched-pattern",
2421
"lint:prettier": "pnpm prettier 'assets/stylesheets/**/*.scss' '{assets,admin/assets,test}/javascripts/**/*.{js,gjs}' --check --no-error-on-unmatched-pattern",
2522
"lint:prettier:fix": "pnpm prettier 'assets/stylesheets/**/*.scss' '{assets,admin/assets,test}/javascripts/**/*.{js,gjs}' -w --no-error-on-unmatched-pattern",
2623
"lint:types": "ember-tsc -b",

0 commit comments

Comments
 (0)