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

Commit 19227ed

Browse files
committed
DEV: Update linting config and run gjs-codemod
1 parent 90a0179 commit 19227ed

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: 90a0179846da8c56665573daa6e60604182ec797
12
< 3.5.0.beta1-dev: 69bbeae3a249dcd51dd8bcd04d459e6e6d70d5e9
23
< 3.4.0.beta2-dev: 12d39da14b306c0fa53d463166e91c55845ef6a5
34
< 3.4.0.beta1-dev: ae42e81fb2dbbdda96811161640d74cdce7fc26e

Gemfile.lock

Lines changed: 3 additions & 3 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.0)
2121
concurrent-ruby (1.3.5)
2222
connection_pool (2.5.3)
2323
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)