Update codelyzer in /site from 4.0.2 to 4.3.0 #563
Closed
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.
Dependencies.io has updated
codelyzer
(a npm dependency in/site
) from "4.0.2" to "4.3.0".4.3.0
New Rules
max-inline-declarations
which limits the size of inline templates and/or styles. Credits to NagRock #536 174ed46.prefer-output-readonly
requires the@Output
s of a component to bereadonly
. Credits to rafaelss95 #515 3d652d1.no-conflicting-life-cycle-hooks
prevents to implement OnChanges and DoCheck on the same class. Credits to rafaelss95 #560 e521115.enforce-component-selector
Component Selector Required #551 b9c899b. Credits to wKoza.Bug Fixes
@angular/platform-browser-dynamic
#525 671e954.contextual-life-cycle
too aggressively scoped #545 dcb4b3e.no-output-named-after-standard-event
Does Not Check Output Rename #537 96d9292.A lot of credits go to rafaelss95, wKoza. The rest of the amazing people who work on codelyzer, can be found here.