angular-fullstack-graphql icon indicating copy to clipboard operation
angular-fullstack-graphql copied to clipboard

Update dependency codelyzer to v4

Open renovate[bot] opened this issue 7 years ago β€’ 0 comments

This PR contains the following updates:

Package Type Update Change References
codelyzer devDependencies major 2.1.1 -> 4.5.0 source

Release Notes

mgechev/codelyzer

v4.5.0

Compare Source

Bug Fixes
Features

4.4.4 (2018-08-13)

Bug Fixes

4.4.3 (2018-08-06)

Bug Fixes

4.4.2 (2018-06-25)

Bug Fixes

v4.4.4

Compare Source

Bug Fixes
Features

4.4.4 (2018-08-13)

Bug Fixes

4.4.3 (2018-08-06)

Bug Fixes

4.4.2 (2018-06-25)

Bug Fixes

v4.4.3

Compare Source

Bug Fixes

v4.4.2

Compare Source

Bug Fixes

v4.4.1

Compare Source

Bug Fixes

v4.4.0

Compare Source

Bug Fixes

v4.3.0

Compare Source

Bug Fixes
Features

Credits to the codelyzer's maintainers and contributors.

v4.2.1

Compare Source

Bug Fixes

  • Improved peerDependencies range.

v4.2.0

Compare Source

New Rules

  • template-cyclomatic-complexity which limits the estimated Cyclomatic complexity in your templates. Credits to wKoza.
  • template-conditional-complexity which limits the complexity of boolean expressions inside of your templates. Credits to wKoza.

Features

Bug Fixes

v4.1.0

Compare Source

Features

Bug Fixes

Thanks to @​gbilodeau for NoOutputNamedAfterStandardEventRule and wKoza for the code reviews!

v4.0.2

Compare Source

Bug Fixes
  • Two issues in angular-whitespace related to check-semicolon and check-interpolation #​469 2ef7438
  • Check multiple semicolons inside the directive expressions #​472 e6036d2

Thanks to @​sagittarius-rev for the bug fixes!

v4.0.1

Compare Source

Bug Fixes
  • Fix noOutputOnPrefixRule and rename it to no-output-on-prefix. You can now enable it with:

    "no-output-on-prefix": true

  • Fix broken tests for noOutputOnPrefixRule.

v4.0.0

Compare Source

Features

Enable the new rule by adding the following line in your tslint.json config file:

"no-output-on-prefix-name": true

Thanks to @​eromano for the rule implementation!

Breaking Changes
  • The rules templates-use-public, no-access-missing-member, invoke-injectable and template-to-ng-template no longer exist. Remove them from your tslint.json configuration.

v3.2.2

Compare Source

Features
Bug Fixes

v3.2.1

Compare Source

Features
Bug Fixes

v3.2.0

Compare Source

Features
Bug Fixes

Thanks to @​wKoza for working on the introduced features, bug fixes and code reviews!

v3.1.2

Compare Source

Features

Thanks to @​wKoza for code reviews and implementation of "check-semicolon".

angular-whitespace: [true, "check-semicolon", "check-interpolation", "check-pipe"] - Checks if there's whitespace after semicolon, around an expression surrounded by interpolation characters, and after a pipe symbol.

Bug Fixes

v3.1.1

Compare Source

Bug Fixes

v3.1.0

Compare Source

New rules
  • angular-whitespace: [true, "check-interpolation", "check-pipe"] - Checks if there's whitespace around an expression surrounded by interpolation characters, and after a pipe symbol.
  • banana-in-box: true - Checks for proper banana in a box syntax - [(ngModel)] instead of ([ngModel]).
  • templates-no-negated-async: true - Enforces (foo | async) === false, rather than !(foo | async), because of the initial falsy value emitted.
  • use-view-encapsulation: true - Enforces enabled view encapsulation.

Special thanks to @​wKoza, @​GregOnNet and @​connor4312 for their contributions.

Features
Bug Fixes

v3.0.1

Compare Source

Bug Fixes

v3.0.0

Compare Source

Major release required because of the breaking changes introduced by tslint@5. The ngast support will be pushed to codelyzer@4.

Features
  • Support for tslint@5 #​281 01bffd5 49b1e80
  • Allow more than one selector kind of directives & components #​290 4fa35f6 "directive-selector": [true, ["attribute", "element"], "sg", "camelCase"], "component-selector": [true, ["element", "attribute"], "sg", "kebab-case"],
  • Specs for the support of as syntax in expressions #​289 a7500cb
Refactoring
  • Rename ng2Walker to ngWalker 01bffd5
  • Refactor selector-related rules to depend on less mutable state 4fa35f6

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 if you modify the PR title to begin with "rebase!".

: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 Renovate Bot. View repository job log here.

renovate[bot] avatar Dec 30 '17 21:12 renovate[bot]