Skip to content

Conversation

@dependabot-preview
Copy link
Contributor

Bumps eslint-plugin-ember from 6.10.0 to 7.1.0.

Release notes

Sourced from eslint-plugin-ember's releases.

v7.1.0

🚀 Enhancement

🐛 Bug Fix

  • #511 Avoid crash from empty return statement in require-computed-macros rule (@​bmish)
  • #512 Avoid crash when missing arguments to this.route() in route-path-style rule (@​bmish)
  • #498 Fix decorator handling and improve error messages for computed-property-getters rule (@​Exelord)
  • #504 Update require-computed-property-dependencies rule to ignore injected service names by default (@​bmish)

📝 Documentation

  • #514 Hide the deprecated rules section from the README if empty (@​bmish)
  • #510 Cleanup code samples in some of the new V7 recommended rules (@​bmish)
  • #496 Suggest using the eslint consistent-return rule alongside require-return-from-computed rule to help avoid false positives (@​bmish)
  • #506 Add example of a getter with an if statement for require-return-from-computed rule (@​bradleypriest)

🏠 Internal

  • #519 Add CI check to ensure yarn.lock is up-to-date (@​bmish)
  • #516 Test plugin under both eslint 5 and eslint 6 (@​bmish)
  • #515 Add eslint-plugin-eslint-plugin and enable/autofix most rules (@​bmish)
  • #505 Enforce minimum test coverage (@​bmish)
  • #503 Refactor utils to move type checking utils to a separate file and alphabetize (@​bmish)

Committers: 4

v7.0.0

💥 Breaking Change

  • #491 Drop eslint 4 support (@​bmish)
  • #486 Enable additional recommended rules (no-arrow-function-computed-properties, no-deeply-nested-dependent-keys-with-each, no-ember-super-in-es-classes, no-incorrect-calls-with-inline-anonymous-functions, no-invalid-debug-function-arguments, no-new-mixins, no-unnecessary-route-path-option, no-volatile-computed-properties, require-return-from-computed) (@​bmish)
  • #487 Remove deprecated rules (avoid-leaking-state-in-components, local-modules, no-get-properties) (@​bmish)
  • #485 Drop Node 6 support (@​bmish)

Committers: 1

v6.10.1

🐛 Bug Fix

  • #488 Update require-computed-property-dependencies rule to support eslint 3 and 4 (@​bmish)

📝 Documentation

  • #489 Document eslint 4 as the minimum supported version (@​bmish)

🏠 Internal

Committers: 1

... (truncated)
Changelog

Sourced from eslint-plugin-ember's changelog.

v7.1.0 (2019-09-18)

🚀 Enhancement

🐛 Bug Fix

  • #511 Avoid crash from empty return statement in require-computed-macros rule (@​bmish)
  • #512 Avoid crash when missing arguments to this.route() in route-path-style rule (@​bmish)
  • #498 Fix decorator handling and improve error messages for computed-property-getters rule (@​Exelord)
  • #504 Update require-computed-property-dependencies rule to ignore injected service names by default (@​bmish)

📝 Documentation

  • #514 Hide the deprecated rules section from the README if empty (@​bmish)
  • #510 Cleanup code samples in some of the new V7 recommended rules (@​bmish)
  • #496 Suggest using the eslint consistent-return rule alongside require-return-from-computed rule to help avoid false positives (@​bmish)
  • #506 Add example of a getter with an if statement for require-return-from-computed rule (@​bradleypriest)

🏠 Internal

  • #519 Add CI check to ensure yarn.lock is up-to-date (@​bmish)
  • #516 Test plugin under both eslint 5 and eslint 6 (@​bmish)
  • #515 Add eslint-plugin-eslint-plugin and enable/autofix most rules (@​bmish)
  • #505 Enforce minimum test coverage (@​bmish)
  • #503 Refactor utils to move type checking utils to a separate file and alphabetize (@​bmish)

Committers: 4

v7.0.0 (2019-08-23)

💥 Breaking Change

  • #491 Drop eslint 4 support (@​bmish)
  • #486 Enable additional recommended rules (no-arrow-function-computed-properties, no-deeply-nested-dependent-keys-with-each, no-ember-super-in-es-classes, no-incorrect-calls-with-inline-anonymous-functions, no-invalid-debug-function-arguments, no-new-mixins, no-unnecessary-route-path-option, no-volatile-computed-properties, require-return-from-computed) (@​bmish)
  • #487 Remove deprecated rules (avoid-leaking-state-in-components, local-modules, no-get-properties) (@​bmish)
  • #485 Drop Node 6 support (@​bmish)

Committers: 1

v6.10.1 (2019-08-23)

🐛 Bug Fix

  • #488 Update require-computed-property-dependencies rule to support eslint 3 and 4 (@​bmish)

📝 Documentation

  • #489 Document eslint 4 as the minimum supported version (@​bmish)

🏠 Internal

... (truncated)
Commits
  • 8d6eed9 v7.1.0
  • 08e4df8 Update CHANGELOG
  • 722954b Merge pull request #519 from bmish/yarn-frozen-lockfile
  • 4bf98ef build(deps-dev): bump eslint-plugin-prettier from 3.1.0 to 3.1.1 (#520)
  • e508ec8 Add CI check to ensure yarn.lock is up-to-date.
  • 72a184a Merge pull request #507 from scottkidder/no-pause-test
  • 0d1829f Add new no-pause-test rule
  • 1b14f5f Merge pull request #518 from bmish/test-multiple-eslint-versions-2
  • 6739da7 Test plugin under both eslint 5 and eslint 6 (again)
  • d8f4cf1 Merge pull request #517 from ember-cli/dependabot/npm_and_yarn/eslint-6.4.0
  • Additional commits viewable in compare view

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 will not automatically merge this PR because it includes an out-of-range update to a development dependency.


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 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 the .dependabot/config.yml file in this repo:

  • Update frequency
  • 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)

Finally, you can contact us by mentioning @dependabot.

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Sep 19, 2019
@dependabot-preview
Copy link
Contributor Author

Superseded by #220.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/eslint-plugin-ember-7.1.0 branch October 21, 2019 06:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant