Skip to content

Commit 3fc08cb

Browse files
committed
Auto merge of #2832 - rust-lang:renovate/ember-template-lint-2.x, r=locks
Update dependency ember-template-lint to v2.13.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.12.1` -> `2.13.0`](https://renovatebot.com/diffs/npm/ember-template-lint/2.12.1/2.13.0) | --- ### Release Notes <details> <summary>ember-template-lint/ember-template-lint</summary> ### [`v2.13.0`](https://togithub.com/ember-template-lint/ember-template-lint/blob/master/CHANGELOG.md#v2130-2020-09-27) [Compare Source](https://togithub.com/ember-template-lint/ember-template-lint/compare/v2.12.1...v2.13.0) ##### 🚀 Enhancement - [#&#8203;1521](https://togithub.com/ember-template-lint/ember-template-lint/pull/1521) Add new rule `no-aria-hidden-body` ([`@&#8203;rajasegar](https://togithub.com/rajasegar))` - [#&#8203;1465](https://togithub.com/ember-template-lint/ember-template-lint/pull/1465) Add new rule `builtin-component-arguments` ([`@&#8203;Turbo87](https://togithub.com/Turbo87))` - [#&#8203;1525](https://togithub.com/ember-template-lint/ember-template-lint/pull/1525) Add new rule `require-each-key` ([`@&#8203;rajasegar](https://togithub.com/rajasegar))` ##### 🐛 Bug Fix - [#&#8203;1516](https://togithub.com/ember-template-lint/ember-template-lint/pull/1516) `no-whitespace-within-word` rule should ignore <style> elements ([`@&#8203;mydea](https://togithub.com/mydea))` - [#&#8203;1540](https://togithub.com/ember-template-lint/ember-template-lint/pull/1540) `require-input-label` rule should ignore hidden inputs ([`@&#8203;bmish](https://togithub.com/bmish))` - [#&#8203;1543](https://togithub.com/ember-template-lint/ember-template-lint/pull/1543) `no-invalid-block-param-definition` rule should ignore comments ([`@&#8203;bmish](https://togithub.com/bmish))` - [#&#8203;1533](https://togithub.com/ember-template-lint/ember-template-lint/pull/1533) Add missing `keygen` element to `no-obsolete-elements` rule elements list ([`@&#8203;bmish](https://togithub.com/bmish))` - [#&#8203;1495](https://togithub.com/ember-template-lint/ember-template-lint/pull/1495) Ensure `overrides` config parsing is idempotent ([`@&#8203;bobisjan](https://togithub.com/bobisjan))` ##### 🏠 Internal - [#&#8203;1537](https://togithub.com/ember-template-lint/ember-template-lint/pull/1537) Remove unnecessary deprecations folder for rules ([`@&#8203;bmish](https://togithub.com/bmish))` ##### Committers: 6 - Bryan Mishkin ([`@&#8203;bmish](https://togithub.com/bmish))` - Francesco Novy ([`@&#8203;mydea](https://togithub.com/mydea))` - Jan Bobisud ([`@&#8203;bobisjan](https://togithub.com/bobisjan))` - Rajasegar Chandran ([`@&#8203;rajasegar](https://togithub.com/rajasegar))` - Tobias Bieniek ([`@&#8203;Turbo87](https://togithub.com/Turbo87))` - [`@&#8203;dependabot-preview\[bot\]](https://togithub.com/apps/dependabot-preview)` </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 389fd70 + e97ea7c commit 3fc08cb

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package-lock.json

Lines changed: 6 additions & 6 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
@@ -91,7 +91,7 @@
9191
"ember-router-scroll": "2.0.2",
9292
"ember-source": "3.21.1",
9393
"ember-svg-jar": "2.2.3",
94-
"ember-template-lint": "2.12.1",
94+
"ember-template-lint": "2.13.0",
9595
"ember-test-selectors": "5.0.0",
9696
"ember-truth-helpers": "2.1.0",
9797
"ember-web-app": "5.0.0",

0 commit comments

Comments
 (0)