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.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
recommended
config (@bmish)📝 Documentation
Committers: 1
v8.1.0
Compare Source
🚀 Enhancement
🐛 Bug Fix
recommended
config (@bmish)📝 Documentation
this.get('property')
withthis.property
in rule examples (@bmish)Committers: 1
v8.0.0
Compare Source
💥 Breaking Change
ignoreNestedPaths
option default tofalse
for no-get rule (@bmish)Committers: 1
v7.13.0
Compare Source
🚀 Enhancement
@each
or[]
in no-invalid-dependent-keys rule (@bmish)🏠 Internal
Committers: 1
v7.12.0
Compare Source
🚀 Enhancement
📝 Documentation
🏠 Internal
Committers: 2
v7.11.1
Compare Source
🐛 Bug Fix
and
,or
macros in no-incorrect-computed-macros rule (@bmish)📝 Documentation
Committers: 1
v7.11.0
Compare Source
🚀 Enhancement
🐛 Bug Fix
📝 Documentation
🏠 Internal
Committers: 3
v7.10.1
Compare Source
🐛 Bug Fix
no-private-routing-service
rule (@nlfurniss)Committers: 1
v7.10.0
Compare Source
🚀 Enhancement
no-private-routing-service
(@nlfurniss)no-mixins
(@nlfurniss)Committers: 1
v7.9.0
Compare Source
🚀 Enhancement
no-component-lifecycle-hooks
(included inoctane
config) (@jbandura)no-legacy-test-waiters
(@scalvert)📝 Documentation
Committers: 3
v7.8.1
Compare Source
🐛 Bug Fix
require-computed-property-dependencies
rule to handle basic string concatenation in dependent keys (@bmish)📝 Documentation
Committers: 1
v7.8.0
Compare Source
🚀 Enhancement
no-controllers
(@bmish)order-in-*
rules to support custom ordering of properties (@cdtinney)no-observers
rule to catchaddObserver
and observer imports (@kategengler)🐛 Bug Fix
order-in-*
rules to consider template literals as properties (@cdtinney)no-classic-components
rule to only disallow the specific component import (@bmish)no-computed-properties-in-native-classes
rule to catch aliasing of computed import (@kategengler)📝 Documentation
no-new-mixins
rule documentation (@efx)no-classic-components
rule documentation (@rwwagner90)🏠 Internal
Committers: 5
v7.7.2
Compare Source
🐛 Bug Fix
ignoreNonThisExpressions
option inuse-ember-get-and-set
rule (@Exelord)📝 Documentation
🏠 Internal
Committers: 2
v7.7.1
Compare Source
🐛 Bug Fix
getSourceModuleName
util function (@patocallaghan)Committers: 1
v7.7.0
Compare Source
🚀 Enhancement
no-classic-classes
rule to catch classic Ember Data model classes (@patocallaghan)🐛 Bug Fix
no-get
rule autofix caused by invalid JS variable name (@bmish)require-super-in-init
rule (@bmish)🏠 Internal
Committers: 2
v7.6.0
Compare Source
🚀 Enhancement
no-get-with-default
(@steventsao)Committers: 1
v7.5.0
Compare Source
🚀 Enhancement
no-observers
rule to handle decorators (@bmish)no-get
rule (@bmish)🐛 Bug Fix
use-brace-expansion
rule to only report the string arguments of a computed property as the violation (and not the entire function body) (@bmish)no-get
rule to ignoreget()
usages inside objects implementingunknownProperty()
(@bmish)no-get
rule to ignoreget()
usages inside proxy objects (@bmish)require-computed-property-dependencies
rule (@bmish)📝 Documentation
type
meta property to each rule (@bmish)🏠 Internal
yarn update
is run to update docs/autogenerated files (@bmish)reportUnorderedProperties
util function to also work with native classes (@laurmurclar)Committers: 2
v7.4.1
Compare Source
🐛 Bug Fix
avoid-leaking-state-in-ember-objects
rule to handle logical expressions (@alexlafroscia)avoid-leaking-state-in-ember-objects
rule to handle ternary expressions (@alexlafroscia)require-computed-macros
rule to handlethis.get('property')
(in addition tothis.property
) (@bmish)Committers: 2
v7.4.0
Compare Source
🚀 Enhancement
octane
configuration (experimental) (@patocallaghan)no-test-module-for
(@NullVoxPopuli)ignoreNestedPaths
option (default true) tono-get
rule (@bmish)no-new-mixins
rule to handle native classes (@bmish)🏠 Internal
parserOptions
globally instead of in each individual test case (@bmish)Committers: 3
v7.3.0
Compare Source
🚀 Enhancement
no-actions-hash
rule (@laurmurclar)require-tagless-components
rule (@alexlafroscia)no-classic-classes
rule (@alexlafroscia)no-classic-components
rule (@mikoscz)no-computed-properties-in-native-classes
rule (@patocallaghan)🐛 Bug Fix
require-super-in-init
rule (@bmish)📝 Documentation
alias-model-in-controller
rule (@alexlafroscia)🏠 Internal
isEmberCoreModule
util function to also handle native classes (in addition to classic classes) (@laurmurclar)Committers: 5
v7.2.0
Compare Source
🚀 Enhancement
ignoreNonThisExpressions
option touse-ember-get-and-set
rule (@nlfurniss)onlyThisContexts
option tono-arrow-function-computed-properties
rule (@NullVoxPopuli)ignoreGetProperties
option forno-get
rule (@EvgenyOrekhov)🏠 Internal
new-module-imports
anduse-ember-data-rfc-395-imports
rules (@dcyriller)Committers: 5
v7.1.0
Compare Source
🚀 Enhancement
no-pause-test
rule (@scottkidder)🐛 Bug Fix
require-computed-macros
rule (@bmish)this.route()
inroute-path-style
rule (@bmish)computed-property-getters
rule (@Exelord)require-computed-property-dependencies
rule to ignore injected service names by default (@bmish)📝 Documentation
consistent-return
rule alongsiderequire-return-from-computed
rule to help avoid false positives (@bmish)require-return-from-computed
rule (@bradleypriest)🏠 Internal
Committers: 4
v7.0.0
Compare 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.1
Compare Source
🐛 Bug Fix
require-computed-property-dependencies
rule to support eslint 3 and 4 (@bmish)📝 Documentation
🏠 Internal
Committers: 1
v6.10.0
Compare Source
🚀 Enhancement
no-incorrect-calls-with-inline-anonymous-functions
rule (@raycohen)🐛 Bug Fix
allowDynamicKeys
option (default true) torequire-computed-property-dependencies
rule (@bmish)Committers: 2
v6.9.1
Compare Source
🐛 Bug Fix
require-computed-property-dependencies
rule (@bmish)require-computed-property-dependencies
rule (@bmish)Committers: 1
v6.9.0
Compare Source
🚀 Enhancement
require-computed-property-dependencies
(@bmish)🐛 Bug Fix
use-ember-data-rfc-395-imports
rule (@fusion2004)🏠 Internal
Committers: 2
v6.8.2
Compare Source
🐛 Bug Fix
new-module-imports
rule (again) (@bmish)Committers: 1
v6.8.1
Compare Source
🐛 Bug Fix
new-module-imports
rule (@dcyriller)Committers: 1
v6.8.0
Compare Source
🚀 Enhancement
use-ember-data-rfc-395-imports
rule (@dcyriller)no-arrow-function-computed-properties
rule (@bmish)no-proxies
rule (@bmish)📝 Documentation
no-observers
rule (@efx)🏠 Internal
Committers: 3
v6.7.1
Compare Source
🐛 Bug Fix
classic-decorator-hooks
andclassic-decorator-no-classic-methods
to index.js (@bmish)Committers: 1
v6.7.0
Compare Source
🚀 Enhancement
no-volatile-computed-properties
rule (@bmish)🐛 Bug Fix
require-computed-macros
rule to suggest thereads
macro instead ofreadOnly
for computed properties withreturn this.x
(@bmish)🏠 Internal
Committers: 4
v6.6.0
Compare Source
🚀 Enhancement
require-computed-macros
rule (@bmish)🐛 Bug Fix
no-on-calls-in-components
rule (@rajasegar)📝 Documentation
sendAction
deprecation RFC forclosure-actions
rule (@bmish)Committers: 2
v6.5.1
Compare Source
🐛 Bug Fix
no-get
rule (@bmish)Committers: 1
v6.5.0
Compare Source
🚀 Enhancement
no-get
rule to also handle thegetProperties
function, and mark theno-get-properties
rule as deprecated (@bmish)computed-property-getters
rule (@jrjohnson)📝 Documentation
Committers: 2
v6.4.1
Compare Source
🐛 Bug Fix
no-get
andno-get-properties
rules (@bmish)Committers: 1
v6.4.0
Compare Source
🚀 Enhancement
no-get-properties
rule (@bmish)no-get
rule (@bmish)🐛 Bug Fix
no-unnecessary-route-path-option
: fix error whenpath
is undefined (@bmish)📝 Documentation
require-return-from-computed
rule (@esbanarango)Committers: 2
v6.3.0
Compare Source
🚀 Enhancement
no-unnecessary-service-injection-argument
rule (@bmish)📝 Documentation
closure-action
rule examples (@Caltor)🏠 Internal
Committers: 4
v6.2.0
Compare Source
🚀 Enhancement
--fix
(@bmish)no-unnecessary-route-path-option
rule (@bmish)no-invalid-debug-function-arguments
and detect invalid usages ofdeprecate
andwarn
too (@bmish)assert-arg-order
rule (@bmish)no-deeply-nested-dependent-keys-with-each
rule (@bmish)no-test-and-then
rule (@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.