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
v5.8.0
tov5.9.1
Commits
palantir/tslint
5.9.1
235561e
Prepare release 5.9.1a4dc874
Resolve custom paths when loading rules (#3640)2b8a737
Disable typeof-compare in tslint:recommended (#3639)5.9.0
b5ebb9f
Prepare release 5.9.0 (#3634)b0061e7
[docs]Updated no-irregular-whitespace documentation (#3627)d9e20be
Inherit defaultSeverity and apply it to preceding base configs (#3530)4117f16
[new-rule] newline-per-chained-call (#3278)ef28083
Override defaultSeverity defined in extended configs (#3449)82bf779
Added no-dynamic-delete rule (#3573)8b853b2
Cleanup and refactoring of (rule|formatter)Loader (#3412)18fc973
strict-type-predicates: allow comparing typeof with expression (#3542)7a2bfbd
no-unsafe-any: correctly handle types and type-only namespaces (#3487)7a9f177
Remove test for plain test output (#3407)9bfc582
Add test for no-unnecesary-type-assertion (#3535)4c29dd9
no-unnecessary-type-assertion: extract checking of NonNullExpression (#3468)e2d929d
launch.json: show stdout in debug console (#3464)5256228
stylish-formatter: make filename clickable (#3491)93fef3a
callable-types: add parens inside ArrayType (#3440)6dfa0f6
no-unsafe-any: allow object spread (#3439)5155583
refactor: removed 'export = Linter` in linter.ts (#3438)08441bf
fix condition for deprecation of typeof-compare (#3429)a7f0537
[docs] [ban-comma-operator] metadata updates (#3612)88d6a14
[new-rule-option] [object-literal-sort-key] Add shorthand-first option (#3607)cfa76a2
fix no unnecessary space before parameter from arrow-parens fixer (#3618)3c702fb
TSLint rules for RxJS (#3599)3ca9f8c
completed-docs: corrected example config for tags (#3578)676a206
fix whitespace rule with 'check-decl' also lint property declarations (#3546)ee501e4
fix no-duplicate-super validates with ternary operator (#3544)91f2d25
completed-docs: exclude object literal methods (#3532)42fe8ea
runner: avoid reloading config file if path never changes (#3411)889a51e
fix 'no-magic-number' ignores parseInt radix parameter (#3536)5e50a7a
update spaceWithinParensRule to always allow empty parens (#3513)9afce3b
no-redundant-jsdoc: allow @template with comment (#3415)271e651
[README] Add tslint-clean-code to list of community rules (#3539)d357ba3
one-line: avoid crash on parse error (#3538)0279553
docs update - AddhasFix
metadata for the indent rule (#3529)fc4e6d3
completed-docs: Added option to check get and set accessors. (#3497)3db5fcf
prefer-conditional-expression: avoid error on nested if statement (#3528)372408e
CLI typo fix: to enable rule(s) which need etc. (#3527)107cce3
[README] Mention tslint-sonarts in community rule-sets (#3404)0b3da72
revert breaking change introduced in #3433 (#3477)2876450
no-shadowed-variable: add new option 'temporalDeadZone' (#3389)e00a7f3
deprecate utils (#3476)0b83cbe
Refactor executableTests to use runner.ts where possible (#3374)22ec110
no-shadowed-variable: ignore declaration files and ambient modules (#3387)21ea5d6
configuration: use os.homedir (#3499)1080636
Update no-use-before-declare docs (#3520)b5297ad
Update await-promise docs (#3519)ada8c89
prefer-const: don't treat index signatures as parameters (#3385)048be95
Don't use glob with --project option (#3313)1bd48b5
Added prefer-readonly rule with fixes (#2896)a65f9b3
Minor README tweaks2cf0fa3
Fix CI failures with updated yarn.lock (#3518)21aa184
Updated version of commander package (#3510)6c3c90e
Update tslint devDependency (#3437)1eed3a7
Add regression test for #3493 (#3494)497c3e1
[new-fixer] file-header rule (#3475)cbdcfb5
no-any: remove fixer, amend error message (#3486)53a864e
Use CircleCI 2.0 (#3490)87906ab
Fix syntax errors in tests (#3488)b9b26f4
ban-comma-operator: ignore for-loop incrementors (#3485)88226fd
Converted completed-docs rule to use a function instead of a walker (#3466)5a9cacc
curly: don't put opening curly inside comment (#3473)6d3f78e
Support yaml configuration (#1598) (#3433)f101f89
update chalk dependency (#3435)fd3bf23
Fixed doc typo for noDuplicateVariableRule (#3462)d1caf11
Feat: ignore pattern for max-line-length (#3099)50f8286
report errors from parsing and validating tsconfig.json (#3410)2d0a49b
object-literal-sort-keys: don't consider \r\n as two line breaks (#3427)9632094
Update to typescript@2.6 (#3320)c102450
no-redundant-jsdoc: handle class tag (#3414)356ea78
Fix CI - use newer versions of node (#3422)7199227
fix: update usage documentation (#3421)965ecb5
Output code warnings in yellow instead of red (#3402)0176122
no-duplicate-imports: Allow duplicate imports from separate ambient module declarations (#3398)a17cef5
Fix compile errors on TS 2.6 (#3397)1365c3c
Improve failure message & docs for ban-comma-operator rule (#3380) (#3384)f810a5a
await-promise: correctly unwrap ReferenceTypes (#3383)b0da1b0
Joined descriptors in completed-docs with spaces, not commas. (#3379)814277f
no-implicit-dependencies: treat malformed package.json as empty (#3373)306c1c6
Remove deployment block from circle.ymlThis PR has been generated by Renovate Bot.