Skip to content

Commit 78cf808

Browse files
Bump ember-template-lint from 2.21.0 to 3.5.0
Bumps [ember-template-lint](https://github.com/ember-template-lint/ember-template-lint) from 2.21.0 to 3.5.0. - [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.0) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 943a142 commit 78cf808

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-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.5.0",
6060
"ember-try": "^1.4.0",
6161
"eslint": "^7.29.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"
@@ -1604,6 +1614,19 @@
16041614
dependencies:
16051615
"@types/node" "*"
16061616

1617+
"@types/eslint@^7.2.12":
1618+
version "7.2.13"
1619+
resolved "https://registry.yarnpkg.com/@types/eslint/-/eslint-7.2.13.tgz#e0ca7219ba5ded402062ad6f926d491ebb29dd53"
1620+
integrity sha512-LKmQCWAlnVHvvXq4oasNUMTJJb2GwSyTY8+1C7OH5ILR8mPLaljv1jxL1bXW3xB3jFbQxTKxJAvI8PyjB09aBg==
1621+
dependencies:
1622+
"@types/estree" "*"
1623+
"@types/json-schema" "*"
1624+
1625+
"@types/estree@*":
1626+
version "0.0.48"
1627+
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.48.tgz#18dc8091b285df90db2f25aa7d906cfc394b7f74"
1628+
integrity sha512-LfZwXoGUDo0C3me81HXgkBg5CTQYb6xzEl+fNmbO4JdRiSKQ8A0GD1OBBvKAIsbCUgoyAty7m99GqqMQe784ew==
1629+
16071630
"@types/express-serve-static-core@*":
16081631
version "4.17.17"
16091632
resolved "https://registry.yarnpkg.com/@types/express-serve-static-core/-/express-serve-static-core-4.17.17.tgz#6ba02465165b6c9c3d8db3a28def6b16fc9b70f5"
@@ -1650,6 +1673,11 @@
16501673
resolved "https://registry.yarnpkg.com/@types/http-cache-semantics/-/http-cache-semantics-4.0.0.tgz#9140779736aa2655635ee756e2467d787cfe8a2a"
16511674
integrity sha512-c3Xy026kOF7QOTn00hbIllV1dLR9hG9NkSrLQgCVs8NF6sBU+VGWjD3wLPhmh1TYAc7ugCFsvHYMN4VcBN1U1A==
16521675

1676+
"@types/json-schema@*":
1677+
version "7.0.7"
1678+
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.7.tgz#98a993516c859eb0d5c4c8f098317a9ea68db9ad"
1679+
integrity sha512-cxWFQVseBm6O9Gbw1IWb8r6OS4OhSt3hPZLkFApLjM8TEXROBuQGLAH2i2gZpcXdLBIrpXuTDhH7Vbm1iXmNGA==
1680+
16531681
"@types/json-schema@^7.0.5":
16541682
version "7.0.6"
16551683
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.6.tgz#f4c7ec43e81b319a9815115031709f26987891f0"
@@ -4475,7 +4503,7 @@ commander@^4.1.1:
44754503
resolved "https://registry.yarnpkg.com/commander/-/commander-4.1.1.tgz#9fd602bd936294e9e9ef46a3f4d6964044b18068"
44764504
integrity sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==
44774505

4478-
commander@^6.2.0:
4506+
commander@^6.2.1:
44794507
version "6.2.1"
44804508
resolved "https://registry.yarnpkg.com/commander/-/commander-6.2.1.tgz#0792eb682dfbc325999bb2b84fddddba110ac73c"
44814509
integrity sha512-U7VdrJFnJgo4xjrHpTzu0yrHPGImdsmD95ZlgYSEajAn2JKzDhDTPG9kBTefmObL2w/ngeZnilk+OV9CG3d7UA==
@@ -4836,6 +4864,11 @@ data-urls@^2.0.0:
48364864
whatwg-mimetype "^2.3.0"
48374865
whatwg-url "^8.0.0"
48384866

4867+
date-fns@^2.22.1:
4868+
version "2.22.1"
4869+
resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-2.22.1.tgz#1e5af959831ebb1d82992bf67b765052d8f0efc4"
4870+
integrity sha512-yUFPQjrxEmIsMqlHhAhmxkuH769baF21Kk+nZwZGyrMoyLA+LugaQtC0+Tqf9CBUUULWwUJt6Q5ySI3LJDDCGg==
4871+
48394872
[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:
48404873
version "2.6.9"
48414874
resolved "https://registry.yarnpkg.com/debug/-/debug-2.6.9.tgz#5d128515df134ff327e90a4c93f4e077a536341f"
@@ -5711,39 +5744,41 @@ ember-source@~3.24.1:
57115744
semver "^6.1.1"
57125745
silent-error "^1.1.1"
57135746

5714-
ember-template-lint@^2.21.0:
5715-
version "2.21.0"
5716-
resolved "https://registry.yarnpkg.com/ember-template-lint/-/ember-template-lint-2.21.0.tgz#7e120abf309a8810eeed26c52377943faf15a95b"
5717-
integrity sha512-19QbEqJQdMfcRS7PsQsubflRowEtnkbD0tpYR4q/xq4lodmhU7hhOFvlTQgbxD/jwW5Ur+tkOwH4KFy9JwOyXA==
5747+
ember-template-lint@^3.5.0:
5748+
version "3.5.0"
5749+
resolved "https://registry.yarnpkg.com/ember-template-lint/-/ember-template-lint-3.5.0.tgz#f178c233c42a1b17467db1520d964018d735dab6"
5750+
integrity sha512-wkSuR0LuYOMomZ142nX06r2d6pUWkMUwy4AbxZwcB1+ArLhgZYIuOZefd/zsWM+RuMI0w4PiNDZXNXdH7qEasg==
57185751
dependencies:
5719-
chalk "^4.0.0"
5720-
ember-template-recast "^5.0.1"
5752+
"@ember-template-lint/todo-utils" "^9.1.2"
5753+
chalk "^4.1.1"
5754+
date-fns "^2.22.1"
5755+
ember-template-recast "^5.0.3"
57215756
find-up "^5.0.0"
57225757
fuse.js "^6.4.6"
57235758
get-stdin "^8.0.0"
5724-
globby "^11.0.2"
5759+
globby "^11.0.3"
57255760
is-glob "^4.0.1"
5726-
micromatch "^4.0.2"
5761+
micromatch "^4.0.4"
57275762
resolve "^1.20.0"
5728-
v8-compile-cache "^2.2.0"
5763+
v8-compile-cache "^2.3.0"
57295764
yargs "^16.2.0"
57305765

5731-
ember-template-recast@^5.0.1:
5732-
version "5.0.1"
5733-
resolved "https://registry.yarnpkg.com/ember-template-recast/-/ember-template-recast-5.0.1.tgz#c5d9e7208bf629ee368a3792328f245f3c651003"
5734-
integrity sha512-MtjyYtr5jnE72i/jVkI3m2QOdozglLwXS3HN74Ge9cm7dz5GoDszVvUksyj/9xqpIP31LMXjs2bZetRGvinU1Q==
5766+
ember-template-recast@^5.0.3:
5767+
version "5.0.3"
5768+
resolved "https://registry.yarnpkg.com/ember-template-recast/-/ember-template-recast-5.0.3.tgz#79df27a70bdce7be17f14db13886afde1e9d02d6"
5769+
integrity sha512-qsJYQhf29Dk6QMfviXhUPE+byMOs6iRQxUDHgkj8yqjeppvjHaFG96hZi/NAXJTm/M7o3PpfF5YlmeaKtI9UeQ==
57355770
dependencies:
57365771
"@glimmer/reference" "^0.65.0"
57375772
"@glimmer/syntax" "^0.65.0"
57385773
"@glimmer/validator" "^0.65.0"
57395774
async-promise-queue "^1.0.5"
57405775
colors "^1.4.0"
5741-
commander "^6.2.0"
5742-
globby "^11.0.1"
5743-
ora "^5.1.0"
5776+
commander "^6.2.1"
5777+
globby "^11.0.3"
5778+
ora "^5.4.0"
57445779
slash "^3.0.0"
57455780
tmp "^0.2.1"
5746-
workerpool "^6.0.3"
5781+
workerpool "^6.1.4"
57475782

57485783
ember-try-config@^3.0.0:
57495784
version "3.0.0"
@@ -6854,6 +6889,16 @@ fs-extra@^9.0.1:
68546889
jsonfile "^6.0.1"
68556890
universalify "^1.0.0"
68566891

6892+
fs-extra@^9.1.0:
6893+
version "9.1.0"
6894+
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-9.1.0.tgz#5954460c764a8da2094ba3554bf839e6b9a7c86d"
6895+
integrity sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==
6896+
dependencies:
6897+
at-least-node "^1.0.0"
6898+
graceful-fs "^4.2.0"
6899+
jsonfile "^6.0.1"
6900+
universalify "^2.0.0"
6901+
68576902
fs-merger@^3.1.0:
68586903
version "3.1.0"
68596904
resolved "https://registry.yarnpkg.com/fs-merger/-/fs-merger-3.1.0.tgz#f30f74f6c70b2ff7333ec074f3d2f22298152f3b"
@@ -7214,7 +7259,7 @@ [email protected]:
72147259
merge2 "^1.2.3"
72157260
slash "^3.0.0"
72167261

7217-
[email protected], globby@^11.0.1, globby@^11.0.2:
7262+
[email protected], globby@^11.0.3:
72187263
version "11.0.4"
72197264
resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.4.tgz#2cbaff77c2f2a62e71e9b2813a67b97a3a3001a5"
72207265
integrity sha512-9O4MVG9ioZJ08ffbcyVYyLOJLk5JQ688pJ4eMGLpdWLHq/Wr1D9BlriLQyL0E+jbkuePVZXYFj47QM/v093wHg==
@@ -9177,13 +9222,13 @@ micromatch@^3.1.10, micromatch@^3.1.4:
91779222
snapdragon "^0.8.1"
91789223
to-regex "^3.0.2"
91799224

9180-
micromatch@^4.0.2:
9181-
version "4.0.2"
9182-
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.2.tgz#4fcb0999bf9fbc2fcbdd212f6d629b9a56c39259"
9183-
integrity sha512-y7FpHSbMUMoyPbYUSzO6PaZ6FyRnQOpHuKwbo1G+Knck95XVU4QAiKdGEnj5wwoS7PlOgthX/09u5iFJ+aYf5Q==
9225+
micromatch@^4.0.2, micromatch@^4.0.4:
9226+
version "4.0.4"
9227+
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.4.tgz#896d519dfe9db25fce94ceb7a500919bf881ebf9"
9228+
integrity sha512-pRmzw/XUcwXGpD9aI9q/0XOwLNygjETJ8y0ao0wdqprrzDa4YnxLcz7fQRZr8voh8V10kGhABbNcHVk5wHgWwg==
91849229
dependencies:
91859230
braces "^3.0.1"
9186-
picomatch "^2.0.5"
9231+
picomatch "^2.2.3"
91879232

91889233
miller-rabin@^4.0.0:
91899234
version "4.0.1"
@@ -9822,7 +9867,7 @@ optionator@^0.9.1:
98229867
type-check "^0.4.0"
98239868
word-wrap "^1.2.3"
98249869

9825-
[email protected], ora@^5.1.0, ora@^5.3.0:
9870+
[email protected], ora@^5.3.0, ora@^5.4.0:
98269871
version "5.4.1"
98279872
resolved "https://registry.yarnpkg.com/ora/-/ora-5.4.1.tgz#1b2678426af4ac4a509008e5e4ac9e9959db9e18"
98289873
integrity sha512-5b6Y85tPxZZ7QytO+BQzysW31HJku27cRIlkbAXaNx+BdcVi+LlRFmVXzeF6a7JCwJpyw5c4b+YSVImQIrBpuQ==
@@ -10220,11 +10265,16 @@ performance-now@^2.1.0:
1022010265
resolved "https://registry.yarnpkg.com/performance-now/-/performance-now-2.1.0.tgz#6309f4e0e5fa913ec1c69307ae364b4b377c9e7b"
1022110266
integrity sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns=
1022210267

10223-
picomatch@^2.0.4, picomatch@^2.0.5, picomatch@^2.2.1:
10268+
picomatch@^2.0.4, picomatch@^2.2.1:
1022410269
version "2.2.2"
1022510270
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.2.2.tgz#21f333e9b6b8eaff02468f5146ea406d345f4dad"
1022610271
integrity sha512-q0M/9eZHzmr0AulXyPwNfZjtwZ/RBZlbN3K3CErVrk50T2ASYI7Bye0EvekFY3IP1Nt2DHu0re+V2ZHIpMkuWg==
1022710272

10273+
picomatch@^2.2.3:
10274+
version "2.3.0"
10275+
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.0.tgz#f1f061de8f6a4bf022892e2d128234fb98302972"
10276+
integrity sha512-lY1Q/PiJGC2zOv/z391WOTD+Z02bCgsFfvxoXXf6h7kv9o+WmsmzYqrAwY63sNgOxE4xEdq0WyUnXfKeBrSvYw==
10277+
1022810278
pidtree@^0.3.0:
1022910279
version "0.3.1"
1023010280
resolved "https://registry.yarnpkg.com/pidtree/-/pidtree-0.3.1.tgz#ef09ac2cc0533df1f3250ccf2c4d366b0d12114a"
@@ -12423,6 +12473,11 @@ tslib@^2.0.3:
1242312473
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.1.0.tgz#da60860f1c2ecaa5703ab7d39bc05b6bf988b97a"
1242412474
integrity sha512-hcVC3wYEziELGGmEEXue7D75zbwIIVUMWAVbHItGPx0ziyXxrOMQx4rQEVEV45Ut/1IotuEvwqPopzIOkDMf0A==
1242512475

12476+
tslib@^2.2.0:
12477+
version "2.3.0"
12478+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.3.0.tgz#803b8cdab3e12ba581a4ca41c8839bbb0dacb09e"
12479+
integrity sha512-N82ooyxVNm6h1riLCoyS9e3fuJ3AMG2zIZs2Gd1ATcSFjSA23Q0fzjjZeh0jbJvWVDZ0cJT8yaNNaaXHzueNjg==
12480+
1242612481
1242712482
version "0.0.0"
1242812483
resolved "https://registry.yarnpkg.com/tty-browserify/-/tty-browserify-0.0.0.tgz#a157ba402da24e9bf957f9aa69d524eed42901a6"
@@ -12731,10 +12786,10 @@ uuid@^3.3.2:
1273112786
resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.4.0.tgz#b23e4358afa8a202fe7a100af1f5f883f02007ee"
1273212787
integrity sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==
1273312788

12734-
v8-compile-cache@^2.0.3, v8-compile-cache@^2.2.0:
12735-
version "2.2.0"
12736-
resolved "https://registry.yarnpkg.com/v8-compile-cache/-/v8-compile-cache-2.2.0.tgz#9471efa3ef9128d2f7c6a7ca39c4dd6b5055b132"
12737-
integrity sha512-gTpR5XQNKFwOd4clxfnhaqvfqMpqEwr4tOtCyz4MtYZX2JYhfr1JvBFKdS+7K/9rfpZR3VLX+YWBbKoxCgS43Q==
12789+
v8-compile-cache@^2.0.3, v8-compile-cache@^2.3.0:
12790+
version "2.3.0"
12791+
resolved "https://registry.yarnpkg.com/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz#2de19618c66dc247dcfb6f99338035d8245a2cee"
12792+
integrity sha512-l8lCEmLcLYZh4nbunNZvQCJc5pv7+RCwa8q/LdUx8u7lsWvPDKmpodJAJNwkAhJC//dFY48KuIEmjtd4RViDrA==
1273812793

1273912794
validate-npm-package-license@^3.0.1:
1274012795
version "3.0.4"
@@ -13039,6 +13094,11 @@ workerpool@^6.0.0, workerpool@^6.0.3:
1303913094
resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.0.3.tgz#3f80ba4d914fe7bb8d933628c26e5d7ff820c703"
1304013095
integrity sha512-meU8ZzO+ipcx/njxtKUcbu2K95085q5WYDo8fR6PMW3hCY4driteIsNsEowYV7dzOtvq0HotUKsReJkK8gKXgg==
1304113096

13097+
workerpool@^6.1.4:
13098+
version "6.1.5"
13099+
resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.1.5.tgz#0f7cf076b6215fd7e1da903ff6f22ddd1886b581"
13100+
integrity sha512-XdKkCK0Zqc6w3iTxLckiuJ81tiD/o5rBE/m+nXpRCB+/Sq4DqkfXZ/x0jW02DG1tGsfUGXbTJyZDP+eu67haSw==
13101+
1304213102
wrap-ansi@^5.1.0:
1304313103
version "5.1.0"
1304413104
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-5.1.0.tgz#1fd1f67235d5b6d0fee781056001bfb694c03b09"

0 commit comments

Comments
 (0)