angular-fullstack-graphql
angular-fullstack-graphql copied to clipboard
Update dependency tslint to v5
This PR contains the following updates:
| Package | Type | Update | Change | References |
|---|---|---|---|---|
| tslint | devDependencies | major | 4.5.1 -> 5.11.0 |
source |
Release Notes
palantir/tslint
v5.11.0
v5.10.0
v5.9.1
v5.9.0
v5.8.0
v5.7.0
v5.6.0
v5.5.0
Editor's note: This release features an important bugfix for overlapping fixes when using --project and --fix (#​2864).
v5.4.3
v5.4.2
v5.4.1
v5.4.0
v5.3.2
- [bugfix] Fixes
not a directoryerror (#​2813)
v5.3.0
v5.2.0
- [rule-change]
no-consolebans all console methods when no methods are specified (#​2610) - [new-rule]
no-object-literal-type-assertion(#​2580) - [new-rule]
no-irregular-whitespace(#​2487) - [new-rule]
prefer-switch(#​2331) - [new-rule]
number-literal-format(#​2526) - [new-rule]
deprecation(#​2395) - [new-rule]
no-unnecessary-type-assertion(#​2519) - [new-fixer]
interface-over-type-literal(#​2617) - [new-fixer]
callable-types(#​2552) - [new-fixer]
no-string-literal(#​2495) - [new-fixer]
no-internal-module(#​2517) - [new-rule-option]
alignrule addedmembersoption, which checks alignment of methods and properties of classes, objects, interfaces, type literals and object destructuring (#​2387) - [new-rule-option]
alignrule addedelementsoption, which checks alignment of elements in array literals, array destructuring and tuple types (#​2387) - [new-rule-option]
trailing-commaadds more granular options to specify trailing commas for arrays, objects, functions, type literals, imports, and exports (#​2538) - [api] Deprecate
ScopeAwareRuleWalkerandBlockScopeAwareRuleWalker. (#​2561) - [develop] added support for error templates in rule tests (#​2481)
- [bugfix] Fixes "Severity for rule not found" error (#​2516)
- [bugfix]
no-unused-expression: allowvoid(0)in addition tovoid 0andvoidin expression and statement position (#​2645) - [bugfix]
align: fix false positive for files with BOM (#​2642) - [bugfix]
return-undefined: Handle contextual types with ambiguous signatures; allowany; and handle async functions. (#​2576) - [bugfix]
semicolon: don't mark semicolon as unnecessary when the next statement is on the same line (#​2591) - [bugfix]
no-internal-module: no more false positives for global augmentation (#​2517) - [bugfix]
no-unnecessary-qualifier: no longer breaks when walking a function that referencesarguments(#​2555) - [bugfix]
prefer-constno longer shows warnings on ambient declarations (#​2391) - [bugfix]
callable-types: suggest correct fix for interfaces with type arguments (#​2552) - [bugfix]
quotemark: fix regression with jsx attributes (#​2605) - [bugfix]
adjacent-overload-signatureshandles functions ending in semicolon (#​2412) - [bugfix]
object-literal-key-quotes: correctly stringify numbers when fixing (#​2515) - [bugfix]
object-literal-key-quotes: does no longer require quotes for property names containing digits (#​2515) - [enhancement] Failures in extended config files now indicate which file (#​2588)
- [enhancement]
align: Don't report 'statements are not aligned' for empty statements (#​2653) - [enhancement]
class-namenow also checks class expressions (#​2553) - [enhancement]
optionExamples: Allow to use an options array directly instead of a string representation. (#​2527) - [enhancement]
rulesDirectorycan now be resolved with Nodes resolve logic, if the directory contains anindex.js(#​2163) (#​2358) - [enhancement]
no-unused-expression: narrow error location for comma separated expressions and conditional expressions (#​2645) - [enhancement]
no-string-literalnow handles escaped strings (#​2495) - [enhancement]
no-unnecessary-callback-wrapper: Allowx => x(x)(#​2524) - [enhancement]
no-var-keyword: Allow global var declarations (#​2513)
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
- [new-rule]
no-invalid-template-strings(#​2332) - [new-rule]
no-sparse-arrays(#​2407) - [new-rule-option]
no-void-expression: addsignore-arrow-function-shorthand(#​2445) - [api]
tslint:allconfiguration (#​2417) - [bugfix] In tslint:recommended move
no-reference-importfromjsRulestorules(#​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-operandsfixes 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 ifdeleteis 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 inisFunction. (#​2479) - [enhancement]
strict-boolean-expressions: When--strictNullChecksis turned off,allow-null-unionandallow-undefined-unionturn 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
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 if you modify the PR title to begin with "rebase!".
: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 Renovate Bot. View repository job log here.