Skip to content

Conversation

@dependabot-preview
Copy link
Contributor

Bumps eslint-plugin-ember from 6.10.0 to 7.2.0.

Release notes

Sourced from eslint-plugin-ember's releases.

v7.2.0

🚀 Enhancement

🏠 Internal

  • #462 Refactor null checks for new-module-imports and use-ember-data-rfc-395-imports rules (@​dcyriller)
  • #528 Add eslint-plugin-node and enable recommended rules internally (@​bmish)
  • #524 Add eslint-plugin-filenames to enforce kebab-case filenames (@​bmish)
  • #523 Add eslint-plugin-eslint-comments and fix violations (@​bmish)

Committers: 5

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

... (truncated)
Changelog

Sourced from eslint-plugin-ember's changelog.

v7.2.0 (2019-10-20)

🚀 Enhancement

🏠 Internal

  • #462 Refactor null checks for new-module-imports and use-ember-data-rfc-395-imports rules (@​dcyriller)
  • #528 Add eslint-plugin-node and enable recommended rules internally (@​bmish)
  • #524 Add eslint-plugin-filenames to enforce kebab-case filenames (@​bmish)
  • #523 Add eslint-plugin-eslint-comments and fix violations (@​bmish)

Committers: 5

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

... (truncated)
Commits
  • caade48 v7.2.0
  • f7cd4ba Update CHANGELOG
  • 80d2d13 Merge pull request #545 from nlfurniss/fix-get-set-rule
  • ee0153e Add onlyLintThisExpressions to use-ember-get-and-set rule
  • 6b7f671 Merge pull request #534 from NullVoxPopuli/no-arrow-function-computed-propert...
  • 2817e26 Merge pull request #537 from EvgenyOrekhov/add_ignoreGetProperties_option_for...
  • 2347ad4 Fix #536 - Add ignoreGetProperties option for no-get
  • 92c6541 Merge pull request #462 from dcyriller/refact-new-modules
  • cdff503 split out tests, add configuration documentation and add invalid scenarios
  • e9a798f add options, keeping the current behavior, but allowing opt-in to the correct...
  • 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)

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

Superseded by #223.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/eslint-plugin-ember-7.2.0 branch October 31, 2019 12:38
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