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): Update dependency codelyzer to version 3.1.2 #6

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jul 7, 2017

This Pull Request updates dependency codelyzer from version ~3.0.1 to 3.1.2

Commits


mgechev/codelyzer

3.1.2

  • 8a4cfb6 docs: change fix to bug fixes
  • 37eb2a1 docs: update changelog
  • 631cb6b docs: update changelog
  • 0d17ad8 chore: bump npm
  • 0be8563 Merge pull request #362 from mgechev/fix-345
  • 4ac0334 Merge branch 'master' into fix-345
  • ecfde3d fix: workaround bug in rxjs
  • 3a7ff09 fix(rules): support for multiple interpolations in boundtext
  • 5aad7f3 fix(rules): add test case for i18n & check-pipe
  • 77965af fix(rules): handle the desugered syntax of ngFor
  • 8a24aed Merge branch 'master' of https://github.com/mgechev/codelyzer
  • fa08a3b fix(rules): angularWhitespace check-pipe in directives
  • 45f90e3 Merge pull request #347 from cexbrayat/test/failing-check-pipe-in-ng-for
  • 25667f9 Merge pull request #356 from wKoza/whitespaceAfterSemiColon
  • 3abd245 Merge remote-tracking branch 'origin/whitespaceAfterSemiColon' into whitespaceAfterSemiColon
  • 7f2ded4 change regexp for string literals
  • 5a7edc4 Merge branch 'master' into whitespaceAfterSemiColon
  • eb35ab0 change regexp for string literals
  • 10ca013 change regexp for string literals
  • 2f52d77 Merge pull request #357 from rokerkony/improve-tslint-rules
  • 9299955 Merge pull request #360 from Martin-Wegner/master
  • 8023899 fix #358 by renaming import-destructing-spacing to import-destructuring-spacing
  • 91d9beb Revert "Extend whitespace rule with check-typecast"
  • d25253d Fix test with wrong var/const change
  • 06e8f86 Added no-consecutive-blank-lines, only soft rule with 2 lines. Could be maybe even changed only to 1.
  • bb67c09 Added no-var-keyword, use const or let instead
  • db19f75 Added lint:fix npm task to have a possibility to run linter with built in auto fixers
  • f83e561 Added space-before-function-paren rule
  • 0f0e2c2 Update member-ordering to tslint v5
  • a9196d3 Extend whitespace rule with check-typecast
  • 265ffac Added whitespace rule
  • 10b7458 Fix indent rule
  • e6653ab Fix of the existing problems after the tslint-check path fix
  • 6d9eadf Fix path in package.json for tslint
  • d9d58d0 fix style mistakes
  • a7b5fec add whitespaceAfterSemicolonRule
  • 1eb1572 Merge pull request #355 from wKoza/gh352
  • c13f953 Merge pull request #350 from wKoza/great_cleaning
  • 5a87939 Merge pull request #354 from wKoza/gh353
  • 15aa653 rename rule noUnusedCss
  • d8bfa7e ViewEncapsulation concerns only components
  • e340028 cleanup rules
  • bd9854d test: add failing test for check-pipe in ngFor

3.1.1

3.1.0

  • 27f3417 docs: update readme
  • 9bc70b2 chore: bump npm
  • 193e64d fix: change links
  • 092230a docs: update changelog
  • df005b1 docs: update changelog
  • 6bfac83 Merge pull request #342 from mgechev/issue-341
  • 536fb18 docs: add extra rules
  • 750d62e docs: add release notes
  • dbdfbb3 fix: work with chained pipes
  • bd69fc9 fix: pass the context to the expression visitor
  • d6e5d8a Merge pull request #340 from mgechev/fix-335
  • 44a9306 Merge pull request #339 from mgechev/fix-336
  • ce3edf3 fix: export templatesNoNegatedAsync
  • 411f3e0 fix: handle case when whitespace on one side of interpolation
  • 616c760 fix: report template warnings only once
  • 5a532b4 Merge pull request #334 from wKoza/fix_links_styleguide
  • 667318e fix links to angular.io styleguide
  • 3a6d008 Merge pull request #321 from mgechev/whitespace
  • faeff38 fix(ngWhitespace): better error message & proper rule name
  • 64fc135 fix: export the angularWhitespaceRule
  • c46bc56 feat: add whitespace around pipe operator rule
  • 09c12d3 feat: make angular whitespace configuragble
  • 3a06b48 refactor: move the specialized ws visitors to classes
  • 88fc40e refactor: remove unused locals
  • d4cf462 fix: update description
  • 547ad2a fix: handle case with whitespace before/after interp
  • 335776f feat: angular specific whitespace rule
  • f95b2d5 Merge pull request #322 from wKoza/add_banana_rule
  • 7a67607 Merge pull request #326 from wKoza/gh325
  • 7e94103 rename rules in documentation
  • e97823d add "banana in a box" to index
  • 20f9a07 Merge pull request #324 from wKoza/gh323_ng_template_metadata
  • a4d73cc fix(Rule): templateToNgTemplateRule metadata property
  • 9b16c2f fix : change metadata rule
  • 7d0dec0 wip : add "banana in a box" rule
  • a1a16d5 add "banana in a box" rule
  • c3b76c6 chore: update to angular 4.2.1
  • 0f0924d Merge pull request #317 from mixer/no-negated-async
  • 6323d2c Merge pull request #318 from mgechev/issue-315
  • 4193d17 build: update angular version
  • e4295d2 ci: disable linux temporary
  • 6546dcb test: add additional tests
  • b608296 fix: compatible with Angular 4.1.3
  • f227c7c feat: add fixer for the negated async pipe rule
  • 9276e7c feat: add a no-negated-async rule
  • 572b0b7 Merge pull request #312 from karol-depka/patch-1
  • 8c0d8c9 doc: component-selector: allowing element&attribute
  • 8f3a8a8 docs: update contributing guidelines
  • 9aa1d2a docs: update contributors list


This PR has been generated by Renovate Bot.

@krjordan krjordan closed this Jul 7, 2017
@krjordan krjordan deleted the renovate/codelyzer-3.x branch July 7, 2017 23:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

import-destructing-spacing or import-destructuring-spacing?
1 participant