Skip to content

Commit 33b4230

Browse files
committed
Auto merge of #4174 - rust-lang:renovate/ember-template-lint-3.x, r=Turbo87
Update dependency ember-template-lint to v3.13.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.12.0` -> `3.13.0`](https://renovatebot.com/diffs/npm/ember-template-lint/3.12.0/3.13.0) | [![age](https://badges.renovateapi.com/packages/npm/ember-template-lint/3.13.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/ember-template-lint/3.13.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/ember-template-lint/3.13.0/compatibility-slim/3.12.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/ember-template-lint/3.13.0/confidence-slim/3.12.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>ember-template-lint/ember-template-lint</summary> ### [`v3.13.0`](https://togithub.com/ember-template-lint/ember-template-lint/blob/master/CHANGELOG.md#v3130-2021-11-13) [Compare Source](https://togithub.com/ember-template-lint/ember-template-lint/compare/v3.12.0...v3.13.0) ##### 🚀 Enhancement - [#&#8203;2168](https://togithub.com/ember-template-lint/ember-template-lint/pull/2168) Add new rule `no-autofocus-attribute` ([`@&#8203;judithhinlung](https://togithub.com/judithhinlung))` ##### 🐛 Bug Fix - [#&#8203;2174](https://togithub.com/ember-template-lint/ember-template-lint/pull/2174) Fix false negative with `always` setting and template ending with non-text in `eol-last` rule ([`@&#8203;bmish](https://togithub.com/bmish))` ##### 🏠 Internal - [#&#8203;2175](https://togithub.com/ember-template-lint/ember-template-lint/pull/2175) Enforce minimum test code coverage ([`@&#8203;bmish](https://togithub.com/bmish))` ##### Committers: 2 - Bryan Mishkin ([`@&#8203;bmish](https://togithub.com/bmish))` - Judith Lung ([`@&#8203;judithhinlung](https://togithub.com/judithhinlung))` </details> --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- 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 81531a5 + b7fa101 commit 33b4230

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

app/components/search-form.hbs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@
1212
>
1313
{{! template-lint-disable require-input-label}}
1414
{{! disabled due to https://github.com/ember-template-lint/ember-template-lint/issues/2141 }}
15+
16+
{{! template-lint-disable no-autofocus-attribute}}
17+
{{! disabled because this is a "form field that serves as the main purpose of the page" }}
18+
{{! see https://github.com/ember-template-lint/ember-template-lint/blob/master/docs/rule/no-autofocus-attribute.md }}
19+
1520
<input
1621
type="text"
1722
local-class="input-lg"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
"ember-set-body-class": "1.0.2",
104104
"ember-source": "3.28.6",
105105
"ember-svg-jar": "2.3.3",
106-
"ember-template-lint": "3.12.0",
106+
"ember-template-lint": "3.13.0",
107107
"ember-test-selectors": "6.0.0",
108108
"ember-tooltips": "3.4.7",
109109
"ember-truth-helpers": "3.0.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7030,10 +7030,10 @@ [email protected]:
70307030
mkdirp "^0.5.1"
70317031
path-posix "^1.0.0"
70327032

7033-
ember-template-lint@3.12.0:
7034-
version "3.12.0"
7035-
resolved "https://registry.yarnpkg.com/ember-template-lint/-/ember-template-lint-3.12.0.tgz#8901453f2e72fd0071b4c3f6b1258ccd6299f43c"
7036-
integrity sha512-D56zdFHIjUdvFX01CKvJ0yCfkIBj6bUY5Olchd/Xd6OEIro7cphWKjjB2eGYLIdpwquEREVGS7SWc6riOaO5YQ==
7033+
ember-template-lint@3.13.0:
7034+
version "3.13.0"
7035+
resolved "https://registry.yarnpkg.com/ember-template-lint/-/ember-template-lint-3.13.0.tgz#6c5c3d26d02985db3b40fc985f63868ec55eab84"
7036+
integrity sha512-hT0iatx39qWbxn/ReXsWnIMXa5pWBE/fLrEmzfDmqLjTrWbYE6op1BE1Kbuq0Js96baD3+Nnp+cTbaTYiZPWug==
70377037
dependencies:
70387038
"@ember-template-lint/todo-utils" "^10.0.0"
70397039
chalk "^4.1.2"

0 commit comments

Comments
 (0)