Skip to content
This repository was archived by the owner on May 7, 2018. It is now read-only.

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 20, 2017

This Pull Request updates dependency tslint from v~5.7.0 to v~5.8.0

Commits


palantir/tslint

5.8.0

  • e78f9c2 Prepare release 5.8.0 (#​3358)
  • ecaad8e no-implicit-dependencies: strip BOM before parsing JSON (#​3362)
  • fff81e7 no-redundant-jsdoc: only check nodes that can have JSDoc (#​3355)
  • 10e6c9c new-rule: no-unnecessary-class (#​3119)
  • c1b842a add skip-blank-lines option to no-trailing-whitespace (#​3346)
  • aa35097 Added tags logic for completed-docs (#​2415)
  • 272f66e vsoFormatter: don't duplicate output for fixed failures (#​3348)
  • 3881ddc await-promise: check for-await-of (#​3297)
  • db73e4b Refactor and fix no-unsafe-any (#​3196)
  • 5e04421 fix CI failures with typescript@next (#​3351)
  • cc3d19d return-undefined: various bug fixes (#​3298)
  • f1e0de2 Sort failures by failure's line and character (#​3345)
  • 37ab258 New rule no-return-await (#​3233)
  • a170840 only-arrow-functions: also find uses of this in parameters (#​3315)
  • e599184 no-angle-bracket-type-assertion: fixed replacement order (#​3301)
  • 561cb58 no-empty-interface: allow providing type arguments for extended type (#​3260)
  • 94d1cfd semicolon: add "strict-bound-class-methods" option (#​3294)
  • 9dfb8a9 one-line: refactor and add fixer (#​3200)
  • 10258d4 Add 'no-redundant-jsdoc' rule (#​2754)
  • 79165d5 new rule 'no-implicit-dependencies' (#​3343)
  • 12410ca no-unbound-method: Allow negation (#​3349)
  • 7f77a65 [enhancement] max-classes-per-file / config to exclude class expressions (#​3281)
  • 8804314 Ignore generated formatter docs (#​3310)
  • bc57be7 deprecation: properly check destructuring (#​3318)
  • 2774fff findConfigurationPath: search for tslint.json up to root (#​3309)
  • 6957a92 --test: allow target other than default (#​3296)
  • 2eda978 deprecate typeof-compare (#​3286)
  • 211bc60 msbuild-formatter: remove note that all failures are warnings (#​3293)
  • 836e13e whitespace: document fixer (#​3261)
  • 1f59426 completed-docs: document that it needs the type checker (#​3284)
  • fba8e2a object-literal-shorthand: various optimizations (#​3273)
  • b6549f6 trailing-comma: fix crash on arrow function without parens (#​3246)
  • e406628 variable-name: don't crash on syntax errors (#​3292)
  • d197ee3 [enhancement] member-access rule on parameter properties (#​3325)
  • 74d84be [bugfix] callable types suggestion forgot parens on unions and intersections (#​3342)
  • 349d1b8 deprecate --type-check (#​3322)
  • 7719167 Provide example of setting rule severity (#​3329)
  • c438890 whitespace: add regression test for #​2506 (#​3305)
  • aa5cca4 Fix typos in the styish formatter documentation (#​3302)
  • b80c5f2 [Documentation] adds mention of astexplorer.net to 'Develop' page (#​3295)
  • c55e3c8 adds an option to "no-unnecessary-type-assertion" rule to ignore (#​3257)
  • cef6ec5 Update to latest tsutils, fix import-blacklist (#​3258)
  • bdd4e20 Added missing comma after VS 2017 in README.md (#​3285)
  • 73b30a7 Fix example for member-ordering to be valid (#​3276)
  • dfc444b [enhancement] object-literal-shorthand / config to disallow shorthand (#​3268)
  • d797c83 Add a fixer for the 'curly' rule (#​3262)
  • b104e5a [bug-fix] no-invalid-this / ignore functions w "this" param (#​3267)
  • 5ffec09 Add the ban-comma-operator rule (#​3250)
  • 02dd308 chore: migrate from colors to chalk (#​3171)
  • 8c76496 arrow-parens: fix invalid code produced by fixer (#​3247)
  • 5650f87 noUnusedVariableRule should apply the ignorePattern to imports (#​3187)
  • bf60bea Edit buildDocs to remove outdated documentation (closes #​3185) (#​3230)
  • 126836c Ordered-Imports Rule: Allow sorting by the trailing end of the module path (#​3178)
  • 3ca813d Fix an issue where necessary type assertions were being flagged by no-unnecessary-type-assertions (#​3239)
  • d16f7be fix(noUnusedVariableRule): remove warning (#​3227)
  • 4ac145e Enable if-else in test markup, fix build (#​3226)
  • c434183 jsdoc-format: check first line of multiline comment (#​3181)
  • 12d0cd2 Fix 'space-before-function-paren' for anonymous/arrow generic functions (#​3085)
  • 404c06a trailing-comma: add option to forbid trailing comma after rest (#​3176)
  • 5634a07 Enabled the align rule internally (#​2887)
  • d45d227 Enable triple-equals and allow ==undefined (#​2803)
  • ff1cafe no-conditional-assignment: rewrite and check conditional expressions (#​2629)
  • cd355e6 restrict-plus-operands: Suggest template literals when an operand is a string. (#​3220)
  • 6c10500 object-literal-sort-keys: Allow grouping via blank lines (#​3191)
  • 1da80df Mark inputFilePath as optional in findConfiguration() (#​3195)
  • 85eb939 Fix minor docs typo (#​3208)
  • 333b1e5 Update noShadowedVariableRule.ts (#​3215)
  • 983a410 Fix prototype chain of FatalError (#​3211)
  • ffb40ec JUnit formatter added. (#​3194)
  • 347e836 config: use resolved exclude pattern (#​3205)
  • ff8d425 deprecation: check correct constructor overload (#​3203)
  • 9d4e445 Update ordered-imports rule: add default grouping (#​3138)
  • ec9fe9f Add support for exclude globs in configuration files (#​2409)
  • 7131f01 Update docs - fixes #​3188 (#​3197)
  • 6b4c4ea Added a no-duplicate-switch-case rule (#​2937)
  • 729694e no-string-literal: correctly fix property names with leading underscores (#​3184)
  • 35c888b fixed type checking Node API example (#​3179)
  • 2ee8023 don't remove failure that starts at end of disabled range (#​3177)
  • ca42fe9 test: add test for loading uncompiled rules with ts-node (#​3170)
  • 76af557 Clarify description of no-non-null-assertion (#​3172)
  • f22a3af Update tslint dependency and remove unnecesary disables (#​3169)


This PR has been generated by Renovate Bot.

@dherges dherges merged commit 9be3bea into master Oct 20, 2017
@dherges dherges deleted the renovate/tslint-5.x branch October 20, 2017 19:32
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant