Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency eslint-plugin-ember to v8 #22

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Apr 18, 2020

This PR contains the following updates:

Package Type Update Change
eslint-plugin-ember devDependencies major 5.4.0 -> 8.4.0

Release Notes

ember-cli/eslint-plugin-ember

v8.4.0

Compare Source

🚀 Enhancement
🐛 Bug Fix
Committers: 3

v8.3.0

Compare Source

🚀 Enhancement
🐛 Bug Fix
Committers: 1

v8.2.0

Compare Source

🚀 Enhancement
📝 Documentation
🏠 Internal
Committers: 2

v8.1.1

Compare Source

🐛 Bug Fix
📝 Documentation
Committers: 1

v8.1.0

Compare Source

🚀 Enhancement
🐛 Bug Fix
  • #​746 Do not disable non-recommended rules in the recommended config (@​bmish)
📝 Documentation
Committers: 1

v8.0.0

Compare Source

💥 Breaking Change
Committers: 1

v7.13.0

Compare Source

🚀 Enhancement
🏠 Internal
Committers: 1

v7.12.0

Compare Source

🚀 Enhancement
📝 Documentation
🏠 Internal
Committers: 2

v7.11.1

Compare Source

🐛 Bug Fix
📝 Documentation
Committers: 1

v7.11.0

Compare Source

🚀 Enhancement
🐛 Bug Fix
📝 Documentation
🏠 Internal
Committers: 3

v7.10.1

Compare Source

🐛 Bug Fix
  • #​697 Handle service injections with no arguments in no-private-routing-service rule (@​nlfurniss)
Committers: 1

v7.10.0

Compare Source

🚀 Enhancement
Committers: 1

v7.9.0

Compare Source

🚀 Enhancement
📝 Documentation
Committers: 3

v7.8.1

Compare Source

🐛 Bug Fix
  • #​674 Update require-computed-property-dependencies rule to handle basic string concatenation in dependent keys (@​bmish)
📝 Documentation
  • #​669 Add "Help Wanted" section to documentation for rules that are missing native JavaScript class support (@​bmish)
Committers: 1

v7.8.0

Compare Source

🚀 Enhancement
🐛 Bug Fix
  • #​670 Update order-in-* rules to consider template literals as properties (@​cdtinney)
  • #​664 Update no-classic-components rule to only disallow the specific component import (@​bmish)
  • #​640 Update no-computed-properties-in-native-classes rule to catch aliasing of computed import (@​kategengler)
📝 Documentation
🏠 Internal
Committers: 5

v7.7.2

Compare Source

🐛 Bug Fix
  • #​621 Fix false positive with ignoreNonThisExpressions option in use-ember-get-and-set rule (@​Exelord)
📝 Documentation
🏠 Internal
Committers: 2

v7.7.1

Compare Source

🐛 Bug Fix
Committers: 1

v7.7.0

Compare Source

🚀 Enhancement
🐛 Bug Fix
🏠 Internal
Committers: 2

v7.6.0

Compare Source

🚀 Enhancement
Committers: 1

v7.5.0

Compare Source

🚀 Enhancement
🐛 Bug Fix
  • #​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)
  • #​581 Update no-get rule to ignore get() usages inside objects implementing unknownProperty() (@​bmish)
  • #​580 Update no-get rule to ignore get() usages inside proxy objects (@​bmish)
  • #​579 Fix handling of multi-line property keys by require-computed-property-dependencies rule (@​bmish)
📝 Documentation
🏠 Internal
  • #​582 Add CI check to ensure yarn update is run to update docs/autogenerated files (@​bmish)
  • #​574 Update reportUnorderedProperties util function to also work with native classes (@​laurmurclar)
Committers: 2

v7.4.1

Compare Source

🐛 Bug Fix
  • #​575 Update avoid-leaking-state-in-ember-objects rule to handle logical expressions (@​alexlafroscia)
  • #​571 Update avoid-leaking-state-in-ember-objects rule to handle ternary expressions (@​alexlafroscia)
  • #​573 Update require-computed-macros rule to handle this.get('property') (in addition to this.property) (@​bmish)
