Skip to content

Commit 476f70d

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 bc92a5c commit 476f70d

File tree

2 files changed

+107
-35
lines changed

2 files changed

+107
-35
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"ember-resolver": "^8.0.2",
5959
"ember-source": "~3.21.3",
6060
"ember-source-channel-url": "^3.0.0",
61-
"ember-template-lint": "^2.21.0",
61+
"ember-template-lint": "^3.5.0",
6262
"ember-try": "^1.4.0",
6363
"eslint": "^7.29.0",
6464
"eslint-plugin-ember": "^9.6.0",

yarn.lock

Lines changed: 106 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1209,6 +1209,16 @@
12091209
dependencies:
12101210
ember-cli-babel "^7.1.3"
12111211

1212+
"@ember-template-lint/todo-utils@^9.1.2":
1213+
version "9.1.2"
1214+
resolved "https://registry.yarnpkg.com/@ember-template-lint/todo-utils/-/todo-utils-9.1.2.tgz#acadb0378acb12d5220a397143a69f197b4a3a05"
1215+
integrity sha512-wHRL/YQc/CtPabV7GuYLtS2A592GCd54aY544JOH4OXnpepZkxy5dp18iaNbtErihBW/+sIJr8/JvsCxw5T3Wg==
1216+
dependencies:
1217+
"@types/eslint" "^7.2.12"
1218+
fs-extra "^9.1.0"
1219+
slash "^3.0.0"
1220+
tslib "^2.2.0"
1221+
12121222
"@ember/edition-utils@^1.2.0":
12131223
version "1.2.0"
12141224
resolved "https://registry.yarnpkg.com/@ember/edition-utils/-/edition-utils-1.2.0.tgz#a039f542dc14c8e8299c81cd5abba95e2459cfa6"
@@ -1804,6 +1814,19 @@
18041814
dependencies:
18051815
"@types/node" "*"
18061816

1817+
"@types/eslint@^7.2.12":
1818+
version "7.2.13"
1819+
resolved "https://registry.yarnpkg.com/@types/eslint/-/eslint-7.2.13.tgz#e0ca7219ba5ded402062ad6f926d491ebb29dd53"
1820+
integrity sha512-LKmQCWAlnVHvvXq4oasNUMTJJb2GwSyTY8+1C7OH5ILR8mPLaljv1jxL1bXW3xB3jFbQxTKxJAvI8PyjB09aBg==
1821+
dependencies:
1822+
"@types/estree" "*"
1823+
"@types/json-schema" "*"
1824+
1825+
"@types/estree@*":
1826+
version "0.0.48"
1827+
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.48.tgz#18dc8091b285df90db2f25aa7d906cfc394b7f74"
1828+
integrity sha512-LfZwXoGUDo0C3me81HXgkBg5CTQYb6xzEl+fNmbO4JdRiSKQ8A0GD1OBBvKAIsbCUgoyAty7m99GqqMQe784ew==
1829+
18071830
"@types/express-serve-static-core@*":
18081831
version "4.17.13"
18091832
resolved "https://registry.yarnpkg.com/@types/express-serve-static-core/-/express-serve-static-core-4.17.13.tgz#d9af025e925fc8b089be37423b8d1eac781be084"
@@ -1850,6 +1873,11 @@
18501873
resolved "https://registry.yarnpkg.com/@types/http-cache-semantics/-/http-cache-semantics-4.0.0.tgz#9140779736aa2655635ee756e2467d787cfe8a2a"
18511874
integrity sha512-c3Xy026kOF7QOTn00hbIllV1dLR9hG9NkSrLQgCVs8NF6sBU+VGWjD3wLPhmh1TYAc7ugCFsvHYMN4VcBN1U1A==
18521875

