Skip to content

Commit a92c4d8

Browse files
authored
DEV: [gjs-codemod] Convert all templates to gjs (#6)
* DEV: [gjs-codemod] Convert all templates to gjs * DEV: [gjs-codemod] Convert all templates to gjs
1 parent 883a25f commit a92c4d8

File tree

3 files changed

+295
-748
lines changed

3 files changed

+295
-748
lines changed

Gemfile.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ GEM
2020
bigdecimal (3.1.9)
2121
concurrent-ruby (1.3.5)
2222
connection_pool (2.5.3)
23-
drb (2.2.1)
23+
drb (2.2.3)
2424
i18n (1.14.7)
2525
concurrent-ruby (~> 1.0)
26-
json (2.11.3)
27-
language_server-protocol (3.17.0.4)
26+
json (2.12.2)
27+
language_server-protocol (3.17.0.5)
2828
lint_roller (1.1.0)
2929
logger (1.7.0)
3030
minitest (5.25.5)
@@ -35,10 +35,10 @@ GEM
3535
prettier_print (1.2.1)
3636
prism (1.4.0)
3737
racc (1.8.1)
38-
rack (3.1.13)
38+
rack (3.1.15)
3939
rainbow (3.1.1)
4040
regexp_parser (2.10.0)
41-
rubocop (1.75.5)
41+
rubocop (1.75.8)
4242
json (~> 2.3)
4343
language_server-protocol (~> 3.17.0.2)
4444
lint_roller (~> 1.1.0)
@@ -67,12 +67,12 @@ GEM
6767
rubocop-factory_bot (2.27.1)
6868
lint_roller (~> 1.1)
6969
rubocop (~> 1.72, >= 1.72.1)
70-
rubocop-rails (2.31.0)
70+
rubocop-rails (2.32.0)
7171
activesupport (>= 4.2.0)
7272
lint_roller (~> 1.1)
7373
rack (>= 1.1)
7474
rubocop (>= 1.75.0, < 2.0)
75-
rubocop-ast (>= 1.38.0, < 2.0)
75+
rubocop-ast (>= 1.44.0, < 2.0)
7676
rubocop-rspec (3.6.0)
7777
lint_roller (~> 1.1)
7878
rubocop (~> 1.72, >= 1.72.1)
@@ -100,4 +100,4 @@ DEPENDENCIES
100100
syntax_tree
101101

102102
BUNDLED WITH
103-
2.6.8
103+
2.6.9

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"private": true,
33
"devDependencies": {
4-
"@discourse/lint-configs": "2.16.1",
5-
"ember-template-lint": "7.6.0",
6-
"eslint": "9.26.0",
4+
"@discourse/lint-configs": "2.21.0",
5+
"ember-template-lint": "7.7.0",
6+
"eslint": "9.27.0",
77
"prettier": "3.5.3",
88
"stylelint": "16.19.1"
99
},

0 commit comments

Comments
 (0)