Skip to content

Commit 34d5f6a

Browse files
committed
Auto merge of #3375 - rust-lang:renovate/ember-template-lint-3.x, r=Turbo87
Update dependency ember-template-lint to v3.1.1 [![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.1.0` -> `3.1.1`](https://renovatebot.com/diffs/npm/ember-template-lint/3.1.0/3.1.1) | [![age](https://badges.renovateapi.com/packages/npm/ember-template-lint/3.1.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/ember-template-lint/3.1.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/ember-template-lint/3.1.1/compatibility-slim/3.1.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/ember-template-lint/3.1.1/confidence-slim/3.1.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>ember-template-lint/ember-template-lint</summary> ### [`v3.1.1`](https://togithub.com/ember-template-lint/ember-template-lint/blob/master/CHANGELOG.md#v311-2021-03-07) [Compare Source](https://togithub.com/ember-template-lint/ember-template-lint/compare/v3.1.0...v3.1.1) ##### 🐛 Bug Fix - [#&#8203;1823](https://togithub.com/ember-template-lint/ember-template-lint/pull/1823) Fix suggestions for deprecated events and argument names in `no-unknown-built-in-component-arguments` ([`@&#8203;lifeart](https://togithub.com/lifeart))` - [#&#8203;1824](https://togithub.com/ember-template-lint/ember-template-lint/pull/1824) Add missing ARIA roles to `no-invalid-role` ([`@&#8203;Windvis](https://togithub.com/Windvis))` ##### Committers: 2 - Alex Kanunnikov ([`@&#8203;lifeart](https://togithub.com/lifeart))` - Sam Van Campenhout ([`@&#8203;Windvis](https://togithub.com/Windvis))` </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 113ceef + 8511a17 commit 34d5f6a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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.25.1",
105105
"ember-svg-jar": "2.3.3",
106-
"ember-template-lint": "3.1.0",
106+
"ember-template-lint": "3.1.1",
107107
"ember-test-selectors": "5.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
@@ -7041,10 +7041,10 @@ ember-svg-jar@2.3.3:
70417041
mkdirp "^0.5.1"
70427042
path-posix "^1.0.0"
70437043

7044-
ember-template-lint@3.1.0:
7045-
version "3.1.0"
7046-
resolved "https://registry.yarnpkg.com/ember-template-lint/-/ember-template-lint-3.1.0.tgz#3f634c733ac5e4b19d8ad782b653b02da04910cd"
7047-
integrity sha512-muGPBr71ZfesSxYtm6lLqbO3mpGh8JJnamqByPdN474/7MNexWGvmWDvV7bklrQ7UOoZ66Miu/0WRb9PYPrX9w==
7044+
ember-template-lint@3.1.1:
7045+
version "3.1.1"
7046+
resolved "https://registry.yarnpkg.com/ember-template-lint/-/ember-template-lint-3.1.1.tgz#56f7f4be11241e88a96d436893387229e105fb0d"
7047+
integrity sha512-4xtcPPuqGteHhM/5qgy4pHT5bobmcltFyAVIsbdOsqtRJ048KZNd6lLhT521fxmTCbAHkqUGNdPmzCk4VfH5Xg==
70487048
dependencies:
70497049
"@ember-template-lint/todo-utils" "^8.0.0-beta.3"
70507050
chalk "^4.0.0"

0 commit comments

Comments
 (0)