Skip to content
This repository was archived by the owner on Jul 14, 2025. It is now read-only.

Commit 18729c9

Browse files
committed
DEV: Update linting config and run gjs-codemod
1 parent d9103b1 commit 18729c9

File tree

4 files changed

+141
-140
lines changed

4 files changed

+141
-140
lines changed

.discourse-compatibility

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
< 3.5.0.beta5-dev: d9103b11fcaa7ac201829dac824c6ea23f0495dd
12
< 3.5.0.beta1-dev: 29ad813cd04812786780e1706cbc043810dea7d8
23
< 3.4.0.beta2-dev: 5b8d8343329e1cd9668189b6cb6fdfd676f4a28d
34
< 3.4.0.beta1-dev: e19808d4ad3f7d16cd9b93f315ca586f694e6288

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ GEM
2121
tzinfo (~> 2.0, >= 2.0.5)
2222
uri (>= 0.13.1)
2323
ast (2.4.3)
24-
base64 (0.2.0)
25-
benchmark (0.4.0)
26-
bigdecimal (3.1.9)
24+
base64 (0.3.0)
25+
benchmark (0.4.1)
26+
bigdecimal (3.2.0)
2727
concurrent-ruby (1.3.5)
2828
connection_pool (2.5.3)
2929
drb (2.2.3)

package.json

Lines changed: 3 additions & 3 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",
4+
"@discourse/lint-configs": "2.23.0",
55
"ember-template-lint": "7.7.0",
6-
"eslint": "9.27.0",
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)