From a8d0614f5cfcc266e12e4dd9e0d40cfa8183f2b7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 22 Nov 2023 04:32:49 +0000 Subject: [PATCH] Update dependency ember-template-lint to v5.13.0 --- ember-phone-input/package.json | 2 +- pnpm-lock.yaml | 18 +++++++++--------- test-app/package.json | 2 +- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/ember-phone-input/package.json b/ember-phone-input/package.json index 9a36d04e..9f4e762b 100644 --- a/ember-phone-input/package.json +++ b/ember-phone-input/package.json @@ -72,7 +72,7 @@ "@typescript-eslint/parser": "6.12.0", "concurrently": "8.2.2", "ember-source": "5.4.0", - "ember-template-lint": "5.12.0", + "ember-template-lint": "5.13.0", "eslint": "8.53.0", "eslint-config-prettier": "9.0.0", "eslint-plugin-ember": "11.11.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 3f27ced4..5a5c3815 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -100,8 +100,8 @@ importers: specifier: 5.4.0 version: 5.4.0(@babel/core@7.23.3)(@glimmer/component@1.1.2)(@glint/template@1.2.1)(rsvp@4.8.5)(webpack@5.89.0) ember-template-lint: - specifier: 5.12.0 - version: 5.12.0 + specifier: 5.13.0 + version: 5.13.0 eslint: specifier: 8.53.0 version: 8.53.0 @@ -266,8 +266,8 @@ importers: specifier: 3.0.0 version: 3.0.0 ember-template-lint: - specifier: 5.12.0 - version: 5.12.0 + specifier: 5.13.0 + version: 5.13.0 ember-try: specifier: 3.0.0 version: 3.0.0 @@ -303,7 +303,7 @@ importers: version: 2.0.0 lint-to-the-future-ember-template: specifier: 1.2.0 - version: 1.2.0(ember-template-lint@5.12.0) + version: 1.2.0(ember-template-lint@5.13.0) lint-to-the-future-eslint: specifier: 2.0.1 version: 2.0.1(eslint@8.53.0) @@ -8085,8 +8085,8 @@ packages: - supports-color dev: true - /ember-template-lint@5.12.0: - resolution: {integrity: sha512-QY3VVwuaYACOmOtF0VzQUUA8p6AYE3VC2LW/4RLsi6B5oa2E8wCfJwyo4wcXKLQb+eSqDMYmD/PQ4iizFFpz5g==} + /ember-template-lint@5.13.0: + resolution: {integrity: sha512-AYxz9S9fVZfHPmTsymc7NwsD7FVmDUZyfC+KYpxDlK0wic7JSQx2FNQNqQSBFRLOuzn7VQ0/+1pX6DGqKDGswg==} engines: {node: ^14.18.0 || ^16.0.0 || >= 18.0.0} hasBin: true dependencies: @@ -11312,13 +11312,13 @@ packages: uc.micro: 1.0.6 dev: true - /lint-to-the-future-ember-template@1.2.0(ember-template-lint@5.12.0): + /lint-to-the-future-ember-template@1.2.0(ember-template-lint@5.13.0): resolution: {integrity: sha512-MtbF3OITW2fh900RU08TQsrGt5ljvzYklvV3SEli4o1RqQ5oM4+yTsU4irvO3usmuO4C1lpXUAGZ6az7kqeXxw==} engines: {node: 10.* || >= 12.*} peerDependencies: ember-template-lint: ^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0 dependencies: - ember-template-lint: 5.12.0 + ember-template-lint: 5.13.0 esm: 3.2.25 import-cwd: 3.0.0 walk-sync: 2.2.0 diff --git a/test-app/package.json b/test-app/package.json index 6b581ece..01445aab 100644 --- a/test-app/package.json +++ b/test-app/package.json @@ -68,7 +68,7 @@ "ember-sinon-qunit": "7.4.0", "ember-source": "5.4.0", "ember-source-channel-url": "3.0.0", - "ember-template-lint": "5.12.0", + "ember-template-lint": "5.13.0", "ember-try": "3.0.0", "eslint": "8.53.0", "eslint-config-prettier": "9.0.0",