A lightweight Ember component that uses CSS animations to create silky smooth marquees. Inspired by https://github.com/justin-chu/react-fast-marquee
7
stars
0
forks
source link
chore(deps): update dependency ember-template-lint to v6 #112
Open
renovate[bot] opened 7 months ago
This PR contains the following updates:
^4.9.1
->^6.0.0
^4.10.0
->^6.0.0
Release Notes
ember-template-lint/ember-template-lint (ember-template-lint)
### [`v6.0.0`](https://redirect.github.com/ember-template-lint/ember-template-lint/blob/HEAD/CHANGELOG.md#v600-2024-03-29) [Compare Source](https://redirect.github.com/ember-template-lint/ember-template-lint/compare/v5.13.0...v6.0.0) ##### :boom: Breaking Change - [#3029](https://redirect.github.com/ember-template-lint/ember-template-lint/pull/3029) Enable more `recommended` rules: `no-action-on-submit-button`, `no-at-ember-render-modifiers`, `no-builtin-form-components`, `no-unnecessary-curly-parens`, `no-unnecessary-curly-strings`, `simple-modifiers` ([@bmish](https://redirect.github.com/bmish)) - [#3031](https://redirect.github.com/ember-template-lint/ember-template-lint/pull/3031) Replace `4-x-recommended` config with `5-x-recommended` ([@bmish](https://redirect.github.com/bmish)) - [#3023](https://redirect.github.com/ember-template-lint/ember-template-lint/pull/3023) Drop support for Node 14, 16, 19 ([@Techn1x](https://redirect.github.com/Techn1x)) - [#2913](https://redirect.github.com/ember-template-lint/ember-template-lint/pull/2913) Add additional elements to `DOCUMENT_STRUCTURE_ROLES` for `no-invalid-role` rule ([@mrloop](https://redirect.github.com/mrloop)) - [#2729](https://redirect.github.com/ember-template-lint/ember-template-lint/pull/2729) Add `param` to obsolete list in `no-obsolete-elements` rule ([@geneukum](https://redirect.github.com/geneukum)) ##### :house: Internal - [#3024](https://redirect.github.com/ember-template-lint/ember-template-lint/pull/3024) Switch to eslint-plugin-n ([@Techn1x](https://redirect.github.com/Techn1x)) - [#3026](https://redirect.github.com/ember-template-lint/ember-template-lint/pull/3026) Update to eslint-plugin-unicorn v51 ([@Techn1x](https://redirect.github.com/Techn1x)) - [#3025](https://redirect.github.com/ember-template-lint/ember-template-lint/pull/3025) Update to prettier v3 ([@Techn1x](https://redirect.github.com/Techn1x)) - [#3028](https://redirect.github.com/ember-template-lint/ember-template-lint/pull/3028) Start running test that was disabled in Node 14 ([@bmish](https://redirect.github.com/bmish)) ##### Committers: 4 - Brad Overton ([@Techn1x](https://redirect.github.com/Techn1x)) - Bryan Mishkin ([@bmish](https://redirect.github.com/bmish)) - Ewan McDougall ([@mrloop](https://redirect.github.com/mrloop)) - Geordan Neukum ([@geneukum](https://redirect.github.com/geneukum)) Tracking issue: [https://github.com/ember-template-lint/ember-template-lint/issues/2712](https://redirect.github.com/ember-template-lint/ember-template-lint/issues/2712) ### [`v5.13.0`](https://redirect.github.com/ember-template-lint/ember-template-lint/blob/HEAD/CHANGELOG.md#v5130-2023-11-21) [Compare Source](https://redirect.github.com/ember-template-lint/ember-template-lint/compare/v5.12.0...v5.13.0) ##### :rocket: Enhancement - [#2990](https://redirect.github.com/ember-template-lint/ember-template-lint/pull/2990) Add new rule `no-builtin-form-components` ([@gilest](https://redirect.github.com/gilest)) ##### Committers: 1 - Giles Thompson ([@gilest](https://redirect.github.com/gilest)) ### [`v5.12.0`](https://redirect.github.com/ember-template-lint/ember-template-lint/blob/HEAD/CHANGELOG.md#v5120-2023-11-04) [Compare Source](https://redirect.github.com/ember-template-lint/ember-template-lint/compare/v5.11.2...v5.12.0) ##### :rocket: Enhancement - [#1931](https://redirect.github.com/ember-template-lint/ember-template-lint/pull/1931) Add new rule `no-action-on-submit-button` ([@JoaoDsv](https://redirect.github.com/JoaoDsv)) - [#2970](https://redirect.github.com/ember-template-lint/ember-template-lint/pull/2970) Support auto-lookup of `.mjs` and `.cjs` config files ([@bertdeblock](https://redirect.github.com/bertdeblock)) ##### :bug: Bug Fix - [#2982](https://redirect.github.com/ember-template-lint/ember-template-lint/pull/2982) Disable `modifier-name-case` rule for gjs/gts ([@chancancode](https://redirect.github.com/chancancode)) ##### :memo: Documentation - [#2967](https://redirect.github.com/ember-template-lint/ember-template-lint/pull/2967) Update example markup for consistency and errors ([@chrisrng](https://redirect.github.com/chrisrng)) ##### Committers: 4 - Bert De Block ([@bertdeblock](https://redirect.github.com/bertdeblock)) - Chris Ng ([@chrisrng](https://redirect.github.com/chrisrng)) - Godfrey Chan ([@chancancode](https://redirect.github.com/chancancode)) - Joao Da Silva Marly ([@JoaoDsv](https://redirect.github.com/JoaoDsv)) ### [`v5.11.2`](https://redirect.github.com/ember-template-lint/ember-template-lint/blob/HEAD/CHANGELOG.md#v5112-2023-08-12) [Compare Source](https://redirect.github.com/ember-template-lint/ember-template-lint/compare/v5.11.1...v5.11.2) ##### :bug: Bug Fix - [#2954](https://redirect.github.com/ember-template-lint/ember-template-lint/pull/2954) Don't require redundant role for `` in `require-valid-alt-text` rule ([@HeroicEric](https://redirect.github.com/HeroicEric)) - [#2955](https://redirect.github.com/ember-template-lint/ember-template-lint/pull/2955) Update [@lint-todo/utils](https://redirect.github.com/lint-todo/utils) to 3.1.1 ([@Techn1x](https://redirect.github.com/Techn1x)) ##### Committers: 2 - Brad Overton ([@Techn1x](https://redirect.github.com/Techn1x)) - Eric Kelly ([@HeroicEric](https://redirect.github.com/HeroicEric)) ### [`v5.11.1`](https://redirect.github.com/ember-template-lint/ember-template-lint/blob/HEAD/CHANGELOG.md#v5111-2023-07-19) [Compare Source](https://redirect.github.com/ember-template-lint/ember-template-lint/compare/v5.11.0...v5.11.1) ##### :bug: Bug Fix - [#2940](https://redirect.github.com/ember-template-lint/ember-template-lint/pull/2940) Fixes location reporting in `simple-unless` rule ([@judithhinlung](https://redirect.github.com/judithhinlung)) ##### Committers: 1 - Judith Lung ([@judithhinlung](https://redirect.github.com/judithhinlung)) ### [`v5.11.0`](https://redirect.github.com/ember-template-lint/ember-template-lint/blob/HEAD/CHANGELOG.md#v5110-2023-06-27) [Compare Source](https://redirect.github.com/ember-template-lint/ember-template-lint/compare/v5.10.3...v5.11.0) ##### :rocket: Enhancement - [#2554](https://redirect.github.com/ember-template-lint/ember-template-lint/pull/2554) Add new rule `no-at-ember-render-modifiers` ([@NullVoxPopuli](https://redirect.github.com/NullVoxPopuli)) ##### Committers: 1 - [@NullVoxPopuli](https://redirect.github.com/NullVoxPopuli) ### [`v5.10.3`](https://redirect.github.com/ember-template-lint/ember-template-lint/blob/HEAD/CHANGELOG.md#v5103-2023-06-17) [Compare Source](https://redirect.github.com/ember-template-lint/ember-template-lint/compare/v5.10.2...v5.10.3) ##### :bug: Bug Fix - [#2917](https://redirect.github.com/ember-template-lint/ember-template-lint/pull/2917) Fix crash in `no-unsupported-role-attributes` rule ([@jaswilli](https://redirect.github.com/jaswilli)) ##### Committers: 1 - Jason Williams ([@jaswilli](https://redirect.github.com/jaswilli)) ### [`v5.10.2`](https://redirect.github.com/ember-template-lint/ember-template-lint/blob/HEAD/CHANGELOG.md#v5102-2023-06-16) [Compare Source](https://redirect.github.com/ember-template-lint/ember-template-lint/compare/v5.10.1...v5.10.2) ##### :bug: Bug Fix - [#2914](https://redirect.github.com/ember-template-lint/ember-template-lint/pull/2914) Fix `aria-query` related crash in `no-unsupported-role-attributes` rule ([@bmish](https://redirect.github.com/bmish)) - [#2907](https://redirect.github.com/ember-template-lint/ember-template-lint/pull/2907) Fix location reporting in `block-indentation` rule ([@judithhinlung](https://redirect.github.com/judithhinlung)) ##### :house: Internal - [#2915](https://redirect.github.com/ember-template-lint/ember-template-lint/pull/2915) Update incorrect tests ([@ef4](https://redirect.github.com/ef4)) ##### Committers: 3 - Bryan Mishkin ([@bmish](https://redirect.github.com/bmish)) - Edward Faulkner ([@ef4](https://redirect.github.com/ef4)) - Judith Lung ([@judithhinlung](https://redirect.github.com/judithhinlung)) ### [`v5.10.1`](https://redirect.github.com/ember-template-lint/ember-template-lint/blob/HEAD/CHANGELOG.md#v5101-2023-06-07) [Compare Source](https://redirect.github.com/ember-template-lint/ember-template-lint/compare/v5.10.0...v5.10.1) ##### :bug: Bug Fix - [#2907](https://redirect.github.com/ember-template-lint/ember-template-lint/pull/2907) Fix location reporting in `block-indentation` rule ([@judithhinlung](https://redirect.github.com/judithhinlung)) ##### Committers: 3 - Judith Lung ([@judithhinlung](https://redirect.github.com/judithhinlung)) ### [`v5.10.0`](https://redirect.github.com/ember-template-lint/ember-template-lint/blob/HEAD/CHANGELOG.md#v5100-2023-05-25) [Compare Source](https://redirect.github.com/ember-template-lint/ember-template-lint/compare/v5.9.0...v5.10.0) ##### :rocket: Enhancement - [#2895](https://redirect.github.com/ember-template-lint/ember-template-lint/pull/2895) Add autofixer to `no-unnecessary-curly-strings` rule ([@lin-ll](https://redirect.github.com/lin-ll)) - [#2894](https://redirect.github.com/ember-template-lint/ember-template-lint/pull/2894) Add autofixer to `no-trailing-spaces` rule ([@lin-ll](https://redirect.github.com/lin-ll)) ##### Committers: 1 - Lucy Lin ([@lin-ll](https://redirect.github.com/lin-ll)) ### [`v5.9.0`](https://redirect.github.com/ember-template-lint/ember-template-lint/blob/HEAD/CHANGELOG.md#v590-2023-05-24) [Compare Source](https://redirect.github.com/ember-template-lint/ember-template-lint/compare/v5.8.0...v5.9.0) ##### :rocket: Enhancement - [#2754](https://redirect.github.com/ember-template-lint/ember-template-lint/pull/2754) Add options for different `html` / `hbs` quote styles in `quotes` rule ([@robclancy](https://redirect.github.com/robclancy)) ##### Committers: 1 - Robert Clancy (Robbo) ([@robclancy](https://redirect.github.com/robclancy)) ### [`v5.8.0`](https://redirect.github.com/ember-template-lint/ember-template-lint/blob/HEAD/CHANGELOG.md#v580-2023-05-23) [Compare Source](https://redirect.github.com/ember-template-lint/ember-template-lint/compare/v5.7.3...v5.8.0) ##### :rocket: Enhancement - [#2887](https://redirect.github.com/ember-template-lint/ember-template-lint/pull/2887) Add new rule `simple-modifiers` ([@rmonzon](https://redirect.github.com/rmonzon)) ##### :bug: Bug Fix - [#2891](https://redirect.github.com/ember-template-lint/ember-template-lint/pull/2891) Fix override for gjs files in `recommended` config ([@NullVoxPopuli](https://redirect.github.com/NullVoxPopuli)) ##### Committers: 2 - Raul Rivero ([@rmonzon](https://redirect.github.com/rmonzon)) - [@NullVoxPopuli](https://redirect.github.com/NullVoxPopuli) ### [`v5.7.3`](https://redirect.github.com/ember-template-lint/ember-template-lint/blob/HEAD/CHANGELOG.md#v573-2023-04-28) [Compare Source](https://redirect.github.com/ember-template-lint/ember-template-lint/compare/v5.7.2...v5.7.3) ##### :bug: Bug Fix - [#2339](https://redirect.github.com/ember-template-lint/ember-template-lint/pull/2339) Convert path to URL before import of config/plugin for Windows support ([@lifeart](https://redirect.github.com/lifeart)) ##### Committers: 1 - Alex Kanunnikov ([@lifeart](https://redirect.github.com/lifeart)) ### [`v5.7.2`](https://redirect.github.com/ember-template-lint/ember-template-lint/blob/HEAD/CHANGELOG.md#v572-2023-03-28) [Compare Source](https://redirect.github.com/ember-template-lint/ember-template-lint/compare/v5.7.1...v5.7.2) ##### :bug: Bug Fix - [#2853](https://redirect.github.com/ember-template-lint/ember-template-lint/pull/2853) Bump `ember-template-recast` to v6.1.4 ([@bertdeblock](https://redirect.github.com/bertdeblock)) ##### Committers: 1 - Bert De Block ([@bertdeblock](https://redirect.github.com/bertdeblock)) ### [`v5.7.1`](https://redirect.github.com/ember-template-lint/ember-template-lint/blob/HEAD/CHANGELOG.md#v571-2023-03-16) [Compare Source](https://redirect.github.com/ember-template-lint/ember-template-lint/compare/v5.7.0...v5.7.1) ##### :bug: Bug Fix - [#2846](https://redirect.github.com/ember-template-lint/ember-template-lint/pull/2846) Disable embedded templates handling for `eol-last` rule ([@robinborst95](https://redirect.github.com/robinborst95)) - [#2844](https://redirect.github.com/ember-template-lint/ember-template-lint/pull/2844) Disable `no-curly-component-invocation` and `no-implicit-this` rules for `gjs` / `gts` files ([@NullVoxPopuli](https://redirect.github.com/NullVoxPopuli)) ##### Committers: 2 - NullVoxPopuli ([@NullVoxPopuli](https://redirect.github.com/NullVoxPopuli) - Robin Borst ([@robinborst95](https://redirect.github.com/robinborst95)) ### [`v5.7.0`](https://redirect.github.com/ember-template-lint/ember-template-lint/blob/HEAD/CHANGELOG.md#v570-2023-03-15) [Compare Source](https://redirect.github.com/ember-template-lint/ember-template-lint/compare/v5.6.0...v5.7.0) ##### :bug: Bug Fix - [#2843](https://redirect.github.com/ember-template-lint/ember-template-lint/pull/2843) Avoid crash with dynamic `aria-label` in `no-invalid-link-text` rule ([@StephanH90](https://redirect.github.com/StephanH90)) - [#2838](https://redirect.github.com/ember-template-lint/ember-template-lint/pull/2838) Fix embedded templates handling in `block-indentation` rule ([@robinborst95](https://redirect.github.com/robinborst95)) - [#2833](https://redirect.github.com/ember-template-lint/ember-template-lint/pull/2833) Fix incorrect violation with embedded templates in `no-trailing-spaces` rule ([@robinborst95](https://redirect.github.com/robinborst95)) - [#2845](https://redirect.github.com/ember-template-lint/ember-template-lint/pull/2845) Recognize imports from `@glimmerx/component` ([@tstewart15](https://redirect.github.com/tstewart15)) ##### Committers: 3 - Robin Borst ([@robinborst95](https://redirect.github.com/robinborst95)) - Tom Stewart ([@tstewart15](https://redirect.github.com/tstewart15)) - [@StephanH90](https://redirect.github.com/StephanH90) ### [`v5.6.0`](https://redirect.github.com/ember-template-lint/ember-template-lint/blob/HEAD/CHANGELOG.md#v560-2023-02-24) [Compare Source](https://redirect.github.com/ember-template-lint/ember-template-lint/compare/v5.5.1...v5.6.0) ##### :rocket: Enhancement - [#2818](https://redirect.github.com/ember-template-lint/ember-template-lint/pull/2818) Add `additionalNonSemanticTags` option to `require-presentational-children` rule ([@Techn1x](https://redirect.github.com/Techn1x)) ##### :bug: Bug Fix - [#2819](https://redirect.github.com/ember-template-lint/ember-template-lint/pull/2819) Allow intermediate presentation role before context in `require-context-role` rule ([@Techn1x](https://redirect.github.com/Techn1x)) - [#2820](https://redirect.github.com/ember-template-lint/ember-template-lint/pull/2820) Allow presentation role for `li` in `no-invalid-role` rule ([@Techn1x](https://redirect.github.com/Techn1x)) ##### Committers: 1 - Brad Overton ([@Techn1x](https://redirect.github.com/Techn1x)) ### [`v5.5.1`](https://redirect.github.com/ember-template-lint/ember-template-lint/blob/HEAD/CHANGELOG.md#v551-2023-02-10) [Compare Source](https://redirect.github.com/ember-template-lint/ember-template-lint/compare/v5.5.0...v5.5.1) ##### :bug: Bug Fix - [#2802](https://redirect.github.com/ember-template-lint/ember-template-lint/pull/2802) Rename `no-unnecessary-curly-literals` rule to `no-unnecessary-curly-strings` ([@bmish](https://redirect.github.com/bmish)) ##### Committers: 1 - Bryan Mishkin ([@bmish](https://redirect.github.com/bmish)) ### [`v5.5.0`](https://redirect.github.com/ember-template-lint/ember-template-lint/blob/HEAD/CHANGELOG.md#v550-2023-02-08) [Compare Source](https://redirect.github.com/ember-template-lint/ember-template-lint/compare/v5.4.0...v5.5.0) ##### :rocket: Enhancement - [#2794](https://redirect.github.com/ember-template-lint/ember-template-lint/pull/2794) Add new rule `no-unnecessary-curly-literals` ([@Shivareddy-Aluri](https://redirect.github.com/Shivareddy-Aluri)) ##### Committers: 1 - Shivareddy-Aluri ([@Shivareddy-Aluri](https://redirect.github.com/Shivareddy-Aluri)) ### [`v5.4.0`](https://redirect.github.com/ember-template-lint/ember-template-lint/blob/HEAD/CHANGELOG.md#v540-2023-02-08) [Compare Source](https://redirect.github.com/ember-template-lint/ember-template-lint/compare/v5.3.3...v5.4.0) ##### :rocket: Enhancement - [#2792](https://redirect.github.com/ember-template-lint/ember-template-lint/pull/2792) Add new rule `no-unnecessary-curly-parens` ([@raycohen](https://redirect.github.com/raycohen)) ##### Committers: 1 - Ray Cohen ([@raycohen](https://redirect.github.com/raycohen)) ### [`v5.3.3`](https://redirect.github.com/ember-template-lint/ember-template-lint/blob/HEAD/CHANGELOG.md#v533-2023-01-27) [Compare Source](https://redirect.github.com/ember-template-lint/ember-template-lint/compare/v5.3.2...v5.3.3) ##### :bug: Bug Fix - [#2780](https://redirect.github.com/ember-template-lint/ember-template-lint/pull/2780) Ignore `{{(unique-id)}}` helper variation in `no-duplicate-id` rule ([@lifeart](https://redirect.github.com/lifeart)) ##### Committers: 1 - Alex Kanunnikov ([@lifeart](https://redirect.github.com/lifeart)) ### [`v5.3.2`](https://redirect.github.com/ember-template-lint/ember-template-lint/blob/HEAD/CHANGELOG.md#v532-2023-01-22) [Compare Source](https://redirect.github.com/ember-template-lint/ember-template-lint/compare/v5.3.1...v5.3.2) ##### :bug: Bug Fix - [#2778](https://redirect.github.com/ember-template-lint/ember-template-lint/pull/2778) Ignore `unique-id` helper in `no-duplicate-id` rule ([@lifeart](https://redirect.github.com/lifeart)) ##### Committers: 1 - Alex Kanunnikov ([@lifeart](https://redirect.github.com/lifeart)) ### [`v5.3.1`](https://redirect.github.com/ember-template-lint/ember-template-lint/blob/HEAD/CHANGELOG.md#v531-2023-01-06) [Compare Source](https://redirect.github.com/ember-template-lint/ember-template-lint/compare/v5.3.0...v5.3.1) ##### :bug: Bug Fix - [#2765](https://redirect.github.com/ember-template-lint/ember-template-lint/pull/2765) Throw the more-helpful, original exception when encountering an ESM plugin/config loading error ([@jsturgis](https://redirect.github.com/jsturgis)) ##### :memo: Documentation - [#2760](https://redirect.github.com/ember-template-lint/ember-template-lint/pull/2760) Document how to write rule test cases for fatal errors ([@bmish](https://redirect.github.com/bmish)) - [#2759](https://redirect.github.com/ember-template-lint/ember-template-lint/pull/2759) Improve snapshot test documentation ([@bmish](https://redirect.github.com/bmish)) ##### :house: Internal - [#2761](https://redirect.github.com/ember-template-lint/ember-template-lint/pull/2761) Add Node v19 to CI ([@ddzz](https://redirect.github.com/ddzz)) ##### Committers: 3 - Bryan Mishkin ([@bmish](https://redirect.github.com/bmish)) - Darius Dzien ([@ddzz](https://redirect.github.com/ddzz)) - Jeff Sturgis ([@jsturgis](https://redirect.github.com/jsturgis)) ### [`v5.3.0`](https://redirect.github.com/ember-template-lint/ember-template-lint/blob/HEAD/CHANGELOG.md#v530-2022-12-14) [Compare Source](https://redirect.github.com/ember-template-lint/ember-template-lint/compare/v5.2.0...v5.3.0) ##### :rocket: Enhancement - [#2746](https://redirect.github.com/ember-template-lint/ember-template-lint/pull/2746) Add autofixer to `no-multiple-empty-lines` rule ([@Shivareddy-Aluri](https://redirect.github.com/Shivareddy-Aluri)) ##### Committers: 1 - Shivareddy-Aluri ([@Shivareddy-Aluri](https://redirect.github.com/Shivareddy-Aluri)) ### [`v5.2.0`](https://redirect.github.com/ember-template-lint/ember-template-lint/blob/HEAD/CHANGELOG.md#v520-2022-12-07) [Compare Source](https://redirect.github.com/ember-template-lint/ember-template-lint/compare/v5.1.1...v5.2.0) ##### :rocket: Enhancement - [#2591](https://redirect.github.com/ember-template-lint/ember-template-lint/pull/2591) Add formatter for Kakoune editor ([@velrest](https://redirect.github.com/velrest)) ##### :bug: Bug Fix - [#2725](https://redirect.github.com/ember-template-lint/ember-template-lint/pull/2725) Fix `--no-ignore-pattern` ([@velrest](https://redirect.github.com/velrest)) ##### Committers: 1 - Jonas Cosandey ([@velrest](https://redirect.github.com/velrest)) ### [`v5.1.1`](https://redirect.github.com/ember-template-lint/ember-template-lint/blob/HEAD/CHANGELOG.md#v511-2022-12-05) [Compare Source](https://redirect.github.com/ember-template-lint/ember-template-lint/compare/v5.1.0...v5.1.1) ##### :bug: Bug Fix - [#2731](https://redirect.github.com/ember-template-lint/ember-template-lint/pull/2731) Allow nested `menuitem`s in `no-nested-interactive` rule ([@geneukum](https://redirect.github.com/geneukum)) ##### :memo: Documentation - [#2732](https://redirect.github.com/ember-template-lint/ember-template-lint/pull/2732) Link to "skipping helpers" part of the codemod doc in `no-curly-component-invocation` rule doc ([@geneukum](https://redirect.github.com/geneukum)) ##### Committers: 1 - Geordan Neukum ([@geneukum](https://redirect.github.com/geneukum)) ### [`v5.1.0`](https://redirect.github.com/ember-template-lint/ember-template-lint/blob/HEAD/CHANGELOG.md#v510-2022-12-04) [Compare Source](https://redirect.github.com/ember-template-lint/ember-template-lint/compare/v5.0.2...v5.1.0) ##### :rocket: Enhancement - [#2730](https://redirect.github.com/ember-template-lint/ember-template-lint/pull/2730) Add autofixer to `no-duplicate-attributes` rule ([@Shivareddy-Aluri](https://redirect.github.com/Shivareddy-Aluri)) ##### :bug: Bug Fix - [#2726](https://redirect.github.com/ember-template-lint/ember-template-lint/pull/2726) Allow passing only `@model` or `@models` for `` and `
` in `no-redundant-role` rule ([@Turbo87](https://redirect.github.com/Turbo87)) ##### Committers: 1 - Tobias Bieniek ([@Turbo87](https://redirect.github.com/Turbo87)) ### [`v5.0.0`](https://redirect.github.com/ember-template-lint/ember-template-lint/blob/HEAD/CHANGELOG.md#v500-2022-11-19) [Compare Source](https://redirect.github.com/ember-template-lint/ember-template-lint/compare/v4.18.2...v5.0.0) ##### :boom: Breaking Change - [#2669](https://redirect.github.com/ember-template-lint/ember-template-lint/pull/2669) Drop Node 12 and 17 support ([@bmish](https://redirect.github.com/bmish)) - [#2606](https://redirect.github.com/ember-template-lint/ember-template-lint/pull/2606) Lint embedded templates by default ([@NullVoxPopuli](https://redirect.github.com/NullVoxPopuli)) - [#2671](https://redirect.github.com/ember-template-lint/ember-template-lint/pull/2671) Enabled additional `recommended` rules `no-aria-unsupported-elements`, `no-array-prototype-extensions`, `no-invalid-aria-attributes`, `no-obscure-array-access`, `no-scope-outside-table-headings`, `no-unsupported-role-attributes`, `require-aria-activedescendant-tabindex`, `require-mandatory-role-attributes`, `require-media-caption` ([@bmish](https://redirect.github.com/bmish)) - [#2675](https://redirect.github.com/ember-template-lint/ember-template-lint/pull/2675) Rename `no-redundant-landmark-role` rule to `no-redundant-role` and change `checkAllHTMLElements` option default to `true` ([@bmish](https://redirect.github.com/bmish)) - [#2054](https://redirect.github.com/ember-template-lint/ember-template-lint/pull/2054) Rename and narrow rule `no-down-event-binding` to `no-pointer-down-event-binding` ([@jfdnc](https://redirect.github.com/jfdnc)) - [#2674](https://redirect.github.com/ember-template-lint/ember-template-lint/pull/2674) Change `validateValues` option default to `true` in `require-lang-attribute` rule ([@bmish](https://redirect.github.com/bmish)) - [#2673](https://redirect.github.com/ember-template-lint/ember-template-lint/pull/2673) Change `simplifyHelpers` option default to `true` in `no-negated-condition` rule ([@bmish](https://redirect.github.com/bmish)) - [#2672](https://redirect.github.com/ember-template-lint/ember-template-lint/pull/2672) Change `maxHelpers` option default to `1` in `simple-unless` rule ([@bmish](https://redirect.github.com/bmish)) - [#2657](https://redirect.github.com/ember-template-lint/ember-template-lint/pull/2657) Include modifiers in `no-restricted-invocations` rule ([@achambers](https://redirect.github.com/achambers)) ##### Committers: 4 - Aaron Chambers ([@achambers](https://redirect.github.com/achambers)) - Bryan Mishkin ([@bmish](https://redirect.github.com/bmish)) - Jacob ([@jfdnc](https://redirect.github.com/jfdnc)) - [@NullVoxPopuli](https://redirect.github.com/NullVoxPopuli) ### [`v4.18.2`](https://redirect.github.com/ember-template-lint/ember-template-lint/blob/HEAD/CHANGELOG.md#v4182-2022-11-17) [Compare Source](https://redirect.github.com/ember-template-lint/ember-template-lint/compare/v4.18.1...v4.18.2) ##### :bug: Bug Fix - [#2696](https://redirect.github.com/ember-template-lint/ember-template-lint/pull/2696) Ensure `--fix` works properly for `.gjs`/`.gts` files ([@rwjblue](https://redirect.github.com/rwjblue)) ##### Committers: 1 - Robert Jackson ([@rwjblue](https://redirect.github.com/rwjblue)) ### [`v4.18.1`](https://redirect.github.com/ember-template-lint/ember-template-lint/blob/HEAD/CHANGELOG.md#v4181-2022-11-15) [Compare Source](https://redirect.github.com/ember-template-lint/ember-template-lint/compare/v4.18.0...v4.18.1) ##### :bug: Bug Fix - [#2701](https://redirect.github.com/ember-template-lint/ember-template-lint/pull/2701) Fix autofixer for value-less attributes and comment order in `attribute-order` rule ([@rob-long](https://redirect.github.com/rob-long)) ##### :memo: Documentation - [#2694](https://redirect.github.com/ember-template-lint/ember-template-lint/pull/2694) Use `npx` in stale todo command suggestion ([@bertdeblock](https://redirect.github.com/bertdeblock)) ##### :house: Internal - [#2698](https://redirect.github.com/ember-template-lint/ember-template-lint/pull/2698) Add CodeQL ([@bmish](https://redirect.github.com/bmish)) - [#2658](https://redirect.github.com/ember-template-lint/ember-template-lint/pull/2658) Utilize new contents data from ember-template-imports ([@gabrielcsapo](https://redirect.github.com/gabrielcsapo)) ##### Committers: 4 - Bert De Block ([@bertdeblock](https://redirect.github.com/bertdeblock)) - Bryan Mishkin ([@bmish](https://redirect.github.com/bmish)) - Gabriel Csapo ([@gabrielcsapo](https://redirect.github.com/gabrielcsapo)) - Rob Long ([@rob-long](https://redirect.github.com/rob-long)) ### [`v4.18.0`](https://redirect.github.com/ember-template-lint/ember-template-lint/blob/HEAD/CHANGELOG.md#v4180-2022-11-08) [Compare Source](https://redirect.github.com/ember-template-lint/ember-template-lint/compare/v4.17.0...v4.18.0) Related note: The first v5 preview release is available for testing: [v5.0.0-alpha.0](https://redirect.github.com/ember-template-lint/ember-template-lint/releases/tag/v5.0.0-alpha.0). ##### :rocket: Enhancement - [#2575](https://redirect.github.com/ember-template-lint/ember-template-lint/pull/2575) Add new rule `attribute-order` ([@rob-long](https://redirect.github.com/rob-long)) ##### Committers: 1 - Rob Long ([@rob-long](https://redirect.github.com/rob-long)) ### [`v4.17.0`](https://redirect.github.com/ember-template-lint/ember-template-lint/blob/HEAD/CHANGELOG.md#v4170-2022-10-29) [Compare Source](https://redirect.github.com/ember-template-lint/ember-template-lint/compare/v4.16.1...v4.17.0) ##### :rocket: Enhancement - [#2653](https://redirect.github.com/ember-template-lint/ember-template-lint/pull/2653) Add `simplifyHelpers` option in `no-negated-condition` rule ([@godric3](https://redirect.github.com/godric3)) ##### :house: Internal - [#2661](https://redirect.github.com/ember-template-lint/ember-template-lint/pull/2661) Remove usage of `cross-env` ([@rwjblue](https://redirect.github.com/rwjblue)) - [#2659](https://redirect.github.com/ember-template-lint/ember-template-lint/pull/2659) Remove eslint-plugin-import-helpers ([@rwjblue](https://redirect.github.com/rwjblue)) ##### Committers: 3 - Andrzej Żak ([@godric3](https://redirect.github.com/godric3)) - Bryan Mishkin ([@bmish](https://redirect.github.com/bmish)) - Robert Jackson ([@rwjblue](https://redirect.github.com/rwjblue)) ### [`v4.16.1`](https://redirect.github.com/ember-template-lint/ember-template-lint/blob/HEAD/CHANGELOG.md#v4161-2022-10-18) [Compare Source](https://redirect.github.com/ember-template-lint/ember-template-lint/compare/v4.16.0...v4.16.1) ##### :bug: Bug Fix - [#2648](https://redirect.github.com/ember-template-lint/ember-template-lint/pull/2648) Allow negation with multiple parameters in `no-negated-condition` rule ([@godric3](https://redirect.github.com/godric3)) ##### Committers: 1 - Andrzej Żak ([@godric3](https://redirect.github.com/godric3)) ### [`v4.16.0`](https://redirect.github.com/ember-template-lint/ember-template-lint/blob/HEAD/CHANGELOG.md#v4160-2022-10-18) [Compare Source](https://redirect.github.com/ember-template-lint/ember-template-lint/compare/v4.15.0...v4.16.0) ##### :rocket: Enhancement - [#2639](https://redirect.github.com/ember-template-lint/ember-template-lint/pull/2639) Add autofix for case with helpers to `simple-unless` rule ([@godric3](https://redirect.github.com/godric3)) ##### :memo: Documentation - [#2643](https://redirect.github.com/ember-template-lint/ember-template-lint/pull/2643) Clarify default `maxHelpers` option value for `simple-unless` rule ([@bmish](https://redirect.github.com/bmish)) - [#2636](https://redirect.github.com/ember-template-lint/ember-template-lint/pull/2636) Add link to RFC for `no-array-prototype-extensions` rule ([@bmish](https://redirect.github.com/bmish)) ##### :house: Internal - [#2638](https://redirect.github.com/ember-template-lint/ember-template-lint/pull/2638) Bump volta-cli/action@v4 ([@ctjhoa](https://redirect.github.com/ctjhoa)) ##### Committers: 3 - Andrzej Żak ([@godric3](https://redirect.github.com/godric3)) - Bryan Mishkin ([@bmish](https://redirect.github.com/bmish)) - Camille TJHOA ([@ctjhoa](https://redirect.github.com/ctjhoa)) ### [`v4.15.0`](https://redirect.github.com/ember-template-lint/ember-template-lint/blob/HEAD/CHANGELOG.md#v4150-2022-10-10) [Compare Source](https://redirect.github.com/ember-template-lint/ember-template-lint/compare/v4.14.0...v4.15.0) ##### :rocket: Enhancement - [#2629](https://redirect.github.com/ember-template-lint/ember-template-lint/pull/2629) Add autofixer to `simple-unless` rule for simplest case ([@godric3](https://redirect.github.com/godric3)) ##### :house: Internal - [#2607](https://redirect.github.com/ember-template-lint/ember-template-lint/pull/2607) Add eslint-plugin-jest ([@bmish](https://redirect.github.com/bmish)) ##### Committers: 2 - Andrzej Żak ([@godric3](https://redirect.github.com/godric3)) - Bryan Mishkin ([@bmish](https://redirect.github.com/bmish)) ### [`v4.14.0`](https://redirect.github.com/ember-template-lint/ember-template-lint/blob/HEAD/CHANGELOG.md#v4140-2022-09-01) [Compare Source](https://redirect.github.com/ember-template-lint/ember-template-lint/compare/v4.13.0...v4.14.0) ##### :rocket: Enhancement - [#2483](https://redirect.github.com/ember-template-lint/ember-template-lint/pull/2483) Implement support for embedded templates ([@ventuno](https://redirect.github.com/ventuno)) ##### :bug: Bug Fix - [#2604](https://redirect.github.com/ember-template-lint/ember-template-lint/pull/2604) Fix `--version` to actually give the right value ([@rwjblue](https://redirect.github.com/rwjblue)) ##### :house: Internal - [#2605](https://redirect.github.com/ember-template-lint/ember-template-lint/pull/2605) Add `concurrency` setup to GitHub Actions workflow ([@rwjblue](https://redirect.github.com/rwjblue)) - [#2602](https://redirect.github.com/ember-template-lint/ember-template-lint/pull/2602) Update GitHub Actions setup to volta-cli/action@v3 ([@rwjblue](https://redirect.github.com/rwjblue)) ##### Committers: 2 - Robert Jackson ([@rwjblue](https://redirect.github.com/rwjblue)) - [@ventuno](https://redirect.github.com/ventuno) ### [`v4.13.0`](https://redirect.github.com/ember-template-lint/ember-template-lint/blob/HEAD/CHANGELOG.md#v4130-2022-08-30) [Compare Source](https://redirect.github.com/ember-template-lint/ember-template-lint/compare/v4.12.0...v4.13.0) ##### :rocket: Enhancement - [#2583](https://redirect.github.com/ember-template-lint/ember-template-lint/pull/2583) Add autofixer to `self-closing-void-elements` rule ([@locks](https://redirect.github.com/locks)) - [#2581](https://redirect.github.com/ember-template-lint/ember-template-lint/pull/2581) Add autofixer to `no-html-comments` rule ([@locks](https://redirect.github.com/locks)) - [#2582](https://redirect.github.com/ember-template-lint/ember-template-lint/pull/2582) Add autofixer to `no-quoteless-attributes` rule ([@locks](https://redirect.github.com/locks)) ##### :bug: Bug Fix - [#2589](https://redirect.github.com/ember-template-lint/ember-template-lint/pull/2589) Remove `
` and `` from `no-obsolete-elements` ([@sukima](https://redirect.github.com/sukima)) - [#2593](https://redirect.github.com/ember-template-lint/ember-template-lint/pull/2593) Add `unique-id` to allowed built-in helpers in `no-curly-component-invocation` and `no-implicit-this` rules ([@geneukum](https://redirect.github.com/geneukum)) ##### :house: Internal - [#2598](https://redirect.github.com/ember-template-lint/ember-template-lint/pull/2598) Limit permissions for CI workflow ([@sashashura](https://redirect.github.com/sashashura)) - [#2434](https://redirect.github.com/ember-template-lint/ember-template-lint/pull/2434) Extract `hasParentTag` utility function ([@JoaoDsv](https://redirect.github.com/JoaoDsv)) ##### Committers: 5 - Alex ([@sashashura](https://redirect.github.com/sashashura)) - Devin Weaver ([@sukima](https://redirect.github.com/sukima)) - Geordan Neukum ([@geneukum](https://redirect.github.com/geneukum)) - Joao Da Silva Marly ([@JoaoDsv](https://redirect.github.com/JoaoDsv)) - Ricardo Mendes ([@locks](https://redirect.github.com/locks)) ### [`v4.12.0`](https://redirect.github.com/ember-template-lint/ember-template-lint/blob/HEAD/CHANGELOG.md#v4120-2022-08-05) [Compare Source](https://redirect.github.com/ember-template-lint/ember-template-lint/compare/v4.11.0...v4.12.0) ##### :rocket: Enhancement - [#2574](https://redirect.github.com/ember-template-lint/ember-template-lint/pull/2574) Add autofixer to `no-unnecessary-component-helper` rule ([@bmish](https://redirect.github.com/bmish)) - [#2573](https://redirect.github.com/ember-template-lint/ember-template-lint/pull/2573) Add autofixer to `modifier-name-case` rule ([@bmish](https://redirect.github.com/bmish)) - [#2569](https://redirect.github.com/ember-template-lint/ember-template-lint/pull/2569) Add autofixer to `require-valid-named-block-naming-format` rule ([@locks](https://redirect.github.com/locks)) ##### :memo: Documentation - [#2513](https://redirect.github.com/ember-template-lint/ember-template-lint/pull/2513) Update overrides example ([@jamescdavis](https://redirect.github.com/jamescdavis)) ##### Committers: 3 - Bryan Mishkin ([@bmish](https://redirect.github.com/bmish)) - James C. Davis ([@jamescdavis](https://redirect.github.com/jamescdavis)) - Ricardo Mendes ([@locks](https://redirect.github.com/locks)) ### [`v4.11.0`](https://redirect.github.com/ember-template-lint/ember-template-lint/blob/HEAD/CHANGELOG.md#v4110-2022-08-03) [Compare Source](https://redirect.github.com/ember-template-lint/ember-template-lint/compare/v4.10.1...v4.11.0) ##### :rocket: Enhancement - [#2568](https://redirect.github.com/ember-template-lint/ember-template-lint/pull/2568) Add autofixer to `no-unnecessary-concat` rule ([@locks](https://redirect.github.com/locks)) ##### Committers: 1 - Ricardo Mendes ([@locks](https://redirect.github.com/locks)) ### [`v4.10.1`](https://redirect.github.com/ember-template-lint/ember-template-lint/blob/HEAD/CHANGELOG.md#v4101-2022-06-26) [Compare Source](https://redirect.github.com/ember-template-lint/ember-template-lint/compare/v4.10.0...v4.10.1) ##### :bug: Bug Fix - [#2541](https://redirect.github.com/ember-template-lint/ember-template-lint/pull/2541) Fix helper used by several rules for dasherizing multi-level nested component names ([@nulle](https://redirect.github.com/nulle)) - [#2535](https://redirect.github.com/ember-template-lint/ember-template-lint/pull/2535) Clarify violation message for `no-dynamic-subexpression-invocations` rule ([@chrisrng](https://redirect.github.com/chrisrng)) - [#2527](https://redirect.github.com/ember-template-lint/ember-template-lint/pull/2527) Add route action name to error message in `no-route-action` rule ([@tylerbecks](https://redirect.github.com/tylerbecks)) ##### :memo: Documentation - [#2540](https://redirect.github.com/ember-template-lint/ember-template-lint/pull/2540) Fix config documentation for `table-groups` rule ([@nulle](https://redirect.github.com/nulle)) - [#2533](https://redirect.github.com/ember-template-lint/ember-template-lint/pull/2533) Add `no-action` rule migration example ([@angelayanpan](https://redirect.github.com/angelayanpan)) ##### Committers: 4 - Angela Pan ([@angelayanpan](https://redirect.github.com/angelayanpan)) - Chris Ng ([@chrisrng](https://redirect.github.com/chrisrng)) - Inga Brūnava ([@nulle](https://redirect.github.com/nulle)) - Tyler Becks ([@tylerbecks](https://redirect.github.com/tylerbecks)) ### [`v4.10.0`](https://redirect.github.com/ember-template-lint/ember-template-lint/blob/HEAD/CHANGELOG.md#v4100-2022-05-26) [Compare Source](https://redirect.github.com/ember-template-lint/ember-template-lint/compare/v4.9.1...v4.10.0) ##### :rocket: Enhancement - [#2523](https://redirect.github.com/ember-template-lint/ember-template-lint/pull/2523) Add new rule `require-mandatory-role-attributes` ([@judithhinlung](https://redirect.github.com/judithhinlung)) ##### Committers: 1 - Judith Lung ([@judithhinlung](https://redirect.github.com/judithhinlung))Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - 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 these updates again.
This PR was generated by Mend Renovate. View the repository job log.