Skip to content

Commit 3439b9a

Browse files
Update dependency ember-template-lint to v4.14.0
1 parent f636ecb commit 3439b9a

File tree

2 files changed

+28
-7
lines changed

2 files changed

+28
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"ember-resolver": "8.0.3",
5555
"ember-source": "4.6.0",
5656
"ember-source-channel-url": "3.0.0",
57-
"ember-template-lint": "4.13.0",
57+
"ember-template-lint": "4.14.0",
5858
"ember-try": "2.0.0",
5959
"eslint": "7.32.0",
6060
"eslint-config-prettier": "8.5.0",

yarn.lock

Lines changed: 27 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2474,6 +2474,11 @@ babel-helpers@^6.24.1:
24742474
babel-runtime "^6.22.0"
24752475
babel-template "^6.24.1"
24762476

2477+
babel-import-util@^0.2.0:
2478+
version "0.2.0"
2479+
resolved "https://registry.yarnpkg.com/babel-import-util/-/babel-import-util-0.2.0.tgz#b468bb679919601a3570f9e317536c54f2862e23"
2480+
integrity sha512-CtWYYHU/MgK88rxMrLfkD356dApswtR/kWZ/c6JifG1m10e7tBBrs/366dFzWMAoqYmG5/JSh+94tUSpIwh+ag==
2481+
24772482
babel-import-util@^1.1.0, babel-import-util@^1.2.0:
24782483
version "1.2.2"
24792484
resolved "https://registry.yarnpkg.com/babel-import-util/-/babel-import-util-1.2.2.tgz#1027560e143a4a68b1758e71d4fadc661614e495"
@@ -5278,16 +5283,32 @@ ember-style-modifier@^0.8.0:
52785283
ember-cli-babel "^7.26.6"
52795284
ember-modifier "^3.2.7"
52805285

5281-
ember-template-lint@4.13.0:
5282-
version "4.13.0"
5283-
resolved "https://registry.yarnpkg.com/ember-template-lint/-/ember-template-lint-4.13.0.tgz#06e56987cb448764e816655560ac750b7f5b022f"
5284-
integrity sha512-ByhAlmXAtq87O3QpQXNz+4kra3MffNOQ5ilbHaNJOQ41NPJsxjSkT+4jVXcMKgINPOuEsOKic41KGD/PT+vdAQ==
5286+
ember-template-imports@^3.1.1:
5287+
version "3.1.1"
5288+
resolved "https://registry.yarnpkg.com/ember-template-imports/-/ember-template-imports-3.1.1.tgz#9b7a4f37c0a638b3d3d9894dade494efceb30f9a"
5289+
integrity sha512-ZsujuOwaF6lWDDeKC0NleCUAC8f06CfxWQPmejNnxg5gUdqHFTfW9L++X9RLLV/pJZ6eCtax7L94XkXQJ1LfBA==
5290+
dependencies:
5291+
babel-import-util "^0.2.0"
5292+
broccoli-stew "^3.0.0"
5293+
ember-cli-babel-plugin-helpers "^1.1.1"
5294+
ember-cli-version-checker "^5.1.2"
5295+
line-column "^1.0.2"
5296+
magic-string "^0.25.7"
5297+
parse-static-imports "^1.1.0"
5298+
string.prototype.matchall "^4.0.6"
5299+
validate-peer-dependencies "^1.1.0"
5300+
5301+
ember-template-lint@4.14.0:
5302+
version "4.14.0"
5303+
resolved "https://registry.yarnpkg.com/ember-template-lint/-/ember-template-lint-4.14.0.tgz#7807ad19fc88c99de451a639ded2e3bbd14baa74"
5304+
integrity sha512-kr7jvAx74y4CZxMJ+B8AYszYZjdyE0opSPo+6vLW43jKyq2oowjqPDEBd6upsUALvYtNAPn8b6D+Vbiy7UP+Kg==
52855305
dependencies:
52865306
"@lint-todo/utils" "^13.0.3"
52875307
aria-query "^5.0.2"
52885308
chalk "^4.1.2"
52895309
ci-info "^3.3.2"
52905310
date-fns "^2.29.2"
5311+
ember-template-imports "^3.1.1"
52915312
ember-template-recast "^6.1.3"
52925313
find-up "^6.3.0"
52935314
fuse.js "^6.5.3"
@@ -11325,7 +11346,7 @@ string-width@^3.0.0, string-width@^3.1.0:
1132511346
is-fullwidth-code-point "^2.0.0"
1132611347
strip-ansi "^5.1.0"
1132711348

11328-
string.prototype.matchall@^4.0.5:
11349+
string.prototype.matchall@^4.0.5, string.prototype.matchall@^4.0.6:
1132911350
version "4.0.7"
1133011351
resolved "https://registry.yarnpkg.com/string.prototype.matchall/-/string.prototype.matchall-4.0.7.tgz#8e6ecb0d8a1fb1fda470d81acecb2dba057a481d"
1133111352
integrity sha512-f48okCX7JiwVi1NXCVWcFnZgADDC/n2vePlQ/KUCNqCikLLilQvwjMO8+BHVKvgzH0JB0J9LEPgxOGT02RoETg==
@@ -12190,7 +12211,7 @@ validate-npm-package-name@^4.0.0:
1219012211
dependencies:
1219112212
builtins "^5.0.0"
1219212213

12193-
validate-peer-dependencies@^1.0.0, validate-peer-dependencies@^1.2.0:
12214+
validate-peer-dependencies@^1.0.0, validate-peer-dependencies@^1.1.0, validate-peer-dependencies@^1.2.0:
1219412215
version "1.2.0"
1219512216
resolved "https://registry.yarnpkg.com/validate-peer-dependencies/-/validate-peer-dependencies-1.2.0.tgz#22aab93c514f4fda457d36c80685e8b1160d2036"
1219612217
integrity sha512-nd2HUpKc6RWblPZQ2GDuI65sxJ2n/UqZwSBVtj64xlWjMx0m7ZB2m9b2JS3v1f+n9VWH/dd1CMhkHfP6pIdckA==

0 commit comments

Comments
 (0)