nodejs-logger
nodejs-logger copied to clipboard
Bump tslint from 5.16.0 to 5.20.0
Bumps tslint from 5.16.0 to 5.20.0.
Release notes
Sourced from tslint's releases.
v5.20.0
- [bugfix] fix
strict-boolean-expressions
false positive with"ignore-rhs"
option (#4833)- [bugfix] fix
no-unnecessary-type-assertion
no error when"strict": true
in compiler flags (#4841)- [bugfix] "ignore" option for
file-name-casing
rule works correctly (#4848)- [bugfix] fix
array-type
false positive for simple parenthesized types with "array-simple" option (#4844)- [new-rule-option]
object-literal-shorthand
supports{"property"?: "never", "method"?: "never"}
as config options (#4842)- [new-rule-option]:
allow-generics
option forinvalid-void
rule (#4839)- [new-rule-option]
check-super-calls
option forunnecessary-constructor
rule (#4813)- [chore] Upgrade
diff
dependency 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-async
for short parenthesized arrow functions (#4765)- [bugfix] fix
no-async-without-await
false positive for abstract methods (#4782)- [bugfix] fix
strict-comparison
false positive fornull
andundefined
literals (#4786)- [bugfix] improve
no-angle-bracket-type-assertion
autofix semantics with more parentheses (#4823)- [enhancement] add BigInt support to
restrict-plus-operands
rule (#4814)- [enhancement]
await-promise
now supports new TypeScript 3.6 AST API symbols for async iterators (#4800)- [new-rule-option]
check-strings
andcheck-regex
options formax-line-length
rule (#4798)- [new-rule-option]
variable-declaration-ignore-function
option fortypedef
rule (#4769)- [new-rule-option]
ignore-blank-lines
option forobject-literal-sort-keys
rule (#4808)- [new-rule]
no-for-in
(#4747)- [new-rule]
invalid-void
(#4736)- [new-rule]
strict-string-expressions
reports 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!
... (truncated)
- Josh Pike
- Tanmoy Bhowmik
- Michael Withagen
- Evgeniy Timokhov
- Vitalij Krotov
- Josh Goldberg
- Veda
- Guido
- Robert Fink
- Max Sysoev
Changelog
Sourced from tslint's changelog.
v5.20.0
- [bugfix] fix
strict-boolean-expressions
false positive with"ignore-rhs"
option (#4833)- [bugfix] fix
no-unnecessary-type-assertion
no error when"strict": true
in compiler flags (#4841)- [bugfix] "ignore" option for
file-name-casing
rule works correctly (#4848)- [bugfix] fix
array-type
false positive for simple parenthesized types with "array-simple" option (#4844)- [new-rule-option]
object-literal-shorthand
supports{"property"?: "never", "method"?: "never"}
as config options (#4842)- [new-rule-option]:
allow-generics
option forinvalid-void
rule (#4839)- [new-rule-option]
check-super-calls
option forunnecessary-constructor
rule (#4813)- [chore] Upgrade
diff
dependency 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-async
for short parenthesized arrow functions (#4765)- [bugfix] fix
no-async-without-await
false positive for abstract methods (#4782)- [bugfix] fix
strict-comparison
false positive fornull
andundefined
literals (#4786)- [bugfix] improve
no-angle-bracket-type-assertion
autofix semantics with more parentheses (#4823)- [enhancement] add BigInt support to
restrict-plus-operands
rule (#4814)- [enhancement]
await-promise
now supports new TypeScript 3.6 AST API symbols for async iterators (#4800)- [new-rule-option]
check-strings
andcheck-regex
options formax-line-length
rule (#4798)- [new-rule-option]
variable-declaration-ignore-function
option fortypedef
rule (#4769)- [new-rule-option]
ignore-blank-lines
option forobject-literal-sort-keys
rule (#4808)- [new-rule]
no-for-in
(#4747)- [new-rule]
invalid-void
(#4736)- [new-rule]
strict-string-expressions
reports 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!
... (truncated)
- Josh Pike
- Tanmoy Bhowmik
- Michael Withagen
- Evgeniy Timokhov
- Vitalij Krotov
- Josh Goldberg
- Veda
- Guido
Commits
-
98edf1a
Prepare release v5.20.0 (#4853) -
b6c8b0c
[new-rule-option] check-super-calls option for unnecessary-constructor rule (... -
7659cd9
chore: upgrade diff dependency to v4.0.1 (#4852) -
38ef9d9
fix(file-name-casing): ignore option works correctly (#4848) -
a15541d
Added allow-generics option to invalid-void rule (#4839) -
0f2a540
Support granular config in 'object-literal-shorthand' (#4842) -
44947c5
Fix bug where the strict ts flag wasn't recognised correctly by `no-unnecessa... -
89d731f
Fix parenthesized simple array types with array-simple (#4844) (#4846) -
abd83b5
chore: Upgrade diff dependency to v3.5.0 (#4845) -
6d79381
chore: update issue template for rule suggestions - Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) -
@dependabot use these labels
will set the current labels as the default for future PRs for this repo and language -
@dependabot use these reviewers
will set the current reviewers as the default for future PRs for this repo and language -
@dependabot use these assignees
will set the current assignees as the default for future PRs for this repo and language -
@dependabot use this milestone
will set the current milestone as the default for future PRs for this repo and language -
@dependabot badge me
will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot dashboard:
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Finally, you can contact us by mentioning @dependabot.
Codecov Report
Merging #88 into master will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## master #88 +/- ##
=====================================
Coverage 100% 100%
=====================================
Files 6 6
Lines 187 187
Branches 18 18
=====================================
Hits 187 187
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update bc00c5e...b91de87. Read the comment docs.
A newer version of tslint exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.