Release notes
*Sourced from [eslint-plugin-ember's releases](https://github.com/ember-cli/eslint-plugin-ember/releases).*
> ## v7.4.0
> #### :rocket: Enhancement
> * [#561](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/561) Add `octane` configuration (experimental) ([@patocallaghan](https://github.com/patocallaghan))
> * [#562](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/562) Add new rule `no-test-module-for` ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
> * [#565](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/565) Add `ignoreNestedPaths` option (default true) to `no-get` rule ([@bmish](https://github.com/bmish))
> * [#564](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/564) Update `no-new-mixins` rule to handle native classes ([@bmish](https://github.com/bmish))
>
> #### :house: Internal
> * [#570](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/570) Simplify some tests by setting `parserOptions` globally instead of in each individual test case ([@bmish](https://github.com/bmish))
> * [#568](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/568) Add tests to ensure plugin exports correct configurations ([@bmish](https://github.com/bmish))
> * [#563](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/563) Lint against unnecessary template literals internally ([@bmish](https://github.com/bmish))
>
> #### Committers: 3
> - Bryan Mishkin ([@bmish](https://github.com/bmish))
> - L. Preston Sego III ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
> - Pat O'Callaghan ([@patocallaghan](https://github.com/patocallaghan))
>
> ## 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))
> ... (truncated)
Changelog
*Sourced from [eslint-plugin-ember's changelog](https://github.com/ember-cli/eslint-plugin-ember/blob/master/CHANGELOG.md).*
> ## v7.4.0 (2019-11-06)
>
> #### :rocket: Enhancement
> * [#561](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/561) Add `octane` configuration (experimental) ([@patocallaghan](https://github.com/patocallaghan))
> * [#562](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/562) Add new rule `no-test-module-for` ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
> * [#565](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/565) Add `ignoreNestedPaths` option (default true) to `no-get` rule ([@bmish](https://github.com/bmish))
> * [#564](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/564) Update `no-new-mixins` rule to handle native classes ([@bmish](https://github.com/bmish))
>
> #### :house: Internal
> * [#570](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/570) Simplify some tests by setting `parserOptions` globally instead of in each individual test case ([@bmish](https://github.com/bmish))
> * [#568](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/568) Add tests to ensure plugin exports correct configurations ([@bmish](https://github.com/bmish))
> * [#563](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/563) Lint against unnecessary template literals internally ([@bmish](https://github.com/bmish))
>
> #### Committers: 3
> - Bryan Mishkin ([@bmish](https://github.com/bmish))
> - L. Preston Sego III ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
> - Pat O'Callaghan ([@patocallaghan](https://github.com/patocallaghan))
>
> ## 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))
> ... (truncated)
Commits
- [`a7646e5`](https://github.com/ember-cli/eslint-plugin-ember/commit/a7646e5b0e6a265d37cff36c2ed8450d8bfa2ad0) v7.4.0
- [`8f18257`](https://github.com/ember-cli/eslint-plugin-ember/commit/8f18257ec2638c90505ac5abba3044328df01510) Update CHANGELOG
- [`4416ac3`](https://github.com/ember-cli/eslint-plugin-ember/commit/4416ac3d156da2feebb5ba02d41d34c1cc13f0b4) Merge pull request [#570](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/issues/570) from bmish/test-simplify-parserOptions
- [`982c217`](https://github.com/ember-cli/eslint-plugin-ember/commit/982c21716be0d041914c5b09fe897459d4cbfc5f) test: simplify some tests by setting `parserOptions` globally instead of in e...
- [`3c8959e`](https://github.com/ember-cli/eslint-plugin-ember/commit/3c8959e67decf44e1a3550e9cb1eb6ba23203be9) Merge pull request [#561](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/issues/561) from patocallaghan/patoc/octane-configuration
- [`cd57425`](https://github.com/ember-cli/eslint-plugin-ember/commit/cd57425ee38013a0f80850880bc6c2643b983923) README feedback
- [`f7d6ea3`](https://github.com/ember-cli/eslint-plugin-ember/commit/f7d6ea360d7021e426d106ad243790b47994f180) Added warning about unstable octane ruleset
- [`9977d05`](https://github.com/ember-cli/eslint-plugin-ember/commit/9977d05e9653b9464ddb9aac4d72ed4c182b5a87) Updates based on feedback
- [`9f9d1a9`](https://github.com/ember-cli/eslint-plugin-ember/commit/9f9d1a919f05ada64bdf97904b6f2e6416ecf86c) Add Octane config
- [`5bae106`](https://github.com/ember-cli/eslint-plugin-ember/commit/5bae10634681c88fcd40c234ed1195041745204b) Merge pull request [#568](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/issues/568) from bmish/test-configs
- Additional commits viewable in [compare view](https://github.com/ember-cli/eslint-plugin-ember/compare/v6.7.1...v7.4.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.4.0.
Release notes
*Sourced from [eslint-plugin-ember's releases](https://github.com/ember-cli/eslint-plugin-ember/releases).* > ## v7.4.0 > #### :rocket: Enhancement > * [#561](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/561) Add `octane` configuration (experimental) ([@patocallaghan](https://github.com/patocallaghan)) > * [#562](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/562) Add new rule `no-test-module-for` ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) > * [#565](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/565) Add `ignoreNestedPaths` option (default true) to `no-get` rule ([@bmish](https://github.com/bmish)) > * [#564](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/564) Update `no-new-mixins` rule to handle native classes ([@bmish](https://github.com/bmish)) > > #### :house: Internal > * [#570](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/570) Simplify some tests by setting `parserOptions` globally instead of in each individual test case ([@bmish](https://github.com/bmish)) > * [#568](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/568) Add tests to ensure plugin exports correct configurations ([@bmish](https://github.com/bmish)) > * [#563](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/563) Lint against unnecessary template literals internally ([@bmish](https://github.com/bmish)) > > #### Committers: 3 > - Bryan Mishkin ([@bmish](https://github.com/bmish)) > - L. Preston Sego III ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) > - Pat O'Callaghan ([@patocallaghan](https://github.com/patocallaghan)) > > ## 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)) > ... (truncated)Changelog
*Sourced from [eslint-plugin-ember's changelog](https://github.com/ember-cli/eslint-plugin-ember/blob/master/CHANGELOG.md).* > ## v7.4.0 (2019-11-06) > > #### :rocket: Enhancement > * [#561](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/561) Add `octane` configuration (experimental) ([@patocallaghan](https://github.com/patocallaghan)) > * [#562](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/562) Add new rule `no-test-module-for` ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) > * [#565](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/565) Add `ignoreNestedPaths` option (default true) to `no-get` rule ([@bmish](https://github.com/bmish)) > * [#564](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/564) Update `no-new-mixins` rule to handle native classes ([@bmish](https://github.com/bmish)) > > #### :house: Internal > * [#570](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/570) Simplify some tests by setting `parserOptions` globally instead of in each individual test case ([@bmish](https://github.com/bmish)) > * [#568](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/568) Add tests to ensure plugin exports correct configurations ([@bmish](https://github.com/bmish)) > * [#563](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/563) Lint against unnecessary template literals internally ([@bmish](https://github.com/bmish)) > > #### Committers: 3 > - Bryan Mishkin ([@bmish](https://github.com/bmish)) > - L. Preston Sego III ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) > - Pat O'Callaghan ([@patocallaghan](https://github.com/patocallaghan)) > > ## 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)) > ... (truncated)Commits
- [`a7646e5`](https://github.com/ember-cli/eslint-plugin-ember/commit/a7646e5b0e6a265d37cff36c2ed8450d8bfa2ad0) v7.4.0 - [`8f18257`](https://github.com/ember-cli/eslint-plugin-ember/commit/8f18257ec2638c90505ac5abba3044328df01510) Update CHANGELOG - [`4416ac3`](https://github.com/ember-cli/eslint-plugin-ember/commit/4416ac3d156da2feebb5ba02d41d34c1cc13f0b4) Merge pull request [#570](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/issues/570) from bmish/test-simplify-parserOptions - [`982c217`](https://github.com/ember-cli/eslint-plugin-ember/commit/982c21716be0d041914c5b09fe897459d4cbfc5f) test: simplify some tests by setting `parserOptions` globally instead of in e... - [`3c8959e`](https://github.com/ember-cli/eslint-plugin-ember/commit/3c8959e67decf44e1a3550e9cb1eb6ba23203be9) Merge pull request [#561](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/issues/561) from patocallaghan/patoc/octane-configuration - [`cd57425`](https://github.com/ember-cli/eslint-plugin-ember/commit/cd57425ee38013a0f80850880bc6c2643b983923) README feedback - [`f7d6ea3`](https://github.com/ember-cli/eslint-plugin-ember/commit/f7d6ea360d7021e426d106ad243790b47994f180) Added warning about unstable octane ruleset - [`9977d05`](https://github.com/ember-cli/eslint-plugin-ember/commit/9977d05e9653b9464ddb9aac4d72ed4c182b5a87) Updates based on feedback - [`9f9d1a9`](https://github.com/ember-cli/eslint-plugin-ember/commit/9f9d1a919f05ada64bdf97904b6f2e6416ecf86c) Add Octane config - [`5bae106`](https://github.com/ember-cli/eslint-plugin-ember/commit/5bae10634681c88fcd40c234ed1195041745204b) Merge pull request [#568](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/issues/568) from bmish/test-configs - Additional commits viewable in [compare view](https://github.com/ember-cli/eslint-plugin-ember/compare/v6.7.1...v7.4.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)