Skip to content

Commit

Permalink
Auto merge of #3897 - rust-lang:renovate/ember-template-lint-3.x, r=T…
Browse files Browse the repository at this point in the history
…urbo87

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).
  • Loading branch information
bors committed Sep 7, 2021
2 parents ab8f24b + d7c3128 commit d3fde3b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
"ember-set-body-class": "1.0.2",
"ember-source": "3.28.1",
"ember-svg-jar": "2.3.3",
"ember-template-lint": "3.6.0",
"ember-template-lint": "3.7.0",
"ember-test-selectors": "6.0.0",
"ember-tooltips": "3.4.7",
"ember-truth-helpers": "3.0.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7166,10 +7166,10 @@ ember-svg-jar@2.3.3:
mkdirp "^0.5.1"
path-posix "^1.0.0"

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

0 comments on commit d3fde3b

Please sign in to comment.