Update dependency eslint-plugin-ember to v10 #624
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:
^7.1.0
->^10.0.0
Release Notes
ember-cli/eslint-plugin-ember
v10.4.1
Compare Source
🐛 Bug Fix
no-unused-services
rule (@lin-ll)observes
decorator inno-unused-services
rule (@lin-ll)getModuleProperties
util (@bmish)require-tagless-components
rule (@bmish)no-controllers
rule (@bmish)📝 Documentation
no-unused-services
rule (@bmish)Committers: 2
v10.4.0
Compare Source
🚀 Enhancement
no-unused-services
(@lin-ll)route-path-style
rule for converting route path to kebab case (@bmish)🐛 Bug Fix
no-get
rule should ignore proxy classes that look likeObjectProxy.extend(SomeMixin)
(@bmish)no-classic-classes
rule (@bmish)no-shadow-route-definition
rule (@raido)no-shadow-route-definition
rule (again) (@raido)Committers: 3
v10.3.0
Compare Source
🚀 Enhancement
additionalClassImports
option tono-classic-classes
rule (@scalvert)🐛 Bug Fix
no-shadow-route-definition
rule (@bmish)this.extend()
inno-classic-classes
rule (@bmish)avoid-leaking-state-in-ember-objects
rule to apply to mixins (@jaydgruber)Committers: 3
v10.2.0
Compare Source
🚀 Enhancement
🐛 Bug Fix
jquery-ember-run
rule (@bmish)Committers: 2
v10.1.2
Compare Source
🐛 Bug Fix
no-jquery
rule (@BarryThePenguin)no-global-jquery
rule (@bmish)🏠 Internal
jquery-ember-run
rule (@bmish)Committers: 2
v10.1.1
Compare Source
🐛 Bug Fix
no-component-lifecycle-hooks
rule (@Turbo87)🏠 Internal
Committers: 2
v10.1.0
Compare Source
🚀 Enhancement
🐛 Bug Fix
willDestroy
should be considered a classic component lifecycle hook in require-super-in-lifecycle-hooks and no-component-lifecycle-hooks rules (@bmish)willDestroy
Glimmer component hook in require-super-in-lifecycle-hooks rule (@bmish)🏠 Internal
Committers: 4
v10.0.2
Compare Source
🐛 Bug Fix
📝 Documentation
Committers: 1
v10.0.1
Compare Source
🐛 Bug Fix
settled()
in no-settled-after-test-helper rule (@Turbo87)Committers: 1
v10.0.0
Compare Source
💥 Breaking Change
octane
rules torecommended
config and deleteoctane
config (@bmish)recommended
rules (@bmish)checkPlainGetters
option default to true in no-side-effects rule (@bmish)checkNativeClasses
option default to true in require-super-in-init rule (@bmish)checkInitOnly
option default to false in require-super-in-init rule (@bmish)require-super-in-init
rule to require-super-in-lifecycle-hooks (@bmish)checkSafeObjects
option default to true in no-get-with-default rule (@bmish)checkUnsafeObjects
option default to true in no-get-with-default rule (@bmish)📝 Documentation
Committers: 3
v9.6.0
Compare Source
🚀 Enhancement
catchSafeObjects
andcatchUnsafeObjects
options (default false) to no-get-with-default rule (@bmish)🐛 Bug Fix
Committers: 1
v9.5.0
Compare Source
🚀 Enhancement
🐛 Bug Fix
no-get
rule (@bmish)Committers: 2
v9.4.0
Compare Source
🚀 Enhancement
🏠 Internal
Committers: 4
v9.3.0
Compare Source
🚀 Enhancement
🐛 Bug Fix
Committers: 2
v9.2.0
Compare Source
🚀 Enhancement
🐛 Bug Fix
Committers: 2
v9.1.1
Compare Source
🐛 Bug Fix
...arguments
in autofix for attrs hooks in require-super-in-init rule (@bmish)Committers: 1
v9.1.0
Compare Source
🚀 Enhancement
checkPlainGetters
option (default false) to no-side-effects rule (@bmish)checkInitOnly
(default true) andcheckNativeClasses
(default false) options to require-super-in-init rule (@bmish)📝 Documentation
🏠 Internal
Committers: 1
v9.0.0
Compare Source
💥 Breaking Change
catchEvents
option in no-side-effects rule (@bmish)catchSafeObjects
option in no-get rule (@bmish)catchRouterMicrolib
andcatchRouterMain
options in no-private-routing-service rule (@bmish)Committers: 1
v8.14.0
Compare Source
🚀 Enhancement
order-in-*
rules (@bmish)🐛 Bug Fix
🏠 Internal
Committers: 1
v8.13.0
Compare Source
🚀 Enhancement
🐛 Bug Fix
Committers: 2
v8.12.0
Compare Source
🚀 Enhancement
catchEvents
option (default false) to no-side-effects rule (@bmish)🐛 Bug Fix
set()
detection logic in no-side-effects rule to avoid false positives, catch missed cases, and check imports (@bmish)Committers: 1
v8.11.0
Compare Source
🚀 Enhancement
catchSafeObjects
option (default false) to no-get rule to catchget(foo, 'bar')
(@bmish)catchUnsafeObjects
option (default false) to no-get rule to catchfoo.get('bar')
(@bmish)🐛 Bug Fix
tests/helpers
path (when using relative path) (@bmish)Committers: 1
v8.10.1
Compare Source
🐛 Bug Fix
get
/getProperties
/getWithDefault
functions for missing dependencies in require-computed-property-dependencies rule (@bmish)Committers: 1
v8.10.0
Compare Source
🚀 Enhancement
Committers: 2
v8.9.2
Compare Source
🐛 Bug Fix
tests/helpers
path (@bmish)🏠 Internal
Committers: 1
v8.9.1
Compare Source
🐛 Bug Fix
Committers: 1
v8.9.0
Compare Source
🚀 Enhancement
catchRouterMain
option (default false) to no-private-routing-service rule (@bmish)🐛 Bug Fix
this
keyword withfilterBy
/mapBy
in require-computed-macros rule (@bmish)Committers: 1
v8.8.0
Compare Source
🚀 Enhancement
🐛 Bug Fix
ignoreClassic
option to be true for no-computed-properties-in-native-classes rule (@jaydgruber)Committers: 2
v8.7.0
Compare Source
🚀 Enhancement
useOptionalChaining
option (default false) to no-get rule (@bmishincludeNativeGetters
option (default false) to require-computed-macros rule (@bmish)filterBy
andmapBy
macros in require-computed-macros rule (@bmish)📝 Documentation
Committers: 1
v8.6.0
Compare Source
🚀 Enhancement
@classic
(@jaydgruber)📝 Documentation
🏠 Internal
Committers: 2
v8.5.2
Compare Source
🐛 Bug Fix
📝 Documentation
Committers: 2
v8.5.1
Compare Source
🐛 Bug Fix
🏠 Internal
Committers: 1
v8.5.0
Compare Source
🚀 Enhancement
catchRouterMicrolib
option (default false) to no-private-routing-service rule (@nlfurniss)🐛 Bug Fix
mirage/config.js
file in no-get rule (@BarryThePenguin)@computed
decorator without parentheses in no-side-effects and require-computed-property-dependencies rules (@mongoose700)📝 Documentation
🏠 Internal
Committers: 5
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
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.