Skip to content

Commit d3fde3b

Browse files
committed
Auto merge of #3897 - rust-lang:renovate/ember-template-lint-3.x, r=Turbo87
Update dependency ember-template-lint to v3.7.0 [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [ember-template-lint](https://togithub.com/ember-template-lint/ember-template-lint) | [`3.6.0` -> `3.7.0`](https://renovatebot.com/diffs/npm/ember-template-lint/3.6.0/3.7.0) | [![age](https://badges.renovateapi.com/packages/npm/ember-template-lint/3.7.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/ember-template-lint/3.7.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/ember-template-lint/3.7.0/compatibility-slim/3.6.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/ember-template-lint/3.7.0/confidence-slim/3.6.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>ember-template-lint/ember-template-lint</summary> ### [`v3.7.0`](https://togithub.com/ember-template-lint/ember-template-lint/blob/master/CHANGELOG.md#v370-2021-09-07) [Compare Source](https://togithub.com/ember-template-lint/ember-template-lint/compare/v3.6.0...v3.7.0) ##### 🚀 Enhancement - [#&#8203;2080](https://togithub.com/ember-template-lint/ember-template-lint/pull/2080) Add `require-valid-named-block-naming-format` rule ([`@&#8203;bertdeblock](https://togithub.com/bertdeblock))` - [#&#8203;2079](https://togithub.com/ember-template-lint/ember-template-lint/pull/2079) Adding `--print-config` option to CLI ([`@&#8203;scalvert](https://togithub.com/scalvert))` ##### 🐛 Bug Fix - [#&#8203;2052](https://togithub.com/ember-template-lint/ember-template-lint/pull/2052) Ensure `deprecated-inline-view-helper` allows named blocks named `"view"` ([`@&#8203;lifeart](https://togithub.com/lifeart))` ##### Committers: 3 - Alex Kanunnikov ([`@&#8203;lifeart](https://togithub.com/lifeart))` - Bert De Block ([`@&#8203;bertdeblock](https://togithub.com/bertdeblock))` - Steve Calvert ([`@&#8203;scalvert](https://togithub.com/scalvert))` </details> --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/rust-lang/crates.io).
2 parents ab8f24b + d7c3128 commit d3fde3b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
"ember-set-body-class": "1.0.2",
102102
"ember-source": "3.28.1",
103103
"ember-svg-jar": "2.3.3",
104-
"ember-template-lint": "3.6.0",
104+
"ember-template-lint": "3.7.0",
105105
"ember-test-selectors": "6.0.0",
106106
"ember-tooltips": "3.4.7",
107107
"ember-truth-helpers": "3.0.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7166,10 +7166,10 @@ [email protected]:
71667166
mkdirp "^0.5.1"
71677167
path-posix "^1.0.0"
71687168

7169-
ember-template-lint@3.6.0:
7170-
version "3.6.0"
7171-
resolved "https://registry.yarnpkg.com/ember-template-lint/-/ember-template-lint-3.6.0.tgz#cb5bf92648f9fcca1cd67e8dd42d431a92ac2255"
7172-
integrity sha512-t3tzOTqYi0+Fphj35i8uHB5wwrPcBcSh+YnzaVAz+kNwVO2adiUlKn8+ZIUSJg/pIMMrZjcIu+GJzd5g2T9SHg==
7169+
ember-template-lint@3.7.0:
7170+
version "3.7.0"
7171+
resolved "https://registry.yarnpkg.com/ember-template-lint/-/ember-template-lint-3.7.0.tgz#e0565102b291974afeb65de6933f0d154be508d3"
7172+
integrity sha512-C3oFFdB+g14CvFKZrnAS8Yt0IojTpOhdU5KZoLUs6hOgQjkEF4l/OCBNPtBmL8Nm/dxmc5iTsd5TL98CCcnK+w==
71737173
dependencies:
71747174
"@ember-template-lint/todo-utils" "^10.0.0"
71757175
chalk "^4.1.2"

0 commit comments

Comments
 (0)