Skip to content

Update dependency tslint to v5 - abandoned #15

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
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Apr 6, 2021

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
tslint (source) ^3.6.0 -> ^5.0.0 age adoption passing confidence

Release Notes

palantir/tslint

v5.20.1

Compare Source

No changes from v5.20.0, just re-released to correctly mark with the latest dist-tag on NPM.

v5.20.0

Compare Source

Thanks to our contributors!

  • Bas Bosman
  • Tanmoy Bhowmik
  • David Zulaica
  • Maxime Kjaer
  • @​guidsdo
  • Pavel Birukov
  • Josh Goldberg
  • Akshaya Srivatsa

v5.19.0

Compare Source

Thanks to our contributors!

  • Josh Pike
  • Tanmoy Bhowmik
  • Michael Withagen
  • Evgeniy Timokhov
  • Vitalij Krotov
  • Josh Goldberg
  • Veda
  • Guido
  • Robert Fink
  • Max Sysoev

v5.18.0

Compare Source

Thanks to our contributors!

  • Josh Goldberg
  • smoehrle
  • Mateusz Witkowski
  • Andy Hanson
  • John Wiseheart
  • Eran Shabi
  • Tibor Blenessy
  • AndreasGassmann
  • Ryan Waskiewicz
  • Isabelle

v5.17.0

Compare Source

Thanks to our contributors!

  • Bjorn Stromberg
  • Vitaliy Agoshkov
  • knafteN
  • Bowen Ni
  • Waseem Ahmad
  • Åsmund Grammeltvedt
  • Eric Ferreira
  • Zhen Tian
  • Tom Lakesman
  • zachkirsch

v5.16.0

Compare Source

Thanks to our contributors!

  • Oleg Artene
  • William Neely
  • Bjorn Stromberg
  • Matthew Barry
  • Neha Rathi
  • Vincent Langlet
  • rarenal
  • Greg Jednaszewski
  • Adam Postma
  • Eric Ferreira
  • Evgeniy Timokhov
  • Martin Probst

v5.15.0

Compare Source

Thanks to our contributors!

  • Max Belsky
  • Steve Moser
  • Christian Flach
  • Roman Rogowski
  • Terry
  • Luke
  • Andy Hanson
  • Vitalij Krotov
  • Josh Goldberg
  • Vincent Langlet
  • Neha Rathi
  • Eric Ferreira

v5.14.0

Compare Source

Thanks to our contributors!

  • Roman Rogowski
  • Max Belsky
  • Edward Drapkin
  • Dominik Palo
  • Matthew McCune
  • Debsmita
  • Lucas Charles
  • Piotr Gajowniczek
  • Darren Anderson
  • Noam Yogev
  • Josh Goldberg
  • Karol Majewski

v5.13.1

