Skip to content

Commit 7e160ef

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 1d40329 commit 7e160ef

File tree

2 files changed

+65
-20
lines changed

2 files changed

+65
-20
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.4.2",
6262
"ember-try": "^1.4.0",
6363
"eslint": "^7.28.0",
6464
"eslint-plugin-ember": "^9.6.0",

yarn.lock

Lines changed: 64 additions & 19 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@^8.1.0":
1213+
version "8.1.0"
1214+
resolved "https://registry.yarnpkg.com/@ember-template-lint/todo-utils/-/todo-utils-8.1.0.tgz#0fe8ef9ebd1948dea34d27d89a2e245687bb57d9"
1215+
integrity sha512-fnxDli4RfYGVBXc64D0fg7ifkSrNE8J/ee4eqQLzTrsUJbisWMlmU2NTHm990XcZkulYkCnkiLKERU/k1tx5IQ==
1216+
dependencies:
1217+
"@types/eslint" "^7.2.10"
1218+
fs-extra "^9.1.0"
1219+
slash "^3.0.0"
1220+
tslib "^2.1.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.10":
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"
@@ -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.21.3:
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,21 +6250,23 @@ 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.4.2:
6254+
version "3.4.2"
6255+
resolved "https://registry.yarnpkg.com/ember-template-lint/-/ember-template-lint-3.4.2.tgz#d9480957b576b2b7ed02b4bf6bdb7c4b80243581"
6256+
integrity sha512-YorsJ5cVmrt0hm2gTVwsKsX/NpYp6X7oa+z7a2iAtwBEz4GyEImUpH3YF7ilXHMFB6d5k96LLKzF73cyBJliuQ==
62246257
dependencies:
6225-
chalk "^4.0.0"
6258+
"@ember-template-lint/todo-utils" "^8.1.0"
6259+
chalk "^4.1.1"
6260+
date-fns "^2.21.3"
62266261
ember-template-recast "^5.0.1"
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

62376272
ember-template-recast@^5.0.1:
@@ -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+
[email protected], globby@^11.0.1, globby@^11.0.3:
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==
@@ -9676,13 +9711,13 @@ micromatch@^3.1.10, micromatch@^3.1.4:
96769711
snapdragon "^0.8.1"
96779712
to-regex "^3.0.2"
96789713

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==
9714+
micromatch@^4.0.2, micromatch@^4.0.4:
9715+
version "4.0.4"
9716+
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.4.tgz#896d519dfe9db25fce94ceb7a500919bf881ebf9"
9717+
integrity sha512-pRmzw/XUcwXGpD9aI9q/0XOwLNygjETJ8y0ao0wdqprrzDa4YnxLcz7fQRZr8voh8V10kGhABbNcHVk5wHgWwg==
96839718
dependencies:
96849719
braces "^3.0.1"
9685-
picomatch "^2.0.5"
9720+
picomatch "^2.2.3"
96869721

96879722
miller-rabin@^4.0.0:
96889723
version "4.0.1"
@@ -10682,11 +10717,16 @@ performance-now@^2.1.0:
1068210717
resolved "https://registry.yarnpkg.com/performance-now/-/performance-now-2.1.0.tgz#6309f4e0e5fa913ec1c69307ae364b4b377c9e7b"
1068310718
integrity sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns=
1068410719

10685-
picomatch@^2.0.4, picomatch@^2.0.5, picomatch@^2.2.1:
10720+
picomatch@^2.0.4, picomatch@^2.2.1:
1068610721
version "2.2.2"
1068710722
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.2.2.tgz#21f333e9b6b8eaff02468f5146ea406d345f4dad"
1068810723
integrity sha512-q0M/9eZHzmr0AulXyPwNfZjtwZ/RBZlbN3K3CErVrk50T2ASYI7Bye0EvekFY3IP1Nt2DHu0re+V2ZHIpMkuWg==
1068910724

10725+
picomatch@^2.2.3:
10726+
version "2.3.0"
10727+
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.0.tgz#f1f061de8f6a4bf022892e2d128234fb98302972"
10728+
integrity sha512-lY1Q/PiJGC2zOv/z391WOTD+Z02bCgsFfvxoXXf6h7kv9o+WmsmzYqrAwY63sNgOxE4xEdq0WyUnXfKeBrSvYw==
10729+
1069010730
pidtree@^0.3.0:
1069110731
version "0.3.1"
1069210732
resolved "https://registry.yarnpkg.com/pidtree/-/pidtree-0.3.1.tgz#ef09ac2cc0533df1f3250ccf2c4d366b0d12114a"
@@ -12780,6 +12820,11 @@ tslib@^1.10.0, tslib@^1.9.0:
1278012820
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.13.0.tgz#c881e13cc7015894ed914862d276436fa9a47043"
1278112821
integrity sha512-i/6DQjL8Xf3be4K/E6Wgpekn5Qasl1usyw++dAA35Ue5orEn65VIxOA+YvNNl9HV3qv70T7CNwjODHZrLwvd1Q==
1278212822

12823+
tslib@^2.1.0:
12824+
version "2.2.0"
12825+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.2.0.tgz#fb2c475977e35e241311ede2693cee1ec6698f5c"
12826+
integrity sha512-gS9GVHRU+RGn5KQM2rllAlR3dU6m7AcpJKdtH8gFvQiC4Otgk98XnmMU+nZenHt/+VhnBPWwgrJsyrdcw6i23w==
12827+
1278312828
1278412829
version "0.0.0"
1278512830
resolved "https://registry.yarnpkg.com/tty-browserify/-/tty-browserify-0.0.0.tgz#a157ba402da24e9bf957f9aa69d524eed42901a6"
@@ -13083,10 +13128,10 @@ uuid@^3.3.2:
1308313128
resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.4.0.tgz#b23e4358afa8a202fe7a100af1f5f883f02007ee"
1308413129
integrity sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==
1308513130

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==
13131+
v8-compile-cache@^2.0.3, v8-compile-cache@^2.3.0:
13132+
version "2.3.0"
13133+
resolved "https://registry.yarnpkg.com/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz#2de19618c66dc247dcfb6f99338035d8245a2cee"
13134+
integrity sha512-l8lCEmLcLYZh4nbunNZvQCJc5pv7+RCwa8q/LdUx8u7lsWvPDKmpodJAJNwkAhJC//dFY48KuIEmjtd4RViDrA==
1309013135

1309113136
validate-npm-package-license@^3.0.1:
1309213137
version "3.0.4"

0 commit comments

Comments
 (0)