chore(deps): Update dependency tslint to version 5.5.0 #9
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This Pull Request updates dependency tslint from version
~5.3.2
to5.5.0
Commits
palantir/tslint
5.5.0
49977b1
Prepare release v5.5.0 (#2995)91c12da
README: Added VS 2017 link (#2991)321a0e1
README: Added link to comment flag docs (#2990)3f5a7bd
encoding: close file handle (#2958)4e8474f
Update to latest tsutils (#2984)8da61ff
no-any rule no longer has autofixer (#2994)0d133da
completed-docs: Add support for enum members (#2911)935c57d
Add Emacs/Flycheck to third-party tool list (#2948)5cf7100
Added no-this-reassignment rule (#2931)b173f56
Bugfix --project with --fix (#2864)08ccd47
no-shadowed-variable: Rewrite and lint for other shadowed names (#2598)eb8074e
switch-final-break: don't fail for break statement with label (#2914)143e60f
Removed "prefer-switch" because tslint 5.3 is out (#2930)0b47731
Don't leave blank lines when no-unused-variable autofix removes whole import (#2901)3323ed2
Update to typescript 2.4.0 (#2924)1ec0bac
cli: Restore -v option (#2926)43c56dd
config: enable stricter config for "no-duplicate-variable" in latest an all (#2915)544a5ac
Fixes whitespace check-module to properly lint and fix errors (#2825)423ede6
Added allow-empty-catch option to no-empty (#2886)6ba691b
prefer-const: special handling for destructuring in for-of (#2904)ce73397
Prepare release v5.4.3 (#2894)5.4.3
8e84685
Print stack trace of exceptions (#2890)f4c7b4e
Ensure compatibility with older typescript in CI (#2893)df7594b
binary-expression-operand-order: Allow both sides to be literals (#2873)a88462d
unified-signatures: Can't unify rest parameters (#2874)d802bd7
no-string-literal: Fix documentation (#2875)85e6469
Update tslint dependency (#2851)d87c52d
Only set exitCode instead of exiting immediately (#2867)5.4.2
07eb8da
Prepare release v5.4.2 (#2860)46c9376
Restore support for --version flag (#2859)1d8d928
Fix multiple --exclude arguments (#2858)5.4.1
b9c62b1
Prepare release v5.4.1 (#2854)88649b8
Fix --project with --exclude (#2853)5.4.0
44b803f
Prepare release 5.4.0 (#2849)3da800c
cyclomatic-complexity: Don't count empty switch cases (#2743)14bbecb
no-floating-promises: Allow 'promise.catch()' (#2774)b38d0e0
prefer-object-spread: lint more locations, allow first parameter with side effects (#2828)7c2bb49
ordered-imports: Convert to AbstractWalker (#2711)9291418
strict-type-predicates: warn if strictNullChecks is not enabled (#2786)64c37d1
ban: Refactor and add new option format (#2547)f9e05e4
Minor README edits7fc3d62
Rewrite and simplify comment-format (#2616)0295265
no-duplicate-variable: handle parameters (#2597)d3177d3
no-unbound-method: Skip past casts and parentheses (#2838)6a46287
indent: Simplify and avoid scanning (#2826)5251926
no-unsafe-any: Allow `declare global {}` (#2839)9f6588e
curly: Add "as-needed" option (#2842)a510150
no-unsafe-any: Allow to switch on a value of type `any` (#2836)8ea3c35
no-unbound-method: Allow use as condition (#2834)f9113e9
no-unsafe-any: Fix bug for `continue` with label (#2830)ad4aedb
Update Yarn version in README237b86f
space-before-function-paren: Ignore for async arrow function with no parentheses (#2833)5875607
Add 'binary-expression-operand-order' rule (#2805)b3e0c77
import-spacing: Convert to AbstractWalker (#2706)19042f6
completed-docs: Fix markdown formatting (#2841)ca20dfb
Enable 'no-unnecessary-type-assertion' rule (#2670)487e425
Update lockfile (#2847)cf4659e
Refactor and fix no-inferred-empty-object-type (#2762)efd95c6
Add 'switch-final-break' rule (#2804)e827c9d
typedef-whitespace: Extract `getOptionType` helper (#2807)ac0a23a
runner.ts: Break into separate functions (#2572)3088a2d
Add `use-default-type-parameter` rule (#2253)a70ad66
Enable "no-unnecessary-callback-wrapper" (#2744)d6e5e99
indent: Convert to function (#2709)2bc8982
Use commander instead of optimist for CLI arguments (#2689)8b0ef1e
Add noEmit to compilerOptions (#2823)d39070d
no-parameter-properties: Rewrite to walker function (#2663)7d95432
strict-boolean-expressions: new option allow-boolean-or-undefined (#2820)7431786
strict-boolean-expressions: Allow 'any', and 'true' and 'false' literal types (#2758)2770900
--test: allow passing path to tslint.json (#2784)4889953
Fix issue with case sensitivity of noUnusedVariable rule on Windows (#2819)aebb1d6
Enable typed rules with --project (#2773)47b20d9
object-literal-shorthand: Refactor, fix and add fixer for methods (#2558)d52d587
semicolon: split walker implementation, make "never" spec compliant (#2655)dcb400b
Simplify no-object-literal-type-assertion (#2659)6e0404a
align: exclude SemicolonClassElement (#2668)5a85ee6
deprecation: Rewrite and enhance (#2748)b34a4e0
Clean up combineCodeTextAndErrorLines (#2745)a4dd395
Enable "no-inferred-empty-object-type" (#2742)73344af
[docs] fixed invalid template in noConsecutiveBlankLines rule (#2801)95497f5
no-unbound-method: refactor and add option "ignore-static" (#2751)d5f2f0c
Update dependencies, remove disables, fix typescript@next (#2815)faaee39
Fixes `not a directory` error (#2813)This PR has been generated by Renovate Bot.