Compare Source

  • [bugfix] Fix regression in CheckstyleFormatter backwards compatibility (#​4561)

v5.13.0

Compare Source

  • [deprecation] Mark RuleWalker and ProgramAwareRuleWalker as deprecated (#​4413)
  • [bugfix] Create output directory when the output path (specified by --out CLI flag) does not exist. (#​4507)
  • [bugfix] Explicit disabling of rules is now copied over to jsRules when using jsRules: true (#​4517)
  • [bugfix] unknown is recognized as simple type in array-type (#​4433)
  • [bugfix]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 syntax b.c(), which was not the intent of this rule. (#​4383)
  • [bugfix] Fixed single-line comment parsing for completed-docs (#​3557)
  • [bugfix]trailing-comma no longer crashes if it cannot find the closing parenthesis of a function declaration (#​4457)
  • [bugfix]no-unsafe-any: allow implicitly downcasting any to unknown (#​4442)
  • [bugfix] Add grouped-imports to tslint:all (#​4420)
  • [docs] Fix docs typo (#​4395)
  • [enhancement] Add "formatting" rule category (#​2832)
  • [enhancement]ordered-imports now supports a groups option to provide custom grouping rules. (#​4134)
  • [enhancement] Convert completed-docs to an untyped rule (#​3557)
  • [enhancement] Checkstyle formatter includes every file linted regardless of lint errors. (#​3838)
  • [enhancement] Formatters now receive the full list of of linted file paths as a third argument. (#​3838)
  • [enhancement]array-type rule handles Typescript 3.0's unknown type properly (#​4219)
  • [enhancement]import-blacklist now supports regular expression patterns for blacklisting (#​3504)
  • [new-rule] no-restricted-globals (#​3824)
  • [new-fixer] added fixer for newline-before-return rule (#​4482)
  • [new-fixer]number-literal-format now includes auto fix (#​4496)
  • [new-rule-option] Added whitelist option to no-unbound-method (#​4472)
  • [new-rule-option] Added jsx-ignore option to no-magic-numbers rule (#​4460)
  • [new-rule-option]: object-literal-sort-keys: Add match-declaration-order-only option (#​3748)
  • [new-rule-option]strict-boolean-expressions accepts ignore-rhs option to disable checking the right-hand side of the && and || operators as strictly boolean. (#​4159)

Thanks to our contributors!

  • Enes SOYLU
  • jbsingh
  • Sven Efftinge
  • James C. Davis
  • Norio Suzuki
  • Thomas den Hollander
  • Retsam
  • Dobes Vandermeer
  • Young Min Kim
  • Grant Wu
  • Felix Schindler
  • Lydia
  • Adrian Leonhard
  • James Jensen
  • Athene Noctua
  • Allen
  • Vincent Langlet
  • Paul Medynski
  • Liz
  • Piotr Gajowniczek
  • Max Sysoev
  • Jakub Beneš
  • Ian Mobley
  • 周昊宇
  • Nazanin Delam
  • Matt R. Wilson
  • Andy Hanson
  • Zen
  • Josh Goldberg
  • Jeff Lau

v5.12.1

Compare Source

v5.12.0

Compare Source

v5.11.0

Compare Source

v5.10.0

Compare Source

v5.9.1

Compare Source

v5.9.0

Compare Source

v5.8.0

Compare Source

v5.7.0

Compare Source

v5.6.0

Compare Source

v5.5.0

Compare Source

Editor's note: This release features an important bugfix for overlapping fixes when using --project and --fix (#​2864).

v5.4.3

Compare Source

v5.4.2

Compare Source

v5.4.1

Compare Source

v5.4.0

Compare Source

v5.3.2

Compare Source

  • [bugfix] Fixes not a directory error (#​2813)

v5.3.0

Compare Source

v5.2.0

Compare Source

Thanks to our contributors!

  • Andy Hanson
  • Alex Eagle
  • Donald Pipowitch
  • Klaus Meinhardt
  • Gord P
  • Andy
  • Quentin
  • Mitchell Wills
  • Vito
  • CSchulz
  • Josh Goldberg
  • Brian Olore
  • Manuel Lopez
  • James Clark

v5.1.0

Compare Source

  • [new-rule] no-invalid-template-strings (#​2332)
  • [new-rule] no-sparse-arrays (#​2407)
  • [new-rule-option] no-void-expression: adds ignore-arrow-function-shorthand (#​2445)
  • [api] tslint:all configuration (#​2417)
  • [bugfix] In tslint:recommended move no-reference-import from jsRules to rules (#​2441)
  • [bugfix] no-unnecessary-callback-wrapper: only check if callback is identifier, allow all other expressions (#​2510)
  • [bugfix] member-access: Skip index signature, it can not have an access modifier (#​2437)
  • [bugfix] restrict-plus-operands fixes regression where every assignment and comparison was checked (#​2454)
  • [bugfix] no-unnecessary-callback-wrapper: allow async wrapper function (#​2510)
  • [bugfix] prefer-for-of: No error if delete is used (#​2458)
  • [bugfix] radix: don't warn for missing radix on method calls (#​2352)
  • [bugfix] no-use-before-declare: Handle symbol with empty declarations list. (#​2436)
  • [bugfix] strict-type-predicates: Check for construct signatures in isFunction. (#​2479)
  • [enhancement] strict-boolean-expressions: When --strictNullChecks is turned off, allow-null-union and allow-undefined-union turn off "always truthy" errors. (#​2373)
  • [enhancement] radix: added check for global.parseInt and window.parseInt (#​2352)
  • [enhancement] arrow-return-shorthand: Improve failure message when return expression is an object literal (#​2466)

Thanks to our contributors!

  • Andy Hanson
  • bumbleblym
  • Klaus Meinhardt
  • Jonas Kello
  • Minko Gechev
  • Donald Pipowitch

v5.0.0

Compare Source

v4.5.1

Compare Source

  • [enhancement] Updated recommended rules to include ban-types and no-duplicate-super (#​2271)
  • [bugfix] object-literal-key-quotes handle negative number property name (#​2273)

v4.5.0

Compare Source

  • [new-rule] no-import-side-effect (#​2155)
  • [new-rule] match-default-export-name (#​2117)
  • [new-rule] no-non-null-assertion (#​2221)
  • [new-rule] ban-types (#​2175)
  • [new-rule] no-duplicate-super (#​2038)
  • [new-rule] newline-before-return (#​2173)
  • [new-rule-option] completed-docs adds options for location, type, and privacy. Also adds interfaces, enums, types (#​2095)
  • [new-rule-option] no-inferrable-types adds option ignore-properties (#​2178)
  • [new-rule-option] typedef adds options object-destructuring and array-destructuring options (#​2146)
  • [new-rule-option] member-ordering adds option alphabetize (#​2101)
  • [new-rule-option] no-trailing-whitespace adds option ignore-jsdoc (#​2177)
  • [new-rule-option] no-trailing-whitespace adds option ignore-comments option (#​2153)
  • [new-fixer] no-inferrable-types automatically remove inferrable type annotations (#​2178)
  • [new-fixer] no-any (#​2165)
  • [new-fixer] noConsecutiveBlankLines (#​2201)
  • [new-fixer] object-literal-shorthand (#​2165)
  • [bugfix] no-switch-case-fallthrough handle break, throw, continue and return nested in block, if-else and switch (#​2218)
  • [bugfix] no-switch-case-fallthrough allow empty case clauses before default clause (#​2218)
  • [bugfix] no-mergeable-namespace ignore property types that can't be merged (#​2105)
  • [bugfix] object-literal-key-quotes no need to quote a float if its .toString() is the same. (#​2144)
  • [bugfix] no-consecutive-blank-lines Correctly apply fixes at EOF (#​2239)
  • [bugfix]: Fixes installation issue with node 7.5 (#​2212)
  • [bugfix]: quotemark now handles escaped chars (#​2224)
  • [enhancement] Don't exit when a rule requires type checking but type checking is not enabled (#​2188)
  • [enhancement] no-switch-case-fallthrough allow single line comment // falls through (#​2218)
  • [enhancement] no-unbound-method allows property access and binary expressions (#​2143)
  • [api] Introduce AbstractWalker for performance (#​2093)

Thanks to our contributors!

  • Andy Hanson
  • Stefan Reichel
  • Shlomi Assaf
  • Josh Goldberg
  • Minko Gechev
  • Irfan Hudda
  • Klaus Meinhardt
  • Martin Probst
  • Naoto Usuyama
  • Caleb Eggensperger
  • Arturs Vonda
  • Joscha Feth
  • Moritz
  • Alexander Rusakov
  • Alex Ryan
  • Andy
  • Yuichi Nukiyama

v4.4.2

Compare Source

  • [bugfix] whitespace rule caused false positive on EOF (#​2131)
  • [bugfix] WebStorm fails because json formatter parameter has extra space (#​2132)

v4.4.1

Compare Source

  • [bugfix] errant space in recommended ruleset (couldn't find no-misused-new)

v4.4.0

Compare Source

  • [new-rule] arrow-return-shorthand (#​1972)
  • [new-rule] no-unbound-method (#​2089)
  • [new-rule] no-boolean-literal-compare (#​2013)
  • [new-rule] no-unsafe-any (#​2047)
  • [new-rule] no-unnecessary-qualifier (#​2008)
  • [new-rule] no-unnecessary-initializer (#​2106)
  • [new-rule] await-promise (#​2102)
  • [new-rule] no-floating-promises (#​1632)
  • [new-rule] strict-type-predicates (#​2046)
  • [new-rule] no-misused-new (#​1963)
  • [new-rule] prefer-method-signature (#​2028)
  • [new-rule] prefer-function-over-method (#​2037)
  • [new-rule-option] allow-fast-null-checks added to no-unused-expression (#​1638)
  • [new-rule-option] comment-format-rule adds ignore-words and ignore-pattern options (#​1757)
  • [new-rule-option] whitespace adds check-preblock option (#​2002)
  • [new-rule-option] strict-boolean-expressions adds allow-null-union, allow-undefined-union, allow-string, and allow-number and (#​2033)
  • [new-fixer] align (#​2097)
  • [new-fixer] no-trailing-whitespace (#​2060)
  • [bugfix] no-magic-numbers false positive on default parameter values (#​2004)
  • [bugfix] no-empty-interface allow empty interface with 2 or more parents (#​2070)
  • [bugfix] no-trailing-whitespace fixed for comments and EOF (#​2060)
  • [bugfix] no-empty no longer fails for private or protected constructor (#​1976)
  • [bugfix] tslint:disable/tslint-enable now handles multiple rules and fixes what code is enabled/disabled (#​2061)
  • [bugfix] no-inferrable-types now validates property declarations (#​2081)
  • [bugfix] unified-signatures false positive (#​2016)
  • [bugfix] whitespace finds all whitespace errors in JsxExpressions and TemplateExpressions (#​2036)
  • [bugfix] comment-format no more false positives in JsxText (#​2036)
  • [enhancement] --test option now accepts glob (#​2079)

Thanks to our contributors!

  • Alexander Rusakov
  • Andrii Dieiev
  • @​andy-ms
  • Andy Hanson
  • Josh Goldberg
  • Kei Son
  • Klaus Meinhardt
  • Krati Ahuja
  • Martin Probst
  • Mohsen Azimi
  • Romke van der Meulen
  • cameron-mcateer

v4.3.1

Compare Source

  • [bugfix] Fix back-compat break. Allow formattersDirectory === null (#​1997)

v4.3.0

Compare Source

  • Enabled additional rules in tslint:latest configuration (#​1981)
  • [new-rule] space-before-function-paren (#​1897)
  • [new-rule] typeof-compare (#​1927)
  • [new-rule] import-spacing (#​1935)
  • [new-rule] unified-signatures (#​1944)
  • [new-fixer] object-literal-key-quotes (#​1953)
  • [new-fixer] no-angle-bracket-type-assertion (#​1979)
  • [bugfix] adjacent-overload-signature now handles static/computed function names (#​1831)
  • [bugfix] file-header now handles files with only comments (#​1913)
  • [bugfix] no-consecutive-blank-lines now allows blank lines in template strings (#​1886)
  • [bugfix] object-literal-key-quotes no longer throws exception when using rest operator (#​1916)
  • [bugfix] restrict-plus-operands no longer shows false positive in ternary operation (#​1925)
  • [bugfix] prefer-for-of now handles nested for loops with reused iterator (#​1926)
  • [bugfix] Exit gracefully when tsconfig.json passed as --project argument doens't have files (#​1933)
  • [bugfix] object-literal-key-quotes now handles shorthand and spread properties (#​1945)
  • [bugfix] arrow-parens Allow binding patterns ([x, y]) => ... and ({x, y}) => ... to have parens (#​1958)
  • [bugfix] semicolon fixer now handles comma separator in interfaces and indicates failure when commas are using in interfaces (#​1856)
  • [bugfix] only-arrow-functions option allow-named-functions now allows function declarations (#​1961)
  • [bugfix] prefer-for-of no longer shows false positive when array is in parentheses (#​1986)
  • [bugfix] prefer-const now works for TypeScript versions < 2.1.0 (#​1989)
  • [enhancement] member-access narrow location of error (#​1964)

Thanks to our contributors!

  • Andrii Dieiev
  • @​andy-ms
  • Andy Hanson
  • Josh Goldberg
  • Klaus Meinhardt
  • Linda_pp
  • Mohsen Azimi
  • Victor Grigoriu
  • Yuichi Nukiyama
  • cameron-mcateer

v4.2.0

Compare Source

  • [new-rule] no-string-throw (#​1878)
  • [new-rule] no-empty-interface (#​1889)
  • [new-rule] interface-over-type-literal (#​1890)
  • [new-rule] callable-types (#​1891)
  • [new-rule] no-void-expression (#​1903)
  • [new-rule-option] ban-single-arg-parens added to arrow-parens (#​1893)
  • [bugfix] prefer-const handles destructuring arrays (#​1894), destructuring objects (#​1906), and forward references (#​1908)
  • [bugfix] Don't error for misplaced braces for 'else' in one-line rule (#​1866)
  • [bugfix] no-shadowed-variable now identifies shadowed for iterator (#​1816)
  • [bugfix] object-literal-key-quotes now includes function names (#​1874)
  • [bugfix] error when EOF comes after disable-next-line comment (#​1902)

Thanks to our contributors!

  • Andrew Scott
  • @​andy-ms
  • Andy Hanson
  • James Booth
  • Klaus Meinhardt
  • Vladimir Matveev

v4.1.1

Compare Source

  • [bugfix] typedef rule was showing false positive for catch clause (#​1887)

v4.1.0

Compare Source

  • [new-rule] prefer-const (#​1801)
  • [new-rule] strict-boolean-expressions (#​1820)
  • [new-rule] no-magic-numbers (#​1799)
  • [new-rule] import-blacklist (#​1841)
  • [new-rule] promise-functions-async (#​1779)
  • [new-rule] no-inferred-empty-object-type: a type must be specified when using a generic class/function/etc (#​1821)
  • [new-rule-option] allow-named-functions added to only-arrow-functions (#​1857)
  • [new-fixer] prefer-const (#​1801)
  • [new-fixer] quotemark (#​1790)
  • [new-formatter] code-frame formatter shows you the error in context (#​1819)
  • [enhancement] no-internal-module failures highlight less text (#​1781)
  • [enhancement] Avoid auto-fixing errors that would result in compilation errors for rules that use type-check (#​1608)
  • [rule-change] only-arrow-functions will allow functions with a this parameter (#​1597)
  • [bugfix] no-use-before-declare false positive on named import (#​1620)
  • [bugfix] prefer-for-of was showing false positive when the element is assigned (#​1813)
  • [bugfix] The command line argument type-check was swallowing the next argument (#​1783)
  • [bugfix] tslint:disable-line was re-enabling tslint:disable (#​1634)
  • [bugfix] adjacent-overload-signatures did not work for constructors (#​1800)
  • [bugfix] checkstyle formatter was reporting errors under one file (#​1811)
  • [bugfix] trailing-comma was applied to parameter lists (#​1775)
  • [api] CLI logic moved into API friendly class (#​1688)

Thanks to our contributors!

  • Alex Eagle
  • Andrii Dieiev
  • Andy Hanson
  • Art Chaidarun
  • Donald Pipowitch
  • Feisal Ahmad
  • Josh Goldberg
  • Klaus Meinhardt
  • Maciej Sypień
  • Mohsen Azimi
  • Ryan Lester
  • Simon Schick
  • Subhash Sharma
  • Timothy Slatcher
  • Yaroslav Admin
  • Yuichi Nukiyama
  • tdsmithATabc
  • [@​wmrowan](https://togithub.com/wmr

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/tslint-5.x branch from 091e527 to be137bf Compare April 6, 2021 20:15
@renovate
Copy link
Author

renovate bot commented Mar 23, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@renovate renovate bot changed the title Update dependency tslint to v5 Update dependency tslint to v5 - autoclosed Apr 4, 2023
@renovate renovate bot closed this Apr 4, 2023
@renovate renovate bot deleted the renovate/tslint-5.x branch April 4, 2023 00:33
@renovate renovate bot changed the title Update dependency tslint to v5 - autoclosed Update dependency tslint to v5 Apr 4, 2023
@renovate renovate bot reopened this Apr 4, 2023
@renovate renovate bot restored the renovate/tslint-5.x branch April 4, 2023 11:28
@renovate renovate bot changed the title Update dependency tslint to v5 Update dependency tslint to v5 - abandoned Mar 20, 2024
Copy link
Author

renovate bot commented Mar 20, 2024

Autoclosing Skipped

This PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant