Skip to content

Commit 2b120c7

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 1247a2f commit 2b120c7

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.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.2.13"
1633+
resolved "https://registry.yarnpkg.com/@types/eslint/-/eslint-7.2.13.tgz#e0ca7219ba5ded402062ad6f926d491ebb29dd53"
1634+
integrity sha512-LKmQCWAlnVHvvXq4oasNUMTJJb2GwSyTY8+1C7OH5ILR8mPLaljv1jxL1bXW3xB3jFbQxTKxJAvI8PyjB09aBg==
1635+
dependencies:
1636+
"@types/estree" "*"
1637+
"@types/json-schema" "*"
1638+
1639+
"@types/estree@*":
1640+
version "0.0.49"
1641+
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.49.tgz#3facb98ebcd4114a4ecef74e0de2175b56fd4464"
1642+
integrity sha512-K1AFuMe8a+pXmfHTtnwBvqoEylNKVeaiKYkjmcEAdytMQVJ/i9Fu7sc13GxgXdO49gkE7Hy8SyJonUZUn+eVaw==
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.7"
1692+
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.7.tgz#98a993516c859eb0d5c4c8f098317a9ea68db9ad"
1693+
integrity sha512-cxWFQVseBm6O9Gbw1IWb8r6OS4OhSt3hPZLkFApLjM8TEXROBuQGLAH2i2gZpcXdLBIrpXuTDhH7Vbm1iXmNGA==
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"
@@ -4489,7 +4517,7 @@ commander@^4.1.1:
44894517
resolved "https://registry.yarnpkg.com/commander/-/commander-4.1.1.tgz#9fd602bd936294e9e9ef46a3f4d6964044b18068"
44904518
integrity sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==
44914519

4492-
commander@^6.2.0:
4520+
commander@^6.2.1:
44934521
version "6.2.1"
44944522
resolved "https://registry.yarnpkg.com/commander/-/commander-6.2.1.tgz#0792eb682dfbc325999bb2b84fddddba110ac73c"
44954523
integrity sha512-U7VdrJFnJgo4xjrHpTzu0yrHPGImdsmD95ZlgYSEajAn2JKzDhDTPG9kBTefmObL2w/ngeZnilk+OV9CG3d7UA==
@@ -4850,6 +4878,11 @@ data-urls@^2.0.0:
48504878
whatwg-mimetype "^2.3.0"
48514879
whatwg-url "^8.0.0"
48524880

