Skip to content

Commit 9c040cf

Browse files
committed
Auto merge of #3713 - rust-lang:renovate/ember-template-lint-3.x, r=Turbo87
Update dependency ember-template-lint to v3.5.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://github.com/ember-template-lint/ember-template-lint) | [`3.4.2` -> `3.5.0`](https://renovatebot.com/diffs/npm/ember-template-lint/3.4.2/3.5.0) | [![age](https://badges.renovateapi.com/packages/npm/ember-template-lint/3.5.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/ember-template-lint/3.5.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/ember-template-lint/3.5.0/compatibility-slim/3.4.2)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/ember-template-lint/3.5.0/confidence-slim/3.4.2)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>ember-template-lint/ember-template-lint</summary> ### [`v3.5.0`](https://github.com/ember-template-lint/ember-template-lint/blob/master/CHANGELOG.md#v350-2021-06-16) [Compare Source](https://github.com/ember-template-lint/ember-template-lint/compare/v3.4.2...v3.5.0) ##### 🚀 Enhancement - [#&#8203;1972](https://github.com/ember-template-lint/ember-template-lint/pull/1972) Adding extra tests to no-invalid-role rule ([`@&#8203;faith-or](https://github.com/faith-or))` - [#&#8203;1993](https://github.com/ember-template-lint/ember-template-lint/pull/1993) feat(todos): Adds support for configuring todo decay days by rule ([`@&#8203;scalvert](https://github.com/scalvert))` ##### 🐛 Bug Fix - [#&#8203;1994](https://github.com/ember-template-lint/ember-template-lint/pull/1994) Fix `require-input-label` to allow inputs within a `<label>` to have an `id` attribute ([`@&#8203;MelSumner](https://github.com/MelSumner))` - [#&#8203;1992](https://github.com/ember-template-lint/ember-template-lint/pull/1992) Resolved issue where test was looking for directories incorrectly ([`@&#8203;MelSumner](https://github.com/MelSumner))` ##### 📝 Documentation - [#&#8203;1972](https://github.com/ember-template-lint/ember-template-lint/pull/1972) Adding extra tests to no-invalid-role rule ([`@&#8203;faith-or](https://github.com/faith-or))` - [#&#8203;1997](https://github.com/ember-template-lint/ember-template-lint/pull/1997) Add `Requirements` section to README ([`@&#8203;bmish](https://github.com/bmish))` - [#&#8203;1874](https://github.com/ember-template-lint/ember-template-lint/pull/1874) Document the A11Y preset ([`@&#8203;bertdeblock](https://github.com/bertdeblock))` - [#&#8203;1985](https://github.com/ember-template-lint/ember-template-lint/pull/1985) Fix some broken links on `CONFIGURATION.md` ([`@&#8203;nwhittaker](https://github.com/nwhittaker))` - [#&#8203;1954](https://github.com/ember-template-lint/ember-template-lint/pull/1954) Improve columns for README rules table ([`@&#8203;bmish](https://github.com/bmish))` ##### 🏠 Internal - [#&#8203;1962](https://github.com/ember-template-lint/ember-template-lint/pull/1962) Upgrading yeoman-environment to 3.4.1 ([`@&#8203;scalvert](https://github.com/scalvert))` ##### Committers: 6 - Bert De Block ([`@&#8203;bertdeblock](https://github.com/bertdeblock))` - Bryan Mishkin ([`@&#8203;bmish](https://github.com/bmish))` - Faith ([`@&#8203;faith-or](https://github.com/faith-or))` - Melanie Sumner ([`@&#8203;MelSumner](https://github.com/MelSumner))` - Nathan Whittaker ([`@&#8203;nwhittaker](https://github.com/nwhittaker))` - Steve Calvert ([`@&#8203;scalvert](https://github.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 828e2f5 + bcb6741 commit 9c040cf

File tree

2 files changed

+21
-21
lines changed

2 files changed

+21
-21
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.27.5",
105105
"ember-svg-jar": "2.3.3",
106-
"ember-template-lint": "3.4.2",
106+
"ember-template-lint": "3.5.0",
107107
"ember-test-selectors": "5.3.0",
108108
"ember-tooltips": "3.4.7",
109109
"ember-truth-helpers": "3.0.0",

yarn.lock

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1115,15 +1115,15 @@
11151115
ember-cli-typescript "^4.0.0"
11161116
heimdalljs "^0.3.0"
11171117

1118-
"@ember-template-lint/todo-utils@^8.1.0":
1119-
version "8.1.0"
1120-
resolved "https://registry.yarnpkg.com/@ember-template-lint/todo-utils/-/todo-utils-8.1.0.tgz#0fe8ef9ebd1948dea34d27d89a2e245687bb57d9"
1121-
integrity sha512-fnxDli4RfYGVBXc64D0fg7ifkSrNE8J/ee4eqQLzTrsUJbisWMlmU2NTHm990XcZkulYkCnkiLKERU/k1tx5IQ==
1118+
"@ember-template-lint/todo-utils@^9.1.2":
1119+
version "9.1.2"
1120+
resolved "https://registry.yarnpkg.com/@ember-template-lint/todo-utils/-/todo-utils-9.1.2.tgz#acadb0378acb12d5220a397143a69f197b4a3a05"
1121+
integrity sha512-wHRL/YQc/CtPabV7GuYLtS2A592GCd54aY544JOH4OXnpepZkxy5dp18iaNbtErihBW/+sIJr8/JvsCxw5T3Wg==
11221122
dependencies:
1123-
"@types/eslint" "^7.2.10"
1123+
"@types/eslint" "^7.2.12"
11241124
fs-extra "^9.1.0"
11251125
slash "^3.0.0"
1126-
tslib "^2.1.0"
1126+
tslib "^2.2.0"
11271127

