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

chore(deps-dev): bump codelyzer from 4.1.0 to 4.5.0 #225

Merged
merged 2 commits into from
Nov 16, 2018

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps codelyzer from 4.1.0 to 4.5.0.

Release notes

Sourced from codelyzer's releases.

4.4.4

Bug Fixes

  • errors not being displayed in the correct files (#700) (db3cf5a)

4.4.3

Bug Fixes

  • url not passed to transformStyle when using styleUrls (#686) (5a84041)
  • templates-no-negated-async: not reporting failures for some cases (#694) (2ffe2ea)

4.4.2

Bug Fixes

  • no-output-on-prefix: fix regular expression (#674) (adc974a)

4.4.1

Bug Fixes

  • TypeError: ts.isStringLiteralLike is not a function #669 d922dcb
  • prefer-inline-decorator is missing in v4.4 #670 d922dcb

4.4.0

Bug Fixes

  • no-input-prefix: exact strings not being reported (#597) (1ed8d8c)
  • no-input-rename: aria attributes not being allowed to be renamed (#665) (2c905ab), closes #663
  • no-input-rename: fix bugs (#585) (75f9de6), closes #580
  • no-template-call-expression: not being exported (#582) (ad57552), closes #577
  • no-life-cycle-call: fix bugs (#575) (4415cc2), closes #573
  • no-input-prefix: not being able to check for multiple concurrent prefixes (#590) (43d415a), closes #589
  • no-output-rename: not being reported for some cases (#614) (5e34f41), closes #613
  • template-conditional-complexity: not reporting failures for '[ngIf]' (#611) (7fc3b09), closes #607
  • template-cyclomatic-complexity: not reporting failures for '[ngForOf]' and '[ngIf]' (#612) (fedd331), closes #609
  • trackBy-function: not reporting failures for '[ngForOf]' (#610) (af52912), closes #608
  • some rules not considering options correctly (#617) (bce0026)

Features

  • import-destructuring-spacing: add fixer (#595) (2acc27b)
  • max-inline-declarations: add option to limit animations lines (#569) (25f3e16), closes #568
  • rule: add no-queries-parameter rule (#571) (e9f4d23)
  • rule: add prefer-inline-decorator rule (#586) (5d5e21d), closes #549
  • build scripts are not cross-platform #581 204c8ef, closes #454
  • upgrade TypeScript dependency to 2.7.2 #584 d4bf62d, closes #583
  • turn on strict TS compilation mode (#631) (da0f553), closes #629
  • externalizing template, css visitor abstractions and NgWalker (#658) (b79ea58)

Credits to the codelyzer's maintainers and contributors.

... (truncated)
Changelog

Sourced from codelyzer's changelog.

4.5.0 (2018-10-04)

Bug Fixes

  • assertFailure catch exception throw by assert (#703) (#704) (0bac287)
  • no-unused-css: blank lines being left after fixing (#701) (c69e2ae)

Features

4.4.4 (2018-08-13)

Bug Fixes

  • errors not being displayed in the correct files (#700) (db3cf5a)

4.4.3 (2018-08-06)

Bug Fixes

  • url not passed to transformStyle when using styleUrls (#686) (5a84041)
  • templates-no-negated-async: not reporting failures for some cases (#694) (2ffe2ea)

4.4.2 (2018-06-25)

Bug Fixes

  • no-output-on-prefix: fix regular expression (#674) (adc974a)

4.4.1 (2018-06-23)

Bug Fixes

4.4.0 (2018-06-23)

Bug Fixes

... (truncated)
Commits
  • edc110d chore(release): 4.5.0
  • ba3e1db docs: update the list of contributors
  • 5eb3064 feat: support Angular 7.0 (#710)
  • f14f92a docs: update contributors list
  • c69e2ae fix(no-unused-css): blank lines being left after fixing (#701)
  • 0bac287 fix: assertFailure catch exception throw by assert (#703) (#704)
  • 7f0fe0e chore(release): 4.4.4
  • db3cf5a fix: errors not being displayed in the correct files (#700)
  • 22de2a6 docs: component-selector both element and attribute rule (#698)
  • a595f16 chore(release): 4.4.3
  • 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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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 cancel merge will cancel a previously requested merge
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major 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)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Nov 16, 2018
@ikatyang ikatyang merged commit 9d573c6 into master Nov 16, 2018
@ikatyang ikatyang deleted the dependabot/npm_and_yarn/codelyzer-4.5.0 branch November 16, 2018 05:30
@alexjoverm
Copy link
Contributor

🎉 This PR is included in version 1.17.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

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 released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants