Skip to content

Commit 723f434

Browse files
committed
Auto merge of #2218 - rust-lang:dependabot/npm_and_yarn/ember-template-lint-2.0.1, r=jtgeibel
Bump ember-template-lint from 1.13.2 to 2.0.1 Bumps [ember-template-lint](https://github.com/ember-template-lint/ember-template-lint) from 1.13.2 to 2.0.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/ember-template-lint/ember-template-lint/releases">ember-template-lint's releases</a>.</em></p> <blockquote> <h2>Release 2.0.1</h2> <h4>:rocket: Enhancement</h4> <ul> <li><a href="https://github-redirect.dependabot.com/ember-template-lint/ember-template-lint/pull/935">#935</a> Implement more plumbing for <code>--fix</code> support (add <code>Linter.prototype.verifyAndFix</code>) (<a href="https://github.com/dcyriller">@dcyriller</a>)</li> </ul> <h4>:bug: Bug Fix</h4> <ul> <li><a href="https://github-redirect.dependabot.com/ember-template-lint/ember-template-lint/pull/1153">#1153</a> Ensure plugins are resolved relative to config file location. (<a href="https://github.com/rwjblue">@rwjblue</a>)</li> <li><a href="https://github-redirect.dependabot.com/ember-template-lint/ember-template-lint/pull/1072">#1072</a> Ensure <code>editorconfig</code> integration always uses the real file path not module name (add's new <code>filePath</code> property for rules to access). (<a href="https://github.com/bobisjan">@bobisjan</a>)</li> </ul> <h4>:house: Internal</h4> <ul> <li><a href="https://github-redirect.dependabot.com/ember-template-lint/ember-template-lint/pull/1151">#1151</a> Add internal <code>fixturify-project</code> based test helper. (<a href="https://github.com/rwjblue">@rwjblue</a>)</li> <li><a href="https://github-redirect.dependabot.com/ember-template-lint/ember-template-lint/pull/1148">#1148</a> Use npm-run-all to run multiple scripts. (<a href="https://github.com/rwjblue">@rwjblue</a>)</li> </ul> <h4>Committers: 3</h4> <ul> <li>Cyrille David (<a href="https://github.com/dcyriller">@dcyriller</a>)</li> <li>Jan Bobisud (<a href="https://github.com/bobisjan">@bobisjan</a>)</li> <li>Robert Jackson (<a href="https://github.com/rwjblue">@rwjblue</a>)</li> </ul> <h2>v2.0.0</h2> <h4>:boom: Breaking Change</h4> <ul> <li><a href="https://github-redirect.dependabot.com/ember-template-lint/ember-template-lint/pull/1067">#1067</a> Remove deprecated <code>templateEnvironmentData</code> rule property (<a href="https://github.com/bmish">@bmish</a>)</li> <li><a href="https://github-redirect.dependabot.com/ember-template-lint/ember-template-lint/pull/1060">#1060</a> Add more rules to <code>stylistic</code> config (<a href="https://github.com/bmish">@bmish</a>)</li> <li><a href="https://github-redirect.dependabot.com/ember-template-lint/ember-template-lint/pull/1061">#1061</a> Remove deprecated rule <code>no-trailing-dot-in-path-expression</code> (<a href="https://github.com/bmish">@bmish</a>)</li> <li><a href="https://github-redirect.dependabot.com/ember-template-lint/ember-template-lint/pull/1059">#1059</a> Add <code>no-index-component-invocation</code> to <code>recommended</code> configuration. (<a href="https://github.com/rwjblue">@rwjblue</a>)</li> <li><a href="https://github-redirect.dependabot.com/ember-template-lint/ember-template-lint/pull/1053">#1053</a> Add <code>no-invalid-role</code> and <code>no-negated-condition</code> rules to <code>recommended</code> preset (<a href="https://github.com/bmish">@bmish</a>)</li> <li><a href="https://github-redirect.dependabot.com/ember-template-lint/ember-template-lint/pull/1052">#1052</a> Change <code>allowDynamicStyles</code> option to default to true in <code>no-inline-styles</code> rule (<a href="https://github.com/bmish">@bmish</a>)</li> <li><a href="https://github-redirect.dependabot.com/ember-template-lint/ember-template-lint/pull/1055">#1055</a> Remove deprecated array config for <code>no-nested-interactive</code> rule (<a href="https://github.com/bmish">@bmish</a>)</li> <li><a href="https://github-redirect.dependabot.com/ember-template-lint/ember-template-lint/pull/1054">#1054</a> Remove deprecated rule <code>no-meta-redirect-with-time-limit</code> which was replaced by <code>no-invalid-meta</code> (<a href="https://github.com/bmish">@bmish</a>)</li> <li><a href="https://github-redirect.dependabot.com/ember-template-lint/ember-template-lint/pull/1047">#1047</a> Add <code>no-args-path</code>, <code>no-invalid-link-text</code>, <code>no-invalid-meta</code>, <code>require-button-type</code> into <code>recommended</code> configuration. (<a href="https://github.com/rwjblue">@rwjblue</a>)</li> <li><a href="https://github-redirect.dependabot.com/ember-template-lint/ember-template-lint/pull/1023">#1023</a> Drop NodeJs v8 support (<a href="https://github.com/dcyriller">@dcyriller</a>)</li> <li><a href="https://github-redirect.dependabot.com/ember-template-lint/ember-template-lint/pull/918">#918</a> Use <code>.editorconfig</code> to choose default value for <code>block-indentation</code> (<a href="https://github.com/lifeart">@lifeart</a>)</li> <li><a href="https://github-redirect.dependabot.com/ember-template-lint/ember-template-lint/pull/919">#919</a> Use <code>.editorconfig</code> to choose default value for <code>linebreak-style</code> (<a href="https://github.com/lifeart">@lifeart</a>)</li> <li><a href="https://github-redirect.dependabot.com/ember-template-lint/ember-template-lint/pull/899">#899</a> Update recommended config (<a href="https://github.com/rwjblue">@rwjblue</a>)</li> <li><a href="https://github-redirect.dependabot.com/ember-template-lint/ember-template-lint/pull/844">#844</a> Remove HTML comment config (<a href="https://github.com/initram">@initram</a>)</li> <li><a href="https://github-redirect.dependabot.com/ember-template-lint/ember-template-lint/pull/885">#885</a> Drop support for NodeJs v6 and v11 (<a href="https://github.com/dcyriller">@dcyriller</a>)</li> </ul> <h4>:rocket: Enhancement</h4> <ul> <li><a href="https://github-redirect.dependabot.com/ember-template-lint/ember-template-lint/pull/1126">#1126</a> Add new rule <code>no-invalid-block-param-definition</code> (<a href="https://github.com/lifeart">@lifeart</a>)</li> <li><a href="https://github-redirect.dependabot.com/ember-template-lint/ember-template-lint/pull/1138">#1138</a> Automatically discover <code>.template-lintrc.js</code> when running linter from a project subdirectory (e.g. a monorepo's package, with linting configuration in the project root). (<a href="https://github.com/lifeart">@lifeart</a>)</li> <li><a href="https://github-redirect.dependabot.com/ember-template-lint/ember-template-lint/pull/1134">#1134</a> Add <code>ignoredTags</code> option to <code>no-invalid-interactive</code> rule (<a href="https://github.com/bmish">@bmish</a>)</li> <li><a href="https://github-redirect.dependabot.com/ember-template-lint/ember-template-lint/pull/1086">#1086</a> Update <code>block-indentation</code> rule to add new <code>ignoreComments</code> option (<a href="https://github.com/akashdsouza">@akashdsouza</a>)</li> <li><a href="https://github-redirect.dependabot.com/ember-template-lint/ember-template-lint/pull/1060">#1060</a> Add more rules to <code>stylistic</code> config (<a href="https://github.com/bmish">@bmish</a>)</li> <li><a href="https://github-redirect.dependabot.com/ember-template-lint/ember-template-lint/pull/1062">#1062</a> Add support for detecting <code>eol-last</code> from <code>.editorconfig</code> (<a href="https://github.com/rwjblue">@rwjblue</a>)</li> <li><a href="https://github-redirect.dependabot.com/ember-template-lint/ember-template-lint/pull/1059">#1059</a> Add <code>no-index-component-invocation</code> to <code>recommended</code> configuration. (<a href="https://github.com/rwjblue">@rwjblue</a>)</li> <li><a href="https://github-redirect.dependabot.com/ember-template-lint/ember-template-lint/pull/1053">#1053</a> Add <code>no-invalid-role</code> and <code>no-negated-condition</code> rules to <code>recommended</code> preset (<a href="https://github.com/bmish">@bmish</a>)</li> <li><a href="https://github-redirect.dependabot.com/ember-template-lint/ember-template-lint/pull/1052">#1052</a> Change <code>allowDynamicStyles</code> option to default to true in <code>no-inline-styles</code> rule (<a href="https://github.com/bmish">@bmish</a>)</li> <li><a href="https://github-redirect.dependabot.com/ember-template-lint/ember-template-lint/pull/1048">#1048</a> Add <code>stylistic</code> configuration (<a href="https://github.com/bmish">@bmish</a>)</li> <li><a href="https://github-redirect.dependabot.com/ember-template-lint/ember-template-lint/pull/1047">#1047</a> Add <code>no-args-path</code>, <code>no-invalid-link-text</code>, <code>no-invalid-meta</code>, <code>require-button-type</code> into <code>recommended</code> configuration. (<a href="https://github.com/rwjblue">@rwjblue</a>)</li> <li><a href="https://github-redirect.dependabot.com/ember-template-lint/ember-template-lint/pull/1045">#1045</a> Remove no-implicit-this from <code>recommended</code> config. (<a href="https://github.com/rwjblue">@rwjblue</a>)</li> </ul> </tr></table> ... (truncated) </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/ember-template-lint/ember-template-lint/blob/master/CHANGELOG.md">ember-template-lint's changelog</a>.</em></p> <blockquote> <h2>v2.0.1 (2020-02-24)</h2> <h4>:rocket: Enhancement</h4> <ul> <li><a href="https://github-redirect.dependabot.com/ember-template-lint/ember-template-lint/pull/935">#935</a> Implement more plumbing for <code>--fix</code> support (add <code>Linter.prototype.verifyAndFix</code>) (<a href="https://github.com/dcyriller">@dcyriller</a>)</li> </ul> <h4>:bug: Bug Fix</h4> <ul> <li><a href="https://github-redirect.dependabot.com/ember-template-lint/ember-template-lint/pull/1153">#1153</a> Ensure plugins are resolved relative to config file location. (<a href="https://github.com/rwjblue">@rwjblue</a>)</li> <li><a href="https://github-redirect.dependabot.com/ember-template-lint/ember-template-lint/pull/1072">#1072</a> Ensure <code>editorconfig</code> integration always uses the real file path not module name (add's new <code>filePath</code> property for rules to access). (<a href="https://github.com/bobisjan">@bobisjan</a>)</li> </ul> <h4>:house: Internal</h4> <ul> <li><a href="https://github-redirect.dependabot.com/ember-template-lint/ember-template-lint/pull/1151">#1151</a> Add internal <code>fixturify-project</code> based test helper. (<a href="https://github.com/rwjblue">@rwjblue</a>)</li> <li><a href="https://github-redirect.dependabot.com/ember-template-lint/ember-template-lint/pull/1148">#1148</a> Use npm-run-all to run multiple scripts. (<a href="https://github.com/rwjblue">@rwjblue</a>)</li> </ul> <h4>Committers: 3</h4> <ul> <li>Cyrille David (<a href="https://github.com/dcyriller">@dcyriller</a>)</li> <li>Jan Bobisud (<a href="https://github.com/bobisjan">@bobisjan</a>)</li> <li>Robert Jackson (<a href="https://github.com/rwjblue">@rwjblue</a>)</li> </ul> <h2>v2.0.0 (2020-02-22)</h2> <h4>:boom: Breaking Change</h4> <ul> <li><a href="https://github-redirect.dependabot.com/ember-template-lint/ember-template-lint/pull/1067">#1067</a> Remove deprecated <code>templateEnvironmentData</code> rule property (<a href="https://github.com/bmish">@bmish</a>)</li> <li><a href="https://github-redirect.dependabot.com/ember-template-lint/ember-template-lint/pull/1060">#1060</a> Add more rules to <code>stylistic</code> config (<a href="https://github.com/bmish">@bmish</a>)</li> <li><a href="https://github-redirect.dependabot.com/ember-template-lint/ember-template-lint/pull/1061">#1061</a> Remove deprecated rule <code>no-trailing-dot-in-path-expression</code> (<a href="https://github.com/bmish">@bmish</a>)</li> <li><a href="https://github-redirect.dependabot.com/ember-template-lint/ember-template-lint/pull/1059">#1059</a> Add <code>no-index-component-invocation</code> to <code>recommended</code> configuration. (<a href="https://github.com/rwjblue">@rwjblue</a>)</li> <li><a href="https://github-redirect.dependabot.com/ember-template-lint/ember-template-lint/pull/1053">#1053</a> Add <code>no-invalid-role</code> and <code>no-negated-condition</code> rules to <code>recommended</code> preset (<a href="https://github.com/bmish">@bmish</a>)</li> <li><a href="https://github-redirect.dependabot.com/ember-template-lint/ember-template-lint/pull/1052">#1052</a> Change <code>allowDynamicStyles</code> option to default to true in <code>no-inline-styles</code> rule (<a href="https://github.com/bmish">@bmish</a>)</li> <li><a href="https://github-redirect.dependabot.com/ember-template-lint/ember-template-lint/pull/1055">#1055</a> Remove deprecated array config for <code>no-nested-interactive</code> rule (<a href="https://github.com/bmish">@bmish</a>)</li> <li><a href="https://github-redirect.dependabot.com/ember-template-lint/ember-template-lint/pull/1054">#1054</a> Remove deprecated rule <code>no-meta-redirect-with-time-limit</code> which was replaced by <code>no-invalid-meta</code> (<a href="https://github.com/bmish">@bmish</a>)</li> <li><a href="https://github-redirect.dependabot.com/ember-template-lint/ember-template-lint/pull/1047">#1047</a> Add <code>no-args-path</code>, <code>no-invalid-link-text</code>, <code>no-invalid-meta</code>, <code>require-button-type</code> into <code>recommended</code> configuration. (<a href="https://github.com/rwjblue">@rwjblue</a>)</li> <li><a href="https://github-redirect.dependabot.com/ember-template-lint/ember-template-lint/pull/1023">#1023</a> Drop NodeJs v8 support (<a href="https://github.com/dcyriller">@dcyriller</a>)</li> <li><a href="https://github-redirect.dependabot.com/ember-template-lint/ember-template-lint/pull/918">#918</a> Use <code>.editorconfig</code> to choose default value for <code>block-indentation</code> (<a href="https://github.com/lifeart">@lifeart</a>)</li> <li><a href="https://github-redirect.dependabot.com/ember-template-lint/ember-template-lint/pull/919">#919</a> Use <code>.editorconfig</code> to choose default value for <code>linebreak-style</code> (<a href="https://github.com/lifeart">@lifeart</a>)</li> <li><a href="https://github-redirect.dependabot.com/ember-template-lint/ember-template-lint/pull/899">#899</a> Update recommended config (<a href="https://github.com/rwjblue">@rwjblue</a>)</li> <li><a href="https://github-redirect.dependabot.com/ember-template-lint/ember-template-lint/pull/844">#844</a> Remove HTML comment config (<a href="https://github.com/initram">@initram</a>)</li> <li><a href="https://github-redirect.dependabot.com/ember-template-lint/ember-template-lint/pull/885">#885</a> Drop support for NodeJs v6 and v11 (<a href="https://github.com/dcyriller">@dcyriller</a>)</li> </ul> <h4>:rocket: Enhancement</h4> <ul> <li><a href="https://github-redirect.dependabot.com/ember-template-lint/ember-template-lint/pull/1126">#1126</a> Add new rule <code>no-invalid-block-param-definition</code> (<a href="https://github.com/lifeart">@lifeart</a>)</li> <li><a href="https://github-redirect.dependabot.com/ember-template-lint/ember-template-lint/pull/1138">#1138</a> Automatically discover <code>.template-lintrc.js</code> when running linter from a project subdirectory (e.g. a monorepo's package, with linting configuration in the project root). (<a href="https://github.com/lifeart">@lifeart</a>)</li> <li><a href="https://github-redirect.dependabot.com/ember-template-lint/ember-template-lint/pull/1134">#1134</a> Add <code>ignoredTags</code> option to <code>no-invalid-interactive</code> rule (<a href="https://github.com/bmish">@bmish</a>)</li> <li><a href="https://github-redirect.dependabot.com/ember-template-lint/ember-template-lint/pull/1086">#1086</a> Update <code>block-indentation</code> rule to add new <code>ignoreComments</code> option (<a href="https://github.com/akashdsouza">@akashdsouza</a>)</li> <li><a href="https://github-redirect.dependabot.com/ember-template-lint/ember-template-lint/pull/1060">#1060</a> Add more rules to <code>stylistic</code> config (<a href="https://github.com/bmish">@bmish</a>)</li> <li><a href="https://github-redirect.dependabot.com/ember-template-lint/ember-template-lint/pull/1062">#1062</a> Add support for detecting <code>eol-last</code> from <code>.editorconfig</code> (<a href="https://github.com/rwjblue">@rwjblue</a>)</li> <li><a href="https://github-redirect.dependabot.com/ember-template-lint/ember-template-lint/pull/1059">#1059</a> Add <code>no-index-component-invocation</code> to <code>recommended</code> configuration. (<a href="https://github.com/rwjblue">@rwjblue</a>)</li> <li><a href="https://github-redirect.dependabot.com/ember-template-lint/ember-template-lint/pull/1053">#1053</a> Add <code>no-invalid-role</code> and <code>no-negated-condition</code> rules to <code>recommended</code> preset (<a href="https://github.com/bmish">@bmish</a>)</li> <li><a href="https://github-redirect.dependabot.com/ember-template-lint/ember-template-lint/pull/1052">#1052</a> Change <code>allowDynamicStyles</code> option to default to true in <code>no-inline-styles</code> rule (<a href="https://github.com/bmish">@bmish</a>)</li> <li><a href="https://github-redirect.dependabot.com/ember-template-lint/ember-template-lint/pull/1048">#1048</a> Add <code>stylistic</code> configuration (<a href="https://github.com/bmish">@bmish</a>)</li> <li><a href="https://github-redirect.dependabot.com/ember-template-lint/ember-template-lint/pull/1047">#1047</a> Add <code>no-args-path</code>, <code>no-invalid-link-text</code>, <code>no-invalid-meta</code>, <code>require-button-type</code> into <code>recommended</code> configuration. (<a href="https://github.com/rwjblue">@rwjblue</a>)</li> <li><a href="https://github-redirect.dependabot.com/ember-template-lint/ember-template-lint/pull/1045">#1045</a> Remove no-implicit-this from <code>recommended</code> config. (<a href="https://github.com/rwjblue">@rwjblue</a>)</li> </ul> </tr></table> ... (truncated) </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ember-template-lint/ember-template-lint/commit/23c8298ee96e523fe2c702171e64b9530fd4da7a"><code>23c8298</code></a> Release 2.0.1</li> <li><a href="https://github.com/ember-template-lint/ember-template-lint/commit/ab352cb7b9926bd0799799eec62f72a0a7d2bcc4"><code>ab352cb</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/ember-template-lint/ember-template-lint/issues/1153">#1153</a> from rwjblue/fix-plugin-resolution</li> <li><a href="https://github.com/ember-template-lint/ember-template-lint/commit/0f191eaf024b5248674dfd5d7a8b50baea125362"><code>0f191ea</code></a> Ensure plugins are resolved relative to config file location.</li> <li><a href="https://github.com/ember-template-lint/ember-template-lint/commit/1965bf94dde5c6d25492b217b92bab53e05d01d4"><code>1965bf9</code></a> Add failing test for resolving plugin.</li> <li><a href="https://github.com/ember-template-lint/ember-template-lint/commit/174be7e435ae3048ea31b622712fb01402612459"><code>174be7e</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/ember-template-lint/ember-template-lint/issues/1151">#1151</a> from rwjblue/update-fixture-test-harness</li> <li><a href="https://github.com/ember-template-lint/ember-template-lint/commit/6ff6792d868b488998caee2e2a109f74b2685ec8"><code>6ff6792</code></a> Add fake project test helper.</li> <li><a href="https://github.com/ember-template-lint/ember-template-lint/commit/05e6446cd3998d83354ac986a021d80e7b916849"><code>05e6446</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/ember-template-lint/ember-template-lint/issues/1072">#1072</a> from bobisjan/editorconfig-eol-last-fail</li> <li><a href="https://github.com/ember-template-lint/ember-template-lint/commit/abaf9834f2dbe4f1d7ddeaa2fa993b76cdd31355"><code>abaf983</code></a> Use file path to fix reading data from EditorConfig</li> <li><a href="https://github.com/ember-template-lint/ember-template-lint/commit/f9da54ef41d32a10a780e139f1293da7b3eed21b"><code>f9da54e</code></a> Add path to file option</li> <li><a href="https://github.com/ember-template-lint/ember-template-lint/commit/9d8c480367389b1351c198377a60c0385ec1a8b8"><code>9d8c480</code></a> Add failing test for EditorConfig</li> <li>Additional commits viewable in <a href="https://github.com/ember-template-lint/ember-template-lint/compare/v1.13.2...v2.0.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=ember-template-lint&package-manager=npm_and_yarn&previous-version=1.13.2&new-version=2.0.1)](https://dependabot.com/compatibility-score/?dependency-name=ember-template-lint&package-manager=npm_and_yarn&previous-version=1.13.2&new-version=2.0.1) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in the `.dependabot/config.yml` file in this repo: - Update frequency - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) </details>
2 parents 6f4f465 + 86c68e4 commit 723f434

File tree

2 files changed

+524
-121
lines changed

2 files changed

+524
-121
lines changed

0 commit comments

Comments
 (0)