Release notes
*Sourced from [eslint-plugin-ember's releases](https://github.com/ember-cli/eslint-plugin-ember/releases).*
> ## v7.2.0
> #### :rocket: Enhancement
> * [#545](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/545) Add `ignoreNonThisExpressions` option to `use-ember-get-and-set` rule ([@nlfurniss](https://github.com/nlfurniss))
> * [#534](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/534) Add `onlyThisContexts` option to `no-arrow-function-computed-properties` rule ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
> * [#537](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/537) Add `ignoreGetProperties` option for `no-get` rule ([@EvgenyOrekhov](https://github.com/EvgenyOrekhov))
>
> #### :house: Internal
> * [#462](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/462) Refactor null checks for `new-module-imports` and `use-ember-data-rfc-395-imports` rules ([@dcyriller](https://github.com/dcyriller))
> * [#528](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/528) Add eslint-plugin-node and enable recommended rules internally ([@bmish](https://github.com/bmish))
> * [#524](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/524) Add eslint-plugin-filenames to enforce kebab-case filenames ([@bmish](https://github.com/bmish))
> * [#523](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/523) Add eslint-plugin-eslint-comments and fix violations ([@bmish](https://github.com/bmish))
>
> #### Committers: 5
> - Bryan Mishkin ([@bmish](https://github.com/bmish))
> - Cyrille David ([@dcyriller](https://github.com/dcyriller))
> - Evgeny Orekhov ([@EvgenyOrekhov](https://github.com/EvgenyOrekhov))
> - L. Preston Sego III ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
> - Nathaniel Furniss ([@nlfurniss](https://github.com/nlfurniss))
>
> ## v7.1.0
> #### :rocket: Enhancement
> * [#507](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/507) Add new `no-pause-test` rule ([@scottkidder](https://github.com/scottkidder))
>
> #### :bug: Bug Fix
> * [#511](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/511) Avoid crash from empty return statement in `require-computed-macros` rule ([@bmish](https://github.com/bmish))
> * [#512](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/512) Avoid crash when missing arguments to `this.route()` in `route-path-style` rule ([@bmish](https://github.com/bmish))
> * [#498](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/498) Fix decorator handling and improve error messages for `computed-property-getters` rule ([@Exelord](https://github.com/Exelord))
> * [#504](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/504) Update `require-computed-property-dependencies` rule to ignore injected service names by default ([@bmish](https://github.com/bmish))
>
> #### :memo: Documentation
> * [#514](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/514) Hide the deprecated rules section from the README if empty ([@bmish](https://github.com/bmish))
> * [#510](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/510) Cleanup code samples in some of the new V7 recommended rules ([@bmish](https://github.com/bmish))
> * [#496](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/496) Suggest using the eslint `consistent-return` rule alongside `require-return-from-computed` rule to help avoid false positives ([@bmish](https://github.com/bmish))
> * [#506](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/506) Add example of a getter with an if statement for `require-return-from-computed` rule ([@bradleypriest](https://github.com/bradleypriest))
>
> #### :house: Internal
> * [#519](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/519) Add CI check to ensure yarn.lock is up-to-date ([@bmish](https://github.com/bmish))
> * [#516](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/516) Test plugin under both eslint 5 and eslint 6 ([@bmish](https://github.com/bmish))
> * [#515](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/515) Add eslint-plugin-eslint-plugin and enable/autofix most rules ([@bmish](https://github.com/bmish))
> * [#505](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/505) Enforce minimum test coverage ([@bmish](https://github.com/bmish))
> * [#503](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/503) Refactor utils to move type checking utils to a separate file and alphabetize ([@bmish](https://github.com/bmish))
>
> #### Committers: 4
> - Bradley Priest ([@bradleypriest](https://github.com/bradleypriest))
> - Bryan Mishkin ([@bmish](https://github.com/bmish))
> - Maciej Kwaśniak ([@Exelord](https://github.com/Exelord))
> - Scott Kidder ([@scottkidder](https://github.com/scottkidder))
Changelog
*Sourced from [eslint-plugin-ember's changelog](https://github.com/ember-cli/eslint-plugin-ember/blob/master/CHANGELOG.md).*
> ## v7.2.0 (2019-10-20)
>
> #### :rocket: Enhancement
> * [#545](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/545) Add `ignoreNonThisExpressions` option to `use-ember-get-and-set` rule ([@nlfurniss](https://github.com/nlfurniss))
> * [#534](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/534) Add `onlyThisContexts` option to `no-arrow-function-computed-properties` rule ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
> * [#537](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/537) Add `ignoreGetProperties` option for `no-get` rule ([@EvgenyOrekhov](https://github.com/EvgenyOrekhov))
>
> #### :house: Internal
> * [#462](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/462) Refactor null checks for `new-module-imports` and `use-ember-data-rfc-395-imports` rules ([@dcyriller](https://github.com/dcyriller))
> * [#528](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/528) Add eslint-plugin-node and enable recommended rules internally ([@bmish](https://github.com/bmish))
> * [#524](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/524) Add eslint-plugin-filenames to enforce kebab-case filenames ([@bmish](https://github.com/bmish))
> * [#523](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/523) Add eslint-plugin-eslint-comments and fix violations ([@bmish](https://github.com/bmish))
>
> #### Committers: 5
> - Bryan Mishkin ([@bmish](https://github.com/bmish))
> - Cyrille David ([@dcyriller](https://github.com/dcyriller))
> - Evgeny Orekhov ([@EvgenyOrekhov](https://github.com/EvgenyOrekhov))
> - L. Preston Sego III ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
> - Nathaniel Furniss ([@nlfurniss](https://github.com/nlfurniss))
>
> ## v7.1.0 (2019-09-18)
>
> #### :rocket: Enhancement
> * [#507](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/507) Add new `no-pause-test` rule ([@scottkidder](https://github.com/scottkidder))
>
> #### :bug: Bug Fix
> * [#511](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/511) Avoid crash from empty return statement in `require-computed-macros` rule ([@bmish](https://github.com/bmish))
> * [#512](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/512) Avoid crash when missing arguments to `this.route()` in `route-path-style` rule ([@bmish](https://github.com/bmish))
> * [#498](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/498) Fix decorator handling and improve error messages for `computed-property-getters` rule ([@Exelord](https://github.com/Exelord))
> * [#504](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/504) Update `require-computed-property-dependencies` rule to ignore injected service names by default ([@bmish](https://github.com/bmish))
>
> #### :memo: Documentation
> * [#514](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/514) Hide the deprecated rules section from the README if empty ([@bmish](https://github.com/bmish))
> * [#510](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/510) Cleanup code samples in some of the new V7 recommended rules ([@bmish](https://github.com/bmish))
> * [#496](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/496) Suggest using the eslint `consistent-return` rule alongside `require-return-from-computed` rule to help avoid false positives ([@bmish](https://github.com/bmish))
> * [#506](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/506) Add example of a getter with an if statement for `require-return-from-computed` rule ([@bradleypriest](https://github.com/bradleypriest))
>
> #### :house: Internal
> * [#519](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/519) Add CI check to ensure yarn.lock is up-to-date ([@bmish](https://github.com/bmish))
> * [#516](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/516) Test plugin under both eslint 5 and eslint 6 ([@bmish](https://github.com/bmish))
> * [#515](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/515) Add eslint-plugin-eslint-plugin and enable/autofix most rules ([@bmish](https://github.com/bmish))
> * [#505](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/505) Enforce minimum test coverage ([@bmish](https://github.com/bmish))
> * [#503](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/503) Refactor utils to move type checking utils to a separate file and alphabetize ([@bmish](https://github.com/bmish))
>
> #### Committers: 4
> - Bradley Priest ([@bradleypriest](https://github.com/bradleypriest))
> - Bryan Mishkin ([@bmish](https://github.com/bmish))
> - Maciej Kwaśniak ([@Exelord](https://github.com/Exelord))
> - Scott Kidder ([@scottkidder](https://github.com/scottkidder))
Commits
- [`caade48`](https://github.com/ember-cli/eslint-plugin-ember/commit/caade481a2968474ff68c2ec37e3f0365ec909e5) v7.2.0
- [`f7cd4ba`](https://github.com/ember-cli/eslint-plugin-ember/commit/f7cd4ba0a32d5b8756bdd81b8e7f147193069458) Update CHANGELOG
- [`80d2d13`](https://github.com/ember-cli/eslint-plugin-ember/commit/80d2d1318df916620f62761a76f259eced24f03f) Merge pull request [#545](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/issues/545) from nlfurniss/fix-get-set-rule
- [`ee0153e`](https://github.com/ember-cli/eslint-plugin-ember/commit/ee0153ef5059b0ed74db98885fbc760877737844) Add onlyLintThisExpressions to use-ember-get-and-set rule
- [`6b7f671`](https://github.com/ember-cli/eslint-plugin-ember/commit/6b7f671235f1d1edd253e347e1675a75ff17dc69) Merge pull request [#534](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/issues/534) from NullVoxPopuli/no-arrow-function-computed-propert...
- [`2817e26`](https://github.com/ember-cli/eslint-plugin-ember/commit/2817e265612267eff82a0a23168a951447bd169f) Merge pull request [#537](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/issues/537) from EvgenyOrekhov/add_ignoreGetProperties_option_for...
- [`2347ad4`](https://github.com/ember-cli/eslint-plugin-ember/commit/2347ad4b4e92285b14b9569994369047d586d36d) Fix [#536](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/issues/536) - Add ignoreGetProperties option for no-get
- [`92c6541`](https://github.com/ember-cli/eslint-plugin-ember/commit/92c65410a73631fccc28b94f5dc90950035d1e4c) Merge pull request [#462](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/issues/462) from dcyriller/refact-new-modules
- [`cdff503`](https://github.com/ember-cli/eslint-plugin-ember/commit/cdff5032e11e19c700c26505cc6d50aa797fa259) split out tests, add configuration documentation and add invalid scenarios
- [`e9a798f`](https://github.com/ember-cli/eslint-plugin-ember/commit/e9a798fcbd384693fe3e85bfd32f83a823955b1e) add options, keeping the current behavior, but allowing opt-in to the correct...
- Additional commits viewable in [compare view](https://github.com/ember-cli/eslint-plugin-ember/compare/v7.0.0...v7.2.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 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 use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@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 your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- 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)
Bumps eslint-plugin-ember from 7.0.0 to 7.2.0.
Release notes
*Sourced from [eslint-plugin-ember's releases](https://github.com/ember-cli/eslint-plugin-ember/releases).* > ## v7.2.0 > #### :rocket: Enhancement > * [#545](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/545) Add `ignoreNonThisExpressions` option to `use-ember-get-and-set` rule ([@nlfurniss](https://github.com/nlfurniss)) > * [#534](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/534) Add `onlyThisContexts` option to `no-arrow-function-computed-properties` rule ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) > * [#537](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/537) Add `ignoreGetProperties` option for `no-get` rule ([@EvgenyOrekhov](https://github.com/EvgenyOrekhov)) > > #### :house: Internal > * [#462](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/462) Refactor null checks for `new-module-imports` and `use-ember-data-rfc-395-imports` rules ([@dcyriller](https://github.com/dcyriller)) > * [#528](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/528) Add eslint-plugin-node and enable recommended rules internally ([@bmish](https://github.com/bmish)) > * [#524](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/524) Add eslint-plugin-filenames to enforce kebab-case filenames ([@bmish](https://github.com/bmish)) > * [#523](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/523) Add eslint-plugin-eslint-comments and fix violations ([@bmish](https://github.com/bmish)) > > #### Committers: 5 > - Bryan Mishkin ([@bmish](https://github.com/bmish)) > - Cyrille David ([@dcyriller](https://github.com/dcyriller)) > - Evgeny Orekhov ([@EvgenyOrekhov](https://github.com/EvgenyOrekhov)) > - L. Preston Sego III ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) > - Nathaniel Furniss ([@nlfurniss](https://github.com/nlfurniss)) > > ## v7.1.0 > #### :rocket: Enhancement > * [#507](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/507) Add new `no-pause-test` rule ([@scottkidder](https://github.com/scottkidder)) > > #### :bug: Bug Fix > * [#511](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/511) Avoid crash from empty return statement in `require-computed-macros` rule ([@bmish](https://github.com/bmish)) > * [#512](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/512) Avoid crash when missing arguments to `this.route()` in `route-path-style` rule ([@bmish](https://github.com/bmish)) > * [#498](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/498) Fix decorator handling and improve error messages for `computed-property-getters` rule ([@Exelord](https://github.com/Exelord)) > * [#504](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/504) Update `require-computed-property-dependencies` rule to ignore injected service names by default ([@bmish](https://github.com/bmish)) > > #### :memo: Documentation > * [#514](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/514) Hide the deprecated rules section from the README if empty ([@bmish](https://github.com/bmish)) > * [#510](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/510) Cleanup code samples in some of the new V7 recommended rules ([@bmish](https://github.com/bmish)) > * [#496](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/496) Suggest using the eslint `consistent-return` rule alongside `require-return-from-computed` rule to help avoid false positives ([@bmish](https://github.com/bmish)) > * [#506](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/506) Add example of a getter with an if statement for `require-return-from-computed` rule ([@bradleypriest](https://github.com/bradleypriest)) > > #### :house: Internal > * [#519](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/519) Add CI check to ensure yarn.lock is up-to-date ([@bmish](https://github.com/bmish)) > * [#516](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/516) Test plugin under both eslint 5 and eslint 6 ([@bmish](https://github.com/bmish)) > * [#515](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/515) Add eslint-plugin-eslint-plugin and enable/autofix most rules ([@bmish](https://github.com/bmish)) > * [#505](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/505) Enforce minimum test coverage ([@bmish](https://github.com/bmish)) > * [#503](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/503) Refactor utils to move type checking utils to a separate file and alphabetize ([@bmish](https://github.com/bmish)) > > #### Committers: 4 > - Bradley Priest ([@bradleypriest](https://github.com/bradleypriest)) > - Bryan Mishkin ([@bmish](https://github.com/bmish)) > - Maciej Kwaśniak ([@Exelord](https://github.com/Exelord)) > - Scott Kidder ([@scottkidder](https://github.com/scottkidder))Changelog
*Sourced from [eslint-plugin-ember's changelog](https://github.com/ember-cli/eslint-plugin-ember/blob/master/CHANGELOG.md).* > ## v7.2.0 (2019-10-20) > > #### :rocket: Enhancement > * [#545](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/545) Add `ignoreNonThisExpressions` option to `use-ember-get-and-set` rule ([@nlfurniss](https://github.com/nlfurniss)) > * [#534](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/534) Add `onlyThisContexts` option to `no-arrow-function-computed-properties` rule ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) > * [#537](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/537) Add `ignoreGetProperties` option for `no-get` rule ([@EvgenyOrekhov](https://github.com/EvgenyOrekhov)) > > #### :house: Internal > * [#462](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/462) Refactor null checks for `new-module-imports` and `use-ember-data-rfc-395-imports` rules ([@dcyriller](https://github.com/dcyriller)) > * [#528](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/528) Add eslint-plugin-node and enable recommended rules internally ([@bmish](https://github.com/bmish)) > * [#524](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/524) Add eslint-plugin-filenames to enforce kebab-case filenames ([@bmish](https://github.com/bmish)) > * [#523](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/523) Add eslint-plugin-eslint-comments and fix violations ([@bmish](https://github.com/bmish)) > > #### Committers: 5 > - Bryan Mishkin ([@bmish](https://github.com/bmish)) > - Cyrille David ([@dcyriller](https://github.com/dcyriller)) > - Evgeny Orekhov ([@EvgenyOrekhov](https://github.com/EvgenyOrekhov)) > - L. Preston Sego III ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) > - Nathaniel Furniss ([@nlfurniss](https://github.com/nlfurniss)) > > ## v7.1.0 (2019-09-18) > > #### :rocket: Enhancement > * [#507](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/507) Add new `no-pause-test` rule ([@scottkidder](https://github.com/scottkidder)) > > #### :bug: Bug Fix > * [#511](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/511) Avoid crash from empty return statement in `require-computed-macros` rule ([@bmish](https://github.com/bmish)) > * [#512](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/512) Avoid crash when missing arguments to `this.route()` in `route-path-style` rule ([@bmish](https://github.com/bmish)) > * [#498](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/498) Fix decorator handling and improve error messages for `computed-property-getters` rule ([@Exelord](https://github.com/Exelord)) > * [#504](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/504) Update `require-computed-property-dependencies` rule to ignore injected service names by default ([@bmish](https://github.com/bmish)) > > #### :memo: Documentation > * [#514](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/514) Hide the deprecated rules section from the README if empty ([@bmish](https://github.com/bmish)) > * [#510](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/510) Cleanup code samples in some of the new V7 recommended rules ([@bmish](https://github.com/bmish)) > * [#496](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/496) Suggest using the eslint `consistent-return` rule alongside `require-return-from-computed` rule to help avoid false positives ([@bmish](https://github.com/bmish)) > * [#506](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/506) Add example of a getter with an if statement for `require-return-from-computed` rule ([@bradleypriest](https://github.com/bradleypriest)) > > #### :house: Internal > * [#519](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/519) Add CI check to ensure yarn.lock is up-to-date ([@bmish](https://github.com/bmish)) > * [#516](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/516) Test plugin under both eslint 5 and eslint 6 ([@bmish](https://github.com/bmish)) > * [#515](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/515) Add eslint-plugin-eslint-plugin and enable/autofix most rules ([@bmish](https://github.com/bmish)) > * [#505](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/505) Enforce minimum test coverage ([@bmish](https://github.com/bmish)) > * [#503](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/503) Refactor utils to move type checking utils to a separate file and alphabetize ([@bmish](https://github.com/bmish)) > > #### Committers: 4 > - Bradley Priest ([@bradleypriest](https://github.com/bradleypriest)) > - Bryan Mishkin ([@bmish](https://github.com/bmish)) > - Maciej Kwaśniak ([@Exelord](https://github.com/Exelord)) > - Scott Kidder ([@scottkidder](https://github.com/scottkidder))Commits
- [`caade48`](https://github.com/ember-cli/eslint-plugin-ember/commit/caade481a2968474ff68c2ec37e3f0365ec909e5) v7.2.0 - [`f7cd4ba`](https://github.com/ember-cli/eslint-plugin-ember/commit/f7cd4ba0a32d5b8756bdd81b8e7f147193069458) Update CHANGELOG - [`80d2d13`](https://github.com/ember-cli/eslint-plugin-ember/commit/80d2d1318df916620f62761a76f259eced24f03f) Merge pull request [#545](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/issues/545) from nlfurniss/fix-get-set-rule - [`ee0153e`](https://github.com/ember-cli/eslint-plugin-ember/commit/ee0153ef5059b0ed74db98885fbc760877737844) Add onlyLintThisExpressions to use-ember-get-and-set rule - [`6b7f671`](https://github.com/ember-cli/eslint-plugin-ember/commit/6b7f671235f1d1edd253e347e1675a75ff17dc69) Merge pull request [#534](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/issues/534) from NullVoxPopuli/no-arrow-function-computed-propert... - [`2817e26`](https://github.com/ember-cli/eslint-plugin-ember/commit/2817e265612267eff82a0a23168a951447bd169f) Merge pull request [#537](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/issues/537) from EvgenyOrekhov/add_ignoreGetProperties_option_for... - [`2347ad4`](https://github.com/ember-cli/eslint-plugin-ember/commit/2347ad4b4e92285b14b9569994369047d586d36d) Fix [#536](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/issues/536) - Add ignoreGetProperties option for no-get - [`92c6541`](https://github.com/ember-cli/eslint-plugin-ember/commit/92c65410a73631fccc28b94f5dc90950035d1e4c) Merge pull request [#462](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/issues/462) from dcyriller/refact-new-modules - [`cdff503`](https://github.com/ember-cli/eslint-plugin-ember/commit/cdff5032e11e19c700c26505cc6d50aa797fa259) split out tests, add configuration documentation and add invalid scenarios - [`e9a798f`](https://github.com/ember-cli/eslint-plugin-ember/commit/e9a798fcbd384693fe3e85bfd32f83a823955b1e) add options, keeping the current behavior, but allowing opt-in to the correct... - Additional commits viewable in [compare view](https://github.com/ember-cli/eslint-plugin-ember/compare/v7.0.0...v7.2.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 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 use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@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 your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - 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)