-
Notifications
You must be signed in to change notification settings - Fork 648
Commit 625b075
committed
Auto merge of #2517 - rust-lang:dependabot/npm_and_yarn/ember-template-lint-2.7.0, r=Turbo87
Bump ember-template-lint from 2.6.0 to 2.7.0
Bumps [ember-template-lint](https://github.com/ember-template-lint/ember-template-lint) from 2.6.0 to 2.7.0.
<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.7.0</h2>
<h4>:rocket: Enhancement</h4>
<ul>
<li><a href="https://github-redirect.dependabot.com/ember-template-lint/ember-template-lint/pull/927">#927</a> Add <code>no-arguments-for-html-elements</code> rule (<a href="https://github.com/lifeart">@lifeart</a>)</li>
<li><a href="https://github-redirect.dependabot.com/ember-template-lint/ember-template-lint/pull/1320">#1320</a> Add <code>catchNonexistentRoles</code> option (default false) to <code>no-invalid-role</code> rule (<a href="https://github.com/rajasegar">@rajasegar</a>)</li>
<li><a href="https://github-redirect.dependabot.com/ember-template-lint/ember-template-lint/pull/1222">#1222</a> Add new rule: <code>no-unbalanced-curlies</code> (<a href="https://github.com/pablobm">@pablobm</a>)</li>
</ul>
<h4>:bug: Bug Fix</h4>
<ul>
<li><a href="https://github-redirect.dependabot.com/ember-template-lint/ember-template-lint/pull/1324">#1324</a> Ensure <code>require-valid-alt-text</code> can handle a dynamic <code>role</code> attribute (<a href="https://github.com/gabrielcsapo">@gabrielcsapo</a>)</li>
<li><a href="https://github-redirect.dependabot.com/ember-template-lint/ember-template-lint/pull/1317">#1317</a> Avoid glob matching when no-glob is present (e.g. globs have already been replaced by shell expansion) (<a href="https://github.com/gabrielcsapo">@gabrielcsapo</a>)</li>
</ul>
<h4>:memo: Documentation</h4>
<ul>
<li><a href="https://github-redirect.dependabot.com/ember-template-lint/ember-template-lint/pull/1313">#1313</a> Update documentation and examples for <code>no-positive-tabindex</code> (<a href="https://github.com/MelSumner">@MelSumner</a>)</li>
</ul>
<h4>:house: Internal</h4>
<ul>
<li><a href="https://github-redirect.dependabot.com/ember-template-lint/ember-template-lint/pull/1323">#1323</a> Refactor <code>no-invalid-role</code> rule to better support future additions (<a href="https://github.com/bmish">@bmish</a>)</li>
<li><a href="https://github-redirect.dependabot.com/ember-template-lint/ember-template-lint/pull/1298">#1298</a> Add shell-specific tests for reading from stdin (<a href="https://github.com/dcyriller">@dcyriller</a>)</li>
</ul>
<h4>Committers: 7</h4>
<ul>
<li>Alex Kanunnikov (<a href="https://github.com/lifeart">@lifeart</a>)</li>
<li>Bryan Mishkin (<a href="https://github.com/bmish">@bmish</a>)</li>
<li>Cyrille David (<a href="https://github.com/dcyriller">@dcyriller</a>)</li>
<li>Gabriel Csapo (<a href="https://github.com/gabrielcsapo">@gabrielcsapo</a>)</li>
<li>Melanie Sumner (<a href="https://github.com/MelSumner">@MelSumner</a>)</li>
<li>Pablo Brasero (<a href="https://github.com/pablobm">@pablobm</a>)</li>
<li>Rajasegar Chandran (<a href="https://github.com/rajasegar">@rajasegar</a>)</li>
</ul>
</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.7.0 (2020-05-11)</h2>
<h4>:rocket: Enhancement</h4>
<ul>
<li><a href="https://github-redirect.dependabot.com/ember-template-lint/ember-template-lint/pull/927">#927</a> Add <code>no-arguments-for-html-elements</code> rule (<a href="https://github.com/lifeart">@lifeart</a>)</li>
<li><a href="https://github-redirect.dependabot.com/ember-template-lint/ember-template-lint/pull/1320">#1320</a> Add <code>catchNonexistentRoles</code> option (default false) to <code>no-invalid-role</code> rule (<a href="https://github.com/rajasegar">@rajasegar</a>)</li>
<li><a href="https://github-redirect.dependabot.com/ember-template-lint/ember-template-lint/pull/1222">#1222</a> Add new rule: <code>no-unbalanced-curlies</code> (<a href="https://github.com/pablobm">@pablobm</a>)</li>
</ul>
<h4>:bug: Bug Fix</h4>
<ul>
<li><a href="https://github-redirect.dependabot.com/ember-template-lint/ember-template-lint/pull/1324">#1324</a> Ensure <code>require-valid-alt-text</code> can handle a dynamic <code>role</code> attribute (<a href="https://github.com/gabrielcsapo">@gabrielcsapo</a>)</li>
<li><a href="https://github-redirect.dependabot.com/ember-template-lint/ember-template-lint/pull/1317">#1317</a> Avoid glob matching when no-glob is present (e.g. globs have already been replaced by shell expansion) (<a href="https://github.com/gabrielcsapo">@gabrielcsapo</a>)</li>
</ul>
<h4>:memo: Documentation</h4>
<ul>
<li><a href="https://github-redirect.dependabot.com/ember-template-lint/ember-template-lint/pull/1313">#1313</a> Update documentation and examples for <code>no-positive-tabindex</code> (<a href="https://github.com/MelSumner">@MelSumner</a>)</li>
</ul>
<h4>:house: Internal</h4>
<ul>
<li><a href="https://github-redirect.dependabot.com/ember-template-lint/ember-template-lint/pull/1323">#1323</a> Refactor <code>no-invalid-role</code> rule to better support future additions (<a href="https://github.com/bmish">@bmish</a>)</li>
<li><a href="https://github-redirect.dependabot.com/ember-template-lint/ember-template-lint/pull/1298">#1298</a> Add shell-specific tests for reading from stdin (<a href="https://github.com/dcyriller">@dcyriller</a>)</li>
</ul>
<h4>Committers: 7</h4>
<ul>
<li>Alex Kanunnikov (<a href="https://github.com/lifeart">@lifeart</a>)</li>
<li>Bryan Mishkin (<a href="https://github.com/bmish">@bmish</a>)</li>
<li>Cyrille David (<a href="https://github.com/dcyriller">@dcyriller</a>)</li>
<li>Gabriel Csapo (<a href="https://github.com/gabrielcsapo">@gabrielcsapo</a>)</li>
<li>Melanie Sumner (<a href="https://github.com/MelSumner">@MelSumner</a>)</li>
<li>Pablo Brasero (<a href="https://github.com/pablobm">@pablobm</a>)</li>
<li>Rajasegar Chandran (<a href="https://github.com/rajasegar">@rajasegar</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/ember-template-lint/ember-template-lint/commit/e39ac9ef9fc321c8e476b80159fc563c6a0c0f7d"><code>e39ac9e</code></a> Release 2.7.0</li>
<li><a href="https://github.com/ember-template-lint/ember-template-lint/commit/b80a9329dee20caf57bb294e76cae8df190c0385"><code>b80a932</code></a> Bump execa from 4.0.0 to 4.0.1</li>
<li><a href="https://github.com/ember-template-lint/ember-template-lint/commit/d19aac71f375c4b661d6169e62a5e9ab7912ab58"><code>d19aac7</code></a> Add <code>no-arguments-for-html-elements</code> rule (<a href="https://github-redirect.dependabot.com/ember-template-lint/ember-template-lint/issues/927">#927</a>)</li>
<li><a href="https://github.com/ember-template-lint/ember-template-lint/commit/3abd2841c60667ea112bac0bec50c1d71696ee58"><code>3abd284</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/ember-template-lint/ember-template-lint/issues/1320">#1320</a> from rajasegar/no-invalid-role</li>
<li><a href="https://github.com/ember-template-lint/ember-template-lint/commit/5d05591c5e11ce26f1570348b43d3aef8817b134"><code>5d05591</code></a> chore: add TODO message in docs and rename err function</li>
<li><a href="https://github.com/ember-template-lint/ember-template-lint/commit/67c2a1b1537687bfc04ccb6d3d9cb25edef6c598"><code>67c2a1b</code></a> chore: add config section for rule docs</li>
<li><a href="https://github.com/ember-template-lint/ember-template-lint/commit/97f11685ce7f6df4ca003440430c362d58b8f6e0"><code>97f1168</code></a> chore: add test for catchInvalidRoles off</li>
<li><a href="https://github.com/ember-template-lint/ember-template-lint/commit/1a38058146e1266815192c9350f5b9219423ad13"><code>1a38058</code></a> [Security] Bump acorn from 7.1.0 to 7.1.1</li>
<li><a href="https://github.com/ember-template-lint/ember-template-lint/commit/86429557e9a69ed13a3adc3158e143766a4ef8e6"><code>8642955</code></a> Bump markdownlint-cli from 0.22.0 to 0.23.0</li>
<li><a href="https://github.com/ember-template-lint/ember-template-lint/commit/96ebc3ebb35a51ea2d4225009d17421062076345"><code>96ebc3e</code></a> Bump jest from 25.5.4 to 26.0.1</li>
<li>Additional commits viewable in <a href="https://github.com/ember-template-lint/ember-template-lint/compare/v2.6.0...v2.7.0">compare view</a></li>
</ul>
</details>
<br />
[](https://dependabot.com/compatibility-score/?dependency-name=ember-template-lint&package-manager=npm_and_yarn&previous-version=2.6.0&new-version=2.7.0)
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>File tree
Expand file treeCollapse file tree
2 files changed
+11
-21
lines changedFilter options
Expand file treeCollapse file tree
2 files changed
+11
-21
lines changed+10-20Lines changed: 10 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
88 | 88 |
| |
89 | 89 |
| |
90 | 90 |
| |
91 |
| - | |
| 91 | + | |
92 | 92 |
| |
93 | 93 |
| |
94 | 94 |
| |
|
0 commit comments