Skip to content

Commit 244e5d7

Browse files
Bump ember-template-lint from 2.21.0 to 3.4.2
Bumps [ember-template-lint](https://github.com/ember-template-lint/ember-template-lint) from 2.21.0 to 3.4.2. - [Release notes](https://github.com/ember-template-lint/ember-template-lint/releases) - [Changelog](https://github.com/ember-template-lint/ember-template-lint/blob/master/CHANGELOG.md) - [Commits](ember-template-lint/ember-template-lint@v2.21.0...v3.4.2) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 1224d46 commit 244e5d7

File tree

2 files changed

+76
-21
lines changed

2 files changed

+76
-21
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"ember-responsive-image": "^1.0.1",
5757
"ember-source": "~3.24.1",
5858
"ember-source-channel-url": "^3.0.0",
59-
"ember-template-lint": "^2.21.0",
59+
"ember-template-lint": "^3.4.2",
6060
"ember-try": "^1.4.0",
6161
"eslint": "^7.26.0",
6262
"eslint-config-prettier": "^7.2.0",

yarn.lock

Lines changed: 75 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1065,6 +1065,16 @@
10651065
resolved "https://registry.yarnpkg.com/@ember-data/rfc395-data/-/rfc395-data-0.0.4.tgz#ecb86efdf5d7733a76ff14ea651a1b0ed1f8a843"
10661066
integrity sha512-tGRdvgC9/QMQSuSuJV45xoyhI0Pzjm7A9o/MVVA3HakXIImJbbzx/k/6dO9CUEQXIyS2y0fW6C1XaYOG7rY0FQ==
10671067

1068+
"@ember-template-lint/todo-utils@^8.1.0":
1069+
version "8.1.0"
1070+
resolved "https://registry.yarnpkg.com/@ember-template-lint/todo-utils/-/todo-utils-8.1.0.tgz#0fe8ef9ebd1948dea34d27d89a2e245687bb57d9"
1071+
integrity sha512-fnxDli4RfYGVBXc64D0fg7ifkSrNE8J/ee4eqQLzTrsUJbisWMlmU2NTHm990XcZkulYkCnkiLKERU/k1tx5IQ==
1072+
dependencies:
1073+
"@types/eslint" "^7.2.10"
1074+
fs-extra "^9.1.0"
1075+
slash "^3.0.0"
1076+
tslib "^2.1.0"
1077+
10681078
"@ember/edition-utils@^1.2.0":
10691079
version "1.2.0"
10701080
resolved "https://registry.yarnpkg.com/@ember/edition-utils/-/edition-utils-1.2.0.tgz#a039f542dc14c8e8299c81cd5abba95e2459cfa6"
@@ -1582,6 +1592,19 @@
15821592
dependencies:
15831593
"@types/node" "*"
15841594

1595+
"@types/eslint@^7.2.10":
1596+
version "7.2.10"
1597+
resolved "https://registry.yarnpkg.com/@types/eslint/-/eslint-7.2.10.tgz#4b7a9368d46c0f8cd5408c23288a59aa2394d917"
1598+
integrity sha512-kUEPnMKrqbtpCq/KTaGFFKAcz6Ethm2EjCoKIDaCmfRBWLbFuTcOJfTlorwbnboXBzahqWLgUp1BQeKHiJzPUQ==
1599+
dependencies:
1600+
"@types/estree" "*"
1601+
"@types/json-schema" "*"
1602+
1603+
"@types/estree@*":
1604+
version "0.0.47"
1605+
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.47.tgz#d7a51db20f0650efec24cd04994f523d93172ed4"
1606+
integrity sha512-c5ciR06jK8u9BstrmJyO97m+klJrrhCf9u3rLu3DEAJBirxRqSCvDQoYKmxuYwQI5SZChAWu+tq9oVlGRuzPAg==
1607+
15851608
"@types/express-serve-static-core@*":
15861609
version "4.17.17"
15871610
resolved "https://registry.yarnpkg.com/@types/express-serve-static-core/-/express-serve-static-core-4.17.17.tgz#6ba02465165b6c9c3d8db3a28def6b16fc9b70f5"
@@ -1628,6 +1651,11 @@
16281651
resolved "https://registry.yarnpkg.com/@types/http-cache-semantics/-/http-cache-semantics-4.0.0.tgz#9140779736aa2655635ee756e2467d787cfe8a2a"
16291652
integrity sha512-c3Xy026kOF7QOTn00hbIllV1dLR9hG9NkSrLQgCVs8NF6sBU+VGWjD3wLPhmh1TYAc7ugCFsvHYMN4VcBN1U1A==
16301653

1654+
"@types/json-schema@*":
1655+
version "7.0.7"
1656+
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.7.tgz#98a993516c859eb0d5c4c8f098317a9ea68db9ad"
1657+
integrity sha512-cxWFQVseBm6O9Gbw1IWb8r6OS4OhSt3hPZLkFApLjM8TEXROBuQGLAH2i2gZpcXdLBIrpXuTDhH7Vbm1iXmNGA==
1658+
16311659
"@types/json-schema@^7.0.5":
16321660
version "7.0.6"
16331661
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.6.tgz#f4c7ec43e81b319a9815115031709f26987891f0"
@@ -4086,7 +4114,7 @@ caseless@~0.12.0:
40864114
resolved "https://registry.yarnpkg.com/caseless/-/caseless-0.12.0.tgz#1b681c21ff84033c826543090689420d187151dc"
40874115
integrity sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw=
40884116

4089-
[email protected], chalk@^4.0.0, chalk@^4.1.0:
4117+
[email protected], chalk@^4.0.0, chalk@^4.1.0, chalk@^4.1.1:
40904118
version "4.1.1"
40914119
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.1.tgz#c80b3fab28bf6371e6863325eee67e618b77e6ad"
40924120
integrity sha512-diHzdDKxcU+bAsUboHLPEDQiw0qEe0qd7SYUn3HgcFlWgbDcfLGswOHYeGrHKzG9z6UYf01d9VFMfZxPM1xZSg==
@@ -4804,6 +4832,11 @@ data-urls@^2.0.0:
48044832
whatwg-mimetype "^2.3.0"
48054833
whatwg-url "^8.0.0"
48064834

4835+
date-fns@^2.21.3:
4836+
version "2.21.3"
4837+
resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-2.21.3.tgz#8f5f6889d7a96bbcc1f0ea50239b397a83357f9b"
4838+
integrity sha512-HeYdzCaFflc1i4tGbj7JKMjM4cKGYoyxwcIIkHzNgCkX8xXDNJDZXgDDVchIWpN4eQc3lH37WarduXFZJOtxfw==
4839+
48074840
[email protected], debug@^2.1.0, debug@^2.1.1, debug@^2.1.3, debug@^2.2.0, debug@^2.3.3, debug@^2.6.8, debug@^2.6.9:
48084841
version "2.6.9"
48094842
resolved "https://registry.yarnpkg.com/debug/-/debug-2.6.9.tgz#5d128515df134ff327e90a4c93f4e077a536341f"
@@ -5679,21 +5712,23 @@ ember-source@~3.24.1:
56795712
semver "^6.1.1"
56805713
silent-error "^1.1.1"
56815714

5682-
ember-template-lint@^2.21.0:
5683-
version "2.21.0"
5684-
resolved "https://registry.yarnpkg.com/ember-template-lint/-/ember-template-lint-2.21.0.tgz#7e120abf309a8810eeed26c52377943faf15a95b"
5685-
integrity sha512-19QbEqJQdMfcRS7PsQsubflRowEtnkbD0tpYR4q/xq4lodmhU7hhOFvlTQgbxD/jwW5Ur+tkOwH4KFy9JwOyXA==
5715+
ember-template-lint@^3.4.2:
5716+
version "3.4.2"
5717+
resolved "https://registry.yarnpkg.com/ember-template-lint/-/ember-template-lint-3.4.2.tgz#d9480957b576b2b7ed02b4bf6bdb7c4b80243581"
5718+
integrity sha512-YorsJ5cVmrt0hm2gTVwsKsX/NpYp6X7oa+z7a2iAtwBEz4GyEImUpH3YF7ilXHMFB6d5k96LLKzF73cyBJliuQ==
56865719
dependencies:
5687-
chalk "^4.0.0"
5720+
"@ember-template-lint/todo-utils" "^8.1.0"
5721+
chalk "^4.1.1"
5722+
date-fns "^2.21.3"
56885723
ember-template-recast "^5.0.1"
56895724
find-up "^5.0.0"
56905725
fuse.js "^6.4.6"
56915726
get-stdin "^8.0.0"
5692-
globby "^11.0.2"
5727+
globby "^11.0.3"
56935728
is-glob "^4.0.1"
5694-
micromatch "^4.0.2"
5729+
micromatch "^4.0.4"
56955730
resolve "^1.20.0"
5696-
v8-compile-cache "^2.2.0"
5731+
v8-compile-cache "^2.3.0"
56975732
yargs "^16.2.0"
56985733

56995734
ember-template-recast@^5.0.1:
@@ -6812,6 +6847,16 @@ fs-extra@^9.0.1:
68126847
jsonfile "^6.0.1"
68136848
universalify "^1.0.0"
68146849

6850+
fs-extra@^9.1.0:
6851+
version "9.1.0"
6852+
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-9.1.0.tgz#5954460c764a8da2094ba3554bf839e6b9a7c86d"
6853+
integrity sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==
6854+
dependencies:
6855+
at-least-node "^1.0.0"
6856+
graceful-fs "^4.2.0"
6857+
jsonfile "^6.0.1"
6858+
universalify "^2.0.0"
6859+
68156860
fs-merger@^3.1.0:
68166861
version "3.1.0"
68176862
resolved "https://registry.yarnpkg.com/fs-merger/-/fs-merger-3.1.0.tgz#f30f74f6c70b2ff7333ec074f3d2f22298152f3b"
@@ -7168,7 +7213,7 @@ [email protected]:
71687213
merge2 "^1.2.3"
71697214
slash "^3.0.0"
71707215

7171-
[email protected], globby@^11.0.1, globby@^11.0.2:
7216+
[email protected], globby@^11.0.1, globby@^11.0.3:
71727217
version "11.0.3"
71737218
resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.3.tgz#9b1f0cb523e171dd1ad8c7b2a9fb4b644b9593cb"
71747219
integrity sha512-ffdmosjA807y7+lA1NM0jELARVmYul/715xiILEjo3hBLPTcirgQNnXECn5g3mtR8TOLCVbkfua1Hpen25/Xcg==
@@ -9130,13 +9175,13 @@ micromatch@^3.1.10, micromatch@^3.1.4:
91309175
snapdragon "^0.8.1"
91319176
to-regex "^3.0.2"
91329177

9133-
micromatch@^4.0.2:
9134-
version "4.0.2"
9135-
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.2.tgz#4fcb0999bf9fbc2fcbdd212f6d629b9a56c39259"
9136-
integrity sha512-y7FpHSbMUMoyPbYUSzO6PaZ6FyRnQOpHuKwbo1G+Knck95XVU4QAiKdGEnj5wwoS7PlOgthX/09u5iFJ+aYf5Q==
9178+
micromatch@^4.0.2, micromatch@^4.0.4:
9179+
version "4.0.4"
9180+
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.4.tgz#896d519dfe9db25fce94ceb7a500919bf881ebf9"
9181+
integrity sha512-pRmzw/XUcwXGpD9aI9q/0XOwLNygjETJ8y0ao0wdqprrzDa4YnxLcz7fQRZr8voh8V10kGhABbNcHVk5wHgWwg==
91379182
dependencies:
91389183
braces "^3.0.1"
9139-
picomatch "^2.0.5"
9184+
picomatch "^2.2.3"
91409185

91419186
miller-rabin@^4.0.0:
91429187
version "4.0.1"
@@ -10173,11 +10218,16 @@ performance-now@^2.1.0:
1017310218
resolved "https://registry.yarnpkg.com/performance-now/-/performance-now-2.1.0.tgz#6309f4e0e5fa913ec1c69307ae364b4b377c9e7b"
1017410219
integrity sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns=
1017510220

10176-
picomatch@^2.0.4, picomatch@^2.0.5, picomatch@^2.2.1:
10221+
picomatch@^2.0.4, picomatch@^2.2.1:
1017710222
version "2.2.2"
1017810223
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.2.2.tgz#21f333e9b6b8eaff02468f5146ea406d345f4dad"
1017910224
integrity sha512-q0M/9eZHzmr0AulXyPwNfZjtwZ/RBZlbN3K3CErVrk50T2ASYI7Bye0EvekFY3IP1Nt2DHu0re+V2ZHIpMkuWg==
1018010225

10226+
picomatch@^2.2.3:
10227+
version "2.2.3"
10228+
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.2.3.tgz#465547f359ccc206d3c48e46a1bcb89bf7ee619d"
10229+
integrity sha512-KpELjfwcCDUb9PeigTs2mBJzXUPzAuP2oPcA989He8Rte0+YUAjw1JVedDhuTKPkHjSYzMN3npC9luThGYEKdg==
10230+
1018110231
pidtree@^0.3.0:
1018210232
version "0.3.1"
1018310233
resolved "https://registry.yarnpkg.com/pidtree/-/pidtree-0.3.1.tgz#ef09ac2cc0533df1f3250ccf2c4d366b0d12114a"
@@ -12370,6 +12420,11 @@ tslib@^2.0.3:
1237012420
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.1.0.tgz#da60860f1c2ecaa5703ab7d39bc05b6bf988b97a"
1237112421
integrity sha512-hcVC3wYEziELGGmEEXue7D75zbwIIVUMWAVbHItGPx0ziyXxrOMQx4rQEVEV45Ut/1IotuEvwqPopzIOkDMf0A==
1237212422

12423+
tslib@^2.1.0:
12424+
version "2.2.0"
12425+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.2.0.tgz#fb2c475977e35e241311ede2693cee1ec6698f5c"
12426+
integrity sha512-gS9GVHRU+RGn5KQM2rllAlR3dU6m7AcpJKdtH8gFvQiC4Otgk98XnmMU+nZenHt/+VhnBPWwgrJsyrdcw6i23w==
12427+
1237312428
1237412429
version "0.0.0"
1237512430
resolved "https://registry.yarnpkg.com/tty-browserify/-/tty-browserify-0.0.0.tgz#a157ba402da24e9bf957f9aa69d524eed42901a6"
@@ -12683,10 +12738,10 @@ uuid@^3.3.2:
1268312738
resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.4.0.tgz#b23e4358afa8a202fe7a100af1f5f883f02007ee"
1268412739
integrity sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==
1268512740

12686-
v8-compile-cache@^2.0.3, v8-compile-cache@^2.2.0:
12687-
version "2.2.0"
12688-
resolved "https://registry.yarnpkg.com/v8-compile-cache/-/v8-compile-cache-2.2.0.tgz#9471efa3ef9128d2f7c6a7ca39c4dd6b5055b132"
12689-
integrity sha512-gTpR5XQNKFwOd4clxfnhaqvfqMpqEwr4tOtCyz4MtYZX2JYhfr1JvBFKdS+7K/9rfpZR3VLX+YWBbKoxCgS43Q==
12741+
v8-compile-cache@^2.0.3, v8-compile-cache@^2.3.0:
12742+
version "2.3.0"
12743+
resolved "https://registry.yarnpkg.com/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz#2de19618c66dc247dcfb6f99338035d8245a2cee"
12744+
integrity sha512-l8lCEmLcLYZh4nbunNZvQCJc5pv7+RCwa8q/LdUx8u7lsWvPDKmpodJAJNwkAhJC//dFY48KuIEmjtd4RViDrA==
1269012745

1269112746
validate-npm-package-license@^3.0.1:
1269212747
version "3.0.4"

0 commit comments

Comments
 (0)