Release notes
*Sourced from [eslint-plugin-ember's releases](https://github.com/ember-cli/eslint-plugin-ember/releases).*
> ## v7.5.0
> #### :rocket: Enhancement
> * [#583](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/583) Update `no-observers` rule to handle decorators ([@bmish](https://github.com/bmish))
> * [#577](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/577) Add autofixer to `no-get` rule ([@bmish](https://github.com/bmish))
>
> #### :bug: Bug Fix
> * [#586](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/586) Update `use-brace-expansion` rule to only report the string arguments of a computed property as the violation (and not the entire function body) ([@bmish](https://github.com/bmish))
> * [#581](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/581) Update `no-get` rule to ignore `get()` usages inside objects implementing `unknownProperty()` ([@bmish](https://github.com/bmish))
> * [#580](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/580) Update `no-get` rule to ignore `get()` usages inside proxy objects ([@bmish](https://github.com/bmish))
> * [#579](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/579) Fix handling of multi-line property keys by `require-computed-property-dependencies` rule ([@bmish](https://github.com/bmish))
>
> #### :memo: Documentation
> * [#588](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/588) Add `type` meta property to each rule ([@bmish](https://github.com/bmish))
> * [#587](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/587) And missing rule documentation URLs ([@bmish](https://github.com/bmish))
>
> #### :house: Internal
> * [#582](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/582) Add CI check to ensure `yarn update` is run to update docs/autogenerated files ([@bmish](https://github.com/bmish))
> * [#574](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/574) Update `reportUnorderedProperties` util function to also work with native classes ([@laurmurclar](https://github.com/laurmurclar))
>
> #### Committers: 2
> - Bryan Mishkin ([@bmish](https://github.com/bmish))
> - Laura Murphy-Clarkin ([@laurmurclar](https://github.com/laurmurclar))
>
> ## v7.4.1
> #### :bug: Bug Fix
> * [#575](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/575) Update `avoid-leaking-state-in-ember-objects` rule to handle logical expressions ([@alexlafroscia](https://github.com/alexlafroscia))
> * [#571](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/571) Update `avoid-leaking-state-in-ember-objects` rule to handle ternary expressions ([@alexlafroscia](https://github.com/alexlafroscia))
> * [#573](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/573) Update `require-computed-macros` rule to handle `this.get('property')` (in addition to `this.property`) ([@bmish](https://github.com/bmish))
>
> #### Committers: 2
> - Alex LaFroscia ([@alexlafroscia](https://github.com/alexlafroscia))
> - Bryan Mishkin ([@bmish](https://github.com/bmish))
>
> ## 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))
>
> ... (truncated)
Changelog
*Sourced from [eslint-plugin-ember's changelog](https://github.com/ember-cli/eslint-plugin-ember/blob/master/CHANGELOG.md).*
> ## v7.5.0 (2019-11-11)
>
> #### :rocket: Enhancement
> * [#583](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/583) Update `no-observers` rule to handle decorators ([@bmish](https://github.com/bmish))
> * [#577](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/577) Add autofixer to `no-get` rule ([@bmish](https://github.com/bmish))
>
> #### :bug: Bug Fix
> * [#586](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/586) Update `use-brace-expansion` rule to only report the string arguments of a computed property as the violation (and not the entire function body) ([@bmish](https://github.com/bmish))
> * [#581](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/581) Update `no-get` rule to ignore `get()` usages inside objects implementing `unknownProperty()` ([@bmish](https://github.com/bmish))
> * [#580](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/580) Update `no-get` rule to ignore `get()` usages inside proxy objects ([@bmish](https://github.com/bmish))
> * [#579](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/579) Fix handling of multi-line property keys by `require-computed-property-dependencies` rule ([@bmish](https://github.com/bmish))
>
> #### :memo: Documentation
> * [#588](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/588) Add `type` meta property to each rule ([@bmish](https://github.com/bmish))
> * [#587](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/587) And missing rule documentation URLs ([@bmish](https://github.com/bmish))
>
> #### :house: Internal
> * [#582](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/582) Add CI check to ensure `yarn update` is run to update docs/autogenerated files ([@bmish](https://github.com/bmish))
> * [#574](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/574) Update `reportUnorderedProperties` util function to also work with native classes ([@laurmurclar](https://github.com/laurmurclar))
>
> #### Committers: 2
> - Bryan Mishkin ([@bmish](https://github.com/bmish))
> - Laura Murphy-Clarkin ([@laurmurclar](https://github.com/laurmurclar))
>
> ## v7.4.1 (2019-11-07)
>
> #### :bug: Bug Fix
> * [#575](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/575) Update `avoid-leaking-state-in-ember-objects` rule to handle logical expressions ([@alexlafroscia](https://github.com/alexlafroscia))
> * [#571](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/571) Update `avoid-leaking-state-in-ember-objects` rule to handle ternary expressions ([@alexlafroscia](https://github.com/alexlafroscia))
> * [#573](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/573) Update `require-computed-macros` rule to handle `this.get('property')` (in addition to `this.property`) ([@bmish](https://github.com/bmish))
>
> #### Committers: 2
> - Alex LaFroscia ([@alexlafroscia](https://github.com/alexlafroscia))
> - Bryan Mishkin ([@bmish](https://github.com/bmish))
>
> ## 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))
> ... (truncated)
Commits
- [`97d1743`](https://github.com/ember-cli/eslint-plugin-ember/commit/97d1743dcd212ae07e02f8dd9012af658ac420ce) v7.5.0
- [`70e4954`](https://github.com/ember-cli/eslint-plugin-ember/commit/70e4954ef1e9456456963298ed5862d169b34fce) Update CHANGELOG
- [`f22bad5`](https://github.com/ember-cli/eslint-plugin-ember/commit/f22bad5c882a072792e9a768e6d4d0313ab05735) Merge pull request [#589](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/issues/589) from ember-cli/dependabot/npm_and_yarn/prettier-1.19.1
- [`b9c8bc0`](https://github.com/ember-cli/eslint-plugin-ember/commit/b9c8bc023fb84f6c4d40849bcd8df92225d81f4d) build(deps-dev): bump prettier from 1.18.2 to 1.19.1
- [`0660e04`](https://github.com/ember-cli/eslint-plugin-ember/commit/0660e04b82c0f1d4bc78b7f2755dc7c2de96c4e6) Merge pull request [#583](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/issues/583) from bmish/no-observers-decorators
- [`d9e7f9a`](https://github.com/ember-cli/eslint-plugin-ember/commit/d9e7f9a55842e16e1c4b3c91d571bde6ea572c6d) Merge pull request [#577](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/issues/577) from bmish/no-get-autofix
- [`5a59424`](https://github.com/ember-cli/eslint-plugin-ember/commit/5a5942499118384ce3af2e97e04794820d53b458) Merge pull request [#588](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/issues/588) from bmish/rule-type-field
- [`a91d574`](https://github.com/ember-cli/eslint-plugin-ember/commit/a91d5743de5fbb9a327dc7aa7015b81dc8f67faa) chore: add `type` meta property to each rule
- [`0fa6293`](https://github.com/ember-cli/eslint-plugin-ember/commit/0fa629396c2d0b7c05203d100b656dad15cfa836) Merge pull request [#586](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/issues/586) from bmish/use-brace-expansion-only-report-string-args
- [`d91c1f9`](https://github.com/ember-cli/eslint-plugin-ember/commit/d91c1f96123e7c3fa820777156f9be09f12085f4) fix: update `use-brace-expansion` rule to only report the string arguments of...
- Additional commits viewable in [compare view](https://github.com/ember-cli/eslint-plugin-ember/compare/v6.7.1...v7.5.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.5.0.
Release notes
*Sourced from [eslint-plugin-ember's releases](https://github.com/ember-cli/eslint-plugin-ember/releases).* > ## v7.5.0 > #### :rocket: Enhancement > * [#583](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/583) Update `no-observers` rule to handle decorators ([@bmish](https://github.com/bmish)) > * [#577](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/577) Add autofixer to `no-get` rule ([@bmish](https://github.com/bmish)) > > #### :bug: Bug Fix > * [#586](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/586) Update `use-brace-expansion` rule to only report the string arguments of a computed property as the violation (and not the entire function body) ([@bmish](https://github.com/bmish)) > * [#581](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/581) Update `no-get` rule to ignore `get()` usages inside objects implementing `unknownProperty()` ([@bmish](https://github.com/bmish)) > * [#580](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/580) Update `no-get` rule to ignore `get()` usages inside proxy objects ([@bmish](https://github.com/bmish)) > * [#579](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/579) Fix handling of multi-line property keys by `require-computed-property-dependencies` rule ([@bmish](https://github.com/bmish)) > > #### :memo: Documentation > * [#588](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/588) Add `type` meta property to each rule ([@bmish](https://github.com/bmish)) > * [#587](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/587) And missing rule documentation URLs ([@bmish](https://github.com/bmish)) > > #### :house: Internal > * [#582](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/582) Add CI check to ensure `yarn update` is run to update docs/autogenerated files ([@bmish](https://github.com/bmish)) > * [#574](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/574) Update `reportUnorderedProperties` util function to also work with native classes ([@laurmurclar](https://github.com/laurmurclar)) > > #### Committers: 2 > - Bryan Mishkin ([@bmish](https://github.com/bmish)) > - Laura Murphy-Clarkin ([@laurmurclar](https://github.com/laurmurclar)) > > ## v7.4.1 > #### :bug: Bug Fix > * [#575](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/575) Update `avoid-leaking-state-in-ember-objects` rule to handle logical expressions ([@alexlafroscia](https://github.com/alexlafroscia)) > * [#571](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/571) Update `avoid-leaking-state-in-ember-objects` rule to handle ternary expressions ([@alexlafroscia](https://github.com/alexlafroscia)) > * [#573](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/573) Update `require-computed-macros` rule to handle `this.get('property')` (in addition to `this.property`) ([@bmish](https://github.com/bmish)) > > #### Committers: 2 > - Alex LaFroscia ([@alexlafroscia](https://github.com/alexlafroscia)) > - Bryan Mishkin ([@bmish](https://github.com/bmish)) > > ## 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)) > > ... (truncated)Changelog
*Sourced from [eslint-plugin-ember's changelog](https://github.com/ember-cli/eslint-plugin-ember/blob/master/CHANGELOG.md).* > ## v7.5.0 (2019-11-11) > > #### :rocket: Enhancement > * [#583](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/583) Update `no-observers` rule to handle decorators ([@bmish](https://github.com/bmish)) > * [#577](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/577) Add autofixer to `no-get` rule ([@bmish](https://github.com/bmish)) > > #### :bug: Bug Fix > * [#586](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/586) Update `use-brace-expansion` rule to only report the string arguments of a computed property as the violation (and not the entire function body) ([@bmish](https://github.com/bmish)) > * [#581](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/581) Update `no-get` rule to ignore `get()` usages inside objects implementing `unknownProperty()` ([@bmish](https://github.com/bmish)) > * [#580](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/580) Update `no-get` rule to ignore `get()` usages inside proxy objects ([@bmish](https://github.com/bmish)) > * [#579](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/579) Fix handling of multi-line property keys by `require-computed-property-dependencies` rule ([@bmish](https://github.com/bmish)) > > #### :memo: Documentation > * [#588](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/588) Add `type` meta property to each rule ([@bmish](https://github.com/bmish)) > * [#587](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/587) And missing rule documentation URLs ([@bmish](https://github.com/bmish)) > > #### :house: Internal > * [#582](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/582) Add CI check to ensure `yarn update` is run to update docs/autogenerated files ([@bmish](https://github.com/bmish)) > * [#574](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/574) Update `reportUnorderedProperties` util function to also work with native classes ([@laurmurclar](https://github.com/laurmurclar)) > > #### Committers: 2 > - Bryan Mishkin ([@bmish](https://github.com/bmish)) > - Laura Murphy-Clarkin ([@laurmurclar](https://github.com/laurmurclar)) > > ## v7.4.1 (2019-11-07) > > #### :bug: Bug Fix > * [#575](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/575) Update `avoid-leaking-state-in-ember-objects` rule to handle logical expressions ([@alexlafroscia](https://github.com/alexlafroscia)) > * [#571](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/571) Update `avoid-leaking-state-in-ember-objects` rule to handle ternary expressions ([@alexlafroscia](https://github.com/alexlafroscia)) > * [#573](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/573) Update `require-computed-macros` rule to handle `this.get('property')` (in addition to `this.property`) ([@bmish](https://github.com/bmish)) > > #### Committers: 2 > - Alex LaFroscia ([@alexlafroscia](https://github.com/alexlafroscia)) > - Bryan Mishkin ([@bmish](https://github.com/bmish)) > > ## 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)) > ... (truncated)Commits
- [`97d1743`](https://github.com/ember-cli/eslint-plugin-ember/commit/97d1743dcd212ae07e02f8dd9012af658ac420ce) v7.5.0 - [`70e4954`](https://github.com/ember-cli/eslint-plugin-ember/commit/70e4954ef1e9456456963298ed5862d169b34fce) Update CHANGELOG - [`f22bad5`](https://github.com/ember-cli/eslint-plugin-ember/commit/f22bad5c882a072792e9a768e6d4d0313ab05735) Merge pull request [#589](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/issues/589) from ember-cli/dependabot/npm_and_yarn/prettier-1.19.1 - [`b9c8bc0`](https://github.com/ember-cli/eslint-plugin-ember/commit/b9c8bc023fb84f6c4d40849bcd8df92225d81f4d) build(deps-dev): bump prettier from 1.18.2 to 1.19.1 - [`0660e04`](https://github.com/ember-cli/eslint-plugin-ember/commit/0660e04b82c0f1d4bc78b7f2755dc7c2de96c4e6) Merge pull request [#583](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/issues/583) from bmish/no-observers-decorators - [`d9e7f9a`](https://github.com/ember-cli/eslint-plugin-ember/commit/d9e7f9a55842e16e1c4b3c91d571bde6ea572c6d) Merge pull request [#577](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/issues/577) from bmish/no-get-autofix - [`5a59424`](https://github.com/ember-cli/eslint-plugin-ember/commit/5a5942499118384ce3af2e97e04794820d53b458) Merge pull request [#588](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/issues/588) from bmish/rule-type-field - [`a91d574`](https://github.com/ember-cli/eslint-plugin-ember/commit/a91d5743de5fbb9a327dc7aa7015b81dc8f67faa) chore: add `type` meta property to each rule - [`0fa6293`](https://github.com/ember-cli/eslint-plugin-ember/commit/0fa629396c2d0b7c05203d100b656dad15cfa836) Merge pull request [#586](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/issues/586) from bmish/use-brace-expansion-only-report-string-args - [`d91c1f9`](https://github.com/ember-cli/eslint-plugin-ember/commit/d91c1f96123e7c3fa820777156f9be09f12085f4) fix: update `use-brace-expansion` rule to only report the string arguments of... - Additional commits viewable in [compare view](https://github.com/ember-cli/eslint-plugin-ember/compare/v6.7.1...v7.5.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)