Skip to content

Commit bcc0629

Browse files
committed
Update dependency ember-template-lint to v5
1 parent a6b3c34 commit bcc0629

2 files changed

Lines changed: 11 additions & 6 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
"ember-route-action-helper": "2.0.8",
121121
"ember-source": "4.8.2",
122122
"ember-source-channel-url": "3.0.0",
123-
"ember-template-lint": "4.18.2",
123+
"ember-template-lint": "5.0.0",
124124
"ember-truth-helpers": "3.1.1",
125125
"ember-try": "2.0.0",
126126
"eslint": "8.28.0",

yarn.lock

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11049,6 +11049,11 @@ chalk@^4.1.2:
1104911049
ansi-styles "^4.1.0"
1105011050
supports-color "^7.1.0"
1105111051

11052+
chalk@^5.1.2:
11053+
version "5.1.2"
11054+
resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.1.2.tgz#d957f370038b75ac572471e83be4c5ca9f8e8c45"
11055+
integrity sha512-E5CkT4jWURs1Vy5qGJye+XwCkNj7Od3Af7CP6SujMetSMkLs8Do2RWJK5yx1wamHV/op8Rz+9rltjaTQWDnEFQ==
11056+
1105211057
chardet@^0.7.0:
1105311058
version "0.7.0"
1105411059
resolved "https://registry.yarnpkg.com/chardet/-/chardet-0.7.0.tgz#90094849f0937f2eedc2425d0d28a9e5f0cbad9e"
@@ -14641,14 +14646,14 @@ ember-template-imports@^3.4.0:
1464114646
string.prototype.matchall "^4.0.6"
1464214647
validate-peer-dependencies "^1.1.0"
1464314648

14644-
ember-template-lint@4.18.2:
14645-
version "4.18.2"
14646-
resolved "https://registry.yarnpkg.com/ember-template-lint/-/ember-template-lint-4.18.2.tgz#18e5e5fc6ea7301e7a075e024008271d2a781e1e"
14647-
integrity sha512-yI8kQ8IQ2x5HVq0tQAISXABOHr0Is5sAg6rwceO6M8CYozq7HMxUPEj0VbdcbyIE70SWw/8d24M1rBI4km544Q==
14649+
ember-template-lint@5.0.0:
14650+
version "5.0.0"
14651+
resolved "https://registry.yarnpkg.com/ember-template-lint/-/ember-template-lint-5.0.0.tgz#70321db5015b41e902701d5d49e791cff116ec9f"
14652+
integrity sha512-HbGhA0XziKQ6EUQ6Va05ICyANUvWkInaYGR/Di0mgrj/CguFIsyXyS3aDNxqNNGAhNZi5M6xLqB30OgwuBlvqQ==
1464814653
dependencies:
1464914654
"@lint-todo/utils" "^13.0.3"
1465014655
aria-query "^5.0.2"
14651-
chalk "^4.1.2"
14656+
chalk "^5.1.2"
1465214657
ci-info "^3.4.0"
1465314658
date-fns "^2.29.2"
1465414659
ember-template-imports "^3.4.0"

0 commit comments

Comments
 (0)