Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump codelyzer from 4.5.0 to 5.2.2 #174

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

dependabot-preview[bot]
Copy link

Bumps codelyzer from 4.5.0 to 5.2.2.

Release notes

Sourced from codelyzer's releases.

5.1.0

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

  • rule: add use-injectable-provided-in (#814) (656816f)

5.0.1

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)

5.0.0

🙇🏼‍♂️ Thanks to @rafaelss95, @mohammedzamakhan, @wKoza, @mgechev

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-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
... (truncated)
Changelog

Sourced from codelyzer's changelog.

5.2.2 (2020-03-26)

Bug Fixes

  • add support for tslint 6.0+ (#961) (ef5f158)
  • deps: update dependency codemirror to v5.51.0 (#914) (87bbfd5)
  • deps: update dependency typescript to v3 (#837) (49c2828)
  • 3.6 compile time errors (0066e93)

5.2.1 (2020-03-03)

Bug Fixes

  • deps: update dependency codemirror to v5.51.0 (#914) (87bbfd5)
  • deps: update dependency typescript to v3 (#837) (49c2828)
  • 3.6 compile time errors (0066e93)

5.2.0 (2019-10-22)

Bug Fixes

Features

5.1.2 (2019-09-26)

Bug Fixes

  • angular: update function call broken by Angular changes (#857) (d916eb3)
  • deps: update dependency codelyzer to v5.1.1 (#894) (2902c31)
  • deps: update dependency codemirror to v5.49.0 (#877) (76fa03e)

5.1.1 (2019-09-19)

Bug Fixes

  • deps: pin dependencies (#826) (fa40a63)
  • deps: update dependency codelyzer to v5 (#847) (98deb50)
  • deps: update dependency codemirror to v5.48.2 (#839) (21504e1)
  • deps: update dependency tslint to v3.15.1 (#841) (fc80f4e)
  • rule: template-click-events-have-key-events - support pseudo events (#893) (5b57bd6)

5.1.0 (2019-06-02)

... (truncated)
Commits
  • 2c76239 build: npm bump
  • ef5f158 fix: add support for tslint 6.0+ (#961)
  • a5a6879 chore(release): 5.2.1
  • 56a5d3d chore(deps): update dependency typescript to v3.8.2 (#942)
  • 8e6185e docs(use-pipe-transform-interface): fix typo (#954)
  • 9578819 chore(deps): update dependency @types/node to v11.15.5 (#922)
  • db9ab0b Add link to angular-eslint repository (#945)
  • 87bbfd5 fix(deps): update dependency codemirror to v5.51.0 (#914)
  • cb68b72 chore(deps): update dependency standard-version to v7.1.0 (#935)
  • c5bf84c build: npm audit fix
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [codelyzer](https://github.com/mgechev/codelyzer) from 4.5.0 to 5.2.2.
- [Release notes](https://github.com/mgechev/codelyzer/releases)
- [Changelog](https://github.com/mgechev/codelyzer/blob/5.2.2/CHANGELOG.md)
- [Commits](mgechev/codelyzer@4.5.0...5.2.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Mar 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants