Skip to content

Commit 3569919

Browse files
authored
DEV: Update linting (#44)
1 parent 72ab8e4 commit 3569919

File tree

3 files changed

+147
-92
lines changed

3 files changed

+147
-92
lines changed

Gemfile.lock

Lines changed: 11 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,20 @@ GEM
44
ast (2.4.2)
55
json (2.7.1)
66
language_server-protocol (3.17.0.3)
7-
parallel (1.23.0)
8-
parser (3.2.2.4)
7+
parallel (1.24.0)
8+
parser (3.3.0.4)
99
ast (~> 2.4.1)
1010
racc
1111
prettier_print (1.2.1)
1212
racc (1.7.3)
1313
rainbow (3.1.1)
14-
regexp_parser (2.8.3)
14+
regexp_parser (2.9.0)
1515
rexml (3.2.6)
16-
rubocop (1.59.0)
16+
rubocop (1.60.0)
1717
json (~> 2.3)
1818
language_server-protocol (>= 3.17.0)
1919
parallel (~> 1.10)
20-
parser (>= 3.2.2.4)
20+
parser (>= 3.3.0.2)
2121
rainbow (>= 2.2.2, < 4.0)
2222
regexp_parser (>= 1.8, < 3.0)
2323
rexml (>= 3.2.5, < 4.0)
@@ -26,14 +26,14 @@ GEM
2626
unicode-display_width (>= 2.4.0, < 3.0)
2727
rubocop-ast (1.30.0)
2828
parser (>= 3.2.1.0)
29-
rubocop-capybara (2.19.0)
29+
rubocop-capybara (2.20.0)
3030
rubocop (~> 1.41)
31-
rubocop-discourse (3.5.0)
31+
rubocop-discourse (3.6.0)
3232
rubocop (>= 1.59.0)
3333
rubocop-rspec (>= 2.25.0)
34-
rubocop-factory_bot (2.24.0)
35-
rubocop (~> 1.33)
36-
rubocop-rspec (2.25.0)
34+
rubocop-factory_bot (2.25.1)
35+
rubocop (~> 1.41)
36+
rubocop-rspec (2.26.1)
3737
rubocop (~> 1.40)
3838
rubocop-capybara (~> 2.17)
3939
rubocop-factory_bot (~> 2.22)
@@ -43,17 +43,11 @@ GEM
4343
unicode-display_width (2.5.0)
4444

4545
PLATFORMS
46-
arm64-darwin-20
47-
arm64-darwin-22
4846
ruby
49-
x86_64-darwin-18
50-
x86_64-darwin-19
51-
x86_64-darwin-20
52-
x86_64-linux
5347

5448
DEPENDENCIES
5549
rubocop-discourse
5650
syntax_tree
5751

5852
BUNDLED WITH
59-
2.3.10
53+
2.5.4

package.json

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
11
{
2-
"name": "discourse-plugin-name",
3-
"version": "0.0.1",
4-
"repository": "TODO",
5-
"author": "Discourse",
6-
"license": "MIT",
2+
"name": "TODO",
3+
"private": true,
74
"devDependencies": {
8-
"@discourse/lint-configs": "^1.3.1",
5+
"@discourse/lint-configs": "^1.3.5",
96
"ember-template-lint": "^5.13.0",
10-
"eslint": "^8.55.0",
7+
"eslint": "^8.56.0",
118
"prettier": "^2.8.8"
129
}
1310
}

0 commit comments

Comments
 (0)