nx-packaged
nx-packaged copied to clipboard
build: update tslint to version ~5.20.0
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| tslint (source) | devDependencies | minor | ~5.12.0 -> ~5.20.0 |
Release Notes
palantir/tslint
v5.20.1
No changes from v5.20.0, just re-released to correctly mark with the latest dist-tag on NPM.
v5.20.0
- [bugfix] fix
strict-boolean-expressionsfalse positive with"ignore-rhs"option (#4833) - [bugfix] fix
no-unnecessary-type-assertionno error when"strict": truein compiler flags (#4841) - [bugfix] "ignore" option for
file-name-casingrule works correctly (#4848) - [bugfix] fix
array-typefalse positive for simple parenthesized types with "array-simple" option (#4844) - [new-rule-option]
object-literal-shorthandsupports{"property"?: "never", "method"?: "never"}as config options (#4842) - [new-rule-option]:
allow-genericsoption forinvalid-voidrule (#4839) - [new-rule-option]
check-super-callsoption forunnecessary-constructorrule (#4813) - [chore] Upgrade
diffdependency to v4.0.1 (#4845, #4852)
Thanks to our contributors!
- Bas Bosman
- Tanmoy Bhowmik
- David Zulaica
- Maxime Kjaer
- @guidsdo
- Pavel Birukov
- Josh Goldberg
- Akshaya Srivatsa
v5.19.0
- [bugfix] relax
promise-function-asyncfor short parenthesized arrow functions (#4765) - [bugfix] fix
no-async-without-awaitfalse positive for abstract methods (#4782) - [bugfix] fix
strict-comparisonsfalse positive fornullandundefinedliterals (#4786) - [bugfix] improve
no-angle-bracket-type-assertionautofix semantics with more parentheses (#4823) - [enhancement] add BigInt support to
restrict-plus-operandsrule (#4814) - [enhancement]
await-promisenow supports new TypeScript 3.6 AST API symbols for async iterators (#4800) - [new-rule-option]
check-stringsandcheck-regexoptions formax-line-lengthrule (#4798) - [new-rule-option]
variable-declaration-ignore-functionoption fortypedefrule (#4769) - [new-rule-option]
ignore-blank-linesoption forobject-literal-sort-keysrule (#4808) - [new-rule]
no-for-in(#4747) - [new-rule]
invalid-void(#4736) - [new-rule]
strict-string-expressionsreports errors on type coercions found in string expressions (#4807) - [new-rule]
no-promise-as-boolean(#4790) - [docs] link to OSS fellowship medium post in README (#4821)
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
- [feature] New
--print-configCLI flag (#4744) - [bugfix]
no-unnecessary-type-assertionno longer flagsx!non-null assertions if--strictNullChecksis not enabled (#3724) - [bugfix]
quotemarkhandles unbalanced quotes more gracefully without crashing (#4344) - [docs] Add tslint-playground link to README and bug report template (#4150)
- [enhancement]
no-magic-numbersrule ignores arguments passed into default Number methods (#3668) - [new-fixer]
comment-format(#3583) - [new-rule-option]
"allow-trailing-lowercase"option forcomment-formatrule (#3583) - [new-rule-option]
"ignore-accessors"foradjacent-overload-signaturesto ignore getters / setters overloads (#3718) - [new-rule]
no-async-without-await(#3945) - [new-rule]
strict-comparisons(#4519)
Thanks to our contributors!
- Josh Goldberg
- smoehrle
- Mateusz Witkowski
- Andy Hanson
- John Wiseheart
- Eran Shabi
- Tibor Blenessy
- AndreasGassmann
- Ryan Waskiewicz
- Isabelle
v5.17.0
- [bugfix]
quotemarkbacktic option now ignores enum members, use strict declarations, lookup types, and strings containing octal escape sequences. (#4693) - [bugfix]
no-redundant-jsdocno longer errors onJSDocThisTag(#4690) - [chore] Update devDependency mocha from v3.2.0 to v6.1.4 (#4669) (#4674)
- [chore] Update devDependency js-yaml from ^3.13.0 to ^3.13.1 (#4663)
- [chore] Update deprecated devDependency github to @octokit/rest (#4673)
- [chore] Update devDependency nyc from v13.3.0 to v14.1.1 (#4699)
- [deprecation]
no-use-before-declarerule for typescript >= 2.9.0 (#4695) - [documentation] Minor fix for
variable-namerule metadata (#4731) - [documentation] Fixed
no-unused-variableargument count (#4683) - [enhancement] Allow const assertions in
no-object-literal-type-assertion(#4681) - [new-fixer]
unnecessary-constructor(#4694)
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
- [bugfix] Excuse more
quotemarkbacktick edge cases and fix behavior for TS < 2.7.1 (#4642) - [bugfix] Fix regression in
interface-namerule related to numeric characters in interface names (#4655, #4626) - [enhancement] Update
nycfrom v10.2.0 to v13.3.0 (#4633) - [enhancement] Migrate from deprecated babel-code-frame package to new @babel/code-frame package (#4632)
- [enhancement] Improve error message for
restrict-plus-operandsrule. (#4635) - [enhancement]
comment-formatrule now whitelists//regioncomments generated by JetBrains IDE (#4609) - [enhancement] Relax
no-null-undefined-unionrule. (#4625) - [new-rule-option]
allow-else-ifoption forunnecessary-elserule (#4599) - [documentation] Fix "identifer" typo in custom rules docs (#4657)
- [documentation] Fix code example for
switch-defaultrule (#4650) - [documentation] Fix documentation example for prose formatter (#4656)
- [documentation]
no-parameter-properties: fix unclear rule description (#4629) - [documentation] Fix typo in rule docs generation (#4638)
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
- [api]
WalkContextandAbstractWalkertype parameter defaults tovoid(#2600) - [bugfix]
no-void-expressionnow allows conditional expressions (#4606) - [bugfix] fix linebreak handling in
ordered-imports(#4583) - [bugfix] fix
static-thisfalse positive for higher order components (#4580) - [bugfix] Fixed crash in
unnecessary-elsefrom blankifstatements (#4603) - [bugfix] Fixed false positive in
unnecessary-elseafter non-jumping statement (#4603) - [bugfix]
interface-namenow handles interface starting with "I18n" correctly (#4486) - [bugfix]
no-string-throwfix inserts whitespace if not present afterthrowkeyword (#4540) - [bugfix]
quotemark: fix some edge cases forbacktickoption (#4618) - [bugfix]
unnecessary-constructor: don't flag non-private constructors that are actually necessary (#4619) - [enhancement] Upgrade js-yaml to avoid security issue (#4595)
- [new-rule-option]
allow-single-line-commentsoption forfile-headerrule (#4560) - [new-rule-option]
ignore-rest-argsoption forno-anyrule (#4581) - [new-rule]
no-null-undefined-union(#4589)
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
- [bugfix]
backtickoption forquotemarkrule no longer incorrectly flags string literals that must use single/double quotes (#4535) - [bugfix] Fixed regression in CheckstyleFormatter backwards compatibility (#4561)
- [bugfix]
whitespacerule now lints export statements (#4554) - [bugfix]
no-trailing-whitespaceno longer flags files starting with a byte order mark (#4543) - [enhancement]
promise-function-asyncnow allows single statement lamda functions that delegate to another promise-returning function (#4553) - [enhancement] Add note to docs about zero-indexing for machine formatters (#4544)
- [enhancement] Fix metadata of the
whitespacerule (#4551) - [enhancement] Add junit output for files which are successfully linted (#4566)
- [new-rule-option]
underscoreoption forno-shadowed-variablerule to ignore shadowed underscores (#4546) - [new-rule-option]
require-const-for-all-capsoption forvariable-namerule (#2936) - [new-rule-option]
overloadsoption forcompleted-docsrule to enforce documentation of each overload signature (#4563) - [new-rule-option]
allow-namespace-importsoption forno-duplicate-importsrule (#4524) - [new-rule-option]
allow-argumentsoption forno-object-literal-type-assertionrule to allow type assertions on object literals used inside call expressions (#4521) - [new-rule-option]
allow-deleteoption forno-unbound-methodrule (#4548) - [new-rule]
no-tautology-expression(#4470) - [new-rule]
static-this(#4475) - [new-rule]
unnecessary-else(#4502)
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
- [bugfix] Fix regression in CheckstyleFormatter backwards compatibility (#4561)
v5.13.0
- [deprecation] Mark
RuleWalkerandProgramAwareRuleWalkeras deprecated (#4413) - [bugfix] Create output directory when the output path (specified by
--outCLI flag) does not exist. (#4507) - [bugfix] Explicit disabling of rules is now copied over to jsRules when using
jsRules: true(#4517) - [bugfix]
unknownis recognized as simple type inarray-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 syntaxb.c(), which was not the intent of this rule. (#4383) - [bugfix] Fixed single-line comment parsing for completed-docs (#3557)
- [bugfix]
trailing-commano longer crashes if it cannot find the closing parenthesis of a function declaration (#4457) - [bugfix]
no-unsafe-any: allow implicitly downcastinganytounknown(#4442) - [bugfix] Add
grouped-importstotslint:all(#4420) - [docs] Fix docs typo (#4395)
- [enhancement] Add "formatting" rule category (#2832)
- [enhancement]
ordered-importsnow supports a groups option to provide custom grouping rules. (#4134) - [enhancement] Convert
completed-docsto 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-typerule handles Typescript 3.0's unknown type properly (#4219) - [enhancement]
import-blacklistnow supports regular expression patterns for blacklisting (#3504) - [new-rule]
no-restricted-globals(#3824) - [new-fixer] added fixer for
newline-before-returnrule (#4482) - [new-fixer]
number-literal-formatnow includes auto fix (#4496) - [new-rule-option] Added
whitelistoption tono-unbound-method(#4472) - [new-rule-option] Added
jsx-ignoreoption tono-magic-numbersrule (#4460) - [new-rule-option]:
object-literal-sort-keys: Addmatch-declaration-order-onlyoption (#3748) - [new-rule-option]
strict-boolean-expressionsacceptsignore-rhsoption 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
Renovate configuration
:date: Schedule: At any time (no schedule defined).
:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.
:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
:no_bell: 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 WhiteSource Renovate. View repository job log here.