Release notes
*Sourced from [eslint-plugin-ember's releases](https://github.com/ember-cli/eslint-plugin-ember/releases).*
> ## v7.3.0
> #### :rocket: Enhancement
> * [#555](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/555) Add new `no-actions-hash` rule ([@laurmurclar](https://github.com/laurmurclar))
> * [#548](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/548) Add new `require-tagless-components` rule ([@alexlafroscia](https://github.com/alexlafroscia))
> * [#552](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/552) Add new `no-classic-classes` rule ([@alexlafroscia](https://github.com/alexlafroscia))
> * [#551](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/551) Add new `no-classic-components` rule ([@mikoscz](https://github.com/mikoscz))
> * [#546](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/546) Add new `no-computed-properties-in-native-classes` rule ([@patocallaghan](https://github.com/patocallaghan))
>
> #### :bug: Bug Fix
> * [#553](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/553) Avoid crash from missing function check in `require-super-in-init` rule ([@bmish](https://github.com/bmish))
>
> #### :memo: Documentation
> * [#554](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/554) Add rule documentation template ([@bmish](https://github.com/bmish))
> * [#550](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/550) Modernize documentation for `alias-model-in-controller` rule ([@alexlafroscia](https://github.com/alexlafroscia))
>
> #### :house: Internal
> * [#558](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/558) Update `isEmberCoreModule` util function to also handle native classes (in addition to classic classes) ([@laurmurclar](https://github.com/laurmurclar))
>
> #### Committers: 5
> - Alex LaFroscia ([@alexlafroscia](https://github.com/alexlafroscia))
> - Bryan Mishkin ([@bmish](https://github.com/bmish))
> - Laura Murphy-Clarkin ([@laurmurclar](https://github.com/laurmurclar))
> - Michał Staśkiewicz ([@mikoscz](https://github.com/mikoscz))
> - Pat O'Callaghan ([@patocallaghan](https://github.com/patocallaghan))
>
> ## 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))
> ... (truncated)
Changelog
*Sourced from [eslint-plugin-ember's changelog](https://github.com/ember-cli/eslint-plugin-ember/blob/master/CHANGELOG.md).*
> ## v7.3.0 (2019-10-30)
>
> #### :rocket: Enhancement
> * [#555](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/555) Add new `no-actions-hash` rule ([@laurmurclar](https://github.com/laurmurclar))
> * [#548](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/548) Add new `require-tagless-components` rule ([@alexlafroscia](https://github.com/alexlafroscia))
> * [#552](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/552) Add new `no-classic-classes` rule ([@alexlafroscia](https://github.com/alexlafroscia))
> * [#551](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/551) Add new `no-classic-components` rule ([@mikoscz](https://github.com/mikoscz))
> * [#546](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/546) Add new `no-computed-properties-in-native-classes` rule ([@patocallaghan](https://github.com/patocallaghan))
>
> #### :bug: Bug Fix
> * [#553](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/553) Avoid crash from missing function check in `require-super-in-init` rule ([@bmish](https://github.com/bmish))
>
> #### :memo: Documentation
> * [#554](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/554) Add rule documentation template ([@bmish](https://github.com/bmish))
> * [#550](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/550) Modernize documentation for `alias-model-in-controller` rule ([@alexlafroscia](https://github.com/alexlafroscia))
>
> #### :house: Internal
> * [#558](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/558) Update `isEmberCoreModule` util function to also handle native classes (in addition to classic classes) ([@laurmurclar](https://github.com/laurmurclar))
>
> #### Committers: 5
> - Alex LaFroscia ([@alexlafroscia](https://github.com/alexlafroscia))
> - Bryan Mishkin ([@bmish](https://github.com/bmish))
> - Laura Murphy-Clarkin ([@laurmurclar](https://github.com/laurmurclar))
> - Michał Staśkiewicz ([@mikoscz](https://github.com/mikoscz))
> - Pat O'Callaghan ([@patocallaghan](https://github.com/patocallaghan))
>
> ## 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))
> ... (truncated)
Commits
- [`abbde81`](https://github.com/ember-cli/eslint-plugin-ember/commit/abbde81ea6fb5559a48db45a0cebb8b4775a5f78) v7.3.0
- [`8c06f18`](https://github.com/ember-cli/eslint-plugin-ember/commit/8c06f18b53edee2f5e71dbe1c4f43eb88f4818cd) Update CHANGELOG
- [`d6d9764`](https://github.com/ember-cli/eslint-plugin-ember/commit/d6d9764e47afffd46660cbc39e863b44e9f2b4db) Merge pull request [#555](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/issues/555) from laurmurclar/lmc/no-actions-hash
- [`b872b64`](https://github.com/ember-cli/eslint-plugin-ember/commit/b872b64cbfbfcc0520dbe7114e63ca97f5ec2b3d) use find instead of forEach
- [`223eb4f`](https://github.com/ember-cli/eslint-plugin-ember/commit/223eb4f47c9d7a920e94c785f9d64d2eb892e3bd) rebasing and addressing pr comments
- [`320bf51`](https://github.com/ember-cli/eslint-plugin-ember/commit/320bf5135acea7594028a78c4738906d7c82eba6) suggested improvements
- [`d36bcbc`](https://github.com/ember-cli/eslint-plugin-ember/commit/d36bcbcaff40acff24ed347d77cfb2f50429fe5c) Add 'no-actions-hash' rule
- [`074e7d5`](https://github.com/ember-cli/eslint-plugin-ember/commit/074e7d5d3261b3275ee0b7d26c31e347c6aafbe5) Merge pull request [#558](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/issues/558) from laurmurclar/lmc/better-module-checks
- [`4c331b1`](https://github.com/ember-cli/eslint-plugin-ember/commit/4c331b1b817555500deae1b7f9b364f4af913243) Merge pull request [#559](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/issues/559) from alexlafroscia/tagless-components-pr-feedback
- [`bd2921a`](https://github.com/ember-cli/eslint-plugin-ember/commit/bd2921a1386096acc56e667c339d1374b559cc64) Move FauxContext to shared helper and use in utils/ember tests
- Additional commits viewable in [compare view](https://github.com/ember-cli/eslint-plugin-ember/compare/v6.7.1...v7.3.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)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Bumps eslint-plugin-ember from 6.7.1 to 7.3.0.
Release notes
*Sourced from [eslint-plugin-ember's releases](https://github.com/ember-cli/eslint-plugin-ember/releases).* > ## v7.3.0 > #### :rocket: Enhancement > * [#555](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/555) Add new `no-actions-hash` rule ([@laurmurclar](https://github.com/laurmurclar)) > * [#548](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/548) Add new `require-tagless-components` rule ([@alexlafroscia](https://github.com/alexlafroscia)) > * [#552](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/552) Add new `no-classic-classes` rule ([@alexlafroscia](https://github.com/alexlafroscia)) > * [#551](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/551) Add new `no-classic-components` rule ([@mikoscz](https://github.com/mikoscz)) > * [#546](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/546) Add new `no-computed-properties-in-native-classes` rule ([@patocallaghan](https://github.com/patocallaghan)) > > #### :bug: Bug Fix > * [#553](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/553) Avoid crash from missing function check in `require-super-in-init` rule ([@bmish](https://github.com/bmish)) > > #### :memo: Documentation > * [#554](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/554) Add rule documentation template ([@bmish](https://github.com/bmish)) > * [#550](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/550) Modernize documentation for `alias-model-in-controller` rule ([@alexlafroscia](https://github.com/alexlafroscia)) > > #### :house: Internal > * [#558](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/558) Update `isEmberCoreModule` util function to also handle native classes (in addition to classic classes) ([@laurmurclar](https://github.com/laurmurclar)) > > #### Committers: 5 > - Alex LaFroscia ([@alexlafroscia](https://github.com/alexlafroscia)) > - Bryan Mishkin ([@bmish](https://github.com/bmish)) > - Laura Murphy-Clarkin ([@laurmurclar](https://github.com/laurmurclar)) > - Michał Staśkiewicz ([@mikoscz](https://github.com/mikoscz)) > - Pat O'Callaghan ([@patocallaghan](https://github.com/patocallaghan)) > > ## 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)) > ... (truncated)Changelog
*Sourced from [eslint-plugin-ember's changelog](https://github.com/ember-cli/eslint-plugin-ember/blob/master/CHANGELOG.md).* > ## v7.3.0 (2019-10-30) > > #### :rocket: Enhancement > * [#555](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/555) Add new `no-actions-hash` rule ([@laurmurclar](https://github.com/laurmurclar)) > * [#548](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/548) Add new `require-tagless-components` rule ([@alexlafroscia](https://github.com/alexlafroscia)) > * [#552](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/552) Add new `no-classic-classes` rule ([@alexlafroscia](https://github.com/alexlafroscia)) > * [#551](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/551) Add new `no-classic-components` rule ([@mikoscz](https://github.com/mikoscz)) > * [#546](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/546) Add new `no-computed-properties-in-native-classes` rule ([@patocallaghan](https://github.com/patocallaghan)) > > #### :bug: Bug Fix > * [#553](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/553) Avoid crash from missing function check in `require-super-in-init` rule ([@bmish](https://github.com/bmish)) > > #### :memo: Documentation > * [#554](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/554) Add rule documentation template ([@bmish](https://github.com/bmish)) > * [#550](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/550) Modernize documentation for `alias-model-in-controller` rule ([@alexlafroscia](https://github.com/alexlafroscia)) > > #### :house: Internal > * [#558](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/558) Update `isEmberCoreModule` util function to also handle native classes (in addition to classic classes) ([@laurmurclar](https://github.com/laurmurclar)) > > #### Committers: 5 > - Alex LaFroscia ([@alexlafroscia](https://github.com/alexlafroscia)) > - Bryan Mishkin ([@bmish](https://github.com/bmish)) > - Laura Murphy-Clarkin ([@laurmurclar](https://github.com/laurmurclar)) > - Michał Staśkiewicz ([@mikoscz](https://github.com/mikoscz)) > - Pat O'Callaghan ([@patocallaghan](https://github.com/patocallaghan)) > > ## 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)) > ... (truncated)Commits
- [`abbde81`](https://github.com/ember-cli/eslint-plugin-ember/commit/abbde81ea6fb5559a48db45a0cebb8b4775a5f78) v7.3.0 - [`8c06f18`](https://github.com/ember-cli/eslint-plugin-ember/commit/8c06f18b53edee2f5e71dbe1c4f43eb88f4818cd) Update CHANGELOG - [`d6d9764`](https://github.com/ember-cli/eslint-plugin-ember/commit/d6d9764e47afffd46660cbc39e863b44e9f2b4db) Merge pull request [#555](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/issues/555) from laurmurclar/lmc/no-actions-hash - [`b872b64`](https://github.com/ember-cli/eslint-plugin-ember/commit/b872b64cbfbfcc0520dbe7114e63ca97f5ec2b3d) use find instead of forEach - [`223eb4f`](https://github.com/ember-cli/eslint-plugin-ember/commit/223eb4f47c9d7a920e94c785f9d64d2eb892e3bd) rebasing and addressing pr comments - [`320bf51`](https://github.com/ember-cli/eslint-plugin-ember/commit/320bf5135acea7594028a78c4738906d7c82eba6) suggested improvements - [`d36bcbc`](https://github.com/ember-cli/eslint-plugin-ember/commit/d36bcbcaff40acff24ed347d77cfb2f50429fe5c) Add 'no-actions-hash' rule - [`074e7d5`](https://github.com/ember-cli/eslint-plugin-ember/commit/074e7d5d3261b3275ee0b7d26c31e347c6aafbe5) Merge pull request [#558](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/issues/558) from laurmurclar/lmc/better-module-checks - [`4c331b1`](https://github.com/ember-cli/eslint-plugin-ember/commit/4c331b1b817555500deae1b7f9b364f4af913243) Merge pull request [#559](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/issues/559) from alexlafroscia/tagless-components-pr-feedback - [`bd2921a`](https://github.com/ember-cli/eslint-plugin-ember/commit/bd2921a1386096acc56e667c339d1374b559cc64) Move FauxContext to shared helper and use in utils/ember tests - Additional commits viewable in [compare view](https://github.com/ember-cli/eslint-plugin-ember/compare/v6.7.1...v7.3.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) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)