-
Notifications
You must be signed in to change notification settings - Fork 649
Commit e12b718
committed
Auto merge of #2420 - rust-lang:dependabot/npm_and_yarn/ember-template-lint-2.5.2, r=Turbo87
Bump ember-template-lint from 2.4.1 to 2.5.2
Bumps [ember-template-lint](https://github.com/ember-template-lint/ember-template-lint) from 2.4.1 to 2.5.2.
<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.5.2</h2>
<h4>:bug: Bug Fix</h4>
<ul>
<li><a href="https://github-redirect.dependabot.com/ember-template-lint/ember-template-lint/pull/1264">#1264</a> Ensure <code>--json</code> argument can be used anywhere on the command line. (<a href="https://github.com/dcyriller">@dcyriller</a>)</li>
</ul>
<h4>:house: Internal</h4>
<ul>
<li><a href="https://github-redirect.dependabot.com/ember-template-lint/ember-template-lint/pull/1265">#1265</a> test(cli): Set LC_ALL env var to en_US (<a href="https://github.com/dcyriller">@dcyriller</a>)</li>
</ul>
<h4>Committers: 1</h4>
<ul>
<li>Cyrille David (<a href="https://github.com/dcyriller">@dcyriller</a>)</li>
</ul>
<h2>Release 2.5.1</h2>
<h4>:rocket: Enhancement</h4>
<ul>
<li><a href="https://github-redirect.dependabot.com/ember-template-lint/ember-template-lint/pull/1260">#1260</a> Expose <code>ember-template-recast</code> API on main entry point (e.g. <code>require('ember-template-lint').recast</code>) (<a href="https://github.com/dcyriller">@dcyriller</a>)</li>
</ul>
<h4>Committers: 1</h4>
<ul>
<li>Cyrille David (<a href="https://github.com/dcyriller">@dcyriller</a>)</li>
</ul>
<h2>Release 2.5.0</h2>
<h4>:rocket: Enhancement</h4>
<ul>
<li><a href="https://github-redirect.dependabot.com/ember-template-lint/ember-template-lint/pull/1251">#1251</a> Pass <code>env</code> from <code>ember-template-recast</code> to rules so they can use <code>env.syntax.builders.*</code> during <code>ember-template-lint **/*.hbs --fix</code>. (<a href="https://github.com/dcyriller">@dcyriller</a>)</li>
<li><a href="https://github-redirect.dependabot.com/ember-template-lint/ember-template-lint/pull/1238">#1238</a> Add new rule: <code>require-form-method</code> (<a href="https://github.com/raido">@raido</a>)</li>
</ul>
<h4>:bug: Bug Fix</h4>
<ul>
<li><a href="https://github-redirect.dependabot.com/ember-template-lint/ember-template-lint/pull/1257">#1257</a> Ensure GitHub Action annotations are not emitted for warnings. (<a href="https://github.com/eramod">@eramod</a>)</li>
</ul>
<h4>:memo: Documentation</h4>
<ul>
<li><a href="https://github-redirect.dependabot.com/ember-template-lint/ember-template-lint/pull/1250">#1250</a> Update each rule doc to mention what config enables the rule (<a href="https://github.com/bmish">@bmish</a>)</li>
</ul>
<h4>Committers: 5</h4>
<ul>
<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>Dianne Eramo (<a href="https://github.com/eramod">@eramod</a>)</li>
<li>Raido Kuli (<a href="https://github.com/raido">@raido</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>v2.5.2 (2020-04-11)</h2>
<h4>:bug: Bug Fix</h4>
<ul>
<li><a href="https://github-redirect.dependabot.com/ember-template-lint/ember-template-lint/pull/1264">#1264</a> Ensure <code>--json</code> argument can be used anywhere on the command line. (<a href="https://github.com/dcyriller">@dcyriller</a>)</li>
</ul>
<h4>:house: Internal</h4>
<ul>
<li><a href="https://github-redirect.dependabot.com/ember-template-lint/ember-template-lint/pull/1265">#1265</a> test(cli): Set LC_ALL env var to en_US (<a href="https://github.com/dcyriller">@dcyriller</a>)</li>
</ul>
<h4>Committers: 1</h4>
<ul>
<li>Cyrille David (<a href="https://github.com/dcyriller">@dcyriller</a>)</li>
</ul>
<h2>v2.5.1 (2020-04-09)</h2>
<h4>:rocket: Enhancement</h4>
<ul>
<li><a href="https://github-redirect.dependabot.com/ember-template-lint/ember-template-lint/pull/1260">#1260</a> Expose <code>ember-template-recast</code> API on main entry point (e.g. <code>require('ember-template-lint').recast</code>) (<a href="https://github.com/dcyriller">@dcyriller</a>)</li>
</ul>
<h4>Committers: 1</h4>
<ul>
<li>Cyrille David (<a href="https://github.com/dcyriller">@dcyriller</a>)</li>
</ul>
<h2>v2.5.0 (2020-04-08)</h2>
<h4>:rocket: Enhancement</h4>
<ul>
<li><a href="https://github-redirect.dependabot.com/ember-template-lint/ember-template-lint/pull/1251">#1251</a> Pass <code>env</code> from <code>ember-template-recast</code> to rules so they can use <code>env.syntax.builders.*</code> during <code>ember-template-lint **/*.hbs --fix</code>. (<a href="https://github.com/dcyriller">@dcyriller</a>)</li>
<li><a href="https://github-redirect.dependabot.com/ember-template-lint/ember-template-lint/pull/1238">#1238</a> Add new rule: <code>require-form-method</code> (<a href="https://github.com/raido">@raido</a>)</li>
</ul>
<h4>:bug: Bug Fix</h4>
<ul>
<li><a href="https://github-redirect.dependabot.com/ember-template-lint/ember-template-lint/pull/1257">#1257</a> Ensure GitHub Action annotations are not emitted for warnings. (<a href="https://github.com/eramod">@eramod</a>)</li>
</ul>
<h4>:memo: Documentation</h4>
<ul>
<li><a href="https://github-redirect.dependabot.com/ember-template-lint/ember-template-lint/pull/1250">#1250</a> Update each rule doc to mention what config enables the rule (<a href="https://github.com/bmish">@bmish</a>)</li>
</ul>
<h4>Committers: 5</h4>
<ul>
<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>Dianne Eramo (<a href="https://github.com/eramod">@eramod</a>)</li>
<li>Raido Kuli (<a href="https://github.com/raido">@raido</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/bc68bb20cc7788567d1da88137ab661d6f66e1b5"><code>bc68bb2</code></a> Release 2.5.2</li>
<li><a href="https://github.com/ember-template-lint/ember-template-lint/commit/f02017e19ce0cee3212cb414954e504ff2145453"><code>f02017e</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/ember-template-lint/ember-template-lint/issues/1265">#1265</a> from dcyriller/set-lang</li>
<li><a href="https://github.com/ember-template-lint/ember-template-lint/commit/555f9ad0762a01caa7c8e1fa1168359aa08a9c0e"><code>555f9ad</code></a> test(cli): Set LC_ALL env var to en_US</li>
<li><a href="https://github.com/ember-template-lint/ember-template-lint/commit/64d7f5e0ef13fb4f86d48a33dc655d474b02e0e2"><code>64d7f5e</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/ember-template-lint/ember-template-lint/issues/1264">#1264</a> from dcyriller/fix-json-option</li>
<li><a href="https://github.com/ember-template-lint/ember-template-lint/commit/d5d50a22dd7055401f3766172c1309a4dcc67b4d"><code>d5d50a2</code></a> Update --help test snapshot</li>
<li><a href="https://github.com/ember-template-lint/ember-template-lint/commit/9aef5c764379bce956a99a2ed91171489cbd5068"><code>9aef5c7</code></a> fix(--json): Add missing boolean type</li>
<li><a href="https://github.com/ember-template-lint/ember-template-lint/commit/8adbf5677eb9e8052cc47f72993b75e37e4bda38"><code>8adbf56</code></a> Add a failing test</li>
<li><a href="https://github.com/ember-template-lint/ember-template-lint/commit/66171140aba099b471ebdf6919950e14be345217"><code>6617114</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/ember-template-lint/ember-template-lint/issues/1266">#1266</a> from dcyriller/bump-actions-checkout</li>
<li><a href="https://github.com/ember-template-lint/ember-template-lint/commit/afb9b1b35592134a871afb8424a6d93e12500e92"><code>afb9b1b</code></a> Bump GH actions/checkout to v2</li>
<li><a href="https://github.com/ember-template-lint/ember-template-lint/commit/73b62b463651071cf5fcad68fa43900620113298"><code>73b62b4</code></a> Release 2.5.1</li>
<li>Additional commits viewable in <a href="https://github.com/ember-template-lint/ember-template-lint/compare/v2.4.1...v2.5.2">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.4.1&new-version=2.5.2)
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
+32
-98
lines changedFilter options
Expand file treeCollapse file tree
2 files changed
+32
-98
lines changed+31-97Lines changed: 31 additions & 97 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 | |
---|---|---|---|
| |||
87 | 87 |
| |
88 | 88 |
| |
89 | 89 |
| |
90 |
| - | |
| 90 | + | |
91 | 91 |
| |
92 | 92 |
| |
93 | 93 |
| |
|
0 commit comments