diff --git a/Gemfile.lock b/Gemfile.lock index fc5e0ac3..005526ef 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2,7 +2,6 @@ GEM remote: https://rubygems.org/ specs: ast (2.4.2) - base64 (0.1.1) json (2.6.3) language_server-protocol (3.17.0.3) parallel (1.23.0) @@ -10,12 +9,11 @@ GEM ast (~> 2.4.1) racc prettier_print (1.2.1) - racc (1.7.1) + racc (1.7.3) rainbow (3.1.1) regexp_parser (2.8.2) rexml (3.2.6) - rubocop (1.57.1) - base64 (~> 0.1.1) + rubocop (1.57.2) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) @@ -26,17 +24,17 @@ GEM rubocop-ast (>= 1.28.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.29.0) + rubocop-ast (1.30.0) parser (>= 3.2.1.0) rubocop-capybara (2.19.0) rubocop (~> 1.41) - rubocop-discourse (3.4.0) + rubocop-discourse (3.4.1) rubocop (>= 1.1.0) rubocop-rspec (>= 2.0.0) rubocop-factory_bot (2.24.0) rubocop (~> 1.33) - rubocop-rspec (2.24.1) - rubocop (~> 1.33) + rubocop-rspec (2.25.0) + rubocop (~> 1.40) rubocop-capybara (~> 2.17) rubocop-factory_bot (~> 2.22) ruby-progressbar (1.13.0) @@ -46,6 +44,7 @@ GEM PLATFORMS ruby + x86_64-linux DEPENDENCIES rubocop-discourse diff --git a/package.json b/package.json index 6b586630..b1d9b04f 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "license": "MIT", "devDependencies": { "@discourse/lint-configs": "^1.0.0", - "ember-template-lint": "^5.11.2", + "ember-template-lint": "^5.12.0", "eslint": "^8.51.0", "prettier": "^2.8.8" } diff --git a/yarn.lock b/yarn.lock index 369d0f0b..9f20d960 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1242,6 +1242,30 @@ ember-template-lint@^5.11.2: v8-compile-cache "^2.3.0" yargs "^17.7.2" +ember-template-lint@^5.12.0: + version "5.12.0" + resolved "https://registry.yarnpkg.com/ember-template-lint/-/ember-template-lint-5.12.0.tgz#aeb93e41c002c1da3a5a8f91439d68f4db4da12a" + integrity sha512-QY3VVwuaYACOmOtF0VzQUUA8p6AYE3VC2LW/4RLsi6B5oa2E8wCfJwyo4wcXKLQb+eSqDMYmD/PQ4iizFFpz5g== + dependencies: + "@lint-todo/utils" "^13.1.1" + aria-query "^5.3.0" + chalk "^5.3.0" + ci-info "^3.8.0" + date-fns "^2.30.0" + ember-template-imports "^3.4.2" + ember-template-recast "^6.1.4" + eslint-formatter-kakoune "^1.0.0" + find-up "^6.3.0" + fuse.js "^6.5.3" + get-stdin "^9.0.0" + globby "^13.2.2" + is-glob "^4.0.3" + language-tags "^1.0.8" + micromatch "^4.0.5" + resolve "^1.22.3" + v8-compile-cache "^2.3.0" + yargs "^17.7.2" + ember-template-recast@^6.1.4: version "6.1.4" resolved "https://registry.yarnpkg.com/ember-template-recast/-/ember-template-recast-6.1.4.tgz#e964c184adfd876878009f8aa0b84c95633fce20"