scalvert / ember-cli-checkup

An Ember CLI addon that provides health check information about your application, engine, or addon.
MIT License
7 stars 1 forks source link

build(deps-dev): bump eslint-plugin-ember from 7.0.0 to 7.4.1 #98

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps eslint-plugin-ember from 7.0.0 to 7.4.1.

Release notes *Sourced from [eslint-plugin-ember's releases](https://github.com/ember-cli/eslint-plugin-ember/releases).* > ## 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)) > > ## 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)) > ... (truncated)
Changelog *Sourced from [eslint-plugin-ember's changelog](https://github.com/ember-cli/eslint-plugin-ember/blob/master/CHANGELOG.md).* > ## 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)) > - 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)) > ... (truncated)
Commits - [`17cf493`](https://github.com/ember-cli/eslint-plugin-ember/commit/17cf493ac8e8d0ea3dac3a77def55a8ea4859811) v7.4.1 - [`76d94d2`](https://github.com/ember-cli/eslint-plugin-ember/commit/76d94d2710f0a3de7c408fc019b14623935f12bb) Update CHANGELOG - [`fb537f8`](https://github.com/ember-cli/eslint-plugin-ember/commit/fb537f87a02965b984579898fefe62522b4b1fa5) Merge pull request [#576](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/issues/576) from bmish/property-order-test-filename-fix - [`7e23722`](https://github.com/ember-cli/eslint-plugin-ember/commit/7e23722360a9be45165caed007ba7235b1571117) test: add missing test suffix to test file - [`a3b12d9`](https://github.com/ember-cli/eslint-plugin-ember/commit/a3b12d96b46493cc6c97e18bd2d84b6615bf146a) Merge pull request [#575](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/issues/575) from alexlafroscia/allow-logical-expression-in-avoid-... - [`cb15279`](https://github.com/ember-cli/eslint-plugin-ember/commit/cb152795172d8031168ca2bda0e558cb98079db2) fix: allow logical expression as value of EmberObject prop - [`2f59cad`](https://github.com/ember-cli/eslint-plugin-ember/commit/2f59cad07bfcf942eeca4bd947ff393eac0a167d) Merge pull request [#573](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/issues/573) from bmish/require-computed-macros-with-get - [`132b6e6`](https://github.com/ember-cli/eslint-plugin-ember/commit/132b6e6400e10677e493ba2d473dc60e6962a8da) fix: update `require-computed-macros` to handle `this.get('property')` (in ad... - [`b2e384a`](https://github.com/ember-cli/eslint-plugin-ember/commit/b2e384a06d7375ded5552128097cfd7816a61559) Merge pull request [#571](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/issues/571) from alexlafroscia/support-ternary-in-avoid-state-leak - [`952e40f`](https://github.com/ember-cli/eslint-plugin-ember/commit/952e40f9dd9770f681ccbee0745fd183ddb43ad3) fix: allow ternary expression as value of EmberObject prop - Additional commits viewable in [compare view](https://github.com/ember-cli/eslint-plugin-ember/compare/v7.0.0...v7.4.1)


Dependabot compatibility score

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)
dependabot-preview[bot] commented 5 years ago

Superseded by #100.