Skip to content

Commit bcd5a7f

Browse files
Bump ember-template-lint from 2.15.0 to 3.4.2
Bumps [ember-template-lint](https://github.com/ember-template-lint/ember-template-lint) from 2.15.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.15.0...v3.4.2) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent d507095 commit bcd5a7f

File tree

2 files changed

+90
-32
lines changed

2 files changed

+90
-32
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"ember-sinon-sinoff": "^1.0.1",
6969
"ember-source": "~3.20.2",
7070
"ember-source-channel-url": "^3.0.0",
71-
"ember-template-lint": "^2.15.0",
71+
"ember-template-lint": "^3.4.2",
7272
"ember-try": "^1.4.0",
7373
"eslint": "^7.27.0",
7474
"eslint-plugin-ember": "^9.6.0",

yarn.lock

Lines changed: 89 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1197,6 +1197,16 @@
11971197
dependencies:
11981198
ember-cli-babel "^7.1.3"
11991199

1200+
"@ember-template-lint/todo-utils@^8.1.0":
1201+
version "8.1.0"
1202+
resolved "https://registry.yarnpkg.com/@ember-template-lint/todo-utils/-/todo-utils-8.1.0.tgz#0fe8ef9ebd1948dea34d27d89a2e245687bb57d9"
1203+
integrity sha512-fnxDli4RfYGVBXc64D0fg7ifkSrNE8J/ee4eqQLzTrsUJbisWMlmU2NTHm990XcZkulYkCnkiLKERU/k1tx5IQ==
1204+
dependencies:
1205+
"@types/eslint" "^7.2.10"
1206+
fs-extra "^9.1.0"
1207+
slash "^3.0.0"
1208+
tslib "^2.1.0"
1209+
12001210
"@ember/edition-utils@^1.2.0":
12011211
version "1.2.0"
12021212
resolved "https://registry.yarnpkg.com/@ember/edition-utils/-/edition-utils-1.2.0.tgz#a039f542dc14c8e8299c81cd5abba95e2459cfa6"
@@ -1965,6 +1975,19 @@
19651975
resolved "https://registry.yarnpkg.com/@types/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz#1ee30d79544ca84d68d4b3cdb0af4f205663dd2d"
19661976
integrity sha512-OCutwjDZ4aFS6PB1UZ988C4YgwlBHJd6wCeQqaLdmadZ/7e+w79+hbMUFC1QXDNCmdyoRfAFdm0RypzwR+Qpag==
19671977

1978+
"@types/eslint@^7.2.10":
1979+
version "7.2.11"
1980+
resolved "https://registry.yarnpkg.com/@types/eslint/-/eslint-7.2.11.tgz#180b58f5bb7d7376e39d22496e2b08901aa52fd2"
1981+
integrity sha512-WYhv//5K8kQtsSc9F1Kn2vHzhYor6KpwPbARH7hwYe3C3ETD0EVx/3P5qQybUoaBEuUa9f/02JjBiXFWalYUmw==
1982+
dependencies:
1983+
"@types/estree" "*"
1984+
"@types/json-schema" "*"
1985+
1986+
"@types/estree@*":
1987+
version "0.0.47"
1988+
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.47.tgz#d7a51db20f0650efec24cd04994f523d93172ed4"
1989+
integrity sha512-c5ciR06jK8u9BstrmJyO97m+klJrrhCf9u3rLu3DEAJBirxRqSCvDQoYKmxuYwQI5SZChAWu+tq9oVlGRuzPAg==
1990+
19681991
"@types/express-serve-static-core@*":
19691992
version "4.17.9"
19701993
resolved "https://registry.yarnpkg.com/@types/express-serve-static-core/-/express-serve-static-core-4.17.9.tgz#2d7b34dcfd25ec663c25c85d76608f8b249667f1"
@@ -2023,6 +2046,11 @@
20232046
dependencies:
20242047
"@types/sizzle" "*"
20252048

2049+
"@types/json-schema@*":
2050+
version "7.0.7"
2051+
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.7.tgz#98a993516c859eb0d5c4c8f098317a9ea68db9ad"
2052+
integrity sha512-cxWFQVseBm6O9Gbw1IWb8r6OS4OhSt3hPZLkFApLjM8TEXROBuQGLAH2i2gZpcXdLBIrpXuTDhH7Vbm1iXmNGA==
2053+
20262054
"@types/json-schema@^7.0.3", "@types/json-schema@^7.0.4":
20272055
version "7.0.5"
20282056
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.5.tgz#dcce4430e64b443ba8945f0290fb564ad5bac6dd"
@@ -4512,7 +4540,7 @@ caseless@~0.12.0:
45124540
resolved "https://registry.yarnpkg.com/caseless/-/caseless-0.12.0.tgz#1b681c21ff84033c826543090689420d187151dc"
45134541
integrity sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw=
45144542

4515-
[email protected], chalk@^4.0.0, chalk@^4.1.0:
4543+
[email protected], chalk@^4.0.0, chalk@^4.1.0, chalk@^4.1.1:
45164544
version "4.1.1"
45174545
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.1.tgz#c80b3fab28bf6371e6863325eee67e618b77e6ad"
45184546
integrity sha512-diHzdDKxcU+bAsUboHLPEDQiw0qEe0qd7SYUn3HgcFlWgbDcfLGswOHYeGrHKzG9z6UYf01d9VFMfZxPM1xZSg==
@@ -5245,6 +5273,11 @@ data-urls@^2.0.0:
52455273
whatwg-mimetype "^2.3.0"
52465274
whatwg-url "^8.0.0"
52475275

5276+
date-fns@^2.21.3:
5277+
version "2.21.3"
5278+
resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-2.21.3.tgz#8f5f6889d7a96bbcc1f0ea50239b397a83357f9b"
5279+
integrity sha512-HeYdzCaFflc1i4tGbj7JKMjM4cKGYoyxwcIIkHzNgCkX8xXDNJDZXgDDVchIWpN4eQc3lH37WarduXFZJOtxfw==
5280+
52485281
[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:
52495282
version "2.6.9"
52505283
resolved "https://registry.yarnpkg.com/debug/-/debug-2.6.9.tgz#5d128515df134ff327e90a4c93f4e077a536341f"
@@ -6193,20 +6226,23 @@ ember-style-modifier@^0.6.0:
61936226
ember-cli-babel "^7.21.0"
61946227
ember-modifier "^2.1.0"
61956228

6196-
ember-template-lint@^2.15.0:
6197-
version "2.15.0"
6198-
resolved "https://registry.yarnpkg.com/ember-template-lint/-/ember-template-lint-2.15.0.tgz#7a3b8dd97498bc777b4633f1a2a5ad63f63a6e77"
6199-
integrity sha512-hARl20XxqDbAPC68He1GBi0nDenJuy13Czo4NKaD72Vro+M3AxXOkKoSibeup1hxMAfuY/mWQYfqRij+bKWOhA==
6229+
ember-template-lint@^3.4.2:
6230+
version "3.4.2"
6231+
resolved "https://registry.yarnpkg.com/ember-template-lint/-/ember-template-lint-3.4.2.tgz#d9480957b576b2b7ed02b4bf6bdb7c4b80243581"
6232+
integrity sha512-YorsJ5cVmrt0hm2gTVwsKsX/NpYp6X7oa+z7a2iAtwBEz4GyEImUpH3YF7ilXHMFB6d5k96LLKzF73cyBJliuQ==
62006233
dependencies:
6201-
chalk "^4.0.0"
6234+
"@ember-template-lint/todo-utils" "^8.1.0"
6235+
chalk "^4.1.1"
6236+
date-fns "^2.21.3"
62026237
ember-template-recast "^5.0.1"
62036238
find-up "^5.0.0"
6239+
fuse.js "^6.4.6"
62046240
get-stdin "^8.0.0"
6205-
globby "^11.0.1"
6241+
globby "^11.0.3"
62066242
is-glob "^4.0.1"
6207-
micromatch "^4.0.2"
6208-
resolve "^1.19.0"
6209-
v8-compile-cache "^2.2.0"
6243+
micromatch "^4.0.4"
6244+
resolve "^1.20.0"
6245+
v8-compile-cache "^2.3.0"
62106246
yargs "^16.2.0"
62116247

62126248
ember-template-recast@^5.0.1:
@@ -7305,6 +7341,16 @@ fs-extra@^9.0.0, fs-extra@^9.0.1:
73057341
jsonfile "^6.0.1"
73067342
universalify "^1.0.0"
73077343

7344+
fs-extra@^9.1.0:
7345+
version "9.1.0"
7346+
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-9.1.0.tgz#5954460c764a8da2094ba3554bf839e6b9a7c86d"
7347+
integrity sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==
7348+
dependencies:
7349+
at-least-node "^1.0.0"
7350+
graceful-fs "^4.2.0"
7351+
jsonfile "^6.0.1"
7352+
universalify "^2.0.0"
7353+
73087354
fs-merger@^3.1.0:
73097355
version "3.1.0"
73107356
resolved "https://registry.yarnpkg.com/fs-merger/-/fs-merger-3.1.0.tgz#f30f74f6c70b2ff7333ec074f3d2f22298152f3b"
@@ -7394,6 +7440,11 @@ functional-red-black-tree@^1.0.1:
73947440
resolved "https://registry.yarnpkg.com/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz#1b0ab3bd553b2a0d6399d29c0e3ea0b252078327"
73957441
integrity sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc=
73967442

7443+
fuse.js@^6.4.6:
7444+
version "6.4.6"
7445+
resolved "https://registry.yarnpkg.com/fuse.js/-/fuse.js-6.4.6.tgz#62f216c110e5aa22486aff20be7896d19a059b79"
7446+
integrity sha512-/gYxR/0VpXmWSfZOIPS3rWwU8SHgsRTwWuXhyb2O6s7aRuVtHtxCkR33bNYu3wyLyNx/Wpv0vU7FZy8Vj53VNw==
7447+
73977448
gauge@~2.7.3:
73987449
version "2.7.4"
73997450
resolved "https://registry.yarnpkg.com/gauge/-/gauge-2.7.4.tgz#2c03405c7538c39d7eb37b317022e325fb018bf7"
@@ -7637,7 +7688,7 @@ [email protected]:
76377688
merge2 "^1.2.3"
76387689
slash "^3.0.0"
76397690

7640-
[email protected], globby@^11.0.1:
7691+
[email protected], globby@^11.0.1, globby@^11.0.3:
76417692
version "11.0.3"
76427693
resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.3.tgz#9b1f0cb523e171dd1ad8c7b2a9fb4b644b9593cb"
76437694
integrity sha512-ffdmosjA807y7+lA1NM0jELARVmYul/715xiILEjo3hBLPTcirgQNnXECn5g3mtR8TOLCVbkfua1Hpen25/Xcg==
@@ -8394,7 +8445,7 @@ is-ci@^2.0.0:
83948445
dependencies:
83958446
ci-info "^2.0.0"
83968447

8397-
is-core-module@^2.1.0, is-core-module@^2.2.0:
8448+
is-core-module@^2.2.0:
83988449
version "2.2.0"
83998450
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.2.0.tgz#97037ef3d52224d85163f5597b2b63d9afed981a"
84008451
integrity sha512-XRAfAdyyY5F5cOXn7hYQDqh2Xmii+DEfIcQGxK/uNwMHhIkPWO0g8msXcbzLe+MpGoR951MlqM/2iIlU4vKDdQ==
@@ -9607,13 +9658,13 @@ micromatch@^3.1.10, micromatch@^3.1.4:
96079658
snapdragon "^0.8.1"
96089659
to-regex "^3.0.2"
96099660

9610-
micromatch@^4.0.2:
9611-
version "4.0.2"
9612-
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.2.tgz#4fcb0999bf9fbc2fcbdd212f6d629b9a56c39259"
9613-
integrity sha512-y7FpHSbMUMoyPbYUSzO6PaZ6FyRnQOpHuKwbo1G+Knck95XVU4QAiKdGEnj5wwoS7PlOgthX/09u5iFJ+aYf5Q==
9661+
micromatch@^4.0.2, micromatch@^4.0.4:
9662+
version "4.0.4"
9663+
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.4.tgz#896d519dfe9db25fce94ceb7a500919bf881ebf9"
9664+
integrity sha512-pRmzw/XUcwXGpD9aI9q/0XOwLNygjETJ8y0ao0wdqprrzDa4YnxLcz7fQRZr8voh8V10kGhABbNcHVk5wHgWwg==
96149665
dependencies:
96159666
braces "^3.0.1"
9616-
picomatch "^2.0.5"
9667+
picomatch "^2.2.3"
96179668

96189669
miller-rabin@^4.0.0:
96199670
version "4.0.1"
@@ -10641,11 +10692,16 @@ performance-now@^2.1.0:
1064110692
resolved "https://registry.yarnpkg.com/performance-now/-/performance-now-2.1.0.tgz#6309f4e0e5fa913ec1c69307ae364b4b377c9e7b"
1064210693
integrity sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns=
1064310694

10644-
picomatch@^2.0.4, picomatch@^2.0.5, picomatch@^2.2.1:
10695+
picomatch@^2.0.4, picomatch@^2.2.1:
1064510696
version "2.2.2"
1064610697
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.2.2.tgz#21f333e9b6b8eaff02468f5146ea406d345f4dad"
1064710698
integrity sha512-q0M/9eZHzmr0AulXyPwNfZjtwZ/RBZlbN3K3CErVrk50T2ASYI7Bye0EvekFY3IP1Nt2DHu0re+V2ZHIpMkuWg==
1064810699

10700+
picomatch@^2.2.3:
10701+
version "2.3.0"
10702+
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.0.tgz#f1f061de8f6a4bf022892e2d128234fb98302972"
10703+
integrity sha512-lY1Q/PiJGC2zOv/z391WOTD+Z02bCgsFfvxoXXf6h7kv9o+WmsmzYqrAwY63sNgOxE4xEdq0WyUnXfKeBrSvYw==
10704+
1064910705
pidtree@^0.3.0:
1065010706
version "0.3.1"
1065110707
resolved "https://registry.yarnpkg.com/pidtree/-/pidtree-0.3.1.tgz#ef09ac2cc0533df1f3250ccf2c4d366b0d12114a"
@@ -11432,15 +11488,7 @@ [email protected]:
1143211488
dependencies:
1143311489
path-parse "^1.0.6"
1143411490

11435-
resolve@^1.1.6, resolve@^1.10.0, resolve@^1.10.1, resolve@^1.11.1, resolve@^1.12.0, resolve@^1.13.1, resolve@^1.17.0, resolve@^1.19.0, resolve@^1.3.3, resolve@^1.4.0, resolve@^1.5.0, resolve@^1.8.1:
11436-
version "1.19.0"
11437-
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.19.0.tgz#1af5bf630409734a067cae29318aac7fa29a267c"
11438-
integrity sha512-rArEXAgsBG4UgRGcynxWIWKFvh/XZCcS8UJdHhwy91zwAvCZIbcs+vAbflgBnNjYMs/i/i+/Ux6IZhML1yPvxg==
11439-
dependencies:
11440-
is-core-module "^2.1.0"
11441-
path-parse "^1.0.6"
11442-
11443-
resolve@^1.14.2:
11491+
resolve@^1.1.6, resolve@^1.10.0, resolve@^1.10.1, resolve@^1.11.1, resolve@^1.12.0, resolve@^1.13.1, resolve@^1.14.2, resolve@^1.17.0, resolve@^1.20.0, resolve@^1.3.3, resolve@^1.4.0, resolve@^1.5.0, resolve@^1.8.1:
1144411492
version "1.20.0"
1144511493
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.20.0.tgz#629a013fb3f70755d6f0b7935cc1c2c5378b1975"
1144611494
integrity sha512-wENBPt4ySzg4ybFQW2TT1zMQucPK95HSh/nq2CFTZVOGut2+pQvSsgtda4d26YrYcr067wjbmzOG8byDPBX63A==
@@ -12735,6 +12783,11 @@ tslib@^1.10.0, tslib@^1.8.1, tslib@^1.9.0:
1273512783
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.13.0.tgz#c881e13cc7015894ed914862d276436fa9a47043"
1273612784
integrity sha512-i/6DQjL8Xf3be4K/E6Wgpekn5Qasl1usyw++dAA35Ue5orEn65VIxOA+YvNNl9HV3qv70T7CNwjODHZrLwvd1Q==
1273712785

12786+
tslib@^2.1.0:
12787+
version "2.2.0"
12788+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.2.0.tgz#fb2c475977e35e241311ede2693cee1ec6698f5c"
12789+
integrity sha512-gS9GVHRU+RGn5KQM2rllAlR3dU6m7AcpJKdtH8gFvQiC4Otgk98XnmMU+nZenHt/+VhnBPWwgrJsyrdcw6i23w==
12790+
1273812791
tsutils@^3.17.1:
1273912792
version "3.17.1"
1274012793
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.17.1.tgz#ed719917f11ca0dee586272b2ac49e015a2dd759"
@@ -12917,6 +12970,11 @@ universalify@^1.0.0:
1291712970
resolved "https://registry.yarnpkg.com/universalify/-/universalify-1.0.0.tgz#b61a1da173e8435b2fe3c67d29b9adf8594bd16d"
1291812971
integrity sha512-rb6X1W158d7pRQBg5gkR8uPaSfiids68LTJQYOtEUhoJUWBdaQHsuT/EUduxXYxcrt4r5PJ4fuHW1MHT6p0qug==
1291912972

12973+
universalify@^2.0.0:
12974+
version "2.0.0"
12975+
resolved "https://registry.yarnpkg.com/universalify/-/universalify-2.0.0.tgz#75a4984efedc4b08975c5aeb73f530d02df25717"
12976+
integrity sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==
12977+
1292012978
[email protected], unpipe@~1.0.0:
1292112979
version "1.0.0"
1292212980
resolved "https://registry.yarnpkg.com/unpipe/-/unpipe-1.0.0.tgz#b2bf4ee8514aae6165b4817829d21b2ef49904ec"
@@ -13055,10 +13113,10 @@ uuid@^3.3.2:
1305513113
resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.4.0.tgz#b23e4358afa8a202fe7a100af1f5f883f02007ee"
1305613114
integrity sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==
1305713115

13058-
v8-compile-cache@^2.0.3, v8-compile-cache@^2.2.0:
13059-
version "2.2.0"
13060-
resolved "https://registry.yarnpkg.com/v8-compile-cache/-/v8-compile-cache-2.2.0.tgz#9471efa3ef9128d2f7c6a7ca39c4dd6b5055b132"
13061-
integrity sha512-gTpR5XQNKFwOd4clxfnhaqvfqMpqEwr4tOtCyz4MtYZX2JYhfr1JvBFKdS+7K/9rfpZR3VLX+YWBbKoxCgS43Q==
13116+
v8-compile-cache@^2.0.3, v8-compile-cache@^2.3.0:
13117+
version "2.3.0"
13118+
resolved "https://registry.yarnpkg.com/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz#2de19618c66dc247dcfb6f99338035d8245a2cee"
13119+
integrity sha512-l8lCEmLcLYZh4nbunNZvQCJc5pv7+RCwa8q/LdUx8u7lsWvPDKmpodJAJNwkAhJC//dFY48KuIEmjtd4RViDrA==
1306213120

1306313121
validate-npm-package-license@^3.0.1:
1306413122
version "3.0.4"

0 commit comments

Comments
 (0)