Skip to content

Commit 33e450e

Browse files
Update dependency ember-template-lint to v7 (#1317)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ffe243d commit 33e450e

2 files changed

Lines changed: 167 additions & 9 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
"ember-resolver": "11.0.1",
8181
"ember-source": "5.12.0",
8282
"ember-source-channel-url": "3.0.0",
83-
"ember-template-lint": "6.1.0",
83+
"ember-template-lint": "7.0.0",
8484
"ember-try": "3.0.0",
8585
"eslint": "8.57.1",
8686
"eslint-config-prettier": "10.0.1",

yarn.lock

Lines changed: 166 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"@babel/highlight" "^7.24.7"
4141
picocolors "^1.0.0"
4242

43-
"@babel/code-frame@^7.25.9", "@babel/code-frame@^7.26.0":
43+
"@babel/code-frame@^7.25.9", "@babel/code-frame@^7.26.0", "@babel/code-frame@^7.26.2":
4444
version "7.26.2"
4545
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.26.2.tgz#4b5fab97d33338eff916235055f0ebc21e573a85"
4646
integrity sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ==
@@ -197,6 +197,17 @@
197197
"@jridgewell/trace-mapping" "^0.3.25"
198198
jsesc "^3.0.2"
199199

200+
"@babel/generator@^7.26.9":
201+
version "7.26.9"
202+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.26.9.tgz#75a9482ad3d0cc7188a537aa4910bc59db67cbca"
203+
integrity sha512-kEWdzjOAUMW4hAyrzJ0ZaTOu9OmpyDIQicIh0zg0EEcEkYXZb2TjtBhnHi2ViX7PKwZqF4xwqfAm299/QMP3lg==
204+
dependencies:
205+
"@babel/parser" "^7.26.9"
206+
"@babel/types" "^7.26.9"
207+
"@jridgewell/gen-mapping" "^0.3.5"
208+
"@jridgewell/trace-mapping" "^0.3.25"
209+
jsesc "^3.0.2"
210+
200211
"@babel/helper-annotate-as-pure@^7.18.6", "@babel/helper-annotate-as-pure@^7.22.5":
201212
version "7.22.5"
202213
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.22.5.tgz#e7f06737b197d580a01edf75d97e2c8be99d3882"
@@ -211,6 +222,13 @@
211222
dependencies:
212223
"@babel/types" "^7.24.7"
213224

225+
"@babel/helper-annotate-as-pure@^7.25.9":
226+
version "7.25.9"
227+
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.25.9.tgz#d8eac4d2dc0d7b6e11fa6e535332e0d3184f06b4"
228+
integrity sha512-gv7320KBUFJz1RnylIg5WWYPRXKZ884AGkYpgpWW02TH66Dl+HaC1t1CKd0z3R4b6hdYEcmrNZHUmfCP+1u3/g==
229+
dependencies:
230+
"@babel/types" "^7.25.9"
231+
214232
"@babel/helper-builder-binary-assignment-operator-visitor@^7.22.15":
215233
version "7.22.15"
216234
resolved "https://registry.yarnpkg.com/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.22.15.tgz#5426b109cf3ad47b91120f8328d8ab1be8b0b956"
@@ -281,6 +299,19 @@
281299
"@babel/helper-split-export-declaration" "^7.24.7"
282300
semver "^6.3.1"
283301

302+
"@babel/helper-create-class-features-plugin@^7.25.9":
303+
version "7.26.9"
304+
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.26.9.tgz#d6f83e3039547fbb39967e78043cd3c8b7820c71"
305+
integrity sha512-ubbUqCofvxPRurw5L8WTsCLSkQiVpov4Qx0WMA+jUN+nXBK8ADPlJO1grkFw5CWKC5+sZSOfuGMdX1aI1iT9Sg==
306+
dependencies:
307+
"@babel/helper-annotate-as-pure" "^7.25.9"
308+
"@babel/helper-member-expression-to-functions" "^7.25.9"
309+
"@babel/helper-optimise-call-expression" "^7.25.9"
310+
"@babel/helper-replace-supers" "^7.26.5"
311+
"@babel/helper-skip-transparent-expression-wrappers" "^7.25.9"
312+
"@babel/traverse" "^7.26.9"
313+
semver "^6.3.1"
314+
284315
"@babel/helper-create-regexp-features-plugin@^7.18.6", "@babel/helper-create-regexp-features-plugin@^7.22.15", "@babel/helper-create-regexp-features-plugin@^7.22.5":
285316
version "7.22.15"
286317
resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.22.15.tgz#5ee90093914ea09639b01c711db0d6775e558be1"
@@ -358,6 +389,14 @@
358389
"@babel/traverse" "^7.24.7"
359390
"@babel/types" "^7.24.7"
360391

392+
"@babel/helper-member-expression-to-functions@^7.25.9":
393+
version "7.25.9"
394+
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.25.9.tgz#9dfffe46f727005a5ea29051ac835fb735e4c1a3"
395+
integrity sha512-wbfdZ9w5vk0C0oyHqAJbc62+vet5prjj01jjJ8sKn3j9h3MQQlflEdXYvuqRWjHnM12coDEqiC1IRCi0U/EKwQ==
396+
dependencies:
397+
"@babel/traverse" "^7.25.9"
398+
"@babel/types" "^7.25.9"
399+
361400
"@babel/helper-module-imports@^7.22.15":
362401
version "7.22.15"
363402
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.22.15.tgz#16146307acdc40cc00c3b2c647713076464bdbf0"
@@ -426,6 +465,13 @@
426465
dependencies:
427466
"@babel/types" "^7.24.7"
428467

468+
"@babel/helper-optimise-call-expression@^7.25.9":
469+
version "7.25.9"
470+
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.25.9.tgz#3324ae50bae7e2ab3c33f60c9a877b6a0146b54e"
471+
integrity sha512-FIpuNaz5ow8VyrYcnXQTDRGvV6tTjkNtCK/RYNDXGSLlUD6cBuQTSw43CShGxjvfBTfcUA/r6UhUCbtYqkhcuQ==
472+
dependencies:
473+
"@babel/types" "^7.25.9"
474+
429475
"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.12.13", "@babel/helper-plugin-utils@^7.14.5", "@babel/helper-plugin-utils@^7.18.6", "@babel/helper-plugin-utils@^7.20.2", "@babel/helper-plugin-utils@^7.22.5", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3":
430476
version "7.22.5"
431477
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.22.5.tgz#dd7ee3735e8a313b9f7b05a773d892e88e6d7295"
@@ -436,6 +482,11 @@
436482
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.24.7.tgz#98c84fe6fe3d0d3ae7bfc3a5e166a46844feb2a0"
437483
integrity sha512-Rq76wjt7yz9AAc1KnlRKNAi/dMSVWgDRx43FHoJEbcYU6xOWaE2dVPwcdTukJrjxS65GITyfbvEYHvkirZ6uEg==
438484

485+
"@babel/helper-plugin-utils@^7.25.9", "@babel/helper-plugin-utils@^7.26.5":
486+
version "7.26.5"
487+
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.26.5.tgz#18580d00c9934117ad719392c4f6585c9333cc35"
488+
integrity sha512-RS+jZcRdZdRFzMyr+wcsaqOmld1/EqTghfaBGQQd/WnRdzdlvSZ//kF7U8VQTxf1ynZ4cjUcYgjVGx13ewNPMg==
489+
439490
"@babel/helper-remap-async-to-generator@^7.22.20":
440491
version "7.22.20"
441492
resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.22.20.tgz#7b68e1cb4fa964d2996fd063723fb48eca8498e0"
@@ -463,6 +514,15 @@
463514
"@babel/helper-member-expression-to-functions" "^7.24.7"
464515
"@babel/helper-optimise-call-expression" "^7.24.7"
465516

517+
"@babel/helper-replace-supers@^7.26.5":
518+
version "7.26.5"
519+
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.26.5.tgz#6cb04e82ae291dae8e72335dfe438b0725f14c8d"
520+
integrity sha512-bJ6iIVdYX1YooY2X7w1q6VITt+LnUILtNk7zT78ykuwStx8BauCzxvFqFaHjOpW1bVnSUM1PN1f0p5P21wHxvg==
521+
dependencies:
522+
"@babel/helper-member-expression-to-functions" "^7.25.9"
523+
"@babel/helper-optimise-call-expression" "^7.25.9"
524+
"@babel/traverse" "^7.26.5"
525+
466526
"@babel/helper-simple-access@^7.22.5":
467527
version "7.22.5"
468528
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.22.5.tgz#4938357dc7d782b80ed6dbb03a0fba3d22b1d5de"
@@ -493,6 +553,14 @@
493553
"@babel/traverse" "^7.24.7"
494554
"@babel/types" "^7.24.7"
495555

556+
"@babel/helper-skip-transparent-expression-wrappers@^7.25.9":
557+
version "7.25.9"
558+
resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.25.9.tgz#0b2e1b62d560d6b1954893fd2b705dc17c91f0c9"
559+
integrity sha512-K4Du3BFa3gvyhzgPcntrkDgZzQaq6uozzcpGbOO1OEJaI+EJdqWIMTLgFgQf6lrfiDFo5FU+BxKepI9RmZqahA==
560+
dependencies:
561+
"@babel/traverse" "^7.25.9"
562+
"@babel/types" "^7.25.9"
563+
496564
"@babel/helper-split-export-declaration@^7.22.6":
497565
version "7.22.6"
498566
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz#322c61b7310c0997fe4c323955667f18fcefb91c"
@@ -614,6 +682,13 @@
614682
js-tokens "^4.0.0"
615683
picocolors "^1.0.0"
616684

685+
"@babel/parser@^7.21.8", "@babel/parser@^7.26.9":
686+
version "7.26.9"
687+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.9.tgz#d9e78bee6dc80f9efd8f2349dcfbbcdace280fd5"
688+
integrity sha512-81NWa1njQblgZbQHxWHpxxCzNsa3ZwvFqpUg7P+NNUU6f3UU2jBEg4OlF/J6rl8+PQGh1q6/zWScd001YwcA5A==
689+
dependencies:
690+
"@babel/types" "^7.26.9"
691+
617692
"@babel/parser@^7.22.15", "@babel/parser@^7.23.6", "@babel/parser@^7.4.5":
618693
version "7.23.6"
619694
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.6.tgz#ba1c9e512bda72a47e285ae42aff9d2a635a9e3b"
@@ -852,6 +927,13 @@
852927
dependencies:
853928
"@babel/helper-plugin-utils" "^7.22.5"
854929

930+
"@babel/plugin-syntax-typescript@^7.25.9":
931+
version "7.25.9"
932+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.25.9.tgz#67dda2b74da43727cf21d46cf9afef23f4365399"
933+
integrity sha512-hjMgRy5hb8uJJjUcdWunWVcoi9bGpJp8p5Ol1229PoN6aytsLwNMgmdftO23wnCLMfVmTwZDWMPNq/D1SY60JQ==
934+
dependencies:
935+
"@babel/helper-plugin-utils" "^7.25.9"
936+
855937
"@babel/plugin-syntax-unicode-sets-regex@^7.18.6":
856938
version "7.18.6"
857939
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-unicode-sets-regex/-/plugin-syntax-unicode-sets-regex-7.18.6.tgz#d49a3b3e6b52e5be6740022317580234a6a47357"
@@ -1240,6 +1322,17 @@
12401322
"@babel/helper-plugin-utils" "^7.22.5"
12411323
"@babel/plugin-syntax-typescript" "^7.23.3"
12421324

1325+
"@babel/plugin-transform-typescript@^7.26.8":
1326+
version "7.26.8"
1327+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.26.8.tgz#2e9caa870aa102f50d7125240d9dbf91334b0950"
1328+
integrity sha512-bME5J9AC8ChwA7aEPJ6zym3w7aObZULHhbNLU0bKUhKsAkylkzUdq+0kdymh9rzi8nlNFl2bmldFBCKNJBUpuw==
1329+
dependencies:
1330+
"@babel/helper-annotate-as-pure" "^7.25.9"
1331+
"@babel/helper-create-class-features-plugin" "^7.25.9"
1332+
"@babel/helper-plugin-utils" "^7.26.5"
1333+
"@babel/helper-skip-transparent-expression-wrappers" "^7.25.9"
1334+
"@babel/plugin-syntax-typescript" "^7.25.9"
1335+
12431336
"@babel/plugin-transform-typescript@~7.4.0":
12441337
version "7.4.5"
12451338
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.4.5.tgz#ab3351ba35307b79981993536c93ff8be050ba28"
@@ -1453,6 +1546,28 @@
14531546
"@babel/parser" "^7.25.9"
14541547
"@babel/types" "^7.25.9"
14551548

1549+
"@babel/template@^7.26.9":
1550+
version "7.26.9"
1551+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.26.9.tgz#4577ad3ddf43d194528cff4e1fa6b232fa609bb2"
1552+
integrity sha512-qyRplbeIpNZhmzOysF/wFMuP9sctmh2cFzRAZOn1YapxBsE1i9bJIY586R/WBLfLcmcBlM8ROBiQURnnNy+zfA==
1553+
dependencies:
1554+
"@babel/code-frame" "^7.26.2"
1555+
"@babel/parser" "^7.26.9"
1556+
"@babel/types" "^7.26.9"
1557+
1558+
"@babel/traverse@^7.22.8", "@babel/traverse@^7.26.5", "@babel/traverse@^7.26.9":
1559+
version "7.26.9"
1560+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.26.9.tgz#4398f2394ba66d05d988b2ad13c219a2c857461a"
1561+
integrity sha512-ZYW7L+pL8ahU5fXmNbPF+iZFHCv5scFak7MZ9bwaRPLUhHh7QQEMjZUg0HevihoqCM5iSYHN61EyCoZvqC+bxg==
1562+
dependencies:
1563+
"@babel/code-frame" "^7.26.2"
1564+
"@babel/generator" "^7.26.9"
1565+
"@babel/parser" "^7.26.9"
1566+
"@babel/template" "^7.26.9"
1567+
"@babel/types" "^7.26.9"
1568+
debug "^4.3.1"
1569+
globals "^11.1.0"
1570+
14561571
"@babel/traverse@^7.23.6", "@babel/traverse@^7.4.5":
14571572
version "7.23.6"
14581573
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.6.tgz#b53526a2367a0dd6edc423637f3d2d0f2521abc5"
@@ -1549,6 +1664,14 @@
15491664
"@babel/helper-string-parser" "^7.25.9"
15501665
"@babel/helper-validator-identifier" "^7.25.9"
15511666

1667+
"@babel/types@^7.26.9":
1668+
version "7.26.9"
1669+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.9.tgz#08b43dec79ee8e682c2ac631c010bdcac54a21ce"
1670+
integrity sha512-Y3IR1cRnOxOCDvMmNiym7XpXQ93iGDDPHx+Zj+NM+rg0fBaShfQLkg+hKPaZCEvg5N/LeCo4+Rj/i3FuJsIQaw==
1671+
dependencies:
1672+
"@babel/helper-string-parser" "^7.25.9"
1673+
"@babel/helper-validator-identifier" "^7.25.9"
1674+
15521675
"@cnakazawa/watch@^1.0.3":
15531676
version "1.0.4"
15541677
resolved "https://registry.yarnpkg.com/@cnakazawa/watch/-/watch-1.0.4.tgz#f864ae85004d0fcab6f50be9141c4da368d1656a"
@@ -6703,11 +6826,23 @@ [email protected]:
67036826
dependencies:
67046827
safe-buffer "5.2.1"
67056828

6829+
content-tag-utils@^0.3.0:
6830+
version "0.3.0"
6831+
resolved "https://registry.yarnpkg.com/content-tag-utils/-/content-tag-utils-0.3.0.tgz#644594daae9e7ae9d81df1ea435baaf8ec7b5a71"
6832+
integrity sha512-tyuXzzMyiOblbFiS+0m+jrE9WSeNEOx4FU47kNFBbFy1JBsdlD5WFEBGHnT5+Yulyqnor4y8Ep2fMxhSLGf2DQ==
6833+
dependencies:
6834+
content-tag "^3.1.0"
6835+
67066836
content-tag@^2.0.1:
67076837
version "2.0.2"
67086838
resolved "https://registry.yarnpkg.com/content-tag/-/content-tag-2.0.2.tgz#978802d97df21516daa10d78e2a1f148e89eab8b"
67096839
integrity sha512-qHRyTp02dgzRK2tsCFxZ1H289bZOuSLNpupr6prvnSFq4SFPmNlBKbbE5PCMb+8+Z1a1z+yCVtXvQIGUCCa3lQ==
67106840

6841+
content-tag@^3.1.0, content-tag@^3.1.1:
6842+
version "3.1.1"
6843+
resolved "https://registry.yarnpkg.com/content-tag/-/content-tag-3.1.1.tgz#4613e1dc58e310570c4d53f036dfd21d1c3b00bf"
6844+
integrity sha512-94puwVk6X8oJcbRIEY03UM80zWzA3dYgGkOiRJzeY1vXgwrFUh3OolDDi/D7YBa6Vsx+CgAvuk4uXlB8loZ1FA==
6845+
67116846
content-type@~1.0.4:
67126847
version "1.0.5"
67136848
resolved "https://registry.yarnpkg.com/content-type/-/content-type-1.0.5.tgz#8b773162656d1d1086784c8f23a54ce6d73d7918"
@@ -8527,18 +8662,24 @@ ember-template-imports@^3.4.2:
85278662
string.prototype.matchall "^4.0.6"
85288663
validate-peer-dependencies "^1.1.0"
85298664

8530-
8531-
version "6.1.0"
8532-
resolved "https://registry.yarnpkg.com/ember-template-lint/-/ember-template-lint-6.1.0.tgz#92f806484f87a6c8c3515e915593a3467b427d27"
8533-
integrity sha512-UyzLPcyneG3mnbBfewyYIlV7fy6JKHQVAJy5a9+URdJKkZKN+3vQkQzIIlsz6dP/GpoXVB+datns5HlfMfliSA==
8534-
dependencies:
8665+
8666+
version "7.0.0"
8667+
resolved "https://registry.yarnpkg.com/ember-template-lint/-/ember-template-lint-7.0.0.tgz#e1d57e4e495de5402c2f6c00c4eedf29022cdbfc"
8668+
integrity sha512-LWAgk/kpcYrMCIWBxC7tf+yd2t870Sk0nUAOSvow0TQxmbLADRPNlqijW3+yGf8CGzEK1eLUInzJQdm23xJxyQ==
8669+
dependencies:
8670+
"@babel/generator" "^7.26.9"
8671+
"@babel/parser" "^7.21.8"
8672+
"@babel/plugin-syntax-typescript" "^7.25.9"
8673+
"@babel/plugin-transform-typescript" "^7.26.8"
8674+
"@babel/traverse" "^7.22.8"
85358675
"@lint-todo/utils" "^13.1.1"
85368676
aria-query "^5.3.0"
85378677
chalk "^5.3.0"
85388678
ci-info "^4.0.0"
8679+
content-tag "^3.1.1"
8680+
content-tag-utils "^0.3.0"
85398681
date-fns "^3.6.0"
8540-
ember-template-imports "^3.4.2"
8541-
ember-template-recast "^6.1.4"
8682+
ember-template-recast "^6.1.5"
85428683
eslint-formatter-kakoune "^1.0.0"
85438684
find-up "^7.0.0"
85448685
fuse.js "^7.0.0"
@@ -8568,6 +8709,23 @@ ember-template-recast@^6.1.4:
85688709
tmp "^0.2.1"
85698710
workerpool "^6.4.0"
85708711

8712+
ember-template-recast@^6.1.5:
8713+
version "6.1.5"
8714+
resolved "https://registry.yarnpkg.com/ember-template-recast/-/ember-template-recast-6.1.5.tgz#0f6423ddc8d4fa6306495b1d889205f637945801"
8715+
integrity sha512-VnRN8FzEHQnw/5rCv6Wnq8MVYXbGQbFY+rEufvWV+FO/IsxMahGEud4MYWtTA2q8iG+qJFrDQefNvQ//7MI7Qw==
8716+
dependencies:
8717+
"@glimmer/reference" "^0.84.3"
8718+
"@glimmer/syntax" "^0.84.3"
8719+
"@glimmer/validator" "^0.84.3"
8720+
async-promise-queue "^1.0.5"
8721+
colors "^1.4.0"
8722+
commander "^8.3.0"
8723+
globby "^11.0.3"
8724+
ora "^5.4.0"
8725+
slash "^3.0.0"
8726+
tmp "^0.2.1"
8727+
workerpool "^6.4.0"
8728+
85718729
ember-tether@^3.1.0:
85728730
version "3.1.0"
85738731
resolved "https://registry.yarnpkg.com/ember-tether/-/ember-tether-3.1.0.tgz#b3e52c415579bd593e6c39f9fc53ca7c770b97d8"

0 commit comments

Comments
 (0)