1876+
"@types/json-schema@*":
1877+
version "7.0.7"
1878+
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.7.tgz#98a993516c859eb0d5c4c8f098317a9ea68db9ad"
1879+
integrity sha512-cxWFQVseBm6O9Gbw1IWb8r6OS4OhSt3hPZLkFApLjM8TEXROBuQGLAH2i2gZpcXdLBIrpXuTDhH7Vbm1iXmNGA==
1880+
18531881
"@types/json-schema@^7.0.5":
18541882
version "7.0.6"
18551883
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.6.tgz#f4c7ec43e81b319a9815115031709f26987891f0"
@@ -4730,7 +4758,7 @@ commander@^4.1.1:
47304758
resolved "https://registry.yarnpkg.com/commander/-/commander-4.1.1.tgz#9fd602bd936294e9e9ef46a3f4d6964044b18068"
47314759
integrity sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==
47324760

4733-
commander@^6.2.0:
4761+
commander@^6.2.1:
47344762
version "6.2.1"
47354763
resolved "https://registry.yarnpkg.com/commander/-/commander-6.2.1.tgz#0792eb682dfbc325999bb2b84fddddba110ac73c"
47364764
integrity sha512-U7VdrJFnJgo4xjrHpTzu0yrHPGImdsmD95ZlgYSEajAn2JKzDhDTPG9kBTefmObL2w/ngeZnilk+OV9CG3d7UA==
@@ -5096,6 +5124,11 @@ data-urls@^2.0.0:
50965124
whatwg-mimetype "^2.3.0"
50975125
whatwg-url "^8.0.0"
50985126

