Skip to content

Commit fe210e6

Browse files
committed
Auto merge of #3315 - rust-lang:renovate/ember-template-lint-2.x, r=Turbo87
Update dependency ember-template-lint to v2.19.0 [![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) | [`2.18.1` -> `2.19.0`](https://renovatebot.com/diffs/npm/ember-template-lint/2.18.1/2.19.0) | [![age](https://badges.renovateapi.com/packages/npm/ember-template-lint/2.19.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/ember-template-lint/2.19.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/ember-template-lint/2.19.0/compatibility-slim/2.18.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/ember-template-lint/2.19.0/confidence-slim/2.18.1)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>ember-template-lint/ember-template-lint</summary> ### [`v2.19.0`](https://togithub.com/ember-template-lint/ember-template-lint/blob/master/CHANGELOG.md#v2190-2021-02-18) [Compare Source](https://togithub.com/ember-template-lint/ember-template-lint/compare/v2.18.1...v2.19.0) ##### 🚀 Enhancement - [#&#8203;1759](https://togithub.com/ember-template-lint/ember-template-lint/pull/1759) Add new rule: `no-capital-arguments` ([`@&#8203;lifeart](https://togithub.com/lifeart))` - [#&#8203;1760](https://togithub.com/ember-template-lint/ember-template-lint/pull/1760) chore: Deprecating moduleId and moduleName in Rule base class ([`@&#8203;scalvert](https://togithub.com/scalvert))` - [#&#8203;1734](https://togithub.com/ember-template-lint/ember-template-lint/pull/1734) Add new rule: `no-unknown-arguments-for-builtin-components` ([`@&#8203;lifeart](https://togithub.com/lifeart))` - [#&#8203;1717](https://togithub.com/ember-template-lint/ember-template-lint/pull/1717) Allow `meta` in `<head>` contexts ([`@&#8203;MelSumner](https://togithub.com/MelSumner))` - [#&#8203;1672](https://togithub.com/ember-template-lint/ember-template-lint/pull/1672) Add new rule: `require-splattributes` ([`@&#8203;Turbo87](https://togithub.com/Turbo87))` - [#&#8203;1736](https://togithub.com/ember-template-lint/ember-template-lint/pull/1736) Add fixer for require-has-block-helper rule ([`@&#8203;patocallaghan](https://togithub.com/patocallaghan))` - [#&#8203;1731](https://togithub.com/ember-template-lint/ember-template-lint/pull/1731) Add `require-has-block-helper` lint rule ([`@&#8203;patocallaghan](https://togithub.com/patocallaghan))` ##### 📝 Documentation - [#&#8203;1738](https://togithub.com/ember-template-lint/ember-template-lint/pull/1738) Removes duplicate main from `no-duplicate-landmarks` documentation ([`@&#8203;skaterdav85](https://togithub.com/skaterdav85))` ##### 🏠 Internal - [#&#8203;1758](https://togithub.com/ember-template-lint/ember-template-lint/pull/1758) chore: fix require-has-block-helper readme linting error ([`@&#8203;lifeart](https://togithub.com/lifeart))` - [#&#8203;1735](https://togithub.com/ember-template-lint/ember-template-lint/pull/1735) Add test to `no-invalid-meta` for ember-cli default value ([`@&#8203;rwjblue](https://togithub.com/rwjblue))` ##### Committers: 8 - Alex Kanunnikov ([`@&#8203;lifeart](https://togithub.com/lifeart))` - David Tang ([`@&#8203;skaterdav85](https://togithub.com/skaterdav85))` - Melanie Sumner ([`@&#8203;MelSumner](https://togithub.com/MelSumner))` - Pat O'Callaghan ([`@&#8203;patocallaghan](https://togithub.com/patocallaghan))` - Robert Jackson ([`@&#8203;rwjblue](https://togithub.com/rwjblue))` - Steve Calvert ([`@&#8203;scalvert](https://togithub.com/scalvert))` - 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 3c8280c + 2596f60 commit fe210e6

File tree

2 files changed

+13
-7
lines changed

2 files changed

+13
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
"ember-set-body-class": "1.0.2",
103103
"ember-source": "3.25.1",
104104
"ember-svg-jar": "2.2.3",
105-
"ember-template-lint": "2.18.1",
105+
"ember-template-lint": "2.19.0",
106106
"ember-test-selectors": "5.0.0",
107107
"ember-tooltips": "3.4.6",
108108
"ember-truth-helpers": "3.0.0",

yarn.lock

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6959,19 +6959,20 @@ ember-svg-jar@2.2.3:
69596959
mkdirp "^0.5.1"
69606960
path-posix "^1.0.0"
69616961

6962-
ember-template-lint@2.18.1:
6963-
version "2.18.1"
6964-
resolved "https://registry.yarnpkg.com/ember-template-lint/-/ember-template-lint-2.18.1.tgz#4b87c4093bac08d3a57cfd0d250652cbf72561a8"
6965-
integrity sha512-F81Y6oQRBHZyR41AV+YeTfdvwoAo0Eh8TbhNaKOSAmWK2X0GLdxhzem9a9VrnZGCji6cfzJrIPyHlYtUEAk0dw==
6962+
ember-template-lint@2.19.0:
6963+
version "2.19.0"
6964+
resolved "https://registry.yarnpkg.com/ember-template-lint/-/ember-template-lint-2.19.0.tgz#e493942ffc67cae9b1f11e0ec776dcc58c8aab02"
6965+
integrity sha512-x1cX8VLY2J4uMpFtn/hSGvBYNwRLV0w3Wnw02KetMGwuwdo214fVH/X95UDLZlBMPQL1yk0WAVwAd2qrNmE0Gg==
69666966
dependencies:
69676967
chalk "^4.0.0"
69686968
ember-template-recast "^5.0.1"
69696969
find-up "^5.0.0"
6970+
fuse.js "^6.4.6"
69706971
get-stdin "^8.0.0"
69716972
globby "^11.0.2"
69726973
is-glob "^4.0.1"
69736974
micromatch "^4.0.2"
6974-
resolve "^1.19.0"
6975+
resolve "^1.20.0"
69756976
v8-compile-cache "^2.2.0"
69766977
yargs "^16.2.0"
69776978

@@ -8339,6 +8340,11 @@ functional-red-black-tree@^1.0.1:
83398340
resolved "https://registry.yarnpkg.com/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz#1b0ab3bd553b2a0d6399d29c0e3ea0b252078327"
83408341
integrity sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc=
83418342

8343+
fuse.js@^6.4.6:
8344+
version "6.4.6"
8345+
resolved "https://registry.yarnpkg.com/fuse.js/-/fuse.js-6.4.6.tgz#62f216c110e5aa22486aff20be7896d19a059b79"
8346+
integrity sha512-/gYxR/0VpXmWSfZOIPS3rWwU8SHgsRTwWuXhyb2O6s7aRuVtHtxCkR33bNYu3wyLyNx/Wpv0vU7FZy8Vj53VNw==
8347+
83428348
gauge@~2.7.3:
83438349
version "2.7.4"
83448350
resolved "https://registry.yarnpkg.com/gauge/-/gauge-2.7.4.tgz#2c03405c7538c39d7eb37b317022e325fb018bf7"
@@ -12730,7 +12736,7 @@ resolve-url@^0.2.1:
1273012736
resolved "https://registry.yarnpkg.com/resolve-url/-/resolve-url-0.2.1.tgz#2c637fe77c893afd2a663fe21aa9080068e2052a"
1273112737
integrity sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo=
1273212738

12733-
resolve@^1.1.7, resolve@^1.10.0, resolve@^1.10.1, resolve@^1.11.1, resolve@^1.12.0, resolve@^1.13.1, resolve@^1.15.0, resolve@^1.17.0, resolve@^1.19.0, resolve@^1.3.3, resolve@^1.4.0, resolve@^1.5.0, resolve@^1.8.1:
12739+
resolve@^1.1.7, resolve@^1.10.0, resolve@^1.10.1, resolve@^1.11.1, resolve@^1.12.0, resolve@^1.13.1, resolve@^1.15.0, resolve@^1.17.0, resolve@^1.19.0, resolve@^1.20.0, resolve@^1.3.3, resolve@^1.4.0, resolve@^1.5.0, resolve@^1.8.1:
1273412740
version "1.20.0"
1273512741
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.20.0.tgz#629a013fb3f70755d6f0b7935cc1c2c5378b1975"
1273612742
integrity sha512-wENBPt4ySzg4ybFQW2TT1zMQucPK95HSh/nq2CFTZVOGut2+pQvSsgtda4d26YrYcr067wjbmzOG8byDPBX63A==

0 commit comments

Comments
 (0)