This repository was archived by the owner on Feb 22, 2020. It is now read-only.
Update dependency tslint to ^5.15.0 #67
Merged
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 PR contains the following updates:
Release Notes
palantir/tslint
v5.15.0Compare Source
WalkContextandAbstractWalkertype parameter defaults tovoid(#2600)no-void-expressionnow allows conditional expressions (#4606)ordered-imports(#4583)static-thisfalse positive for higher order components (#4580)unnecessary-elsefrom blankifstatements (#4603)unnecessary-elseafter non-jumping statement (#4603)interface-namenow handles interface starting with "I18n" correctly (#4486)no-string-throwfix inserts whitespace if not present afterthrowkeyword (#4540)quotemark: fix some edge cases forbacktickoption (#4618)unnecessary-constructor: don't flag non-private constructors that are actually necessary (#4619)allow-single-line-commentsoption forfile-headerrule (#4560)ignore-rest-argsoption forno-anyrule (#4581)no-null-undefined-union(#4589)Thanks to our contributors!
v5.14.0Compare Source
backtickoption forquotemarkrule no longer incorrectly flags string literals that must use single/double quotes (#4535)whitespacerule now lints export statements (#4554)no-trailing-whitespaceno longer flags files starting with a byte order mark (#4543)promise-function-asyncnow allows single statement lamda functions that delegate to another promise-returning function (#4553)whitespacerule (#4551)underscoreoption forno-shadowed-variablerule to ignore shadowed underscores (#4546)require-const-for-all-capsoption forvariable-namerule (#2936)overloadsoption forcompleted-docsrule to enforce documentation of each overload signature (#4563)allow-namespace-importsoption forno-duplicate-importsrule (#4524)allow-argumentsoption forno-object-literal-type-assertionrule to allow type assertions on object literals used inside call expressions (#4521)allow-deleteoption forno-unbound-methodrule (#4548)no-tautology-expression(#4470)static-this(#4475)unnecessary-else(#4502)Thanks to our contributors!
v5.13.1Compare Source
v5.13.0Compare Source
RuleWalkerandProgramAwareRuleWalkeras deprecated (#4413)--outCLI flag) does not exist. (#4507)jsRules: true(#4517)unknownis recognized as simple type inarray-type(#4433)ban: Fix a false positive which would occur when banning method calls nested inside objects. Previously, banning["a", "b", "c"]would trigger lint failures on the syntaxb.c(), which was not the intent of this rule. (#4383)trailing-commano longer crashes if it cannot find the closing parenthesis of a function declaration (#4457)no-unsafe-any: allow implicitly downcastinganytounknown(#4442)grouped-importstotslint:all(#4420)ordered-importsnow supports a groups option to provide custom grouping rules. (#4134)completed-docsto an untyped rule (#3557)array-typerule handles Typescript 3.0's unknown type properly (#4219)import-blacklistnow supports regular expression patterns for blacklisting (#3504)no-restricted-globals(#3824)newline-before-returnrule (#4482)number-literal-formatnow includes auto fix (#4496)whitelistoption tono-unbound-method(#4472)jsx-ignoreoption tono-magic-numbersrule (#4460)object-literal-sort-keys: Addmatch-declaration-order-onlyoption (#3748)strict-boolean-expressionsacceptsignore-rhsoption to disable checking the right-hand side of the&&and||operators as strictly boolean. (#4159)Thanks to our contributors!
v5.12.1Compare Source
v5.12.0Compare Source
Renovate configuration
📅 Schedule: "on the 1st through 7th day of the month" in timezone America/Los_Angeles.
🚦 Automerge: Enabled.
♻️ Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "
rebase!".🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot. View repository job log here.