Skip to content

Commit d39fb71

Browse files
Bump ember-template-lint from 2.21.0 to 3.5.1
Bumps [ember-template-lint](https://github.com/ember-template-lint/ember-template-lint) from 2.21.0 to 3.5.1. - [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.5.1) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent c31a586 commit d39fb71

File tree

2 files changed

+91
-31
lines changed

2 files changed

+91
-31
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"ember-resolver": "^8.0.2",
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.5.1",
6060
"ember-try": "^1.4.0",
6161
"eslint": "^7.30.0",
6262
"eslint-config-prettier": "^7.2.0",

yarn.lock

Lines changed: 90 additions & 30 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@^9.1.2":
1069+
version "9.1.2"
1070+
resolved "https://registry.yarnpkg.com/@ember-template-lint/todo-utils/-/todo-utils-9.1.2.tgz#acadb0378acb12d5220a397143a69f197b4a3a05"
1071+
integrity sha512-wHRL/YQc/CtPabV7GuYLtS2A592GCd54aY544JOH4OXnpepZkxy5dp18iaNbtErihBW/+sIJr8/JvsCxw5T3Wg==
1072+
dependencies:
1073+
"@types/eslint" "^7.2.12"
1074+
fs-extra "^9.1.0"
1075+
slash "^3.0.0"
1076+
tslib "^2.2.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"
@@ -1618,6 +1628,19 @@
16181628
dependencies:
16191629
"@types/node" "*"
16201630

1631+
"@types/eslint@^7.2.12":
1632+
version "7.28.0"
1633+
resolved "https://registry.yarnpkg.com/@types/eslint/-/eslint-7.28.0.tgz#7e41f2481d301c68e14f483fe10b017753ce8d5a"
1634+
integrity sha512-07XlgzX0YJUn4iG1ocY4IX9DzKSmMGUs6ESKlxWhZRaa0fatIWaHWUVapcuGa8r5HFnTqzj+4OCjd5f7EZ/i/A==
1635+
dependencies:
1636+
"@types/estree" "*"
1637+
"@types/json-schema" "*"
1638+
1639+
"@types/estree@*":
1640+
version "0.0.50"
1641+
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.50.tgz#1e0caa9364d3fccd2931c3ed96fdbeaa5d4cca83"
1642+
integrity sha512-C6N5s2ZFtuZRj54k2/zyRhNDjJwwcViAM3Nbm8zjBpbqAdZ00mr0CFxvSKeO8Y/e03WVFLpQMdHYVfUd6SB+Hw==
1643+
16211644
"@types/express-serve-static-core@*":
16221645
version "4.17.17"
16231646
resolved "https://registry.yarnpkg.com/@types/express-serve-static-core/-/express-serve-static-core-4.17.17.tgz#6ba02465165b6c9c3d8db3a28def6b16fc9b70f5"
@@ -1664,6 +1687,11 @@
16641687
resolved "https://registry.yarnpkg.com/@types/http-cache-semantics/-/http-cache-semantics-4.0.0.tgz#9140779736aa2655635ee756e2467d787cfe8a2a"
16651688
integrity sha512-c3Xy026kOF7QOTn00hbIllV1dLR9hG9NkSrLQgCVs8NF6sBU+VGWjD3wLPhmh1TYAc7ugCFsvHYMN4VcBN1U1A==
16661689

1690+
"@types/json-schema@*":
1691+
version "7.0.8"
1692+
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.8.tgz#edf1bf1dbf4e04413ca8e5b17b3b7d7d54b59818"
1693+
integrity sha512-YSBPTLTVm2e2OoQIDYx8HaeWJ5tTToLH67kXR7zYNGupXMEHa2++G8k+DczX2cFVgalypqtyZIcU19AFcmOpmg==
1694+
16671695
"@types/json-schema@^7.0.5":
16681696
version "7.0.6"
16691697
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.6.tgz#f4c7ec43e81b319a9815115031709f26987891f0"
@@ -4410,7 +4438,7 @@ commander@^4.1.1:
44104438
resolved "https://registry.yarnpkg.com/commander/-/commander-4.1.1.tgz#9fd602bd936294e9e9ef46a3f4d6964044b18068"
44114439
integrity sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==
44124440

4413-
commander@^6.2.0:
4441+
commander@^6.2.1:
44144442
version "6.2.1"
44154443
resolved "https://registry.yarnpkg.com/commander/-/commander-6.2.1.tgz#0792eb682dfbc325999bb2b84fddddba110ac73c"
44164444
integrity sha512-U7VdrJFnJgo4xjrHpTzu0yrHPGImdsmD95ZlgYSEajAn2JKzDhDTPG9kBTefmObL2w/ngeZnilk+OV9CG3d7UA==
@@ -4771,6 +4799,11 @@ data-urls@^2.0.0:
47714799
whatwg-mimetype "^2.3.0"
47724800
whatwg-url "^8.0.0"
47734801

4802+
date-fns@^2.22.1:
4803+
version "2.23.0"
4804+
resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-2.23.0.tgz#4e886c941659af0cf7b30fafdd1eaa37e88788a9"
4805+
integrity sha512-5ycpauovVyAk0kXNZz6ZoB9AYMZB4DObse7P3BPWmyEjXNORTI8EJ6X0uaSAq4sCHzM1uajzrkr6HnsLQpxGXA==
4806+
47744807
[email protected], debug@^2.1.0, debug@^2.1.1, debug@^2.1.3, debug@^2.2.0, debug@^2.3.3, debug@^2.4.0, debug@^2.6.8, debug@^2.6.9:
47754808
version "2.6.9"
47764809
resolved "https://registry.yarnpkg.com/debug/-/debug-2.6.9.tgz#5d128515df134ff327e90a4c93f4e077a536341f"
@@ -5582,39 +5615,41 @@ ember-source@~3.24.1:
55825615
semver "^6.1.1"
55835616
silent-error "^1.1.1"
55845617

5585-
ember-template-lint@^2.21.0:
5586-
version "2.21.0"
5587-
resolved "https://registry.yarnpkg.com/ember-template-lint/-/ember-template-lint-2.21.0.tgz#7e120abf309a8810eeed26c52377943faf15a95b"
5588-
integrity sha512-19QbEqJQdMfcRS7PsQsubflRowEtnkbD0tpYR4q/xq4lodmhU7hhOFvlTQgbxD/jwW5Ur+tkOwH4KFy9JwOyXA==
5618+
ember-template-lint@^3.5.1:
5619+
version "3.5.1"
5620+
resolved "https://registry.yarnpkg.com/ember-template-lint/-/ember-template-lint-3.5.1.tgz#ea552db5b328b2d0983e87fd31eba6ee47481cb9"
5621+
integrity sha512-55lhQU+2gGLQLn3YhSV3L/leEypOXDi0Qq9TuHfWDqbI8O2+t/d9NEZYwpMnb7ovtipy0TVAZcyZeqp9eWX1KA==
55895622
dependencies:
5590-
chalk "^4.0.0"
5591-
ember-template-recast "^5.0.1"
5623+
"@ember-template-lint/todo-utils" "^9.1.2"
5624+
chalk "^4.1.1"
5625+
date-fns "^2.22.1"
5626+
ember-template-recast "^5.0.3"
55925627
find-up "^5.0.0"
55935628
fuse.js "^6.4.6"
55945629
get-stdin "^8.0.0"
5595-
globby "^11.0.2"
5630+
globby "^11.0.4"
55965631
is-glob "^4.0.1"
5597-
micromatch "^4.0.2"
5632+
micromatch "^4.0.4"
55985633
resolve "^1.20.0"
5599-
v8-compile-cache "^2.2.0"
5634+
v8-compile-cache "^2.3.0"
56005635
yargs "^16.2.0"
56015636

5602-
ember-template-recast@^5.0.1:
5603-
version "5.0.1"
5604-
resolved "https://registry.yarnpkg.com/ember-template-recast/-/ember-template-recast-5.0.1.tgz#c5d9e7208bf629ee368a3792328f245f3c651003"
5605-
integrity sha512-MtjyYtr5jnE72i/jVkI3m2QOdozglLwXS3HN74Ge9cm7dz5GoDszVvUksyj/9xqpIP31LMXjs2bZetRGvinU1Q==
5637+
ember-template-recast@^5.0.3:
5638+
version "5.0.3"
5639+
resolved "https://registry.yarnpkg.com/ember-template-recast/-/ember-template-recast-5.0.3.tgz#79df27a70bdce7be17f14db13886afde1e9d02d6"
5640+
integrity sha512-qsJYQhf29Dk6QMfviXhUPE+byMOs6iRQxUDHgkj8yqjeppvjHaFG96hZi/NAXJTm/M7o3PpfF5YlmeaKtI9UeQ==
56065641
dependencies:
56075642
"@glimmer/reference" "^0.65.0"
56085643
"@glimmer/syntax" "^0.65.0"
56095644
"@glimmer/validator" "^0.65.0"
56105645
async-promise-queue "^1.0.5"
56115646
colors "^1.4.0"
5612-
commander "^6.2.0"
5613-
globby "^11.0.1"
5614-
ora "^5.1.0"
5647+
commander "^6.2.1"
5648+
globby "^11.0.3"
5649+
ora "^5.4.0"
56155650
slash "^3.0.0"
56165651
tmp "^0.2.1"
5617-
workerpool "^6.0.3"
5652+
workerpool "^6.1.4"
56185653

56195654
ember-try-config@^3.0.0:
56205655
version "3.0.0"
@@ -6756,6 +6791,16 @@ fs-extra@^9.0.1:
67566791
jsonfile "^6.0.1"
67576792
universalify "^1.0.0"
67586793

6794+
fs-extra@^9.1.0:
6795+
version "9.1.0"
6796+
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-9.1.0.tgz#5954460c764a8da2094ba3554bf839e6b9a7c86d"
6797+
integrity sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==
6798+
dependencies:
6799+
at-least-node "^1.0.0"
6800+
graceful-fs "^4.2.0"
6801+
jsonfile "^6.0.1"
6802+
universalify "^2.0.0"
6803+
67596804
fs-merger@^3.1.0:
67606805
version "3.1.0"
67616806
resolved "https://registry.yarnpkg.com/fs-merger/-/fs-merger-3.1.0.tgz#f30f74f6c70b2ff7333ec074f3d2f22298152f3b"
@@ -7111,7 +7156,7 @@ [email protected]:
71117156
merge2 "^1.2.3"
71127157
slash "^3.0.0"
71137158

7114-
[email protected], globby@^11.0.1, globby@^11.0.2:
7159+
[email protected], globby@^11.0.3, globby@^11.0.4:
71157160
version "11.0.4"
71167161
resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.4.tgz#2cbaff77c2f2a62e71e9b2813a67b97a3a3001a5"
71177162
integrity sha512-9O4MVG9ioZJ08ffbcyVYyLOJLk5JQ688pJ4eMGLpdWLHq/Wr1D9BlriLQyL0E+jbkuePVZXYFj47QM/v093wHg==
@@ -9013,13 +9058,13 @@ micromatch@^3.1.10, micromatch@^3.1.4:
90139058
snapdragon "^0.8.1"
90149059
to-regex "^3.0.2"
90159060

9016-
micromatch@^4.0.2:
9017-
version "4.0.2"
9018-
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.2.tgz#4fcb0999bf9fbc2fcbdd212f6d629b9a56c39259"
9019-
integrity sha512-y7FpHSbMUMoyPbYUSzO6PaZ6FyRnQOpHuKwbo1G+Knck95XVU4QAiKdGEnj5wwoS7PlOgthX/09u5iFJ+aYf5Q==
9061+
micromatch@^4.0.2, micromatch@^4.0.4:
9062+
version "4.0.4"
9063+
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.4.tgz#896d519dfe9db25fce94ceb7a500919bf881ebf9"
9064+
integrity sha512-pRmzw/XUcwXGpD9aI9q/0XOwLNygjETJ8y0ao0wdqprrzDa4YnxLcz7fQRZr8voh8V10kGhABbNcHVk5wHgWwg==
90209065
dependencies:
90219066
braces "^3.0.1"
9022-
picomatch "^2.0.5"
9067+
picomatch "^2.2.3"
90239068

90249069
miller-rabin@^4.0.0:
90259070
version "4.0.1"
@@ -9612,7 +9657,7 @@ optionator@^0.9.1:
96129657
type-check "^0.4.0"
96139658
word-wrap "^1.2.3"
96149659

9615-
[email protected], ora@^5.1.0, ora@^5.3.0:
9660+
[email protected], ora@^5.3.0, ora@^5.4.0:
96169661
version "5.4.1"
96179662
resolved "https://registry.yarnpkg.com/ora/-/ora-5.4.1.tgz#1b2678426af4ac4a509008e5e4ac9e9959db9e18"
96189663
integrity sha512-5b6Y85tPxZZ7QytO+BQzysW31HJku27cRIlkbAXaNx+BdcVi+LlRFmVXzeF6a7JCwJpyw5c4b+YSVImQIrBpuQ==
@@ -10000,11 +10045,16 @@ performance-now@^2.1.0:
1000010045
resolved "https://registry.yarnpkg.com/performance-now/-/performance-now-2.1.0.tgz#6309f4e0e5fa913ec1c69307ae364b4b377c9e7b"
1000110046
integrity sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns=
1000210047

10003-
picomatch@^2.0.4, picomatch@^2.0.5, picomatch@^2.2.1:
10048+
picomatch@^2.0.4, picomatch@^2.2.1:
1000410049
version "2.2.2"
1000510050
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.2.2.tgz#21f333e9b6b8eaff02468f5146ea406d345f4dad"
1000610051
integrity sha512-q0M/9eZHzmr0AulXyPwNfZjtwZ/RBZlbN3K3CErVrk50T2ASYI7Bye0EvekFY3IP1Nt2DHu0re+V2ZHIpMkuWg==
1000710052

10053+
picomatch@^2.2.3:
10054+
version "2.3.0"
10055+
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.0.tgz#f1f061de8f6a4bf022892e2d128234fb98302972"
10056+
integrity sha512-lY1Q/PiJGC2zOv/z391WOTD+Z02bCgsFfvxoXXf6h7kv9o+WmsmzYqrAwY63sNgOxE4xEdq0WyUnXfKeBrSvYw==
10057+
1000810058
pidtree@^0.3.0:
1000910059
version "0.3.1"
1001010060
resolved "https://registry.yarnpkg.com/pidtree/-/pidtree-0.3.1.tgz#ef09ac2cc0533df1f3250ccf2c4d366b0d12114a"
@@ -12141,6 +12191,11 @@ tslib@^2.0.3:
1214112191
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.1.0.tgz#da60860f1c2ecaa5703ab7d39bc05b6bf988b97a"
1214212192
integrity sha512-hcVC3wYEziELGGmEEXue7D75zbwIIVUMWAVbHItGPx0ziyXxrOMQx4rQEVEV45Ut/1IotuEvwqPopzIOkDMf0A==
1214312193

12194+
tslib@^2.2.0:
12195+
version "2.3.0"
12196+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.3.0.tgz#803b8cdab3e12ba581a4ca41c8839bbb0dacb09e"
12197+
integrity sha512-N82ooyxVNm6h1riLCoyS9e3fuJ3AMG2zIZs2Gd1ATcSFjSA23Q0fzjjZeh0jbJvWVDZ0cJT8yaNNaaXHzueNjg==
12198+
1214412199
1214512200
version "0.0.0"
1214612201
resolved "https://registry.yarnpkg.com/tty-browserify/-/tty-browserify-0.0.0.tgz#a157ba402da24e9bf957f9aa69d524eed42901a6"
@@ -12452,10 +12507,10 @@ uuid@^3.3.2:
1245212507
resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.4.0.tgz#b23e4358afa8a202fe7a100af1f5f883f02007ee"
1245312508
integrity sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==
1245412509

12455-
v8-compile-cache@^2.0.3, v8-compile-cache@^2.2.0:
12456-
version "2.2.0"
12457-
resolved "https://registry.yarnpkg.com/v8-compile-cache/-/v8-compile-cache-2.2.0.tgz#9471efa3ef9128d2f7c6a7ca39c4dd6b5055b132"
12458-
integrity sha512-gTpR5XQNKFwOd4clxfnhaqvfqMpqEwr4tOtCyz4MtYZX2JYhfr1JvBFKdS+7K/9rfpZR3VLX+YWBbKoxCgS43Q==
12510+
v8-compile-cache@^2.0.3, v8-compile-cache@^2.3.0:
12511+
version "2.3.0"
12512+
resolved "https://registry.yarnpkg.com/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz#2de19618c66dc247dcfb6f99338035d8245a2cee"
12513+
integrity sha512-l8lCEmLcLYZh4nbunNZvQCJc5pv7+RCwa8q/LdUx8u7lsWvPDKmpodJAJNwkAhJC//dFY48KuIEmjtd4RViDrA==
1245912514

1246012515
validate-npm-package-license@^3.0.1:
1246112516
version "3.0.1"
@@ -12744,6 +12799,11 @@ workerpool@^6.0.0, workerpool@^6.0.3:
1274412799
resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.0.3.tgz#3f80ba4d914fe7bb8d933628c26e5d7ff820c703"
1274512800
integrity sha512-meU8ZzO+ipcx/njxtKUcbu2K95085q5WYDo8fR6PMW3hCY4driteIsNsEowYV7dzOtvq0HotUKsReJkK8gKXgg==
1274612801

12802+
workerpool@^6.1.4:
12803+
version "6.1.5"
12804+
resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.1.5.tgz#0f7cf076b6215fd7e1da903ff6f22ddd1886b581"
12805+
integrity sha512-XdKkCK0Zqc6w3iTxLckiuJ81tiD/o5rBE/m+nXpRCB+/Sq4DqkfXZ/x0jW02DG1tGsfUGXbTJyZDP+eu67haSw==
12806+
1274712807
wrap-ansi@^5.1.0:
1274812808
version "5.1.0"
1274912809
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-5.1.0.tgz#1fd1f67235d5b6d0fee781056001bfb694c03b09"

0 commit comments

Comments
 (0)