Skip to content

Commit f32c0d6

Browse files
committed
Auto merge of #3614 - rust-lang:renovate/ember-template-lint-3.x, r=Turbo87
Update dependency ember-template-lint to v3.4.2 [![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.4.1` -> `3.4.2`](https://renovatebot.com/diffs/npm/ember-template-lint/3.4.1/3.4.2) | [![age](https://badges.renovateapi.com/packages/npm/ember-template-lint/3.4.2/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/ember-template-lint/3.4.2/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/ember-template-lint/3.4.2/compatibility-slim/3.4.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/ember-template-lint/3.4.2/confidence-slim/3.4.1)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>ember-template-lint/ember-template-lint</summary> ### [`v3.4.2`](https://togithub.com/ember-template-lint/ember-template-lint/blob/master/CHANGELOG.md#v342-2021-05-11) [Compare Source](https://togithub.com/ember-template-lint/ember-template-lint/compare/v3.4.1...v3.4.2) ##### 🐛 Bug Fix - [#&#8203;1947](https://togithub.com/ember-template-lint/ember-template-lint/pull/1947) Moves expired todo removal under the `--clean-todo` flag ([`@&#8203;scalvert](https://togithub.com/scalvert))` ##### Committers: 1 - Steve Calvert ([`@&#8203;scalvert](https://togithub.com/scalvert))` </details> --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻️ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **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 ff0c60d + 2ee5249 commit f32c0d6

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
@@ -104,7 +104,7 @@
104104
"ember-set-body-class": "1.0.2",
105105
"ember-source": "3.26.1",
106106
"ember-svg-jar": "2.3.3",
107-
"ember-template-lint": "3.4.1",
107+
"ember-template-lint": "3.4.2",
108108
"ember-test-selectors": "5.1.0",
109109
"ember-tooltips": "3.4.7",
110110
"ember-truth-helpers": "3.0.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7130,10 +7130,10 @@ [email protected]:
71307130
mkdirp "^0.5.1"
71317131
path-posix "^1.0.0"
71327132

7133-
7134-
version "3.4.1"
7135-
resolved "https://registry.yarnpkg.com/ember-template-lint/-/ember-template-lint-3.4.1.tgz#93468fe73b2eb353585cd10f8fb134848ca15eed"
7136-
integrity sha512-PqD8TZBeuUvX9sRRYUsfGJniaiGEEIqWUEjvRCtMcunC7PgBWs3fSFhU194buOdC6IGCRUiTM0w5OZ5BM3MKlA==
7133+
7134+
version "3.4.2"
7135+
resolved "https://registry.yarnpkg.com/ember-template-lint/-/ember-template-lint-3.4.2.tgz#d9480957b576b2b7ed02b4bf6bdb7c4b80243581"
7136+
integrity sha512-YorsJ5cVmrt0hm2gTVwsKsX/NpYp6X7oa+z7a2iAtwBEz4GyEImUpH3YF7ilXHMFB6d5k96LLKzF73cyBJliuQ==
71377137
dependencies:
71387138
"@ember-template-lint/todo-utils" "^8.1.0"
71397139
chalk "^4.1.1"

0 commit comments

Comments
 (0)