Skip to content

Bump ember-template-lint from 1.12.1 to 1.12.3 #2079

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 2, 2020

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps ember-template-lint from 1.12.1 to 1.12.3.

Release notes

Sourced from ember-template-lint's releases.

v1.12.3

🐛 Bug Fix

  • #1032 no-curly-component-invocation: Ignore built-ins and fix nested key scoped variable scenario (@Turbo87)
  • #1031 no-passed-in-event-handlers: Ignore built-in input and textarea components (@Turbo87)

Committers: 1

Release 1.12.2

🐛 Bug Fix

  • #1027 Refactor no-curly-component-invocation to reduce the occurrences of false positives (@Turbo87)
  • #1019 Adding error when individual pending rules are passing (@gmurphey)
  • #954 Update --print-pending logic to ignore existing pending modules that have no linting errors (@gmurphey)

📝 Documentation

🏠 Internal

  • #1011 Add test cases for {{!-- template-lint-disable --}} comments (@Turbo87)

Committers: 4

Changelog

Sourced from ember-template-lint's changelog.

v1.12.3 (2019-12-23)

🐛 Bug Fix

  • #1032 no-curly-component-invocation: Ignore built-ins and fix nested key scoped variable scenario (@Turbo87)
  • #1031 no-passed-in-event-handlers: Ignore built-in input and textarea components (@Turbo87)

Committers: 1

v1.12.2 (2019-12-23)

🐛 Bug Fix

  • #1027 Refactor no-curly-component-invocation to reduce the occurrences of false positives (@Turbo87)
  • #1019 Adding error when individual pending rules are passing (@gmurphey)
  • #954 Update --print-pending logic to ignore existing pending modules that have no linting errors (@gmurphey)

📝 Documentation

🏠 Internal

  • #1011 Add test cases for {{!-- template-lint-disable --}} comments (@Turbo87)

Committers: 4

Commits
  • eb2023b v1.12.3
  • 46e0470 Merge pull request #1032 from Turbo87/no-curly-builtins
  • 5e08075 no-curly-component-invocation: Ignore single-word no-arguments built-ins
  • db5610b Merge pull request #1031 from Turbo87/event-handler-builtins
  • f9ce43d no-curly-component-invocation: Handle nested paths in scoped variable blocks ...
  • 43ff88e no-passed-in-event-handlers: Ignore built-in input and textarea components
  • edd7d9c no-passed-in-event-handlers: Change visitor to use ElementNode instead of `...
  • 00cc3db Release 1.12.2
  • ecd2102 no-curly-component-invocation: Fix false positives (#1027)
  • ee9eca4 no-curly-component-invocation: Add noImplicitThis option
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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)

@rust-highfive
Copy link

r? @smarnach

(rust_highfive has picked a reviewer for you, use r? to override)

@carols10cents
Copy link
Member

r? @Turbo87 since you're in the changelog for ember-template-lint ;)

@rust-highfive rust-highfive assigned Turbo87 and unassigned smarnach Jan 2, 2020
@Turbo87
Copy link
Member

Turbo87 commented Jan 2, 2020

@bors r+

@bors
Copy link
Contributor

bors commented Jan 2, 2020

📌 Commit c5b0056 has been approved by Turbo87

@bors
Copy link
Contributor

bors commented Jan 2, 2020

⌛ Testing commit c5b0056 with merge 56fe746...

bors added a commit that referenced this pull request Jan 2, 2020
…e-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 />

[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=ember-template-lint&package-manager=npm_and_yarn&previous-version=1.12.1&new-version=1.12.3)](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>
@bors
Copy link
Contributor

bors commented Jan 2, 2020

☀️ Test successful - checks-travis
Approved by: Turbo87
Pushing 56fe746 to master...

@bors bors merged commit c5b0056 into master Jan 2, 2020
@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/ember-template-lint-1.12.3 branch January 2, 2020 17:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants