Commit 7da568d
committed
Auto merge of #2720 - rust-lang:renovate/ember-template-lint-2.x, r=Turbo87
Update dependency ember-template-lint to v2.11.0
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [ember-template-lint](https://togithub.com/ember-template-lint/ember-template-lint) | devDependencies | minor | [`2.10.0` -> `2.11.0`](https://renovatebot.com/diffs/npm/ember-template-lint/2.10.0/2.11.0) |
---
### Release Notes
<details>
<summary>ember-template-lint/ember-template-lint</summary>
### [`v2.11.0`](https://togithub.com/ember-template-lint/ember-template-lint/blob/master/CHANGELOG.md#v2110-2020-08-27)
[Compare Source](https://togithub.com/ember-template-lint/ember-template-lint/compare/v2.10.0...v2.11.0)
##### 🚀 Enhancement
- [#​1489](https://togithub.com/ember-template-lint/ember-template-lint/pull/1489) Add `allowlist` & `denylist` alternatives to `whitelist` & `blacklist` configuration ([@​jaydgruber](https://togithub.com/jaydgruber))
- [#​1443](https://togithub.com/ember-template-lint/ember-template-lint/pull/1443) Add new `a11y` configuration ([@​MelSumner](https://togithub.com/MelSumner))
- [#​1481](https://togithub.com/ember-template-lint/ember-template-lint/pull/1481) `no-bare-strings`: export `DEFAULT_CONFIG` ([@​jaydgruber](https://togithub.com/jaydgruber))
- [#​1439](https://togithub.com/ember-template-lint/ember-template-lint/pull/1439) `require-input-label`: update rule to detect duplicate labels ([@​KamiKillertO](https://togithub.com/KamiKillertO))
- [#​1430](https://togithub.com/ember-template-lint/ember-template-lint/pull/1430) Add `.match` API via new `NodeMatcher` helper ([@​josephdsumner](https://togithub.com/josephdsumner))
- [#​1464](https://togithub.com/ember-template-lint/ember-template-lint/pull/1464) `no-quoteless-attributes`: Adjust error message for component arguments ([@​Turbo87](https://togithub.com/Turbo87))
- [#​1474](https://togithub.com/ember-template-lint/ember-template-lint/pull/1474) `link-rel-noopener`: add `--fix` support ([@​fivetanley](https://togithub.com/fivetanley))
- [#​1462](https://togithub.com/ember-template-lint/ember-template-lint/pull/1462) `no-invalid-interactive`: Only warn about known disallowed DOM events in the `on` modifier ([@​Turbo87](https://togithub.com/Turbo87))
- [#​1461](https://togithub.com/ember-template-lint/ember-template-lint/pull/1461) `no-invalid-interactive`: Add `canvas` to the list of interactive tag names ([@​Turbo87](https://togithub.com/Turbo87))
- [#​1459](https://togithub.com/ember-template-lint/ember-template-lint/pull/1459) Implement `no-link-to-tagname` rule ([@​Turbo87](https://togithub.com/Turbo87))
- [#​1458](https://togithub.com/ember-template-lint/ember-template-lint/pull/1458) `no-arguments-for-html-elements`: Extract `no-block-params-for-html-elements` rule ([@​Turbo87](https://togithub.com/Turbo87))
- [#​1457](https://togithub.com/ember-template-lint/ember-template-lint/pull/1457) Implement `no-potential-path-strings` rule ([@​Turbo87](https://togithub.com/Turbo87))
- [#​1449](https://togithub.com/ember-template-lint/ember-template-lint/pull/1449) Implement `no-nested-splattributes` rule ([@​Turbo87](https://togithub.com/Turbo87))
- [#​1450](https://togithub.com/ember-template-lint/ember-template-lint/pull/1450) Implement `no-redundant-fn` rule ([@​Turbo87](https://togithub.com/Turbo87))
- [#​1316](https://togithub.com/ember-template-lint/ember-template-lint/pull/1316) Implement `no-positional-data-test-selectors` rule ([@​gabrielcsapo](https://togithub.com/gabrielcsapo))
- [#​1431](https://togithub.com/ember-template-lint/ember-template-lint/pull/1431) Add `--no-inline-config` option. ([@​rwjblue](https://togithub.com/rwjblue))
##### 🐛 Bug Fix
- [#​1136](https://togithub.com/ember-template-lint/ember-template-lint/pull/1136) `no-curly-component-invocation`: update rule to ignore ember-cli-app-version usage ([@​lifeart](https://togithub.com/lifeart))
##### 📝 Documentation
- [#​1480](https://togithub.com/ember-template-lint/ember-template-lint/pull/1480) Ensure all rule docs have a references section ([@​jaydgruber](https://togithub.com/jaydgruber))
- [#​1456](https://togithub.com/ember-template-lint/ember-template-lint/pull/1456) `no-arguments-for-html-elements`: Remove wrong examples from the documentation ([@​Turbo87](https://togithub.com/Turbo87))
- [#​1454](https://togithub.com/ember-template-lint/ember-template-lint/pull/1454) Fix misspelling of `--print-pending`s help output ([@​MelSumner](https://togithub.com/MelSumner))
- [#​1436](https://togithub.com/ember-template-lint/ember-template-lint/pull/1436) Add note about github actions printer ([@​nadavshatz](https://togithub.com/nadavshatz))
##### 🏠 Internal
- [#​1468](https://togithub.com/ember-template-lint/ember-template-lint/pull/1468) Use `eslint-plugin-import-helpers` to sort imports alphabetically ([@​Turbo87](https://togithub.com/Turbo87))
- [#​1467](https://togithub.com/ember-template-lint/ember-template-lint/pull/1467) Adjust `new-rule` template ([@​Turbo87](https://togithub.com/Turbo87))
- [#​1455](https://togithub.com/ember-template-lint/ember-template-lint/pull/1455) Add test to ensure rules list is sorted ([@​bmish](https://togithub.com/bmish))
- [#​1447](https://togithub.com/ember-template-lint/ember-template-lint/pull/1447) Replace `npm-package-json-lint` with `sort-package-json` ([@​Turbo87](https://togithub.com/Turbo87))
##### Committers: 12
- Alex Kanunnikov ([@​lifeart](https://togithub.com/lifeart))
- Benjamin JEGARD ([@​KamiKillertO](https://togithub.com/KamiKillertO))
- Bryan Mishkin ([@​bmish](https://togithub.com/bmish))
- Gabriel Csapo ([@​gabrielcsapo](https://togithub.com/gabrielcsapo))
- Joseph D. Sumner ([@​josephdsumner](https://togithub.com/josephdsumner))
- Melanie Sumner ([@​MelSumner](https://togithub.com/MelSumner))
- Nadav Shatz ([@​nadavshatz](https://togithub.com/nadavshatz))
- Robert Jackson ([@​rwjblue](https://togithub.com/rwjblue))
- Stanley Stuart ([@​fivetanley](https://togithub.com/fivetanley))
- Tobias Bieniek ([@​Turbo87](https://togithub.com/Turbo87))
- [@​dependabot-preview\[bot\]](https://togithub.com/apps/dependabot-preview)
- [@​jaydgruber](https://togithub.com/jaydgruber)
</details>
---
### Renovate configuration
:date: **Schedule**: At any time (no schedule defined).
:vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
:recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
:no_bell: **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 files changed
+20
-20
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | | - | |
| 93 | + | |
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
| |||
0 commit comments