[new-rule-option] allow-arguments option for no-object-literal-type-assertion rule to allow type assertions on object literals used inside call expressions (#4521)
[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)
[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)
[bugfix] Allow unknown in 'no-object-literal-type-assertion' rule. (#4362)
[bugfix] Completed docs rule can check single-line comments (#3841)
[bugfix]prefer-method-signature: Correct the auto-fix code of rule, now capable to handle multiline signature. (#4066)
[bugfix] Default logger.error should log to stderr. (#3982)
[bugfix] Fixes an issue where TSLint doesn't correctly resolve packages in a node_modules folder that are symlinked to another location where their dependencies are satisfied. (#4295)
[bugfix] Fix configuration tests when comparing rules (#4346)
[bugfix] Fix semicolon: Cannot read property 'initializer' of undefined (#4351)
[bugfix] Fix whitespace rule in importClause with 'as' statement (#4249)
[bugfix]no-invalid-this: fixes false positives on method-like syntax and false negatives on nested functions (#4034)
[bugfix]one-line: Check block in a case clause (#3619)
[bugfix]whitespace Don't require space between import and paren with in type imports (#4243)
[enhancement] Add quiet flag to hide warnings (#4025)
[enhancement] Don't flag unmatched ${ in no-invalid-template-strings (#3769)
[enhancement] Show offending value in 'no-magic-numbers' error message (#4332)
[enhancement]ordered-imports: When grouped-imports option of the rule is set, the fact that imports of the same type are all in one group is also checked. (#3733)
[enhancement] Yaml parser now uses default schema, allowing for <<: to be used to merge anchors (#4350)
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.
All Depfu comment commands
@depfu rebase
Rebases against your default branch and redoes this update
@depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@depfu close
Closes this PR and deletes the branch
@depfu reopen
Restores the branch and reopens this PR (if it's closed)
@depfu pause
Ignores all future updates for this dependency and closes this PR
@depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)
Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ tslint (5.9.1 → 5.16.0) · Repo · Changelog
Release Notes
5.16.0
5.15.0
5.14.0
5.13.1
5.13.0
5.12.1
5.12.0
5.11.0
5.10.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by more commits than we can show here.
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase
.All Depfu comment commands