ng-packaged icon indicating copy to clipboard operation
ng-packaged copied to clipboard

build: update codelyzer to version ~6.0.0

Open renovate[bot] opened this issue 5 years ago • 0 comments

This PR contains the following updates:

Package Type Update Change
codelyzer devDependencies major ~4.5.0 -> ~6.0.0

Release Notes

mgechev/codelyzer

v6.0.1

v6.0.0

Bug Fixes

v5.2.2

Compare Source

v5.2.1

Compare Source

v5.2.0

Compare Source

Bug Fixes
Features
5.1.2 (2019-09-26)
Bug Fixes
5.1.1 (2019-09-19)
Bug Fixes

v5.1.2

Compare Source

v5.1.1

Compare Source

v5.1.0

Compare Source

Bug Fixes
  • rule: 'contextual-decorator' - decorators with arguments, accessors and some missing decorators not being handled (#​798) (efbcb69)
  • rule: template-banana-in-box regex failing in some environments (#​820) (3b82574)
Features

5.0.1 (2019-04-25)

Bug Fixes
  • rule: detect trackBy function when ngFor spans multiple lines (#​813) (2260dfd)
  • rule: template-accessibility-label-for not recognizing options and interpolated values (#​812) (1fb5d8a)

v5.0.1

Compare Source

Bug Fixes
  • rule: detect trackBy function when ngFor spans multiple lines (#​813) (2260dfd)
  • rule: template-accessibility-label-for not recognizing options and interpolated values (#​812) (1fb5d8a)

v5.0.0

Compare Source

BREAKING CHANGES

Angular CLI will automatically migrate your projects to reflect the latest config.

  • contextual-life-cycle is renamed to contextual-lifecycle
  • no-conflicting-life-cycle-hooks is renamed to no-conflicting-lifecycle
  • no-life-cycle-call is renamed to no-lifecycle-call
  • use-life-cycle-interface is renamed to use-lifecycle-interface
  • decorator-not-allowed is renamed to contextual-decorator
  • enforce-component-selector is renamed to use-component-selector
  • no-output-named-after-standard-event is renamed to no-output-native
  • use-host-property-decorator is renamed to no-host-metadata-property
  • use-input-property-decorator is renamed to no-inputs-metadata-property
  • use-output-property-decorator is renamed to no-outputs-metadata-property
  • no-queries-parameter is renamed to no-queries-metadata-property
  • pipe-impure is renamed to no-pipe-impure
  • use-view-encapsulation is renamed to use-component-view-encapsulation
  • i18n is renamed to template-i18n
  • banana-in-box is renamed to template-banana-in-box
  • no-template-call-expression is renamed to template-no-call-expression
  • templates-no-negated-async is renamed to template-no-negated-async
  • trackBy-function is renamed to template-use-track-by-function
  • no-attribute-parameter-decorator is renamed to no-attribute-decorator
  • max-inline-declarations is renamed to component-max-inline-declarations
Bug Fixes
  • rule: template-use-track-by-function not reporting failures involving multiple *ngFor directives (#​721) (9269be6), closes #​718
  • rule: template-no-call-expression should allow \$any usages (#​735) (a75c204)
  • rule: no-input-rename reporting some failures incorrectly (#​723) (f692dcb)
  • rule: prefer-inline-decorator should not set a max number of options (#​787) (31b2b6a)
  • rule: add template-accessibility-elements-content to index.ts (#​803) (1e8cbbf), closes #​801
  • rule: NgModule not being handled for contextual-lifecycle and contextual-decorators (#​790) (cedfa2e)
  • rule: prefer-inline-decorator not reporting failures for some cases (#​794) (a76ebbc)
  • update peerDependencies (d5bfbd5)
  • improve ngWalker by preventing an error when a class has no name (#​788) (17c0fe2)
Features

Renovate configuration

:date: Schedule: At any time (no schedule defined).

:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.

:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

:no_bell: Ignore: Close this PR and you won't be reminded about this update again.


  • [ ] If you want to rebase/retry this PR, check this box

This PR has been generated by WhiteSource Renovate. View repository job log here.

renovate[bot] avatar May 01 '20 11:05 renovate[bot]