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.7.1 #113

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps eslint-plugin-ember from 7.0.0 to 7.7.1.

Release notes *Sourced from [eslint-plugin-ember's releases](https://github.com/ember-cli/eslint-plugin-ember/releases).* > ## v7.7.1 > #### :bug: Bug Fix > * [#615](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/615) Fix issue causing assert to fire in `getSourceModuleName` util function ([@​patocallaghan](https://github.com/patocallaghan)) > > #### Committers: 1 > - Pat O'Callaghan ([@​patocallaghan](https://github.com/patocallaghan)) > > ## v7.7.0 > #### :rocket: Enhancement > * [#592](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/592) Update `no-classic-classes` rule to catch classic Ember Data model classes ([@​patocallaghan](https://github.com/patocallaghan)) > > #### :bug: Bug Fix > * [#610](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/610) Fix invalid `no-get` rule autofix caused by invalid JS variable name ([@​bmish](https://github.com/bmish)) > * [#607](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/607) Fix spread property bug in `require-super-in-init` rule ([@​bmish](https://github.com/bmish)) > * [#600](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/600) Add missing schema validation for options on many rules ([@​bmish](https://github.com/bmish)) > > #### :house: Internal > * [#611](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/611) Add many missing tests for lines without test coverage ([@​bmish](https://github.com/bmish)) > > #### Committers: 2 > - Bryan Mishkin ([@​bmish](https://github.com/bmish)) > - Pat O'Callaghan ([@​patocallaghan](https://github.com/patocallaghan)) > > ## v7.6.0 > #### :rocket: Enhancement > * [#594](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/594) Add new rule `no-get-with-default` ([@​steventsao](https://github.com/steventsao)) > > #### Committers: 1 > - Steven Tsao ([@​steventsao](https://github.com/steventsao)) > > ## 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 > ... (truncated)
Changelog *Sourced from [eslint-plugin-ember's changelog](https://github.com/ember-cli/eslint-plugin-ember/blob/master/CHANGELOG.md).* > ## v7.7.1 (2019-11-29) > > #### :bug: Bug Fix > * [#615](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/615) Fix issue causing assert to fire in `getSourceModuleName` util function ([@​patocallaghan](https://github.com/patocallaghan)) > > #### Committers: 1 > - Pat O'Callaghan ([@​patocallaghan](https://github.com/patocallaghan)) > > ## v7.7.0 (2019-11-29) > > #### :rocket: Enhancement > * [#592](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/592) Update `no-classic-classes` rule to catch classic Ember Data model classes ([@​patocallaghan](https://github.com/patocallaghan)) > > #### :bug: Bug Fix > * [#610](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/610) Fix invalid `no-get` rule autofix caused by invalid JS variable name ([@​bmish](https://github.com/bmish)) > * [#607](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/607) Fix spread property bug in `require-super-in-init` rule ([@​bmish](https://github.com/bmish)) > * [#600](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/600) Add missing schema validation for options on many rules ([@​bmish](https://github.com/bmish)) > > #### :house: Internal > * [#611](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/611) Add many missing tests for lines without test coverage ([@​bmish](https://github.com/bmish)) > > #### Committers: 2 > - Bryan Mishkin ([@​bmish](https://github.com/bmish)) > - Pat O'Callaghan ([@​patocallaghan](https://github.com/patocallaghan)) > > ## v7.6.0 (2019-11-19) > > #### :rocket: Enhancement > * [#594](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/594) Add new rule `no-get-with-default` ([@​steventsao](https://github.com/steventsao)) > > #### Committers: 1 > - Steven Tsao ([@​steventsao](https://github.com/steventsao)) > > ## 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 > ... (truncated)
Commits - [`bf79053`](https://github.com/ember-cli/eslint-plugin-ember/commit/bf7905333ed27e7e921956a8d324cfb8c52a0b17) v7.7.1 - [`3bc96ef`](https://github.com/ember-cli/eslint-plugin-ember/commit/3bc96ef5a18ee756a914a934b3dc43242f799d61) Update CHANGELOG - [`ca0389f`](https://github.com/ember-cli/eslint-plugin-ember/commit/ca0389fc48cf2f4b04d9cd9cc4585b2705d2ec2e) Merge pull request [#615](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/issues/615) from patocallaghan/patoc/fix-assertion-issue - [`3c4ba73`](https://github.com/ember-cli/eslint-plugin-ember/commit/3c4ba731d2a1b8b58bc01a6fd89712389381b246) test: add `getSourceModuleName` util function test with CallExpression - [`5169468`](https://github.com/ember-cli/eslint-plugin-ember/commit/51694685b29c5d51a2be6d58e786530a8e1c75f7) Fix issue with assertion firing on getSourceModuleName - [`ab24549`](https://github.com/ember-cli/eslint-plugin-ember/commit/ab2454932de930a64998e2ac0aef68a9a818d398) v7.7.0 - [`865b7a8`](https://github.com/ember-cli/eslint-plugin-ember/commit/865b7a854faceb587d5d2e3443fdc21254d3c894) Update CHANGELOG - [`188e7ca`](https://github.com/ember-cli/eslint-plugin-ember/commit/188e7ca703c519a836566e165757f5cd0a49877b) Merge pull request [#610](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/issues/610) from bmish/no-get-autofixer-fix-invalid-var-name - [`4701730`](https://github.com/ember-cli/eslint-plugin-ember/commit/47017304c8791d25da49585bcf0fbfa562c9dd28) Merge pull request [#611](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/issues/611) from bmish/add-many-missing-tests - [`0228362`](https://github.com/ember-cli/eslint-plugin-ember/commit/022836273f5b6b76391e060d0bbb1c2e25bd3135) test: raise minimum test coverage thresholds - Additional commits viewable in [compare view](https://github.com/ember-cli/eslint-plugin-ember/compare/v7.0.0...v7.7.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)