Skip to content

Commit

Permalink
Merge pull request #245 from ember-template-lint/ember-template-lint-…
Browse files Browse the repository at this point in the history
…v5-internal
  • Loading branch information
bmish committed Nov 24, 2022
2 parents 2b24498 + 5cadf98 commit d5e48d4
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -61,7 +61,7 @@ jobs:

strategy:
matrix:
etlVersion: [^4.0.0, 5.0.0-alpha.0]
etlVersion: [^4.0.0, ^5.0.0]

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -34,7 +34,7 @@
},
"devDependencies": {
"@release-it-plugins/lerna-changelog": "^5.0.0",
"ember-template-lint": "^4.0.0",
"ember-template-lint": "^5.0.0",
"eslint": "^8.2.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-node": "^11.0.0",
Expand Down
24 changes: 12 additions & 12 deletions yarn.lock
Expand Up @@ -912,15 +912,15 @@ chalk@^2.0.0, chalk@^2.4.1:
escape-string-regexp "^1.0.5"
supports-color "^5.3.0"

chalk@^4.0.0, chalk@^4.1.0, chalk@^4.1.2:
chalk@^4.0.0, chalk@^4.1.0:
version "4.1.2"
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01"
integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==
dependencies:
ansi-styles "^4.1.0"
supports-color "^7.1.0"

chalk@^5.0.0, chalk@^5.0.1:
chalk@^5.0.0, chalk@^5.0.1, chalk@^5.1.2:
version "5.1.2"
resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.1.2.tgz#d957f370038b75ac572471e83be4c5ca9f8e8c45"
integrity sha512-E5CkT4jWURs1Vy5qGJye+XwCkNj7Od3Af7CP6SujMetSMkLs8Do2RWJK5yx1wamHV/op8Rz+9rltjaTQWDnEFQ==
Expand Down Expand Up @@ -1353,10 +1353,10 @@ ember-cli-version-checker@^5.1.2:
semver "^7.3.4"
silent-error "^1.1.1"

ember-template-imports@^3.1.1:
version "3.3.1"
resolved "https://registry.yarnpkg.com/ember-template-imports/-/ember-template-imports-3.3.1.tgz#2814474dcaae0202c1b21f9c60ef62c3354afe63"
integrity sha512-OeOaEhKL6fz40O3OgKff8czu0d9ppX3tLV7ohvaQL0eM1Pv+Fl4bi/zvEdiCCAn+5Nu7/DFCaMElFuRhurlPJA==
ember-template-imports@^3.4.0:
version "3.4.0"
resolved "https://registry.yarnpkg.com/ember-template-imports/-/ember-template-imports-3.4.0.tgz#c40757e2d41e289ce08c0fe80671000bf216e0ef"
integrity sha512-3Cwcj3NXA129g3ZhmrQ/nYOxksFonTmB/qxyaSNTHrLBSoc93UZys47hBz13DlcfoeSCCrNt2Qpq1j890I04PQ==
dependencies:
babel-import-util "^0.2.0"
broccoli-stew "^3.0.0"
Expand All @@ -1368,17 +1368,17 @@ ember-template-imports@^3.1.1:
string.prototype.matchall "^4.0.6"
validate-peer-dependencies "^1.1.0"

ember-template-lint@^4.0.0:
version "4.17.0"
resolved "https://registry.yarnpkg.com/ember-template-lint/-/ember-template-lint-4.17.0.tgz#cb779321267fe6bb00e888a7daa27c14abaf7d43"
integrity sha512-9Ove2WM6mPF3WRu4+ikLhdTHQAeK031dJp4WlVYzbCl1YFbtoUeKojH+/0U98hJCjiQg/dRb0baSTr+VevEyzw==
ember-template-lint@^5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/ember-template-lint/-/ember-template-lint-5.0.0.tgz#70321db5015b41e902701d5d49e791cff116ec9f"
integrity sha512-HbGhA0XziKQ6EUQ6Va05ICyANUvWkInaYGR/Di0mgrj/CguFIsyXyS3aDNxqNNGAhNZi5M6xLqB30OgwuBlvqQ==
dependencies:
"@lint-todo/utils" "^13.0.3"
aria-query "^5.0.2"
chalk "^4.1.2"
chalk "^5.1.2"
ci-info "^3.4.0"
date-fns "^2.29.2"
ember-template-imports "^3.1.1"
ember-template-imports "^3.4.0"
ember-template-recast "^6.1.3"
find-up "^6.3.0"
fuse.js "^6.5.3"
Expand Down

0 comments on commit d5e48d4

Please sign in to comment.