4881+
date-fns@^2.22.1:
4882+
version "2.22.1"
4883+
resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-2.22.1.tgz#1e5af959831ebb1d82992bf67b765052d8f0efc4"
4884+
integrity sha512-yUFPQjrxEmIsMqlHhAhmxkuH769baF21Kk+nZwZGyrMoyLA+LugaQtC0+Tqf9CBUUULWwUJt6Q5ySI3LJDDCGg==
4885+
48534886
[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:
48544887
version "2.6.9"
48554888
resolved "https://registry.yarnpkg.com/debug/-/debug-2.6.9.tgz#5d128515df134ff327e90a4c93f4e077a536341f"
@@ -5725,39 +5758,41 @@ ember-source@~3.24.1:
57255758
semver "^6.1.1"
57265759
silent-error "^1.1.1"
57275760

5728-
ember-template-lint@^2.21.0:
5729-
version "2.21.0"
5730-
resolved "https://registry.yarnpkg.com/ember-template-lint/-/ember-template-lint-2.21.0.tgz#7e120abf309a8810eeed26c52377943faf15a95b"
5731-
integrity sha512-19QbEqJQdMfcRS7PsQsubflRowEtnkbD0tpYR4q/xq4lodmhU7hhOFvlTQgbxD/jwW5Ur+tkOwH4KFy9JwOyXA==
5761+
ember-template-lint@^3.5.0:
5762+
version "3.5.0"
5763+
resolved "https://registry.yarnpkg.com/ember-template-lint/-/ember-template-lint-3.5.0.tgz#f178c233c42a1b17467db1520d964018d735dab6"
5764+
integrity sha512-wkSuR0LuYOMomZ142nX06r2d6pUWkMUwy4AbxZwcB1+ArLhgZYIuOZefd/zsWM+RuMI0w4PiNDZXNXdH7qEasg==
57325765
dependencies:
5733-
chalk "^4.0.0"
5734-
ember-template-recast "^5.0.1"
5766+
"@ember-template-lint/todo-utils" "^9.1.2"
5767+
chalk "^4.1.1"
5768+
date-fns "^2.22.1"
5769+
ember-template-recast "^5.0.3"
57355770
find-up "^5.0.0"
57365771
fuse.js "^6.4.6"
57375772
get-stdin "^8.0.0"
5738-
globby "^11.0.2"
5773+
globby "^11.0.3"
57395774
is-glob "^4.0.1"
5740-
micromatch "^4.0.2"
5775+
micromatch "^4.0.4"
57415776
resolve "^1.20.0"
5742-
v8-compile-cache "^2.2.0"
5777+
v8-compile-cache "^2.3.0"
57435778
yargs "^16.2.0"
57445779

5745-
ember-template-recast@^5.0.1:
5746-
version "5.0.1"
5747-
resolved "https://registry.yarnpkg.com/ember-template-recast/-/ember-template-recast-5.0.1.tgz#c5d9e7208bf629ee368a3792328f245f3c651003"
5748-
integrity sha512-MtjyYtr5jnE72i/jVkI3m2QOdozglLwXS3HN74Ge9cm7dz5GoDszVvUksyj/9xqpIP31LMXjs2bZetRGvinU1Q==
5780+
ember-template-recast@^5.0.3:
5781+
version "5.0.3"
5782+
resolved "https://registry.yarnpkg.com/ember-template-recast/-/ember-template-recast-5.0.3.tgz#79df27a70bdce7be17f14db13886afde1e9d02d6"
5783+
integrity sha512-qsJYQhf29Dk6QMfviXhUPE+byMOs6iRQxUDHgkj8yqjeppvjHaFG96hZi/NAXJTm/M7o3PpfF5YlmeaKtI9UeQ==
57495784
dependencies:
57505785
"@glimmer/reference" "^0.65.0"
57515786
"@glimmer/syntax" "^0.65.0"
57525787
"@glimmer/validator" "^0.65.0"
57535788
async-promise-queue "^1.0.5"
57545789
colors "^1.4.0"
5755-
commander "^6.2.0"
5756-
globby "^11.0.1"
5757-
ora "^5.1.0"
5790+
commander "^6.2.1"
5791+
globby "^11.0.3"
5792+
ora "^5.4.0"
57585793
slash "^3.0.0"
57595794
tmp "^0.2.1"
5760-
workerpool "^6.0.3"
5795+
workerpool "^6.1.4"
57615796

57625797
ember-try-config@^3.0.0:
57635798
version "3.0.0"
@@ -6869,6 +6904,16 @@ fs-extra@^9.0.1:
68696904
jsonfile "^6.0.1"
68706905
universalify "^1.0.0"
68716906

6907+
fs-extra@^9.1.0:
6908+
version "9.1.0"
6909+
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-9.1.0.tgz#5954460c764a8da2094ba3554bf839e6b9a7c86d"
6910+
integrity sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==
6911+
dependencies:
6912+
at-least-node "^1.0.0"
6913+
graceful-fs "^4.2.0"
6914+
jsonfile "^6.0.1"
6915+
universalify "^2.0.0"
6916+
68726917
fs-merger@^3.1.0:
68736918
version "3.1.0"
68746919
resolved "https://registry.yarnpkg.com/fs-merger/-/fs-merger-3.1.0.tgz#f30f74f6c70b2ff7333ec074f3d2f22298152f3b"
@@ -7229,7 +7274,7 @@ [email protected]:
72297274
merge2 "^1.2.3"
72307275
slash "^3.0.0"
72317276

7232-
[email protected], globby@^11.0.1, globby@^11.0.2:
7277+
[email protected], globby@^11.0.3:
72337278
version "11.0.4"
72347279
resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.4.tgz#2cbaff77c2f2a62e71e9b2813a67b97a3a3001a5"
72357280
integrity sha512-9O4MVG9ioZJ08ffbcyVYyLOJLk5JQ688pJ4eMGLpdWLHq/Wr1D9BlriLQyL0E+jbkuePVZXYFj47QM/v093wHg==
@@ -9192,13 +9237,13 @@ micromatch@^3.1.10, micromatch@^3.1.4:
91929237
snapdragon "^0.8.1"
91939238
to-regex "^3.0.2"
91949239

9195-
micromatch@^4.0.2:
9196-
version "4.0.2"
9197-
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.2.tgz#4fcb0999bf9fbc2fcbdd212f6d629b9a56c39259"
9198-
integrity sha512-y7FpHSbMUMoyPbYUSzO6PaZ6FyRnQOpHuKwbo1G+Knck95XVU4QAiKdGEnj5wwoS7PlOgthX/09u5iFJ+aYf5Q==
9240+
micromatch@^4.0.2, micromatch@^4.0.4:
9241+
version "4.0.4"
9242+
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.4.tgz#896d519dfe9db25fce94ceb7a500919bf881ebf9"
9243+
integrity sha512-pRmzw/XUcwXGpD9aI9q/0XOwLNygjETJ8y0ao0wdqprrzDa4YnxLcz7fQRZr8voh8V10kGhABbNcHVk5wHgWwg==
91999244
dependencies:
92009245
braces "^3.0.1"
9201-
picomatch "^2.0.5"
9246+
picomatch "^2.2.3"
92029247

92039248
miller-rabin@^4.0.0:
92049249
version "4.0.1"
@@ -9837,7 +9882,7 @@ optionator@^0.9.1:
98379882
type-check "^0.4.0"
98389883
word-wrap "^1.2.3"
98399884

9840-
[email protected], ora@^5.1.0, ora@^5.3.0:
9885+
[email protected], ora@^5.3.0, ora@^5.4.0:
98419886
version "5.4.1"
98429887
resolved "https://registry.yarnpkg.com/ora/-/ora-5.4.1.tgz#1b2678426af4ac4a509008e5e4ac9e9959db9e18"
98439888
integrity sha512-5b6Y85tPxZZ7QytO+BQzysW31HJku27cRIlkbAXaNx+BdcVi+LlRFmVXzeF6a7JCwJpyw5c4b+YSVImQIrBpuQ==
@@ -10235,11 +10280,16 @@ performance-now@^2.1.0:
1023510280
resolved "https://registry.yarnpkg.com/performance-now/-/performance-now-2.1.0.tgz#6309f4e0e5fa913ec1c69307ae364b4b377c9e7b"
1023610281
integrity sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns=
1023710282

10238-
picomatch@^2.0.4, picomatch@^2.0.5, picomatch@^2.2.1:
10283+
picomatch@^2.0.4, picomatch@^2.2.1:
1023910284
version "2.2.2"
1024010285
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.2.2.tgz#21f333e9b6b8eaff02468f5146ea406d345f4dad"
1024110286
integrity sha512-q0M/9eZHzmr0AulXyPwNfZjtwZ/RBZlbN3K3CErVrk50T2ASYI7Bye0EvekFY3IP1Nt2DHu0re+V2ZHIpMkuWg==
1024210287

10288+
picomatch@^2.2.3:
10289+
version "2.3.0"
10290+
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.0.tgz#f1f061de8f6a4bf022892e2d128234fb98302972"
10291+
integrity sha512-lY1Q/PiJGC2zOv/z391WOTD+Z02bCgsFfvxoXXf6h7kv9o+WmsmzYqrAwY63sNgOxE4xEdq0WyUnXfKeBrSvYw==
10292+
1024310293
pidtree@^0.3.0:
1024410294
version "0.3.1"
1024510295
resolved "https://registry.yarnpkg.com/pidtree/-/pidtree-0.3.1.tgz#ef09ac2cc0533df1f3250ccf2c4d366b0d12114a"
@@ -12438,6 +12488,11 @@ tslib@^2.0.3:
1243812488
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.1.0.tgz#da60860f1c2ecaa5703ab7d39bc05b6bf988b97a"
1243912489
integrity sha512-hcVC3wYEziELGGmEEXue7D75zbwIIVUMWAVbHItGPx0ziyXxrOMQx4rQEVEV45Ut/1IotuEvwqPopzIOkDMf0A==
1244012490

12491+
tslib@^2.2.0:
12492+
version "2.3.0"
12493+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.3.0.tgz#803b8cdab3e12ba581a4ca41c8839bbb0dacb09e"
12494+
integrity sha512-N82ooyxVNm6h1riLCoyS9e3fuJ3AMG2zIZs2Gd1ATcSFjSA23Q0fzjjZeh0jbJvWVDZ0cJT8yaNNaaXHzueNjg==
12495+
1244112496
1244212497
version "0.0.0"
1244312498
resolved "https://registry.yarnpkg.com/tty-browserify/-/tty-browserify-0.0.0.tgz#a157ba402da24e9bf957f9aa69d524eed42901a6"
@@ -12746,10 +12801,10 @@ uuid@^3.3.2:
1274612801
resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.4.0.tgz#b23e4358afa8a202fe7a100af1f5f883f02007ee"
1274712802
integrity sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==
1274812803

12749-
v8-compile-cache@^2.0.3, v8-compile-cache@^2.2.0:
12750-
version "2.2.0"
12751-
resolved "https://registry.yarnpkg.com/v8-compile-cache/-/v8-compile-cache-2.2.0.tgz#9471efa3ef9128d2f7c6a7ca39c4dd6b5055b132"
12752-
integrity sha512-gTpR5XQNKFwOd4clxfnhaqvfqMpqEwr4tOtCyz4MtYZX2JYhfr1JvBFKdS+7K/9rfpZR3VLX+YWBbKoxCgS43Q==
12804+
v8-compile-cache@^2.0.3, v8-compile-cache@^2.3.0:
12805+
version "2.3.0"
12806+
resolved "https://registry.yarnpkg.com/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz#2de19618c66dc247dcfb6f99338035d8245a2cee"
12807+
integrity sha512-l8lCEmLcLYZh4nbunNZvQCJc5pv7+RCwa8q/LdUx8u7lsWvPDKmpodJAJNwkAhJC//dFY48KuIEmjtd4RViDrA==
1275312808

1275412809
validate-npm-package-license@^3.0.1:
1275512810
version "3.0.4"
@@ -13054,6 +13109,11 @@ workerpool@^6.0.0, workerpool@^6.0.3:
1305413109
resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.0.3.tgz#3f80ba4d914fe7bb8d933628c26e5d7ff820c703"
1305513110
integrity sha512-meU8ZzO+ipcx/njxtKUcbu2K95085q5WYDo8fR6PMW3hCY4driteIsNsEowYV7dzOtvq0HotUKsReJkK8gKXgg==
1305613111

13112+
workerpool@^6.1.4:
13113+
version "6.1.5"
13114+
resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.1.5.tgz#0f7cf076b6215fd7e1da903ff6f22ddd1886b581"
13115+
integrity sha512-XdKkCK0Zqc6w3iTxLckiuJ81tiD/o5rBE/m+nXpRCB+/Sq4DqkfXZ/x0jW02DG1tGsfUGXbTJyZDP+eu67haSw==
13116+
1305713117
wrap-ansi@^5.1.0:
1305813118
version "5.1.0"
1305913119
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-5.1.0.tgz#1fd1f67235d5b6d0fee781056001bfb694c03b09"

0 commit comments

Comments
 (0)