Update dependency eslint-plugin-ember to v8 #22
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
5.4.0->8.4.0Release Notes
ember-cli/eslint-plugin-ember
v8.4.0Compare Source
🚀 Enhancement
🐛 Bug Fix
Committers: 3
v8.3.0Compare Source
🚀 Enhancement
🐛 Bug Fix
Committers: 1
v8.2.0Compare Source
🚀 Enhancement
📝 Documentation
🏠 Internal
Committers: 2
v8.1.1Compare Source
🐛 Bug Fix
recommendedconfig (@bmish)📝 Documentation
Committers: 1
v8.1.0Compare Source
🚀 Enhancement
🐛 Bug Fix
recommendedconfig (@bmish)📝 Documentation
this.get('property')withthis.propertyin rule examples (@bmish)Committers: 1
v8.0.0Compare Source
💥 Breaking Change
ignoreNestedPathsoption default tofalsefor no-get rule (@bmish)Committers: 1
v7.13.0Compare Source
🚀 Enhancement
@eachor[]in no-invalid-dependent-keys rule (@bmish)🏠 Internal
Committers: 1
v7.12.0Compare Source
🚀 Enhancement
📝 Documentation
🏠 Internal
Committers: 2
v7.11.1Compare Source
🐛 Bug Fix
and,ormacros in no-incorrect-computed-macros rule (@bmish)📝 Documentation
Committers: 1
v7.11.0Compare Source
🚀 Enhancement
🐛 Bug Fix
📝 Documentation
🏠 Internal
Committers: 3
v7.10.1Compare Source
🐛 Bug Fix
no-private-routing-servicerule (@nlfurniss)Committers: 1
v7.10.0Compare Source
🚀 Enhancement
no-private-routing-service(@nlfurniss)no-mixins(@nlfurniss)Committers: 1
v7.9.0Compare Source
🚀 Enhancement
no-component-lifecycle-hooks(included inoctaneconfig) (@jbandura)no-legacy-test-waiters(@scalvert)📝 Documentation
Committers: 3
v7.8.1Compare Source
🐛 Bug Fix
require-computed-property-dependenciesrule to handle basic string concatenation in dependent keys (@bmish)📝 Documentation
Committers: 1
v7.8.0Compare Source
🚀 Enhancement
no-controllers(@bmish)order-in-*rules to support custom ordering of properties (@cdtinney)no-observersrule to catchaddObserverand observer imports (@kategengler)🐛 Bug Fix
order-in-*rules to consider template literals as properties (@cdtinney)no-classic-componentsrule to only disallow the specific component import (@bmish)no-computed-properties-in-native-classesrule to catch aliasing of computed import (@kategengler)📝 Documentation
no-new-mixinsrule documentation (@efx)no-classic-componentsrule documentation (@rwwagner90)🏠 Internal
Committers: 5
v7.7.2Compare Source
🐛 Bug Fix
ignoreNonThisExpressionsoption inuse-ember-get-and-setrule (@Exelord)📝 Documentation
🏠 Internal
Committers: 2
v7.7.1Compare Source
🐛 Bug Fix
getSourceModuleNameutil function (@patocallaghan)Committers: 1
v7.7.0Compare Source
🚀 Enhancement
no-classic-classesrule to catch classic Ember Data model classes (@patocallaghan)🐛 Bug Fix
no-getrule autofix caused by invalid JS variable name (@bmish)require-super-in-initrule (@bmish)🏠 Internal
Committers: 2
v7.6.0Compare Source
🚀 Enhancement
no-get-with-default(@steventsao)Committers: 1
v7.5.0Compare Source
🚀 Enhancement
no-observersrule to handle decorators (@bmish)no-getrule (@bmish)🐛 Bug Fix
use-brace-expansionrule to only report the string arguments of a computed property as the violation (and not the entire function body) (@bmish)no-getrule to ignoreget()usages inside objects implementingunknownProperty()(@bmish)no-getrule to ignoreget()usages inside proxy objects (@bmish)require-computed-property-dependenciesrule (@bmish)📝 Documentation
typemeta property to each rule (@bmish)🏠 Internal
yarn updateis run to update docs/autogenerated files (@bmish)reportUnorderedPropertiesutil function to also work with native classes (@laurmurclar)Committers: 2
v7.4.1Compare Source
🐛 Bug Fix
avoid-leaking-state-in-ember-objectsrule to handle logical expressions (@alexlafroscia)avoid-leaking-state-in-ember-objectsrule to handle ternary expressions (@alexlafroscia)require-computed-macrosrule to handlethis.get('property')(in addition tothis.property) (@bmish)Committers: 2
v7.4.0Compare Source
🚀 Enhancement
octaneconfiguration (experimental) (@patocallaghan)no-test-module-for(@NullVoxPopuli)ignoreNestedPathsoption (default true) tono-getrule (@bmish)no-new-mixinsrule to handle native classes (@bmish)🏠 Internal
parserOptionsglobally instead of in each individual test case (@bmish)Committers: 3
v7.3.0Compare Source
🚀 Enhancement
no-actions-hashrule (@laurmurclar)require-tagless-componentsrule (@alexlafroscia)no-classic-classesrule (@alexlafroscia)no-classic-componentsrule (@mikoscz)no-computed-properties-in-native-classesrule (@patocallaghan)🐛 Bug Fix
require-super-in-initrule (@bmish)📝 Documentation
alias-model-in-controllerrule (@alexlafroscia)🏠 Internal
isEmberCoreModuleutil function to also handle native classes (in addition to classic classes) (@laurmurclar)Committers: 5
v7.2.0Compare Source
🚀 Enhancement
ignoreNonThisExpressionsoption touse-ember-get-and-setrule (@nlfurniss)onlyThisContextsoption tono-arrow-function-computed-propertiesrule (@NullVoxPopuli)ignoreGetPropertiesoption forno-getrule (@EvgenyOrekhov)🏠 Internal
new-module-importsanduse-ember-data-rfc-395-importsrules (@dcyriller)Committers: 5
v7.1.0Compare Source
🚀 Enhancement
no-pause-testrule (@scottkidder)🐛 Bug Fix
require-computed-macrosrule (@bmish)this.route()inroute-path-stylerule (@bmish)computed-property-gettersrule (@Exelord)require-computed-property-dependenciesrule to ignore injected service names by default (@bmish)📝 Documentation
consistent-returnrule alongsiderequire-return-from-computedrule to help avoid false positives (@bmish)require-return-from-computedrule (@bradleypriest)🏠 Internal
Committers: 4
v7.0.0Compare Source
💥 Breaking Change
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)avoid-leaking-state-in-components,local-modules,no-get-properties) (@bmish)Committers: 1
v6.10.1Compare Source
🐛 Bug Fix
require-computed-property-dependenciesrule to support eslint 3 and 4 (@bmish)📝 Documentation
🏠 Internal
Committers: 1
v6.10.0Compare Source
🚀 Enhancement
no-incorrect-calls-with-inline-anonymous-functionsrule (@raycohen)🐛 Bug Fix
allowDynamicKeysoption (default true) torequire-computed-property-dependenciesrule (@bmish)Committers: 2
v6.9.1Compare Source
🐛 Bug Fix
require-computed-property-dependenciesrule (@bmish)require-computed-property-dependenciesrule (@bmish)Committers: 1
v6.9.0Compare Source
🚀 Enhancement
require-computed-property-dependencies(@bmish)🐛 Bug Fix
use-ember-data-rfc-395-importsrule (@fusion2004)🏠 Internal
Committers: 2
v6.8.2Compare Source
🐛 Bug Fix
new-module-importsrule (again) (@bmish)Committers: 1
v6.8.1Compare Source
🐛 Bug Fix
new-module-importsrule (@dcyriller)Committers: 1
v6.8.0Compare Source
🚀 Enhancement
use-ember-data-rfc-395-importsrule (@dcyriller)no-arrow-function-computed-propertiesrule (@bmish)no-proxiesrule (@bmish)📝 Documentation
no-observersrule (@efx)🏠 Internal
Committers: 3
v6.7.1Compare Source
🐛 Bug Fix
classic-decorator-hooksandclassic-decorator-no-classic-methodsto index.js (@bmish)Committers: 1
v6.7.0Compare Source
🚀 Enhancement
no-volatile-computed-propertiesrule (@bmish)🐛 Bug Fix
require-computed-macrosrule to suggest thereadsmacro instead ofreadOnlyfor computed properties withreturn this.x(@bmish)🏠 Internal
Committers: 4
v6.6.0Compare Source
🚀 Enhancement
require-computed-macrosrule (@bmish)🐛 Bug Fix
no-on-calls-in-componentsrule (@rajasegar)📝 Documentation
sendActiondeprecation RFC forclosure-actionsrule (@bmish)Committers: 2
v6.5.1Compare Source
🐛 Bug Fix
no-getrule (@bmish)Committers: 1
v6.5.0Compare Source
🚀 Enhancement
no-getrule to also handle thegetPropertiesfunction, and mark theno-get-propertiesrule as deprecated (@bmish)computed-property-gettersrule (@jrjohnson)📝 Documentation
Committers: 2
v6.4.1Compare Source
🐛 Bug Fix
no-getandno-get-propertiesrules (@bmish)Committers: 1
v6.4.0Compare Source
🚀 Enhancement
no-get-propertiesrule (@bmish)no-getrule (@bmish)🐛 Bug Fix
no-unnecessary-route-path-option: fix error whenpathis undefined (@bmish)📝 Documentation
require-return-from-computedrule (@esbanarango)Committers: 2
v6.3.0Compare Source
🚀 Enhancement
no-unnecessary-service-injection-argumentrule (@bmish)📝 Documentation
closure-actionrule examples (@Caltor)🏠 Internal
Committers: 4
v6.2.0Compare Source
🚀 Enhancement
--fix(@bmish)no-unnecessary-route-path-optionrule (@bmish)no-invalid-debug-function-argumentsand detect invalid usages ofdeprecateandwarntoo (@bmish)assert-arg-orderrule (@bmish)no-deeply-nested-dependent-keys-with-eachrule (@bmish)no-test-and-thenrule (@bmish)🐛 Bug Fix
Ember.assert()case (@bmish)📝 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.
This PR has been generated by WhiteSource Renovate. View repository job log here.