11281128
"@ember/edition-utils@^1.2.0":
11291129
version "1.2.0"
@@ -2242,7 +2242,7 @@
22422242
"@types/eslint" "*"
22432243
"@types/estree" "*"
22442244

2245-
"@types/eslint@*", "@types/eslint@^7.2.10":
2245+
"@types/eslint@*", "@types/eslint@^7.2.12":
22462246
version "7.2.13"
22472247
resolved "https://registry.yarnpkg.com/@types/eslint/-/eslint-7.2.13.tgz#e0ca7219ba5ded402062ad6f926d491ebb29dd53"
22482248
integrity sha512-LKmQCWAlnVHvvXq4oasNUMTJJb2GwSyTY8+1C7OH5ILR8mPLaljv1jxL1bXW3xB3jFbQxTKxJAvI8PyjB09aBg==
@@ -5896,7 +5896,7 @@ date-and-time@^1.0.0:
58965896
resolved "https://registry.yarnpkg.com/date-and-time/-/date-and-time-1.0.1.tgz#4959b7faf1ec5873e59d926d4528b9223a808a57"
58975897
integrity sha512-7u+uNfnjWkX+YFQfivvW24TjaJG6ahvTrfw1auq7KlC7osuGcZBIWGBvB9UcENjH6JnLVhMqlRripk1dSHjAUA==
58985898

5899-
[email protected], date-fns@^2.21.3:
5899+
[email protected], date-fns@^2.22.1:
59005900
version "2.22.1"
59015901
resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-2.22.1.tgz#1e5af959831ebb1d82992bf67b765052d8f0efc4"
59025902
integrity sha512-yUFPQjrxEmIsMqlHhAhmxkuH769baF21Kk+nZwZGyrMoyLA+LugaQtC0+Tqf9CBUUULWwUJt6Q5ySI3LJDDCGg==
@@ -7309,15 +7309,15 @@ [email protected]:
73097309
mkdirp "^0.5.1"
73107310
path-posix "^1.0.0"
73117311

7312-
ember-template-lint@3.4.2:
7313-
version "3.4.2"
7314-
resolved "https://registry.yarnpkg.com/ember-template-lint/-/ember-template-lint-3.4.2.tgz#d9480957b576b2b7ed02b4bf6bdb7c4b80243581"
7315-
integrity sha512-YorsJ5cVmrt0hm2gTVwsKsX/NpYp6X7oa+z7a2iAtwBEz4GyEImUpH3YF7ilXHMFB6d5k96LLKzF73cyBJliuQ==
7312+
ember-template-lint@3.5.0:
7313+
version "3.5.0"
7314+
resolved "https://registry.yarnpkg.com/ember-template-lint/-/ember-template-lint-3.5.0.tgz#f178c233c42a1b17467db1520d964018d735dab6"
7315+
integrity sha512-wkSuR0LuYOMomZ142nX06r2d6pUWkMUwy4AbxZwcB1+ArLhgZYIuOZefd/zsWM+RuMI0w4PiNDZXNXdH7qEasg==
73167316
dependencies:
7317-
"@ember-template-lint/todo-utils" "^8.1.0"
7317+
"@ember-template-lint/todo-utils" "^9.1.2"
73187318
chalk "^4.1.1"
7319-
date-fns "^2.21.3"
7320-
ember-template-recast "^5.0.1"
7319+
date-fns "^2.22.1"
7320+
ember-template-recast "^5.0.3"
73217321
find-up "^5.0.0"
73227322
fuse.js "^6.4.6"
73237323
get-stdin "^8.0.0"
@@ -7328,7 +7328,7 @@ [email protected]:
73287328
v8-compile-cache "^2.3.0"
73297329
yargs "^16.2.0"
73307330

7331-
ember-template-recast@^5.0.1:
7331+
ember-template-recast@^5.0.3:
73327332
version "5.0.3"
73337333
resolved "https://registry.yarnpkg.com/ember-template-recast/-/ember-template-recast-5.0.3.tgz#79df27a70bdce7be17f14db13886afde1e9d02d6"
73347334
integrity sha512-qsJYQhf29Dk6QMfviXhUPE+byMOs6iRQxUDHgkj8yqjeppvjHaFG96hZi/NAXJTm/M7o3PpfF5YlmeaKtI9UeQ==
@@ -14328,10 +14328,10 @@ tslib@^1.9.0, tslib@^1.9.3:
1432814328
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
1432914329
integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==
1433014330

14331-
tslib@^2.0.0, tslib@^2.0.3, tslib@^2.1.0:
14332-
version "2.2.0"
14333-
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.2.0.tgz#fb2c475977e35e241311ede2693cee1ec6698f5c"
14334-
integrity sha512-gS9GVHRU+RGn5KQM2rllAlR3dU6m7AcpJKdtH8gFvQiC4Otgk98XnmMU+nZenHt/+VhnBPWwgrJsyrdcw6i23w==
14331+
tslib@^2.0.0, tslib@^2.0.3, tslib@^2.2.0:
14332+
version "2.3.0"
14333+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.3.0.tgz#803b8cdab3e12ba581a4ca41c8839bbb0dacb09e"
14334+
integrity sha512-N82ooyxVNm6h1riLCoyS9e3fuJ3AMG2zIZs2Gd1ATcSFjSA23Q0fzjjZeh0jbJvWVDZ0cJT8yaNNaaXHzueNjg==
1433514335

1433614336
1433714337
version "0.0.0"

0 commit comments

Comments
 (0)