5127+
date-fns@^2.22.1:
5128+
version "2.22.1"
5129+
resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-2.22.1.tgz#1e5af959831ebb1d82992bf67b765052d8f0efc4"
5130+
integrity sha512-yUFPQjrxEmIsMqlHhAhmxkuH769baF21Kk+nZwZGyrMoyLA+LugaQtC0+Tqf9CBUUULWwUJt6Q5ySI3LJDDCGg==
5131+
50995132
[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:
51005133
version "2.6.9"
51015134
resolved "https://registry.yarnpkg.com/debug/-/debug-2.6.9.tgz#5d128515df134ff327e90a4c93f4e077a536341f"
@@ -6217,39 +6250,41 @@ ember-style-modifier@^0.6.0:
62176250
ember-cli-babel "^7.21.0"
62186251
ember-modifier "^2.1.0"
62196252

6220-
ember-template-lint@^2.21.0:
6221-
version "2.21.0"
6222-
resolved "https://registry.yarnpkg.com/ember-template-lint/-/ember-template-lint-2.21.0.tgz#7e120abf309a8810eeed26c52377943faf15a95b"
6223-
integrity sha512-19QbEqJQdMfcRS7PsQsubflRowEtnkbD0tpYR4q/xq4lodmhU7hhOFvlTQgbxD/jwW5Ur+tkOwH4KFy9JwOyXA==
6253+
ember-template-lint@^3.5.0:
6254+
version "3.5.0"
6255+
resolved "https://registry.yarnpkg.com/ember-template-lint/-/ember-template-lint-3.5.0.tgz#f178c233c42a1b17467db1520d964018d735dab6"
6256+
integrity sha512-wkSuR0LuYOMomZ142nX06r2d6pUWkMUwy4AbxZwcB1+ArLhgZYIuOZefd/zsWM+RuMI0w4PiNDZXNXdH7qEasg==
62246257
dependencies:
6225-
chalk "^4.0.0"
6226-
ember-template-recast "^5.0.1"
6258+
"@ember-template-lint/todo-utils" "^9.1.2"
6259+
chalk "^4.1.1"
6260+
date-fns "^2.22.1"
6261+
ember-template-recast "^5.0.3"
62276262
find-up "^5.0.0"
62286263
fuse.js "^6.4.6"
62296264
get-stdin "^8.0.0"
6230-
globby "^11.0.2"
6265+
globby "^11.0.3"
62316266
is-glob "^4.0.1"
6232-
micromatch "^4.0.2"
6267+
micromatch "^4.0.4"
62336268
resolve "^1.20.0"
6234-
v8-compile-cache "^2.2.0"
6269+
v8-compile-cache "^2.3.0"
62356270
yargs "^16.2.0"
62366271

6237-
ember-template-recast@^5.0.1:
6238-
version "5.0.1"
6239-
resolved "https://registry.yarnpkg.com/ember-template-recast/-/ember-template-recast-5.0.1.tgz#c5d9e7208bf629ee368a3792328f245f3c651003"
6240-
integrity sha512-MtjyYtr5jnE72i/jVkI3m2QOdozglLwXS3HN74Ge9cm7dz5GoDszVvUksyj/9xqpIP31LMXjs2bZetRGvinU1Q==
6272+
ember-template-recast@^5.0.3:
6273+
version "5.0.3"
6274+
resolved "https://registry.yarnpkg.com/ember-template-recast/-/ember-template-recast-5.0.3.tgz#79df27a70bdce7be17f14db13886afde1e9d02d6"
6275+
integrity sha512-qsJYQhf29Dk6QMfviXhUPE+byMOs6iRQxUDHgkj8yqjeppvjHaFG96hZi/NAXJTm/M7o3PpfF5YlmeaKtI9UeQ==
62416276
dependencies:
62426277
"@glimmer/reference" "^0.65.0"
62436278
"@glimmer/syntax" "^0.65.0"
62446279
"@glimmer/validator" "^0.65.0"
62456280
async-promise-queue "^1.0.5"
62466281
colors "^1.4.0"
6247-
commander "^6.2.0"
6248-
globby "^11.0.1"
6249-
ora "^5.1.0"
6282+
commander "^6.2.1"
6283+
globby "^11.0.3"
6284+
ora "^5.4.0"
62506285
slash "^3.0.0"
62516286
tmp "^0.2.1"
6252-
workerpool "^6.0.3"
6287+
workerpool "^6.1.4"
62536288

62546289
ember-test-waiters@^1.1.1:
62556290
version "1.2.0"
@@ -7717,7 +7752,7 @@ [email protected]:
77177752
merge2 "^1.2.3"
77187753
slash "^3.0.0"
77197754

7720-
[email protected], globby@^11.0.1, globby@^11.0.2:
7755+
77217756
version "11.0.3"
77227757
resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.3.tgz#9b1f0cb523e171dd1ad8c7b2a9fb4b644b9593cb"
77237758
integrity sha512-ffdmosjA807y7+lA1NM0jELARVmYul/715xiILEjo3hBLPTcirgQNnXECn5g3mtR8TOLCVbkfua1Hpen25/Xcg==
@@ -7729,6 +7764,18 @@ [email protected], globby@^11.0.1, globby@^11.0.2:
77297764
merge2 "^1.3.0"
77307765
slash "^3.0.0"
77317766

7767+
globby@^11.0.3:
7768+
version "11.0.4"
7769+
resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.4.tgz#2cbaff77c2f2a62e71e9b2813a67b97a3a3001a5"
7770+
integrity sha512-9O4MVG9ioZJ08ffbcyVYyLOJLk5JQ688pJ4eMGLpdWLHq/Wr1D9BlriLQyL0E+jbkuePVZXYFj47QM/v093wHg==
7771+
dependencies:
7772+
array-union "^2.1.0"
7773+
dir-glob "^3.0.1"
7774+
fast-glob "^3.1.1"
7775+
ignore "^5.1.4"
7776+
merge2 "^1.3.0"
7777+
slash "^3.0.0"
7778+
77327779
globrex@^0.1.1:
77337780
version "0.1.2"
77347781
resolved "https://registry.yarnpkg.com/globrex/-/globrex-0.1.2.tgz#dd5d9ec826232730cd6793a5e33a9302985e6098"
@@ -9676,13 +9723,13 @@ micromatch@^3.1.10, micromatch@^3.1.4:
96769723
snapdragon "^0.8.1"
96779724
to-regex "^3.0.2"
96789725

9679-
micromatch@^4.0.2:
9680-
version "4.0.2"
9681-
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.2.tgz#4fcb0999bf9fbc2fcbdd212f6d629b9a56c39259"
9682-
integrity sha512-y7FpHSbMUMoyPbYUSzO6PaZ6FyRnQOpHuKwbo1G+Knck95XVU4QAiKdGEnj5wwoS7PlOgthX/09u5iFJ+aYf5Q==
9726+
micromatch@^4.0.2, micromatch@^4.0.4:
9727+
version "4.0.4"
9728+
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.4.tgz#896d519dfe9db25fce94ceb7a500919bf881ebf9"
9729+
integrity sha512-pRmzw/XUcwXGpD9aI9q/0XOwLNygjETJ8y0ao0wdqprrzDa4YnxLcz7fQRZr8voh8V10kGhABbNcHVk5wHgWwg==
96839730
dependencies:
96849731
braces "^3.0.1"
9685-
picomatch "^2.0.5"
9732+
picomatch "^2.2.3"
96869733

96879734
miller-rabin@^4.0.0:
96889735
version "4.0.1"
@@ -10289,7 +10336,7 @@ optionator@^0.9.1:
1028910336
type-check "^0.4.0"
1029010337
word-wrap "^1.2.3"
1029110338

10292-
[email protected], ora@^5.1.0, ora@^5.3.0:
10339+
[email protected], ora@^5.3.0:
1029310340
version "5.4.0"
1029410341
resolved "https://registry.yarnpkg.com/ora/-/ora-5.4.0.tgz#42eda4855835b9cd14d33864c97a3c95a3f56bf4"
1029510342
integrity sha512-1StwyXQGoU6gdjYkyVcqOLnVlbKj+6yPNNOxJVgpt9t4eksKjiriiHuxktLYkgllwk+D6MbC4ihH84L1udRXPg==
@@ -10316,6 +10363,21 @@ ora@^3.4.0:
1031610363
strip-ansi "^5.2.0"
1031710364
wcwidth "^1.0.1"
1031810365

10366+
ora@^5.4.0:
10367+
version "5.4.1"
10368+
resolved "https://registry.yarnpkg.com/ora/-/ora-5.4.1.tgz#1b2678426af4ac4a509008e5e4ac9e9959db9e18"
10369+
integrity sha512-5b6Y85tPxZZ7QytO+BQzysW31HJku27cRIlkbAXaNx+BdcVi+LlRFmVXzeF6a7JCwJpyw5c4b+YSVImQIrBpuQ==
10370+
dependencies:
10371+
bl "^4.1.0"
10372+
chalk "^4.1.0"
10373+
cli-cursor "^3.1.0"
10374+
cli-spinners "^2.5.0"
10375+
is-interactive "^1.0.0"
10376+
is-unicode-supported "^0.1.0"
10377+
log-symbols "^4.1.0"
10378+
strip-ansi "^6.0.0"
10379+
wcwidth "^1.0.1"
10380+
1031910381
os-browserify@^0.3.0:
1032010382
version "0.3.0"
1032110383
resolved "https://registry.yarnpkg.com/os-browserify/-/os-browserify-0.3.0.tgz#854373c7f5c2315914fc9bfc6bd8238fdda1ec27"
@@ -10682,11 +10744,16 @@ performance-now@^2.1.0:
1068210744
resolved "https://registry.yarnpkg.com/performance-now/-/performance-now-2.1.0.tgz#6309f4e0e5fa913ec1c69307ae364b4b377c9e7b"
1068310745
integrity sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns=
1068410746

10685-
picomatch@^2.0.4, picomatch@^2.0.5, picomatch@^2.2.1:
10747+
picomatch@^2.0.4, picomatch@^2.2.1:
1068610748
version "2.2.2"
1068710749
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.2.2.tgz#21f333e9b6b8eaff02468f5146ea406d345f4dad"
1068810750
integrity sha512-q0M/9eZHzmr0AulXyPwNfZjtwZ/RBZlbN3K3CErVrk50T2ASYI7Bye0EvekFY3IP1Nt2DHu0re+V2ZHIpMkuWg==
1068910751

10752+
picomatch@^2.2.3:
10753+
version "2.3.0"
10754+
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.0.tgz#f1f061de8f6a4bf022892e2d128234fb98302972"
10755+
integrity sha512-lY1Q/PiJGC2zOv/z391WOTD+Z02bCgsFfvxoXXf6h7kv9o+WmsmzYqrAwY63sNgOxE4xEdq0WyUnXfKeBrSvYw==
10756+
1069010757
pidtree@^0.3.0:
1069110758
version "0.3.1"
1069210759
resolved "https://registry.yarnpkg.com/pidtree/-/pidtree-0.3.1.tgz#ef09ac2cc0533df1f3250ccf2c4d366b0d12114a"
@@ -12780,6 +12847,11 @@ tslib@^1.10.0, tslib@^1.9.0:
1278012847
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.13.0.tgz#c881e13cc7015894ed914862d276436fa9a47043"
1278112848
integrity sha512-i/6DQjL8Xf3be4K/E6Wgpekn5Qasl1usyw++dAA35Ue5orEn65VIxOA+YvNNl9HV3qv70T7CNwjODHZrLwvd1Q==
1278212849

12850+
tslib@^2.2.0:
12851+
version "2.3.0"
12852+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.3.0.tgz#803b8cdab3e12ba581a4ca41c8839bbb0dacb09e"
12853+
integrity sha512-N82ooyxVNm6h1riLCoyS9e3fuJ3AMG2zIZs2Gd1ATcSFjSA23Q0fzjjZeh0jbJvWVDZ0cJT8yaNNaaXHzueNjg==
12854+
1278312855
1278412856
version "0.0.0"
1278512857
resolved "https://registry.yarnpkg.com/tty-browserify/-/tty-browserify-0.0.0.tgz#a157ba402da24e9bf957f9aa69d524eed42901a6"
@@ -13083,10 +13155,10 @@ uuid@^3.3.2:
1308313155
resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.4.0.tgz#b23e4358afa8a202fe7a100af1f5f883f02007ee"
1308413156
integrity sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==
1308513157

13086-
v8-compile-cache@^2.0.3, v8-compile-cache@^2.2.0:
13087-
version "2.2.0"
13088-
resolved "https://registry.yarnpkg.com/v8-compile-cache/-/v8-compile-cache-2.2.0.tgz#9471efa3ef9128d2f7c6a7ca39c4dd6b5055b132"
13089-
integrity sha512-gTpR5XQNKFwOd4clxfnhaqvfqMpqEwr4tOtCyz4MtYZX2JYhfr1JvBFKdS+7K/9rfpZR3VLX+YWBbKoxCgS43Q==
13158+
v8-compile-cache@^2.0.3, v8-compile-cache@^2.3.0:
13159+
version "2.3.0"
13160+
resolved "https://registry.yarnpkg.com/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz#2de19618c66dc247dcfb6f99338035d8245a2cee"
13161+
integrity sha512-l8lCEmLcLYZh4nbunNZvQCJc5pv7+RCwa8q/LdUx8u7lsWvPDKmpodJAJNwkAhJC//dFY48KuIEmjtd4RViDrA==
1309013162

1309113163
validate-npm-package-license@^3.0.1:
1309213164
version "3.0.4"
@@ -13391,10 +13463,10 @@ workerpool@^6.0.0:
1339113463
resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.0.1.tgz#9e661102e074138125cb12197a7867547f2558d4"
1339213464
integrity sha512-4I1YJngJuIAsJHOOJNPHQUjoA/Kr1QNtdRoPX8w92BtNy2pIo7zr6hQHDqm3d0CWnxmfcWsqxcFWN1Ni3w4C+g==
1339313465

13394-
workerpool@^6.0.3:
13395-
version "6.0.3"
13396-
resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.0.3.tgz#3f80ba4d914fe7bb8d933628c26e5d7ff820c703"
13397-
integrity sha512-meU8ZzO+ipcx/njxtKUcbu2K95085q5WYDo8fR6PMW3hCY4driteIsNsEowYV7dzOtvq0HotUKsReJkK8gKXgg==
13466+
workerpool@^6.1.4:
13467+
version "6.1.5"
13468+
resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.1.5.tgz#0f7cf076b6215fd7e1da903ff6f22ddd1886b581"
13469+
integrity sha512-XdKkCK0Zqc6w3iTxLckiuJ81tiD/o5rBE/m+nXpRCB+/Sq4DqkfXZ/x0jW02DG1tGsfUGXbTJyZDP+eu67haSw==
1339813470

1339913471
wrap-ansi@^5.1.0:
1340013472
version "5.1.0"

0 commit comments

Comments
 (0)