ember-cli / ember-cli-mocha

Mocha and Chai tests for ember-cli applications
Apache License 2.0
147 stars 59 forks source link

Bump eslint-plugin-ember from 6.1.0 to 6.2.0 #330

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps eslint-plugin-ember from 6.1.0 to 6.2.0.

Release notes *Sourced from [eslint-plugin-ember's releases](https://github.com/ember-cli/eslint-plugin-ember/releases).* > ## v6.2.0 > #### :rocket: Enhancement > * [#375](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/375) no-test-and-then: slight optimization ([[**bmish**](https://github.com/bmish)](https://github.com/bmish)) > * [#373](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/373) no-unnecessary-route-path-option: Add support for `--fix` ([[**bmish**](https://github.com/bmish)](https://github.com/bmish)) > * [#370](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/370) Add `no-unnecessary-route-path-option` rule ([[**bmish**](https://github.com/bmish)](https://github.com/bmish)) > * [#365](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/365) no-invalid-debug-function-arguments: Use dynamic error message ([[**bmish**](https://github.com/bmish)](https://github.com/bmish)) > * [#364](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/364) assert-arg-order: Rename to `no-invalid-debug-function-arguments` and detect invalid usages of `deprecate` and `warn` too ([[**bmish**](https://github.com/bmish)](https://github.com/bmish)) > * [#358](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/358) Add `assert-arg-order` rule ([[**bmish**](https://github.com/bmish)](https://github.com/bmish)) > * [#359](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/359) Add `no-deeply-nested-dependent-keys-with-each` rule ([[**bmish**](https://github.com/bmish)](https://github.com/bmish)) > * [#357](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/357) Add `no-test-and-then` rule ([[**bmish**](https://github.com/bmish)](https://github.com/bmish)) > > #### :bug: Bug Fix > * [#371](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/371) no-test-and-then: Run only on test files ([[**bmish**](https://github.com/bmish)](https://github.com/bmish)) > * [#367](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/367) no-deeply-nested-dependent-keys-with-each: Fix false positives ([[**bmish**](https://github.com/bmish)](https://github.com/bmish)) > * [#366](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/366) no-invalid-debug-function-arguments: Fix false positives ([[**bmish**](https://github.com/bmish)](https://github.com/bmish)) > * [#362](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/362) assert-arg-order: Fix rule for `Ember.assert()` case ([[**bmish**](https://github.com/bmish)](https://github.com/bmish)) > > #### :memo: Documentation > * [#380](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/380) no-test-and-then: Add migration path docs ([[**bmish**](https://github.com/bmish)](https://github.com/bmish)) > * [#368](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/368) no-test-and-then: Fix code sample in docs ([[**bmish**](https://github.com/bmish)](https://github.com/bmish)) > * [#361](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/361) no-deeply-nested-dependent-keys-with-each: Fix docs typo ([[**bmish**](https://github.com/bmish)](https://github.com/bmish)) > * [#360](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/360) Use more specific array types in util jsdoc comments ([[**bmish**](https://github.com/bmish)](https://github.com/bmish)) > * [#355](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/355) avoid-leaking-state-in-ember-objects: Show usage example of `DEFAULT_IGNORED_PROPERTIES` ([[**yoavfranco**](https://github.com/yoavfranco)](https://github.com/yoavfranco)) > * [#354](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/354) avoid-needs-in-controllers: Add documentation ([[**quajo**](https://github.com/quajo)](https://github.com/quajo)) > > #### :house: Internal > * [#363](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/363) no-deeply-nested-dependent-keys-with-each: Add more tests ([[**bmish**](https://github.com/bmish)](https://github.com/bmish)) > > #### Committers: 3 > - Bryan Mishkin ([[**bmish**](https://github.com/bmish)](https://github.com/bmish)) > - Selase Krakani ([[**quajo**](https://github.com/quajo)](https://github.com/quajo)) > - Yoav M. Franco ([[**yoavfranco**](https://github.com/yoavfranco)](https://github.com/yoavfranco))
Changelog *Sourced from [eslint-plugin-ember's changelog](https://github.com/ember-cli/eslint-plugin-ember/blob/master/CHANGELOG.md).* > ## v6.2.0 (2019-01-28) > > #### :rocket: Enhancement > * [#375](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/375) no-test-and-then: slight optimization ([[**bmish**](https://github.com/bmish)](https://github.com/bmish)) > * [#373](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/373) no-unnecessary-route-path-option: Add support for `--fix` ([[**bmish**](https://github.com/bmish)](https://github.com/bmish)) > * [#370](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/370) Add `no-unnecessary-route-path-option` rule ([[**bmish**](https://github.com/bmish)](https://github.com/bmish)) > * [#365](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/365) no-invalid-debug-function-arguments: Use dynamic error message ([[**bmish**](https://github.com/bmish)](https://github.com/bmish)) > * [#364](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/364) assert-arg-order: Rename to `no-invalid-debug-function-arguments` and detect invalid usages of `deprecate` and `warn` too ([[**bmish**](https://github.com/bmish)](https://github.com/bmish)) > * [#358](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/358) Add `assert-arg-order` rule ([[**bmish**](https://github.com/bmish)](https://github.com/bmish)) > * [#359](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/359) Add `no-deeply-nested-dependent-keys-with-each` rule ([[**bmish**](https://github.com/bmish)](https://github.com/bmish)) > * [#357](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/357) Add `no-test-and-then` rule ([[**bmish**](https://github.com/bmish)](https://github.com/bmish)) > > #### :bug: Bug Fix > * [#371](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/371) no-test-and-then: Run only on test files ([[**bmish**](https://github.com/bmish)](https://github.com/bmish)) > * [#367](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/367) no-deeply-nested-dependent-keys-with-each: Fix false positives ([[**bmish**](https://github.com/bmish)](https://github.com/bmish)) > * [#366](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/366) no-invalid-debug-function-arguments: Fix false positives ([[**bmish**](https://github.com/bmish)](https://github.com/bmish)) > * [#362](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/362) assert-arg-order: Fix rule for `Ember.assert()` case ([[**bmish**](https://github.com/bmish)](https://github.com/bmish)) > > #### :memo: Documentation > * [#380](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/380) no-test-and-then: Add migration path docs ([[**bmish**](https://github.com/bmish)](https://github.com/bmish)) > * [#368](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/368) no-test-and-then: Fix code sample in docs ([[**bmish**](https://github.com/bmish)](https://github.com/bmish)) > * [#361](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/361) no-deeply-nested-dependent-keys-with-each: Fix docs typo ([[**bmish**](https://github.com/bmish)](https://github.com/bmish)) > * [#360](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/360) Use more specific array types in util jsdoc comments ([[**bmish**](https://github.com/bmish)](https://github.com/bmish)) > * [#355](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/355) avoid-leaking-state-in-ember-objects: Show usage example of `DEFAULT_IGNORED_PROPERTIES` ([[**yoavfranco**](https://github.com/yoavfranco)](https://github.com/yoavfranco)) > * [#354](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/354) avoid-needs-in-controllers: Add documentation ([[**quajo**](https://github.com/quajo)](https://github.com/quajo)) > > #### :house: Internal > * [#363](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/pull/363) no-deeply-nested-dependent-keys-with-each: Add more tests ([[**bmish**](https://github.com/bmish)](https://github.com/bmish)) > > #### Committers: 3 > - Bryan Mishkin ([[**bmish**](https://github.com/bmish)](https://github.com/bmish)) > - Selase Krakani ([[**quajo**](https://github.com/quajo)](https://github.com/quajo)) > - Yoav M. Franco ([[**yoavfranco**](https://github.com/yoavfranco)](https://github.com/yoavfranco))
Commits - [`d96601a`](https://github.com/ember-cli/eslint-plugin-ember/commit/d96601aa33feeccad2358cf0c112f61c94775f15) v6.2.0 - [`6a5583f`](https://github.com/ember-cli/eslint-plugin-ember/commit/6a5583f605b4e46bfe00c0ebfb89098ed56dbbfd) Update Changelog - [`7de8009`](https://github.com/ember-cli/eslint-plugin-ember/commit/7de8009351b9cc2f182a9b704ba8953d73a96ad5) docs: add migration path to no-test-and-then rule. ([#380](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/issues/380)) - [`271c8c4`](https://github.com/ember-cli/eslint-plugin-ember/commit/271c8c49394ca1a5b48ac536c5f55027bd151a89) build(deps-dev): bump jest from 23.6.0 to 24.0.0 ([#381](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/issues/381)) - [`90ba9cc`](https://github.com/ember-cli/eslint-plugin-ember/commit/90ba9ccb1c6e21e000b9a26a121fc779e4fc884f) Bump babel-eslint from 7.1.1 to 10.0.1 ([#296](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/issues/296)) - [`08d1c36`](https://github.com/ember-cli/eslint-plugin-ember/commit/08d1c3643fbb6727768a5b08fd4231dd29d2ae7b) chore(deps-dev): bump eslint-plugin-import from 2.14.0 to 2.15.0 ([#379](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/issues/379)) - [`0f250b0`](https://github.com/ember-cli/eslint-plugin-ember/commit/0f250b0eb3008d32bf0b99048daf365eab7a9063) Merge pull request [#375](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/issues/375) from bmish/no-test-and-then-optimize-filename-check - [`b086934`](https://github.com/ember-cli/eslint-plugin-ember/commit/b086934b01feed53da4fa17ddd647c6150c66870) refactor: move filename check up for improved efficiency in 'no-test-and-then... - [`4a624a8`](https://github.com/ember-cli/eslint-plugin-ember/commit/4a624a83ffec28923d8239b180f5c7838d7850d9) Merge pull request [#373](https://github-redirect.dependabot.com/ember-cli/eslint-plugin-ember/issues/373) from bmish/no-unnecessary-route-path-option-autofixer - [`5ba0daa`](https://github.com/ember-cli/eslint-plugin-ember/commit/5ba0daa71e03082504776a720698892d6575c334) feat: add autofixer for 'no-unnecessary-route-path-option' rule. - Additional commits viewable in [compare view](https://github.com/ember-cli/eslint-plugin-ember/compare/v6.1.0...v6.2.0)


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.

If all status checks pass Dependabot will automatically merge this pull request.


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 cancel merge` will cancel a previously requested merge - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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) - Automerge options (never/patch/minor, and dev/runtime dependencies) - 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) Finally, you can contact us by mentioning @dependabot.