-
Notifications
You must be signed in to change notification settings - Fork 655
Commit 7f52151
committed
Auto merge of #2261 - rust-lang:dependabot/npm_and_yarn/eslint-plugin-ember-7.10.1, r=locks
Bump eslint-plugin-ember from 7.9.0 to 7.10.1
Bumps [eslint-plugin-ember](https://github.com/ember-cli/eslint-plugin-ember) from 7.9.0 to 7.10.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/ember-cli/eslint-plugin-ember/releases">eslint-plugin-ember's releases</a>.</em></p>
<blockquote>
<h2>v7.10.1</h2>
<h4>:bug: Bug Fix</h4>
<ul>
<li><a href="https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/697">#697</a> Handle service injections with no arguments in <code>no-private-routing-service</code> rule (<a href="https://github.com/nlfurniss">@nlfurniss</a>)</li>
</ul>
<h4>Committers: 1</h4>
<ul>
<li>Nathaniel Furniss (<a href="https://github.com/nlfurniss">@nlfurniss</a>)</li>
</ul>
<h2>v7.10.0</h2>
<h4>:rocket: Enhancement</h4>
<ul>
<li><a href="https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/694">#694</a> Add new rule <code>no-private-routing-service</code> (<a href="https://github.com/nlfurniss">@nlfurniss</a>)</li>
<li><a href="https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/691">#691</a> Add new rule <code>no-mixins</code> (<a href="https://github.com/nlfurniss">@nlfurniss</a>)</li>
</ul>
<h4>Committers: 1</h4>
<ul>
<li>Nathaniel Furniss (<a href="https://github.com/nlfurniss">@nlfurniss</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/ember-cli/eslint-plugin-ember/blob/master/CHANGELOG.md">eslint-plugin-ember's changelog</a>.</em></p>
<blockquote>
<h2>v7.10.1 (2020-03-07)</h2>
<h4>:bug: Bug Fix</h4>
<ul>
<li><a href="https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/697">#697</a> Handle service injections with no arguments in <code>no-private-routing-service</code> rule (<a href="https://github.com/nlfurniss">@nlfurniss</a>)</li>
</ul>
<h4>Committers: 1</h4>
<ul>
<li>Nathaniel Furniss (<a href="https://github.com/nlfurniss">@nlfurniss</a>)</li>
</ul>
<h2>v7.10.0 (2020-03-06)</h2>
<h4>:rocket: Enhancement</h4>
<ul>
<li><a href="https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/694">#694</a> Add new rule <code>no-private-routing-service</code> (<a href="https://github.com/nlfurniss">@nlfurniss</a>)</li>
<li><a href="https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/691">#691</a> Add new rule <code>no-mixins</code> (<a href="https://github.com/nlfurniss">@nlfurniss</a>)</li>
</ul>
<h4>Committers: 1</h4>
<ul>
<li>Nathaniel Furniss (<a href="https://github.com/nlfurniss">@nlfurniss</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/ember-cli/eslint-plugin-ember/commit/53a62e2e043d4a4b7e2721651776f4f47411f14d"><code>53a62e2</code></a> v7.10.1</li>
<li><a href="https://github.com/ember-cli/eslint-plugin-ember/commit/c5b5e31da77a6d041988609d021ac5e8ab5fd659"><code>c5b5e31</code></a> Update CHANGELOG</li>
<li><a href="https://github.com/ember-cli/eslint-plugin-ember/commit/1517d0629c3559ce5561c3aced2b1cace0572365"><code>1517d06</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/issues/698">#698</a> from bmish/rule-error-tweaks</li>
<li><a href="https://github.com/ember-cli/eslint-plugin-ember/commit/aeeacdbd4fabec7706f194a1dec5a44de7a762ae"><code>aeeacdb</code></a> fix: tweak error message for no-observers rule</li>
<li><a href="https://github.com/ember-cli/eslint-plugin-ember/commit/251fcbf50be41536b825e55a9045c1a933f643c5"><code>251fcbf</code></a> fix: tweak error message for no-attrs-in-components rule</li>
<li><a href="https://github.com/ember-cli/eslint-plugin-ember/commit/e1149815c4c4369dcf3932fb7eafff5a2e972496"><code>e114981</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/issues/697">#697</a> from nlfurniss/private-router-fix</li>
<li><a href="https://github.com/ember-cli/eslint-plugin-ember/commit/c9f061f9312154df52775fe9de08e662d0829359"><code>c9f061f</code></a> fix bug in no-private-routing-service when service CallExpression has no argu...</li>
<li><a href="https://github.com/ember-cli/eslint-plugin-ember/commit/7a0c8f83102dffb86d2015137207802b01788468"><code>7a0c8f8</code></a> v7.10.0</li>
<li><a href="https://github.com/ember-cli/eslint-plugin-ember/commit/f589fe37f028680597e061654b263f569476a496"><code>f589fe3</code></a> Update CHANGELOG</li>
<li><a href="https://github.com/ember-cli/eslint-plugin-ember/commit/1470b8fdd017fb782e48657e9980922b5f47df90"><code>1470b8f</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/issues/694">#694</a> from nlfurniss/no-private-routing-service</li>
<li>Additional commits viewable in <a href="https://github.com/ember-cli/eslint-plugin-ember/compare/v7.9.0...v7.10.1">compare view</a></li>
</ul>
</details>
<br />
[](https://dependabot.com/compatibility-score/?dependency-name=eslint-plugin-ember&package-manager=npm_and_yarn&previous-version=7.9.0&new-version=7.10.1)
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
+4
-4
lines changedFilter options
Expand file treeCollapse file tree
2 files changed
+4
-4
lines changed+3-3Lines changed: 3 additions & 3 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 | |
---|---|---|---|
| |||
80 | 80 |
| |
81 | 81 |
| |
82 | 82 |
| |
83 |
| - | |
| 83 | + | |
84 | 84 |
| |
85 | 85 |
| |
86 | 86 |
| |
|
0 commit comments