Committers: 2

v7.4.0

Compare Source

🚀 Enhancement
🏠 Internal
  • #​570 Simplify some tests by setting parserOptions globally instead of in each individual test case (@​bmish)
  • #​568 Add tests to ensure plugin exports correct configurations (@​bmish)
  • #​563 Lint against unnecessary template literals internally (@​bmish)
Committers: 3

v7.3.0

Compare Source

🚀 Enhancement
🐛 Bug Fix
  • #​553 Avoid crash from missing function check in require-super-in-init rule (@​bmish)
📝 Documentation
🏠 Internal
  • #​558 Update isEmberCoreModule util function to also handle native classes (in addition to classic classes) (@​laurmurclar)
Committers: 5

v7.2.0

Compare Source

🚀 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

Compare Source

🚀 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
Committers: 4

v7.0.0

Compare Source

💥 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

Compare Source

🐛 Bug Fix
  • #​488 Update require-computed-property-dependencies rule to support eslint 3 and 4 (@​bmish)
📝 Documentation
🏠 Internal
Committers: 1

v6.10.0

Compare Source

🚀 Enhancement
🐛 Bug Fix
  • #​476 Add allowDynamicKeys option (default true) to require-computed-property-dependencies rule (@​bmish)
Committers: 2

v6.9.1

Compare Source

🐛 Bug Fix
  • #​472 Improve handling of nested keys inside braces for require-computed-property-dependencies rule (@​bmish)
  • #​471 Improve detection of missing dependencies in require-computed-property-dependencies rule (@​bmish)
Committers: 1

v6.9.0

Compare Source

🚀 Enhancement
🐛 Bug Fix
  • #​463 Fix false positives for import statements with use-ember-data-rfc-395-imports rule (@​fusion2004)
🏠 Internal
Committers: 2

v6.8.2

Compare Source

🐛 Bug Fix
Committers: 1

v6.8.1

Compare Source

🐛 Bug Fix
Committers: 1

v6.8.0

Compare Source

🚀 Enhancement
📝 Documentation
🏠 Internal
Committers: 3

v6.7.1

Compare Source

🐛 Bug Fix
  • #​440 Add missing rules classic-decorator-hooks and classic-decorator-no-classic-methods to index.js (@​bmish)
Committers: 1

v6.7.0

Compare Source

🚀 Enhancement
🐛 Bug Fix
  • #​432 Update require-computed-macros rule to suggest the reads macro instead of readOnly for computed properties with return this.x (@​bmish)
🏠 Internal
Committers: 4

v6.6.0

Compare Source

🚀 Enhancement
🐛 Bug Fix
📝 Documentation
  • #​431 Add link to sendAction deprecation RFC for closure-actions rule (@​bmish)
Committers: 2

v6.5.1

Compare Source

🐛 Bug Fix
Committers: 1

v6.5.0

Compare Source

🚀 Enhancement
  • #​421 Update the no-get rule to also handle the getProperties function, and mark the no-get-properties rule as deprecated (@​bmish)
  • #​397 Add new computed-property-getters rule (@​jrjohnson)
📝 Documentation
Committers: 2

v6.4.1

Compare Source

🐛 Bug Fix
  • #​413 Ignore template literals in no-get and no-get-properties rules (@​bmish)
Committers: 1

v6.4.0

Compare Source

🚀 Enhancement
🐛 Bug Fix
  • #​398 no-unnecessary-route-path-option: fix error when path is undefined (@​bmish)
📝 Documentation
Committers: 2

v6.3.0

Compare Source

🚀 Enhancement
📝 Documentation
🏠 Internal
  • #​386 test: add null output assertions for lint rules / test cases with no autofixer. (@​bmish)
Committers: 4

v6.2.0

Compare Source

🚀 Enhancement
🐛 Bug Fix
📝 Documentation

Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by WhiteSource Renovate. View repository job log here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant