Update dependency eslint-plugin-ember to v10 - autoclosed #798
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:
8.14.0
->10.5.8
Release Notes
ember-cli/eslint-plugin-ember
v10.5.8
Compare Source
🐛 Bug Fix
no-empty-glimmer-component-classes
rule (@adrigzr)📝 Documentation
classic-decorator-hooks
rule (@nlfurniss)Committers: 4
v10.5.7
Compare Source
🐛 Bug Fix
Committers: 1
v10.5.6
Compare Source
🐛 Bug Fix
estraverse
(@bmish)Committers: 1
v10.5.5
Compare Source
🐛 Bug Fix
no-shadow-route-definition
rule (@raido)📝 Documentation
eslint-plugin
keywords in package.json (@bmish)🏠 Internal
type
annotation to rules (@bmish)Committers: 4
v10.5.4
Compare Source
🐛 Bug Fix
no-get
rule when usinguseOptionalChaining
option (@raycohen)Committers: 1
v10.5.3
Compare Source
🐛 Bug Fix
let foo
inno-controller-access-in-routes
(@bmish)Committers: 1
v10.5.2
Compare Source
🐛 Bug Fix
no-controller-access-in-routes
rule (@bmish)require-return-from-computed
rule (@aniketh-deepsource)📝 Documentation
no-controller-access-in-routes
rule doc (@locks)no-empty-glimmer-component-classes
rule doc (@hxqlin)🏠 Internal
Committers: 4
v10.5.1
Compare Source
🐛 Bug Fix
report
API (@bmish)meta.hasSuggestions
for suggestable rules to prepare for ESLint 8 (@bmish)📝 Documentation
🏠 Internal
ecmaVersion
of2020
internally for tests/linting (@bmish)Committers: 1
v10.5.0
Compare Source
🚀 Enhancement
🐛 Bug Fix
require-tagless-components
rule (@bmish)order-in-*
rules (@lin-ll)order-in-*
rules (@lin-ll)📝 Documentation
recommended
config (@bmish)Committers: 2
v10.4.2
Compare Source
🐛 Bug Fix
babel-eslint
and@babel/eslint-parser
parsers inorder-in-*
rules (@bmish)🏠 Internal
requireindex
to export rules and configs (@bmish)babel-eslint
to@babel/eslint-parser
(@bmish)Committers: 2
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
Configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled due to failing status checks.
♻ 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.