Skip to content

Commit c1af025

Browse files
committed
Auto merge of #2242 - rust-lang:dependabot/npm_and_yarn/eslint-plugin-ember-7.9.0, r=locks
Bump eslint-plugin-ember from 7.8.1 to 7.9.0 Bumps [eslint-plugin-ember](https://github.com/ember-cli/eslint-plugin-ember) from 7.8.1 to 7.9.0. <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.9.0</h2> <h4>:rocket: Enhancement</h4> <ul> <li><a href="https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/595">#595</a> Add new rule <code>no-component-lifecycle-hooks</code> (included in <code>octane</code> config) (<a href="https://github.com/jbandura">@jbandura</a>)</li> <li><a href="https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/681">#681</a> Add new rule <code>no-legacy-test-waiters</code> (<a href="https://github.com/scalvert">@scalvert</a>)</li> </ul> <h4>:memo: Documentation</h4> <ul> <li><a href="https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/688">#688</a> Lint code samples with eslint-plugin-markdown (<a href="https://github.com/bmish">@bmish</a>)</li> </ul> <h4>Committers: 3</h4> <ul> <li>Bryan Mishkin (<a href="https://github.com/bmish">@bmish</a>)</li> <li>Jacek Bandura (<a href="https://github.com/jbandura">@jbandura</a>)</li> <li>Steve Calvert (<a href="https://github.com/scalvert">@scalvert</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.9.0 (2020-03-01)</h2> <h4>:rocket: Enhancement</h4> <ul> <li><a href="https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/595">#595</a> Add new rule <code>no-component-lifecycle-hooks</code> (included in <code>octane</code> config) (<a href="https://github.com/jbandura">@jbandura</a>)</li> <li><a href="https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/681">#681</a> Add new rule <code>no-legacy-test-waiters</code> (<a href="https://github.com/scalvert">@scalvert</a>)</li> </ul> <h4>:memo: Documentation</h4> <ul> <li><a href="https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/688">#688</a> Lint code samples with eslint-plugin-markdown (<a href="https://github.com/bmish">@bmish</a>)</li> </ul> <h4>Committers: 3</h4> <ul> <li>Bryan Mishkin (<a href="https://github.com/bmish">@bmish</a>)</li> <li>Jacek Bandura (<a href="https://github.com/jbandura">@jbandura</a>)</li> <li>Steve Calvert (<a href="https://github.com/scalvert">@scalvert</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ember-cli/eslint-plugin-ember/commit/af84382585792cbc8710081b80ce7b3d92661ec7"><code>af84382</code></a> v7.9.0</li> <li><a href="https://github.com/ember-cli/eslint-plugin-ember/commit/084461f2d8f75db7d6eba54a9f0bedca7e3c3461"><code>084461f</code></a> Update CHANGELOG</li> <li><a href="https://github.com/ember-cli/eslint-plugin-ember/commit/a5203e4d6c1c62cd3a7a273c57fbb4abd263f6d7"><code>a5203e4</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/issues/595">#595</a> from jbandura/rule-no-component-lifecycle-hooks</li> <li><a href="https://github.com/ember-cli/eslint-plugin-ember/commit/88ae1d52f1d4fe4f59f22d8637eab734cc2cb23e"><code>88ae1d5</code></a> docs: cleanup headers in doc for <code>no-component-lifecycle-hooks</code></li> <li><a href="https://github.com/ember-cli/eslint-plugin-ember/commit/1e6e1a020597b4a24e043a56b57ff22473a230ef"><code>1e6e1a0</code></a> Appease linter yet again</li> <li><a href="https://github.com/ember-cli/eslint-plugin-ember/commit/429f5fd8071e33a6c480dbad51ffcf1c55fca3e0"><code>429f5fd</code></a> Fix code example to satisfy linter</li> <li><a href="https://github.com/ember-cli/eslint-plugin-ember/commit/10588c53edae74d07bb29ef28294139769e15137"><code>10588c5</code></a> Fix edge case for nested ClassDeclaration, code cleanup</li> <li><a href="https://github.com/ember-cli/eslint-plugin-ember/commit/266c20fb751dc8ebe7b8992ee80874e89c15c03a"><code>266c20f</code></a> Move default exports in docs to separate code snippets</li> <li><a href="https://github.com/ember-cli/eslint-plugin-ember/commit/b58b22cf8e830e555a8235a7e16e9c02acb856c1"><code>b58b22c</code></a> Fix issue &amp; add test case for multiple CallExpression case</li> <li><a href="https://github.com/ember-cli/eslint-plugin-ember/commit/b3f122ac0db00cb52361d9335f270d33f8dab930"><code>b3f122a</code></a> Add tests to isGlimmerComponent and use isComponentLifecycleHook util</li> <li>Additional commits viewable in <a href="https://github.com/ember-cli/eslint-plugin-ember/compare/v7.8.1...v7.9.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=eslint-plugin-ember&package-manager=npm_and_yarn&previous-version=7.8.1&new-version=7.9.0)](https://dependabot.com/compatibility-score/?dependency-name=eslint-plugin-ember&package-manager=npm_and_yarn&previous-version=7.8.1&new-version=7.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 f36d5c2 + dd41708 commit c1af025

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

package-lock.json

+15-15
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
"ember-window-mock": "^0.6.0",
8181
"eslint": "^6.8.0",
8282
"eslint-config-prettier": "^6.10.0",
83-
"eslint-plugin-ember": "^7.8.1",
83+
"eslint-plugin-ember": "^7.9.0",
8484
"eslint-plugin-prettier": "^3.1.2",
8585
"loader.js": "^4.7.0",
8686
"normalize.css": "^8.0.1",

0 commit comments

Comments
 (0)