Skip to content

Commit 492c742

Browse files
committed
Auto merge of #2613 - rust-lang:dependabot/npm_and_yarn/ember-template-lint-2.9.0, r=Turbo87
Bump ember-template-lint from 2.8.0 to 2.9.0 Bumps [ember-template-lint](https://github.com/ember-template-lint/ember-template-lint) from 2.8.0 to 2.9.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>v2.9.0</h2> <h4>:rocket: Enhancement</h4> <ul> <li><a href="https://github-redirect.dependabot.com/ember-template-lint/ember-template-lint/pull/1400">#1400</a> Refactor <code>no-restricted-invocations</code> rule to significantly improve performance (<a href="https://github.com/bmish">@bmish</a>)</li> <li><a href="https://github-redirect.dependabot.com/ember-template-lint/ember-template-lint/pull/1389">#1389</a> Rename <code>invocable-blacklist</code> rule to <code>no-restricted-invocations</code> (backwards-compatible) (<a href="https://github.com/bmish">@bmish</a>)</li> <li><a href="https://github-redirect.dependabot.com/ember-template-lint/ember-template-lint/pull/1372">#1372</a> Allow specifying a custom error message in <code>no-restricted-invocations</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/1392">#1392</a> Add configuration options for allowing components as table children in <code>table-groups</code> rule (<a href="https://github.com/mongoose700">@mongoose700</a>)</li> </ul> <h4>:bug: Bug Fix</h4> <ul> <li><a href="https://github-redirect.dependabot.com/ember-template-lint/ember-template-lint/pull/1393">#1393</a> Fix table groups ordering enforcement when whitespace is present in <code>table-groups</code> rule (<a href="https://github.com/mongoose700">@mongoose700</a>)</li> <li><a href="https://github-redirect.dependabot.com/ember-template-lint/ember-template-lint/pull/1370">#1370</a> Update <code>no-restricted-invocations</code> rule to handle nested angle bracket component invocation (<a href="https://github.com/bmish">@bmish</a>)</li> <li><a href="https://github-redirect.dependabot.com/ember-template-lint/ember-template-lint/pull/1369">#1369</a> Update <code>no-restricted-invocations</code> rule to disallow empty config array (<a href="https://github.com/bmish">@bmish</a>)</li> <li><a href="https://github-redirect.dependabot.com/ember-template-lint/ember-template-lint/pull/1362">#1362</a> Handle <code>unless</code> in <code>no-positive-tabindex</code> rule (<a href="https://github.com/bmish">@bmish</a>)</li> </ul> <h4>:memo: Documentation</h4> <ul> <li><a href="https://github-redirect.dependabot.com/ember-template-lint/ember-template-lint/pull/1394">#1394</a> Add autogenerated rule table for README (<a href="https://github.com/bmish">@bmish</a>)</li> <li><a href="https://github-redirect.dependabot.com/ember-template-lint/ember-template-lint/pull/1399">#1399</a> Improve package.json <code>description</code> field (<a href="https://github.com/bmish">@bmish</a>)</li> <li><a href="https://github-redirect.dependabot.com/ember-template-lint/ember-template-lint/pull/1387">#1387</a> Improve message for <code>no-implicit-this</code> to mention using angle bracket invocation (<a href="https://github.com/chriskrycho">@chriskrycho</a>)</li> </ul> <h4>:house: Internal</h4> <ul> <li><a href="https://github-redirect.dependabot.com/ember-template-lint/ember-template-lint/pull/1350">#1350</a> Add eslint-plugin-unicorn with recommended rules (<a href="https://github.com/bmish">@bmish</a>)</li> <li><a href="https://github-redirect.dependabot.com/ember-template-lint/ember-template-lint/pull/1355">#1355</a> Add a test for fixing from stdin (provided a --filename is given) (<a href="https://github.com/dcyriller">@dcyriller</a>)</li> </ul> <h4>Committers: 4</h4> <ul> <li>Bryan Mishkin (<a href="https://github.com/bmish">@bmish</a>)</li> <li>Chris Krycho (<a href="https://github.com/chriskrycho">@chriskrycho</a>)</li> <li>Cyrille (<a href="https://github.com/dcyriller">@dcyriller</a>)</li> <li>Michael Peirce (<a href="https://github.com/mongoose700">@mongoose700</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.9.0 (2020-06-29)</h2> <h4>:rocket: Enhancement</h4> <ul> <li><a href="https://github-redirect.dependabot.com/ember-template-lint/ember-template-lint/pull/1400">#1400</a> Refactor <code>no-restricted-invocations</code> rule to significantly improve performance (<a href="https://github.com/bmish">@bmish</a>)</li> <li><a href="https://github-redirect.dependabot.com/ember-template-lint/ember-template-lint/pull/1389">#1389</a> Rename <code>invocable-blacklist</code> rule to <code>no-restricted-invocations</code> (backwards-compatible) (<a href="https://github.com/bmish">@bmish</a>)</li> <li><a href="https://github-redirect.dependabot.com/ember-template-lint/ember-template-lint/pull/1372">#1372</a> Allow specifying a custom error message in <code>no-restricted-invocations</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/1392">#1392</a> Add configuration options for allowing components as table children in <code>table-groups</code> rule (<a href="https://github.com/mongoose700">@mongoose700</a>)</li> </ul> <h4>:bug: Bug Fix</h4> <ul> <li><a href="https://github-redirect.dependabot.com/ember-template-lint/ember-template-lint/pull/1393">#1393</a> Fix table groups ordering enforcement when whitespace is present in <code>table-groups</code> rule (<a href="https://github.com/mongoose700">@mongoose700</a>)</li> <li><a href="https://github-redirect.dependabot.com/ember-template-lint/ember-template-lint/pull/1370">#1370</a> Update <code>no-restricted-invocations</code> rule to handle nested angle bracket component invocation (<a href="https://github.com/bmish">@bmish</a>)</li> <li><a href="https://github-redirect.dependabot.com/ember-template-lint/ember-template-lint/pull/1369">#1369</a> Update <code>no-restricted-invocations</code> rule to disallow empty config array (<a href="https://github.com/bmish">@bmish</a>)</li> <li><a href="https://github-redirect.dependabot.com/ember-template-lint/ember-template-lint/pull/1362">#1362</a> Handle <code>unless</code> in <code>no-positive-tabindex</code> rule (<a href="https://github.com/bmish">@bmish</a>)</li> </ul> <h4>:memo: Documentation</h4> <ul> <li><a href="https://github-redirect.dependabot.com/ember-template-lint/ember-template-lint/pull/1394">#1394</a> Add autogenerated rule table for README (<a href="https://github.com/bmish">@bmish</a>)</li> <li><a href="https://github-redirect.dependabot.com/ember-template-lint/ember-template-lint/pull/1399">#1399</a> Improve package.json <code>description</code> field (<a href="https://github.com/bmish">@bmish</a>)</li> <li><a href="https://github-redirect.dependabot.com/ember-template-lint/ember-template-lint/pull/1387">#1387</a> Improve message for <code>no-implicit-this</code> to mention using angle bracket invocation (<a href="https://github.com/chriskrycho">@chriskrycho</a>)</li> </ul> <h4>:house: Internal</h4> <ul> <li><a href="https://github-redirect.dependabot.com/ember-template-lint/ember-template-lint/pull/1350">#1350</a> Add eslint-plugin-unicorn with recommended rules (<a href="https://github.com/bmish">@bmish</a>)</li> <li><a href="https://github-redirect.dependabot.com/ember-template-lint/ember-template-lint/pull/1355">#1355</a> Add a test for fixing from stdin (provided a --filename is given) (<a href="https://github.com/dcyriller">@dcyriller</a>)</li> </ul> <h4>Committers: 4</h4> <ul> <li>Bryan Mishkin (<a href="https://github.com/bmish">@bmish</a>)</li> <li>Chris Krycho (<a href="https://github.com/chriskrycho">@chriskrycho</a>)</li> <li>Cyrille (<a href="https://github.com/dcyriller">@dcyriller</a>)</li> <li>Michael Peirce (<a href="https://github.com/mongoose700">@mongoose700</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ember-template-lint/ember-template-lint/commit/d313939860de29b5ec399b0898dc0143ffe03bd5"><code>d313939</code></a> Release 2.9.0</li> <li><a href="https://github.com/ember-template-lint/ember-template-lint/commit/f8fe2f9b9fc01ce4f6067b7c38420ec8d6d25c56"><code>f8fe2f9</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/ember-template-lint/ember-template-lint/issues/1400">#1400</a> from bmish/no-restricted-invocations-perf-refactor</li> <li><a href="https://github.com/ember-template-lint/ember-template-lint/commit/671ef7985879bddfe63c02bfe97d1ce375daab9c"><code>671ef79</code></a> I have a large application with thousands of files. I use this rule to disall...</li> <li><a href="https://github.com/ember-template-lint/ember-template-lint/commit/b1fe8703a152b91a858df9f6d2a17f98cb65e8da"><code>b1fe870</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/ember-template-lint/ember-template-lint/issues/1394">#1394</a> from bmish/docs-readme-rules-list</li> <li><a href="https://github.com/ember-template-lint/ember-template-lint/commit/61b6fc20fadebea7e708d1edbeabf94c36b286f2"><code>61b6fc2</code></a> fix: missing linebreak in no-restricted-invocations validation output</li> <li><a href="https://github.com/ember-template-lint/ember-template-lint/commit/a4798f76c174351cedc3ac6c2d18be9142dc5ebd"><code>a4798f7</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/ember-template-lint/ember-template-lint/issues/1399">#1399</a> from bmish/package-description-improve</li> <li><a href="https://github.com/ember-template-lint/ember-template-lint/commit/b95c27e94c495aa2a42e21abe8cec02fa4773d93"><code>b95c27e</code></a> docs: improve packages.json description field</li> <li><a href="https://github.com/ember-template-lint/ember-template-lint/commit/936f4008e73c75293492144e5636f3a2625ea244"><code>936f400</code></a> chore(deps-dev): bump jest from 26.0.1 to 26.1.0</li> <li><a href="https://github.com/ember-template-lint/ember-template-lint/commit/770d65dd00775fcf351a8d8c2502c8fad83e8795"><code>770d65d</code></a> chore(deps-dev): bump eslint-plugin-import from 2.21.2 to 2.22.0</li> <li><a href="https://github.com/ember-template-lint/ember-template-lint/commit/ae7f198ce0d72330500686ef92e1a0804b7f4107"><code>ae7f198</code></a> chore(deps-dev): bump release-it from 13.6.3 to 13.6.4</li> <li>Additional commits viewable in <a href="https://github.com/ember-template-lint/ember-template-lint/compare/v2.8.0...v2.9.0">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=2.8.0&new-version=2.9.0)](https://dependabot.com/compatibility-score/?dependency-name=ember-template-lint&package-manager=npm_and_yarn&previous-version=2.8.0&new-version=2.9.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>
2 parents ff7e576 + 82a0882 commit 492c742

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

package-lock.json

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
"ember-router-scroll": "^2.0.2",
9090
"ember-source": "~3.19.0",
9191
"ember-svg-jar": "^2.2.3",
92-
"ember-template-lint": "^2.8.0",
92+
"ember-template-lint": "^2.9.0",
9393
"ember-test-selectors": "^4.1.0",
9494
"ember-truth-helpers": "^2.1.0",
9595
"ember-web-app": "^4.0.0",

0 commit comments

Comments
 (0)