Skip to content

Commit 1ad4a02

Browse files
committed
Auto merge of #3799 - rust-lang:renovate/ember-template-lint-3.x, r=Turbo87
Update dependency ember-template-lint to v3.5.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.5.0` -> `3.5.1`](https://renovatebot.com/diffs/npm/ember-template-lint/3.5.0/3.5.1) | [![age](https://badges.renovateapi.com/packages/npm/ember-template-lint/3.5.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/ember-template-lint/3.5.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/ember-template-lint/3.5.1/compatibility-slim/3.5.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/ember-template-lint/3.5.1/confidence-slim/3.5.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>ember-template-lint/ember-template-lint</summary> ### [`v3.5.1`](https://togithub.com/ember-template-lint/ember-template-lint/blob/master/CHANGELOG.md#v351-2021-07-23) [Compare Source](https://togithub.com/ember-template-lint/ember-template-lint/compare/v3.5.0...v3.5.1) ##### 🐛 Bug Fix - [#&#8203;2032](https://togithub.com/ember-template-lint/ember-template-lint/pull/2032) Fixes the SARIF formatter to correctly filter output by severity ([`@&#8203;scalvert](https://togithub.com/scalvert))` ##### 📝 Documentation - [#&#8203;2031](https://togithub.com/ember-template-lint/ember-template-lint/pull/2031) Switch from github emojis to standard emojis ([`@&#8203;bmish](https://togithub.com/bmish))` ##### Committers: 3 - Bryan Mishkin ([`@&#8203;bmish](https://togithub.com/bmish))` - Robert Jackson ([`@&#8203;rwjblue](https://togithub.com/rwjblue))` - 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 c904e31 + 195f7ce commit 1ad4a02

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
"ember-set-body-class": "1.0.2",
102102
"ember-source": "3.27.5",
103103
"ember-svg-jar": "2.3.3",
104-
"ember-template-lint": "3.5.0",
104+
"ember-template-lint": "3.5.1",
105105
"ember-test-selectors": "6.0.0",
106106
"ember-tooltips": "3.4.7",
107107
"ember-truth-helpers": "3.0.0",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7234,10 +7234,10 @@ ember-svg-jar@2.3.3:
72347234
mkdirp "^0.5.1"
72357235
path-posix "^1.0.0"
72367236

7237-
ember-template-lint@3.5.0:
7238-
version "3.5.0"
7239-
resolved "https://registry.yarnpkg.com/ember-template-lint/-/ember-template-lint-3.5.0.tgz#f178c233c42a1b17467db1520d964018d735dab6"
7240-
integrity sha512-wkSuR0LuYOMomZ142nX06r2d6pUWkMUwy4AbxZwcB1+ArLhgZYIuOZefd/zsWM+RuMI0w4PiNDZXNXdH7qEasg==
7237+
ember-template-lint@3.5.1:
7238+
version "3.5.1"
7239+
resolved "https://registry.yarnpkg.com/ember-template-lint/-/ember-template-lint-3.5.1.tgz#ea552db5b328b2d0983e87fd31eba6ee47481cb9"
7240+
integrity sha512-55lhQU+2gGLQLn3YhSV3L/leEypOXDi0Qq9TuHfWDqbI8O2+t/d9NEZYwpMnb7ovtipy0TVAZcyZeqp9eWX1KA==
72417241
dependencies:
72427242
"@ember-template-lint/todo-utils" "^9.1.2"
72437243
chalk "^4.1.1"
@@ -7246,7 +7246,7 @@ ember-template-lint@3.5.0:
72467246
find-up "^5.0.0"
72477247
fuse.js "^6.4.6"
72487248
get-stdin "^8.0.0"
7249-
globby "^11.0.3"
7249+
globby "^11.0.4"
72507250
is-glob "^4.0.1"
72517251
micromatch "^4.0.4"
72527252
resolve "^1.20.0"

0 commit comments

Comments
 (0)