-
Notifications
You must be signed in to change notification settings - Fork 649
Commit 56fe746
committed
Auto merge of #2079 - rust-lang:dependabot/npm_and_yarn/ember-template-lint-1.12.3, r=Turbo87
Bump ember-template-lint from 1.12.1 to 1.12.3
Bumps [ember-template-lint](https://github.com/ember-template-lint/ember-template-lint) from 1.12.1 to 1.12.3.
<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>v1.12.3</h2>
<h4>:bug: Bug Fix</h4>
<ul>
<li><a href="https://github-redirect.dependabot.com/ember-template-lint/ember-template-lint/pull/1032">#1032</a> no-curly-component-invocation: Ignore built-ins and fix nested key scoped variable scenario (<a href="https://github.com/Turbo87">@Turbo87</a>)</li>
<li><a href="https://github-redirect.dependabot.com/ember-template-lint/ember-template-lint/pull/1031">#1031</a> no-passed-in-event-handlers: Ignore built-in <code>input</code> and <code>textarea</code> components (<a href="https://github.com/Turbo87">@Turbo87</a>)</li>
</ul>
<h4>Committers: 1</h4>
<ul>
<li>Tobias Bieniek (<a href="https://github.com/Turbo87">@Turbo87</a>)</li>
</ul>
<h2>Release 1.12.2</h2>
<h4>:bug: Bug Fix</h4>
<ul>
<li><a href="https://github-redirect.dependabot.com/ember-template-lint/ember-template-lint/pull/1027">#1027</a> Refactor <code>no-curly-component-invocation</code> to reduce the occurrences of false positives (<a href="https://github.com/Turbo87">@Turbo87</a>)</li>
<li><a href="https://github-redirect.dependabot.com/ember-template-lint/ember-template-lint/pull/1019">#1019</a> Adding error when individual pending rules are passing (<a href="https://github.com/gmurphey">@gmurphey</a>)</li>
<li><a href="https://github-redirect.dependabot.com/ember-template-lint/ember-template-lint/pull/954">#954</a> Update <code>--print-pending</code> logic to ignore existing pending modules that have no linting errors (<a href="https://github.com/gmurphey">@gmurphey</a>)</li>
</ul>
<h4>:memo: Documentation</h4>
<ul>
<li><a href="https://github-redirect.dependabot.com/ember-template-lint/ember-template-lint/pull/1016">#1016</a> Correct name of class (<a href="https://github.com/kategengler">@kategengler</a>)</li>
</ul>
<h4>:house: Internal</h4>
<ul>
<li><a href="https://github-redirect.dependabot.com/ember-template-lint/ember-template-lint/pull/1011">#1011</a> Add test cases for <code>{{!-- template-lint-disable --}}</code> comments (<a href="https://github.com/Turbo87">@Turbo87</a>)</li>
</ul>
<h4>Committers: 4</h4>
<ul>
<li>Garrett Murphey (<a href="https://github.com/gmurphey">@gmurphey</a>)</li>
<li>Katie Gengler (<a href="https://github.com/kategengler">@kategengler</a>)</li>
<li>Tobias Bieniek (<a href="https://github.com/Turbo87">@Turbo87</a>)</li>
<li><a href="https://github.com/apps/dependabot-preview">@dependabot-preview[bot]</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>v1.12.3 (2019-12-23)</h2>
<h4>:bug: Bug Fix</h4>
<ul>
<li><a href="https://github-redirect.dependabot.com/ember-template-lint/ember-template-lint/pull/1032">#1032</a> no-curly-component-invocation: Ignore built-ins and fix nested key scoped variable scenario (<a href="https://github.com/Turbo87">@Turbo87</a>)</li>
<li><a href="https://github-redirect.dependabot.com/ember-template-lint/ember-template-lint/pull/1031">#1031</a> no-passed-in-event-handlers: Ignore built-in <code>input</code> and <code>textarea</code> components (<a href="https://github.com/Turbo87">@Turbo87</a>)</li>
</ul>
<h4>Committers: 1</h4>
<ul>
<li>Tobias Bieniek (<a href="https://github.com/Turbo87">@Turbo87</a>)</li>
</ul>
<h2>v1.12.2 (2019-12-23)</h2>
<h4>:bug: Bug Fix</h4>
<ul>
<li><a href="https://github-redirect.dependabot.com/ember-template-lint/ember-template-lint/pull/1027">#1027</a> Refactor <code>no-curly-component-invocation</code> to reduce the occurrences of false positives (<a href="https://github.com/Turbo87">@Turbo87</a>)</li>
<li><a href="https://github-redirect.dependabot.com/ember-template-lint/ember-template-lint/pull/1019">#1019</a> Adding error when individual pending rules are passing (<a href="https://github.com/gmurphey">@gmurphey</a>)</li>
<li><a href="https://github-redirect.dependabot.com/ember-template-lint/ember-template-lint/pull/954">#954</a> Update <code>--print-pending</code> logic to ignore existing pending modules that have no linting errors (<a href="https://github.com/gmurphey">@gmurphey</a>)</li>
</ul>
<h4>:memo: Documentation</h4>
<ul>
<li><a href="https://github-redirect.dependabot.com/ember-template-lint/ember-template-lint/pull/1016">#1016</a> Correct name of class (<a href="https://github.com/kategengler">@kategengler</a>)</li>
</ul>
<h4>:house: Internal</h4>
<ul>
<li><a href="https://github-redirect.dependabot.com/ember-template-lint/ember-template-lint/pull/1011">#1011</a> Add test cases for <code>{{!-- template-lint-disable --}}</code> comments (<a href="https://github.com/Turbo87">@Turbo87</a>)</li>
</ul>
<h4>Committers: 4</h4>
<ul>
<li>Garrett Murphey (<a href="https://github.com/gmurphey">@gmurphey</a>)</li>
<li>Katie Gengler (<a href="https://github.com/kategengler">@kategengler</a>)</li>
<li>Tobias Bieniek (<a href="https://github.com/Turbo87">@Turbo87</a>)</li>
<li><a href="https://github.com/apps/dependabot-preview">@dependabot-preview[bot]</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/ember-template-lint/ember-template-lint/commit/eb2023bfe40988d4f05bb80dfacb6e9d458b143d"><code>eb2023b</code></a> v1.12.3</li>
<li><a href="https://github.com/ember-template-lint/ember-template-lint/commit/46e04708db55f58d1867db397e7839b10a68d336"><code>46e0470</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/ember-template-lint/ember-template-lint/issues/1032">#1032</a> from Turbo87/no-curly-builtins</li>
<li><a href="https://github.com/ember-template-lint/ember-template-lint/commit/5e080759073a6bc58970048471a6d1d226727301"><code>5e08075</code></a> no-curly-component-invocation: Ignore single-word no-arguments built-ins</li>
<li><a href="https://github.com/ember-template-lint/ember-template-lint/commit/db5610b1d34b445314ee7a6b77809af627fb4187"><code>db5610b</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/ember-template-lint/ember-template-lint/issues/1031">#1031</a> from Turbo87/event-handler-builtins</li>
<li><a href="https://github.com/ember-template-lint/ember-template-lint/commit/f9ce43d29b00d170d848dd584657ef59270e4236"><code>f9ce43d</code></a> no-curly-component-invocation: Handle nested paths in scoped variable blocks ...</li>
<li><a href="https://github.com/ember-template-lint/ember-template-lint/commit/43ff88ef399623dd5e525f9efa3f572323c920e5"><code>43ff88e</code></a> no-passed-in-event-handlers: Ignore built-in <code>input</code> and <code>textarea</code> components</li>
<li><a href="https://github.com/ember-template-lint/ember-template-lint/commit/edd7d9c9390892d9b95d5e7e9068bd71699ab6b2"><code>edd7d9c</code></a> no-passed-in-event-handlers: Change visitor to use <code>ElementNode</code> instead of `...</li>
<li><a href="https://github.com/ember-template-lint/ember-template-lint/commit/00cc3db4a1491b1b682abce5a0ec8532f86004bb"><code>00cc3db</code></a> Release 1.12.2</li>
<li><a href="https://github.com/ember-template-lint/ember-template-lint/commit/ecd210295388aa40bcc91d8f239ef1e4beff2aa7"><code>ecd2102</code></a> no-curly-component-invocation: Fix false positives (<a href="https://github-redirect.dependabot.com/ember-template-lint/ember-template-lint/issues/1027">#1027</a>)</li>
<li><a href="https://github.com/ember-template-lint/ember-template-lint/commit/ee9eca48906bffd1176a72c400b921c2b62e49ac"><code>ee9eca4</code></a> no-curly-component-invocation: Add <code>noImplicitThis</code> option</li>
<li>Additional commits viewable in <a href="https://github.com/ember-template-lint/ember-template-lint/compare/v1.12.1...v1.12.3">compare view</a></li>
</ul>
</details>
<br />
[](https://dependabot.com/compatibility-score.html?dependency-name=ember-template-lint&package-manager=npm_and_yarn&previous-version=1.12.1&new-version=1.12.3)
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
+16
-46
lines changedFilter options
Expand file treeCollapse file tree
2 files changed
+16
-46
lines changed+15-45Lines changed: 15 additions & 45 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 | |
---|---|---|---|
| |||
70 | 70 |
| |
71 | 71 |
| |
72 | 72 |
| |
73 |
| - | |
| 73 | + | |
74 | 74 |
| |
75 | 75 |
| |
76 | 76 |
| |
|
0 commit comments