Update dependency tslint to v5.20.1#58
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/tslint-5.x-lockfile
branch
from
January 24, 2025 07:30
2099ac3 to
23c7b9f
Compare
renovate
Bot
force-pushed
the
renovate/tslint-5.x-lockfile
branch
from
May 24, 2025 00:14
23c7b9f to
d7173e2
Compare
renovate
Bot
force-pushed
the
renovate/tslint-5.x-lockfile
branch
from
June 28, 2025 19:50
d7173e2 to
11a5844
Compare
renovate
Bot
force-pushed
the
renovate/tslint-5.x-lockfile
branch
from
August 14, 2025 00:06
11a5844 to
c3a366e
Compare
renovate
Bot
force-pushed
the
renovate/tslint-5.x-lockfile
branch
from
October 25, 2025 04:15
c3a366e to
21d7d77
Compare
renovate
Bot
force-pushed
the
renovate/tslint-5.x-lockfile
branch
2 times, most recently
from
November 19, 2025 23:17
d34f660 to
cb93698
Compare
renovate
Bot
force-pushed
the
renovate/tslint-5.x-lockfile
branch
2 times, most recently
from
January 24, 2026 03:57
49c611d to
03ce017
Compare
renovate
Bot
force-pushed
the
renovate/tslint-5.x-lockfile
branch
from
February 3, 2026 08:15
03ce017 to
4273d2b
Compare
renovate
Bot
force-pushed
the
renovate/tslint-5.x-lockfile
branch
from
March 8, 2026 08:50
4273d2b to
d69028f
Compare
renovate
Bot
force-pushed
the
renovate/tslint-5.x-lockfile
branch
from
April 15, 2026 19:04
d69028f to
a55f292
Compare
renovate
Bot
force-pushed
the
renovate/tslint-5.x-lockfile
branch
from
May 1, 2026 05:37
a55f292 to
191eccf
Compare
renovate
Bot
force-pushed
the
renovate/tslint-5.x-lockfile
branch
from
May 13, 2026 07:48
191eccf to
c1724c4
Compare
renovate
Bot
force-pushed
the
renovate/tslint-5.x-lockfile
branch
from
May 29, 2026 04:16
c1724c4 to
5ad3a71
Compare
renovate
Bot
force-pushed
the
renovate/tslint-5.x-lockfile
branch
from
July 16, 2026 07:54
5ad3a71 to
4dd3661
Compare
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
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.13.1→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!
Configuration
📅 Schedule: (UTC)
🚦 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.