ember-components / ember-component-patterns

Transforming https://emberjs-1.gitbook.io/ember-component-patterns/ into an Ember app
7 stars 2 forks source link

Update dependency ember-template-lint to v3 - autoclosed #75

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 3 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
ember-template-lint 2.18.1 -> 3.10.0 age adoption passing confidence

Release Notes

ember-template-lint/ember-template-lint ### [`v3.10.0`](https://togithub.com/ember-template-lint/ember-template-lint/blob/master/CHANGELOG.md#v3100-2021-10-13) [Compare Source](https://togithub.com/ember-template-lint/ember-template-lint/compare/v3.9.0...v3.10.0) ##### :rocket: Enhancement - [#​2126](https://togithub.com/ember-template-lint/ember-template-lint/pull/2126) Add new rule `no-empty-headings` ([@​glnster](https://togithub.com/glnster)) - [#​2127](https://togithub.com/ember-template-lint/ember-template-lint/pull/2127) Add `allowEmptyLinks` option (default `true`) to `no-invalid-link-text` rule ([@​glnster](https://togithub.com/glnster)) ##### :bug: Bug Fix - [#​2137](https://togithub.com/ember-template-lint/ember-template-lint/pull/2137) Skip SVG elements in `require-presentational-children` rule ([@​mydea](https://togithub.com/mydea)) ##### Committers: 2 - Francesco Novy ([@​mydea](https://togithub.com/mydea)) - Glenn Cueto ([@​glnster](https://togithub.com/glnster)) ### [`v3.9.0`](https://togithub.com/ember-template-lint/ember-template-lint/blob/master/CHANGELOG.md#v390-2021-10-05) [Compare Source](https://togithub.com/ember-template-lint/ember-template-lint/compare/v3.8.0...v3.9.0) ##### :rocket: Enhancement - [#​1982](https://togithub.com/ember-template-lint/ember-template-lint/pull/1982) Add new rule `require-presentational-children` ([@​faith-or](https://togithub.com/faith-or)) - [#​636](https://togithub.com/ember-template-lint/ember-template-lint/pull/636) Add new rule `require-context-role` ([@​lifeart](https://togithub.com/lifeart)) - [#​1955](https://togithub.com/ember-template-lint/ember-template-lint/pull/1955) Add new rule `no-valueless-arguments` ([@​Windvis](https://togithub.com/Windvis)) - [#​1841](https://togithub.com/ember-template-lint/ember-template-lint/pull/1841) Add new rule `no-with` ([@​bertdeblock](https://togithub.com/bertdeblock)) - [#​2053](https://togithub.com/ember-template-lint/ember-template-lint/pull/2053) Add `labelTags` option for custom label components to `require-input-label` rule ([@​lifeart](https://togithub.com/lifeart)) - [#​2118](https://togithub.com/ember-template-lint/ember-template-lint/pull/2118) Add autofixer to `no-negated-condition` rule ([@​bmish](https://togithub.com/bmish)) - [#​1935](https://togithub.com/ember-template-lint/ember-template-lint/pull/1935) Add autofixer to `no-unknown-arguments-for-builtin-components` rule ([@​dwickern](https://togithub.com/dwickern)) - [#​2013](https://togithub.com/ember-template-lint/ember-template-lint/pull/2013) Add `Textarea` support to `builtin-component-arguments` rule ([@​lifeart](https://togithub.com/lifeart)) ##### :bug: Bug Fix - [#​1934](https://togithub.com/ember-template-lint/ember-template-lint/pull/1934) Fix false positives in `deprecated-inline-view-helper` rule ([@​dwickern](https://togithub.com/dwickern)) - [#​1851](https://togithub.com/ember-template-lint/ember-template-lint/pull/1851) Fix false positive with slash symbol in `no-unbound` rule ([@​lifeart](https://togithub.com/lifeart)) - [#​1861](https://togithub.com/ember-template-lint/ember-template-lint/pull/1861) Fix false positive with local `log` in `no-log` rule ([@​bertdeblock](https://togithub.com/bertdeblock)) - [#​1864](https://togithub.com/ember-template-lint/ember-template-lint/pull/1864) Add `has-block-params` as built-in helper to `no-implicit-this` rule ([@​bertdeblock](https://togithub.com/bertdeblock)) ##### :memo: Documentation - [#​2119](https://togithub.com/ember-template-lint/ember-template-lint/pull/2119) Stricter validation of rule doc notices ([@​bmish](https://togithub.com/bmish)) ##### :house: Internal - [#​2107](https://togithub.com/ember-template-lint/ember-template-lint/pull/2107) Move helpers located in `_internal` folder to main `helpers` folder ([@​bertdeblock](https://togithub.com/bertdeblock)) ##### Committers: 6 - Alex Kanunnikov ([@​lifeart](https://togithub.com/lifeart)) - Bert De Block ([@​bertdeblock](https://togithub.com/bertdeblock)) - Bryan Mishkin ([@​bmish](https://togithub.com/bmish)) - Derek Wickern ([@​dwickern](https://togithub.com/dwickern)) - Faith Or ([@​faith-or](https://togithub.com/faith-or)) - Sam Van Campenhout ([@​Windvis](https://togithub.com/Windvis)) ### [`v3.8.0`](https://togithub.com/ember-template-lint/ember-template-lint/blob/master/CHANGELOG.md#v380-2021-10-01) [Compare Source](https://togithub.com/ember-template-lint/ember-template-lint/compare/v3.7.0...v3.8.0) ##### :rocket: Enhancement - [#​2115](https://togithub.com/ember-template-lint/ember-template-lint/pull/2115) Converting --clean-todo to a default, providing --no-clean-todo option ([@​scalvert](https://togithub.com/scalvert)) - [#​2020](https://togithub.com/ember-template-lint/ember-template-lint/pull/2020) Add `--fix` support for `eol-last` rule ([@​rwjblue](https://togithub.com/rwjblue)) ##### :bug: Bug Fix - [#​2051](https://togithub.com/ember-template-lint/ember-template-lint/pull/2051) Bugfix: resolved issue with incorrect button type in form during template fix ([@​lifeart](https://togithub.com/lifeart)) - [#​2088](https://togithub.com/ember-template-lint/ember-template-lint/pull/2088) Bugfix: fixes fuzzy messages arguments suggestion ([@​lifeart](https://togithub.com/lifeart)) - [#​1863](https://togithub.com/ember-template-lint/ember-template-lint/pull/1863) Fix `undefined` error message for `no-link-to-positional-params` rule ([@​bertdeblock](https://togithub.com/bertdeblock)) ##### :memo: Documentation - [#​2116](https://togithub.com/ember-template-lint/ember-template-lint/pull/2116) Slight tweak to explanation in `no-negated-condition` doc ([@​bmish](https://togithub.com/bmish)) - [#​2104](https://togithub.com/ember-template-lint/ember-template-lint/pull/2104) Mention package.json keywords for plugin discoverability ([@​bmish](https://togithub.com/bmish)) - [#​2099](https://togithub.com/ember-template-lint/ember-template-lint/pull/2099) Add ember/lint keywords to package.json ([@​bmish](https://togithub.com/bmish)) ##### :house: Internal - [#​2073](https://togithub.com/ember-template-lint/ember-template-lint/pull/2073) Ensures all log calls include `node` ([@​scalvert](https://togithub.com/scalvert)) ##### Committers: 5 - Alex Kanunnikov ([@​lifeart](https://togithub.com/lifeart)) - Bert De Block ([@​bertdeblock](https://togithub.com/bertdeblock)) - Bryan Mishkin ([@​bmish](https://togithub.com/bmish)) - Robert Jackson ([@​rwjblue](https://togithub.com/rwjblue)) - Steve Calvert ([@​scalvert](https://togithub.com/scalvert)) ### [`v3.7.0`](https://togithub.com/ember-template-lint/ember-template-lint/blob/master/CHANGELOG.md#v370-2021-09-07) [Compare Source](https://togithub.com/ember-template-lint/ember-template-lint/compare/v3.6.0...v3.7.0) ##### :rocket: Enhancement - [#​2080](https://togithub.com/ember-template-lint/ember-template-lint/pull/2080) Add `require-valid-named-block-naming-format` rule ([@​bertdeblock](https://togithub.com/bertdeblock)) - [#​2079](https://togithub.com/ember-template-lint/ember-template-lint/pull/2079) Adding `--print-config` option to CLI ([@​scalvert](https://togithub.com/scalvert)) ##### :bug: Bug Fix - [#​2052](https://togithub.com/ember-template-lint/ember-template-lint/pull/2052) Ensure `deprecated-inline-view-helper` allows named blocks named `"view"` ([@​lifeart](https://togithub.com/lifeart)) ##### Committers: 3 - Alex Kanunnikov ([@​lifeart](https://togithub.com/lifeart)) - Bert De Block ([@​bertdeblock](https://togithub.com/bertdeblock)) - Steve Calvert ([@​scalvert](https://togithub.com/scalvert)) ### [`v3.6.0`](https://togithub.com/ember-template-lint/ember-template-lint/blob/master/CHANGELOG.md#v360-2021-08-15) [Compare Source](https://togithub.com/ember-template-lint/ember-template-lint/compare/v3.5.1...v3.6.0) ##### :rocket: Enhancement - [#​2033](https://togithub.com/ember-template-lint/ember-template-lint/pull/2033) Upgrades to latest todo-utils to include new fuzzy matching functionality ([@​scalvert](https://togithub.com/scalvert)) - [#​2030](https://togithub.com/ember-template-lint/ember-template-lint/pull/2030) Implement `no-route-action` rule ([@​thiagofesta](https://togithub.com/thiagofesta)) ##### :bug: Bug Fix - [#​2064](https://togithub.com/ember-template-lint/ember-template-lint/pull/2064) Removed modifier support for `no-route-action` rule ([@​thiagofesta](https://togithub.com/thiagofesta)) - [#​2024](https://togithub.com/ember-template-lint/ember-template-lint/pull/2024) Fix no-duplicate-id rule false positive with block param ([@​faith-or](https://togithub.com/faith-or)) ##### :memo: Documentation - [#​2063](https://togithub.com/ember-template-lint/ember-template-lint/pull/2063) Update docs with .lint-todorc.js ([@​tylerbecks](https://togithub.com/tylerbecks)) ##### :house: Internal - [#​2065](https://togithub.com/ember-template-lint/ember-template-lint/pull/2065) Export rules and configs using `requireindex` ([@​bmish](https://togithub.com/bmish)) ##### Committers: 5 - Bryan Mishkin ([@​bmish](https://togithub.com/bmish)) - Faith Or ([@​faith-or](https://togithub.com/faith-or)) - Steve Calvert ([@​scalvert](https://togithub.com/scalvert)) - Thiago Festa ([@​thiagofesta](https://togithub.com/thiagofesta)) - Tyler Becks ([@​tylerbecks](https://togithub.com/tylerbecks)) ### [`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: Bug Fix - [#​2032](https://togithub.com/ember-template-lint/ember-template-lint/pull/2032) Fixes the SARIF formatter to correctly filter output by severity ([@​scalvert](https://togithub.com/scalvert)) ##### :memo: Documentation - [#​2031](https://togithub.com/ember-template-lint/ember-template-lint/pull/2031) Switch from github emojis to standard emojis ([@​bmish](https://togithub.com/bmish)) ##### Committers: 3 - Bryan Mishkin ([@​bmish](https://togithub.com/bmish)) - Robert Jackson ([@​rwjblue](https://togithub.com/rwjblue)) - Steve Calvert ([@​scalvert](https://togithub.com/scalvert)) ### [`v3.5.0`](https://togithub.com/ember-template-lint/ember-template-lint/blob/master/CHANGELOG.md#v350-2021-06-16) [Compare Source](https://togithub.com/ember-template-lint/ember-template-lint/compare/v3.4.2...v3.5.0) ##### :rocket: Enhancement - [#​1972](https://togithub.com/ember-template-lint/ember-template-lint/pull/1972) Adding extra tests to no-invalid-role rule ([@​faith-or](https://togithub.com/faith-or)) - [#​1993](https://togithub.com/ember-template-lint/ember-template-lint/pull/1993) feat(todos): Adds support for configuring todo decay days by rule ([@​scalvert](https://togithub.com/scalvert)) ##### :bug: Bug Fix - [#​1994](https://togithub.com/ember-template-lint/ember-template-lint/pull/1994) Fix `require-input-label` to allow inputs within a `