Skip to content

Commit 8b892f7

Browse files
DEV: Update linting (#104)
1 parent 3672db5 commit 8b892f7

3 files changed

Lines changed: 932 additions & 1721 deletions

File tree

Gemfile.lock

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ GEM
1717
ast (2.4.3)
1818
base64 (0.3.0)
1919
bigdecimal (4.1.2)
20-
concurrent-ruby (1.3.6)
20+
concurrent-ruby (1.3.7)
2121
connection_pool (3.0.2)
2222
drb (2.2.3)
23-
i18n (1.14.8)
23+
i18n (1.15.2)
2424
concurrent-ruby (~> 1.0)
25-
json (2.19.5)
26-
language_server-protocol (3.17.0.5)
25+
json (2.20.0)
26+
language_server-protocol (3.17.0.6)
2727
lint_roller (1.1.0)
2828
logger (1.7.0)
2929
minitest (6.0.6)
@@ -39,7 +39,7 @@ GEM
3939
rack (3.2.6)
4040
rainbow (3.1.1)
4141
regexp_parser (2.12.0)
42-
rubocop (1.86.2)
42+
rubocop (1.88.2)
4343
json (~> 2.3)
4444
language_server-protocol (~> 3.17.0.2)
4545
lint_roller (~> 1.1.0)
@@ -50,10 +50,10 @@ GEM
5050
rubocop-ast (>= 1.49.0, < 2.0)
5151
ruby-progressbar (~> 1.7)
5252
unicode-display_width (>= 2.4.0, < 4.0)
53-
rubocop-ast (1.49.1)
53+
rubocop-ast (1.50.0)
5454
parser (>= 3.3.7.2)
5555
prism (~> 1.7)
56-
rubocop-capybara (2.23.0)
56+
rubocop-capybara (3.0.0)
5757
lint_roller (~> 1.1)
5858
rubocop (~> 1.81)
5959
rubocop-discourse (3.18.0)
@@ -70,15 +70,16 @@ GEM
7070
rubocop-factory_bot (2.28.0)
7171
lint_roller (~> 1.1)
7272
rubocop (~> 1.72, >= 1.72.1)
73-
rubocop-rails (2.35.0)
73+
rubocop-rails (2.35.5)
7474
activesupport (>= 4.2.0)
7575
lint_roller (~> 1.1)
7676
rack (>= 1.1)
7777
rubocop (>= 1.75.0, < 2.0)
7878
rubocop-ast (>= 1.44.0, < 2.0)
79-
rubocop-rspec (3.9.0)
79+
rubocop-rspec (3.10.2)
8080
lint_roller (~> 1.1)
81-
rubocop (~> 1.81)
81+
regexp_parser (>= 2.0)
82+
rubocop (~> 1.86, >= 1.86.2)
8283
rubocop-rspec_rails (2.32.0)
8384
lint_roller (~> 1.1)
8485
rubocop (~> 1.72, >= 1.72.1)
@@ -102,4 +103,4 @@ DEPENDENCIES
102103
syntax_tree
103104

104105
BUNDLED WITH
105-
4.0.11
106+
4.0.15

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"private": true,
33
"devDependencies": {
4-
"@discourse/lint-configs": "3.0.1",
5-
"@glint/ember-tsc": "1.1.1",
6-
"concurrently": "^9.2.1",
4+
"@discourse/lint-configs": "3.2.0",
5+
"@glint/ember-tsc": "1.8.11",
6+
"concurrently": "^9.2.3",
77
"discourse": "npm:@discourse/types@2026.3.0-d02b2966",
8-
"eslint": "9.39.2",
8+
"eslint": "10.6.0",
99
"lint-to-the-future": "^2.6.4",
1010
"lint-to-the-future-eslint": "^3.3.0",
1111
"prettier": "3.8.1",
@@ -18,8 +18,8 @@
1818
"lint:css:fix": "pnpm stylelint 'assets/stylesheets/**/*.scss' --fix --allow-empty-input",
1919
"lint:js": "eslint {assets,admin/assets,test}/javascripts --cache --no-error-on-unmatched-pattern",
2020
"lint:js:fix": "eslint {assets,admin/assets,test}/javascripts --fix --no-error-on-unmatched-pattern",
21-
"lint:prettier": "pnpm prettier 'assets/stylesheets/**/*.scss' '{assets,admin/assets,test}/javascripts/**/*.{js,gjs}' --check --no-error-on-unmatched-pattern",
22-
"lint:prettier:fix": "pnpm prettier 'assets/stylesheets/**/*.scss' '{assets,admin/assets,test}/javascripts/**/*.{js,gjs}' -w --no-error-on-unmatched-pattern",
21+
"lint:prettier": "pnpm prettier 'assets/stylesheets/**/*.scss' '{assets,admin/assets,test}/javascripts/**/*.{js,gjs,ts,gts,mts,cts}' --check --no-error-on-unmatched-pattern",
22+
"lint:prettier:fix": "pnpm prettier 'assets/stylesheets/**/*.scss' '{assets,admin/assets,test}/javascripts/**/*.{js,gjs,ts,gts,mts,cts}' -w --no-error-on-unmatched-pattern",
2323
"lint:types": "ember-tsc -b",
2424
"lttf:ignore": "lint-to-the-future ignore"
2525
},

0 commit comments

Comments
 (0)