Skip to content

Commit 7da568d

Browse files
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 - [#&#8203;1489](https://togithub.com/ember-template-lint/ember-template-lint/pull/1489) Add `allowlist` & `denylist` alternatives to `whitelist` & `blacklist` configuration ([@&#8203;jaydgruber](https://togithub.com/jaydgruber)) - [#&#8203;1443](https://togithub.com/ember-template-lint/ember-template-lint/pull/1443) Add new `a11y` configuration ([@&#8203;MelSumner](https://togithub.com/MelSumner)) - [#&#8203;1481](https://togithub.com/ember-template-lint/ember-template-lint/pull/1481) `no-bare-strings`: export `DEFAULT_CONFIG` ([@&#8203;jaydgruber](https://togithub.com/jaydgruber)) - [#&#8203;1439](https://togithub.com/ember-template-lint/ember-template-lint/pull/1439) `require-input-label`: update rule to detect duplicate labels ([@&#8203;KamiKillertO](https://togithub.com/KamiKillertO)) - [#&#8203;1430](https://togithub.com/ember-template-lint/ember-template-lint/pull/1430) Add `.match` API via new `NodeMatcher` helper ([@&#8203;josephdsumner](https://togithub.com/josephdsumner)) - [#&#8203;1464](https://togithub.com/ember-template-lint/ember-template-lint/pull/1464) `no-quoteless-attributes`: Adjust error message for component arguments ([@&#8203;Turbo87](https://togithub.com/Turbo87)) - [#&#8203;1474](https://togithub.com/ember-template-lint/ember-template-lint/pull/1474) `link-rel-noopener`: add `--fix` support ([@&#8203;fivetanley](https://togithub.com/fivetanley)) - [#&#8203;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 ([@&#8203;Turbo87](https://togithub.com/Turbo87)) - [#&#8203;1461](https://togithub.com/ember-template-lint/ember-template-lint/pull/1461) `no-invalid-interactive`: Add `canvas` to the list of interactive tag names ([@&#8203;Turbo87](https://togithub.com/Turbo87)) - [#&#8203;1459](https://togithub.com/ember-template-lint/ember-template-lint/pull/1459) Implement `no-link-to-tagname` rule ([@&#8203;Turbo87](https://togithub.com/Turbo87)) - [#&#8203;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 ([@&#8203;Turbo87](https://togithub.com/Turbo87)) - [#&#8203;1457](https://togithub.com/ember-template-lint/ember-template-lint/pull/1457) Implement `no-potential-path-strings` rule ([@&#8203;Turbo87](https://togithub.com/Turbo87)) - [#&#8203;1449](https://togithub.com/ember-template-lint/ember-template-lint/pull/1449) Implement `no-nested-splattributes` rule ([@&#8203;Turbo87](https://togithub.com/Turbo87)) - [#&#8203;1450](https://togithub.com/ember-template-lint/ember-template-lint/pull/1450) Implement `no-redundant-fn` rule ([@&#8203;Turbo87](https://togithub.com/Turbo87)) - [#&#8203;1316](https://togithub.com/ember-template-lint/ember-template-lint/pull/1316) Implement `no-positional-data-test-selectors` rule ([@&#8203;gabrielcsapo](https://togithub.com/gabrielcsapo)) - [#&#8203;1431](https://togithub.com/ember-template-lint/ember-template-lint/pull/1431) Add `--no-inline-config` option. ([@&#8203;rwjblue](https://togithub.com/rwjblue)) ##### 🐛 Bug Fix - [#&#8203;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 ([@&#8203;lifeart](https://togithub.com/lifeart)) ##### 📝 Documentation - [#&#8203;1480](https://togithub.com/ember-template-lint/ember-template-lint/pull/1480) Ensure all rule docs have a references section ([@&#8203;jaydgruber](https://togithub.com/jaydgruber)) - [#&#8203;1456](https://togithub.com/ember-template-lint/ember-template-lint/pull/1456) `no-arguments-for-html-elements`: Remove wrong examples from the documentation ([@&#8203;Turbo87](https://togithub.com/Turbo87)) - [#&#8203;1454](https://togithub.com/ember-template-lint/ember-template-lint/pull/1454) Fix misspelling of `--print-pending`s help output ([@&#8203;MelSumner](https://togithub.com/MelSumner)) - [#&#8203;1436](https://togithub.com/ember-template-lint/ember-template-lint/pull/1436) Add note about github actions printer ([@&#8203;nadavshatz](https://togithub.com/nadavshatz)) ##### 🏠 Internal - [#&#8203;1468](https://togithub.com/ember-template-lint/ember-template-lint/pull/1468) Use `eslint-plugin-import-helpers` to sort imports alphabetically ([@&#8203;Turbo87](https://togithub.com/Turbo87)) - [#&#8203;1467](https://togithub.com/ember-template-lint/ember-template-lint/pull/1467) Adjust `new-rule` template ([@&#8203;Turbo87](https://togithub.com/Turbo87)) - [#&#8203;1455](https://togithub.com/ember-template-lint/ember-template-lint/pull/1455) Add test to ensure rules list is sorted ([@&#8203;bmish](https://togithub.com/bmish)) - [#&#8203;1447](https://togithub.com/ember-template-lint/ember-template-lint/pull/1447) Replace `npm-package-json-lint` with `sort-package-json` ([@&#8203;Turbo87](https://togithub.com/Turbo87)) ##### Committers: 12 - Alex Kanunnikov ([@&#8203;lifeart](https://togithub.com/lifeart)) - Benjamin JEGARD ([@&#8203;KamiKillertO](https://togithub.com/KamiKillertO)) - Bryan Mishkin ([@&#8203;bmish](https://togithub.com/bmish)) - Gabriel Csapo ([@&#8203;gabrielcsapo](https://togithub.com/gabrielcsapo)) - Joseph D. Sumner ([@&#8203;josephdsumner](https://togithub.com/josephdsumner)) - Melanie Sumner ([@&#8203;MelSumner](https://togithub.com/MelSumner)) - Nadav Shatz ([@&#8203;nadavshatz](https://togithub.com/nadavshatz)) - Robert Jackson ([@&#8203;rwjblue](https://togithub.com/rwjblue)) - Stanley Stuart ([@&#8203;fivetanley](https://togithub.com/fivetanley)) - Tobias Bieniek ([@&#8203;Turbo87](https://togithub.com/Turbo87)) - [@&#8203;dependabot-preview\[bot\]](https://togithub.com/apps/dependabot-preview) - [@&#8203;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 parents 06c8b19 + aa1f56c commit 7da568d

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
lines changed

package-lock.json

Lines changed: 19 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
"ember-router-scroll": "2.0.2",
9191
"ember-source": "3.20.3",
9292
"ember-svg-jar": "2.2.3",
93-
"ember-template-lint": "2.10.0",
93+
"ember-template-lint": "2.11.0",
9494
"ember-test-selectors": "4.1.0",
9595
"ember-truth-helpers": "2.1.0",
9696
"ember-web-app": "4.0.0",

0 commit comments

Comments
 (0)