- 
                Notifications
    
You must be signed in to change notification settings  - Fork 7
 
Update dependency tslint to v5.20.1 #10
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
          
     Open
      
      
            renovate
  wants to merge
  1
  commit into
  master
  
    
      
        
          
  
    
      Choose a base branch
      
     
    
      
        
      
      
        
          
          
        
        
          
            
              
              
              
  
           
        
        
          
            
              
              
           
        
       
     
  
        
          
            
          
            
          
        
       
    
      
from
renovate/tslint-5.x
  
      
      
   
  
    
  
  
  
 
  
      
    base: master
Could not load branches
            
              
  
    Branch not found: {{ refName }}
  
            
                
      Loading
              
            Could not load tags
            
            
              Nothing to show
            
              
  
            
                
      Loading
              
            Are you sure you want to change the base?
            Some commits from the old base branch may be removed from the timeline,
            and old review comments may become outdated.
          
          
                
     Open
            
            
          Conversation
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
    d75bc30    to
    56c3036      
    Compare
  
    56c3036    to
    42f199c      
    Compare
  
    42f199c    to
    c38ad62      
    Compare
  
    c38ad62    to
    b926cb5      
    Compare
  
    b926cb5    to
    cb5a057      
    Compare
  
    cb5a057    to
    a5e5603      
    Compare
  
    a5e5603    to
    8378052      
    Compare
  
    8378052    to
    dd83d89      
    Compare
  
    dd83d89    to
    fc4c901      
    Compare
  
    fc4c901    to
    76c3919      
    Compare
  
    76c3919    to
    3003de1      
    Compare
  
    3003de1    to
    e083f5a      
    Compare
  
    e083f5a    to
    4fac4a5      
    Compare
  
    4fac4a5    to
    73ce197      
    Compare
  
    240a278    to
    689f659      
    Compare
  
    689f659    to
    49a2f66      
    Compare
  
    49a2f66    to
    318a8d0      
    Compare
  
    318a8d0    to
    2fea319      
    Compare
  
    2fea319    to
    529d426      
    Compare
  
    
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
      
  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:
5.3.2->5.20.1Release Notes
palantir/tslint (tslint)
v5.20.1Compare Source
No changes from v5.20.0, just re-released to correctly mark with the
latestdist-tag on NPM.v5.20.0Compare Source
strict-boolean-expressionsfalse positive with"ignore-rhs"option (#4833)no-unnecessary-type-assertionno error when"strict": truein compiler flags (#4841)file-name-casingrule works correctly (#4848)array-typefalse positive for simple parenthesized types with "array-simple" option (#4844)object-literal-shorthandsupports{"property"?: "never", "method"?: "never"}as config options (#4842)allow-genericsoption forinvalid-voidrule (#4839)check-super-callsoption forunnecessary-constructorrule (#4813)diffdependency to v4.0.1 (#4845, #4852)Thanks to our contributors!
v5.19.0Compare Source
promise-function-asyncfor short parenthesized arrow functions (#4765)no-async-without-awaitfalse positive for abstract methods (#4782)strict-comparisonsfalse positive fornullandundefinedliterals (#4786)no-angle-bracket-type-assertionautofix semantics with more parentheses (#4823)restrict-plus-operandsrule (#4814)await-promisenow supports new TypeScript 3.6 AST API symbols for async iterators (#4800)check-stringsandcheck-regexoptions formax-line-lengthrule (#4798)variable-declaration-ignore-functionoption fortypedefrule (#4769)ignore-blank-linesoption forobject-literal-sort-keysrule (#4808)no-for-in(#4747)invalid-void(#4736)strict-string-expressionsreports errors on type coercions found in string expressions (#4807)no-promise-as-boolean(#4790)Thanks to our contributors!
v5.18.0Compare Source
--print-configCLI flag (#4744)no-unnecessary-type-assertionno longer flagsx!non-null assertions if--strictNullChecksis not enabled (#3724)quotemarkhandles unbalanced quotes more gracefully without crashing (#4344)no-magic-numbersrule ignores arguments passed into default Number methods (#3668)comment-format(#3583)"allow-trailing-lowercase"option forcomment-formatrule (#3583)"ignore-accessors"foradjacent-overload-signaturesto ignore getters / setters overloads (#3718)no-async-without-await(#3945)strict-comparisons(#4519)Thanks to our contributors!
v5.17.0Compare Source
quotemarkbacktic option now ignores enum members, use strict declarations, lookup types, and strings containing octal escape sequences. (#4693)no-redundant-jsdocno longer errors onJSDocThisTag(#4690)no-use-before-declarerule for typescript >= 2.9.0 (#4695)variable-namerule metadata (#4731)no-unused-variableargument count (#4683)no-object-literal-type-assertion(#4681)unnecessary-constructor(#4694)Thanks to our contributors!
v5.16.0Compare Source
quotemarkbacktick edge cases and fix behavior for TS < 2.7.1 (#4642)interface-namerule related to numeric characters in interface names (#4655, #4626)nycfrom v10.2.0 to v13.3.0 (#4633)restrict-plus-operandsrule. (#4635)comment-formatrule now whitelists//regioncomments generated by JetBrains IDE (#4609)no-null-undefined-unionrule. (#4625)allow-else-ifoption forunnecessary-elserule (#4599)switch-defaultrule (#4650)no-parameter-properties: fix unclear rule description (#4629)Thanks to our contributors!
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
v5.11.0Compare Source
v5.10.0Compare Source
v5.9.1Compare Source
v5.9.0Compare Source
v5.8.0Compare Source
v5.7.0Compare Source
v5.6.0Compare Source
v5.5.0Compare Source
Editor's note: This release features an important bugfix for overlapping fixes when using
--projectand--fix(#2864).v5.4.3Compare Source
v5.4.2Compare Source
v5.4.1Compare Source
v5.4.0Compare Source
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.