Skip to content

Commit

Permalink
chore(deps-dev): bump ember-template-lint from 4.18.2 to 5.0.1
Browse files Browse the repository at this point in the history
Bumps [ember-template-lint](https://github.com/ember-template-lint/ember-template-lint) from 4.18.2 to 5.0.1.
- [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@v4.18.2...v5.0.1)

---
updated-dependencies:
- dependency-name: ember-template-lint
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and anehx committed Nov 28, 2022
1 parent e0d29a5 commit b12cbf1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@release-it-plugins/workspaces": "3.2.0",
"@release-it/conventional-changelog": "5.1.1",
"babel-eslint": "10.1.0",
"ember-template-lint": "4.18.2",
"ember-template-lint": "5.0.1",
"ember-template-lint-plugin-prettier": "4.1.0",
"eslint": "7.32.0",
"eslint-config-prettier": "8.5.0",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5905,7 +5905,7 @@ chalk@^2.0.0, chalk@^2.0.1, chalk@^2.1.0, chalk@^2.3.0, chalk@^2.4.1, chalk@^2.4
escape-string-regexp "^1.0.5"
supports-color "^5.3.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 @@ -8950,14 +8950,14 @@ ember-template-lint-plugin-prettier@4.1.0:
dependencies:
prettier-linter-helpers "^1.0.0"

ember-template-lint@4.18.2:
version "4.18.2"
resolved "https://registry.yarnpkg.com/ember-template-lint/-/ember-template-lint-4.18.2.tgz#18e5e5fc6ea7301e7a075e024008271d2a781e1e"
integrity sha512-yI8kQ8IQ2x5HVq0tQAISXABOHr0Is5sAg6rwceO6M8CYozq7HMxUPEj0VbdcbyIE70SWw/8d24M1rBI4km544Q==
ember-template-lint@5.0.1:
version "5.0.1"
resolved "https://registry.yarnpkg.com/ember-template-lint/-/ember-template-lint-5.0.1.tgz#6b736e9ba824b6f01f125970e7072c28a5c11c09"
integrity sha512-LnFemz8BzdNcvtGlYMKPbimlt9KZYR4zGpKiUkDYHNaNkrG0jG99vYiLVRNhadqOTkc5kGWm3YswJ0hkgQMZKg==
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.4.0"
Expand Down

0 comments on commit b12cbf1

Please sign in to comment.