Skip to content
This repository has been archived by the owner on Nov 10, 2023. It is now read-only.

Update dependency tslint to version 5.1.0 #272

Merged
merged 1 commit into from
Apr 17, 2017
Merged

Conversation

renovate-bot
Copy link
Contributor

This Pull Request updates dependency tslint from version 5.0.0 to 5.1.0

Changelog

5.1.0 / 2017-04-10

  • Prepare v5.1.0 (#2518)
    • Prepare v5.1.0
    • Add `no-sparse-arrays` to latest.ts
  • Export OptionallyTypedRule to Lint.Rules namespace (#2537)
  • Rewrite no-unsafe-any (#2496)
  • docs: fix broken link (#2531)
  • Fix buildDocs (#2520)
  • Fix docs of no-unused-variable and no-use-before-declare regarding type checking (#2521)
    Fixes: #2512
  • no-unnecessary-callback-wrapper: only check if callback is identifier (#2510)
    [bugfix] `no-unnecessary-callback-wrapper`: allow async wrapper function
    [bugfix] `no-unnecessary-callback-wrapper`: only check if callback is identifier, allow all other expressions
    Fixes: #2509
  • Update .npmignore (#2502)
    Exclude internal config files from package
  • Fix docs develop sidebar
  • Minor docs fixes
  • More docs enhancements (#2500)
  • Fix library usage docs (#2499)
  • Refactor and de-duplicate documentation (#2498)
    • Removed a lot of documentation from the README that was duplicated in the Jekyll documentation site.
    • Spruced up some existing markdown docs.
  • Add no-sparse-arrays rule (#2407)
  • Add test coverage report (#2449)
  • strict-type-predicates: Convert to function (#2490)
  • prefer-for-of: No error if `delete` is used (#2458)
  • Simplify accesses to ruleArguments (#2475)
  • fix build (#2488)
  • fix(Linter): apply fix to the correct file (#2421)
    Fix #2392
    The spec that I added extends the `Linter` in order to test the extra
    method I added. Since tslint doesn't have any rules which apply fixes in
    a file different from the one which is currently being linted, I didn't
    come up with additional tests.
  • Fix merge conflict
  • strict-boolean-expressions: Support code without '--strictNullChecks' (#2373)
  • no-boolean-literal-compare: Convert to function (#2480)
  • arrow-return-shorthand: Improve failure message when return expression is an object literal (#2466)
  • interface-name: Convert to function (#2477)
  • Remove remaining uses of `createFailure` (#2468)
  • strict-type-predicates: Anything with a construct signature is a function (#2479)
  • file-header: Remove unnecessary RuleWalker (#2469)
  • Bugfix for radix rule and property access (#2352)
    [bugfix] don't warn for missing radix on method calls
    Fixes: #2281
    [enhancement] added check for global.parseInt and window.parseInt
  • no-void-expression: Add "ignore-arrow-function-shorthand" option (#2445)
  • Explicitly import from chai instead of using a global (#2463)
  • Add `no-invalid-template-strings` rule (#2332)
  • Use .editorconfig (#2464)
  • no-unused-variable: "react" option unnecessary, this is handled by default (#2465)
  • Add mention about tslint-immutable in readme (#2461)
  • Fix variableNameRule compiler error (#2456)
  • Fix type parameter of applyWithFunction (#2396)
    Type of `options` should not be used to infer type parameter `T`.
    Refs: Suggestion: Noninferential type parameter usage microsoft/TypeScript#14829
  • Fix regression in restrict-plus-operands (#2454)
    Fixes: #2443
    [bugfix] `restrict-plus-operands` fixes regression where every assignment and comparison was checked
  • Add "tslint:all" configuration (#2417)
  • Refactor only-arrow-functions to use function walker (#2362)
  • fix(config): move `no-reference-import` from `jsRules` to `rules` (#2441)
    Closes #2440
  • member-access: Skip index signature, it can not have an access modifier (#2437)
  • no-use-before-declare: Handle symbol with empty declarations list (#2436)
  • member-ordering: Support index signature (#2435)

@singapore singapore merged commit cdc5d4c into master Apr 17, 2017
@singapore singapore deleted the renovate/tslint-5.x branch April 17, 2017 04:44
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.