Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update typescript-eslint monorepo to v3.7.1 #33

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jun 8, 2020

This PR contains the following updates:

Package Type Update Change
@typescript-eslint/eslint-plugin devDependencies minor 3.1.0 -> 3.7.1
@typescript-eslint/parser devDependencies minor 3.1.0 -> 3.7.1

Release Notes

typescript-eslint/typescript-eslint

v3.7.1

Compare Source

Bug Fixes
  • eslint-plugin: [adjacent-overload-signatures] fix false positive on call signatures and a method named call (#​2313) (30fafb0)
  • eslint-plugin: [no-extra-parens] stop reporting on calling generic functions with one argument and type parameters containing parentheses (#​2319) (616a841)
  • typescript-estree: correct AST regression introduced by TS4.0 upgrade (#​2316) (d7fefba)

v3.7.0

Compare Source

Features
  • eslint-plugin: [naming-convention] allow selecting only const variables (#​2291) (156d058)
  • eslint-plugin: [no-empty-function] add decoratedFunctions option (#​2295) (88f08f4)
  • typescript-estree: support short-circuiting assignment operators (#​2307) (2c90d9f)
  • typescript-estree: support type annotations on catch clauses (#​2306) (b5afe9c)

3.6.1 (2020-07-13)

Bug Fixes
  • eslint-plugin: [no-unnecessary-condition] handle computed member access (#​2288) (3a187ca)
  • eslint-plugin: [prefer-literal-enum-member] allow negative numbers (#​2277) (00ac9c3)
  • eslint-plugin: [space-before-function-paren] incorrect handling of abstract methods (#​2275) (ced6591), closes #​2274
  • eslint-plugin: [switch-exhaustiveness-check] handle special characters in enum keys (#​2207) (98ab010)

v3.6.1

Compare Source

Bug Fixes
  • eslint-plugin: [no-unnecessary-condition] handle computed member access (#​2288) (3a187ca)
  • eslint-plugin: [prefer-literal-enum-member] allow negative numbers (#​2277) (00ac9c3)
  • eslint-plugin: [space-before-function-paren] incorrect handling of abstract methods (#​2275) (ced6591), closes #​2274
  • eslint-plugin: [switch-exhaustiveness-check] handle special characters in enum keys (#​2207) (98ab010)

v3.6.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-namespace] allow namespaces in nested declarations with allowDeclarations (#​2238) (c1df669)
  • eslint-plugin: [space-before-function-paren] handle abstract functions (#​2199) (88a3edf)
Features

v3.5.0

Compare Source

Bug Fixes
  • eslint-plugin: [naming-convention] support unicode in regex (#​2241) (5fdd21a)
  • typescript-estree: forward compatibility for new compound assignment operators (#​2253) (ba41680)
Features

v3.4.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-base-to-string] handle intersection types (#​2170) (9cca3a9)
  • eslint-plugin: [unbound-method] handling destructuring (#​2228) (c3753c2)
  • experimental-utils: correct types for TS versions older than 3.8 (#​2217) (5e4dda2)
  • experimental-utils: getParserServices takes a readonly context (#​2235) (26da8de)
Features
  • eslint-plugin: [no-unnecessary-boolean-literal-compare] add option to check nullable booleans (#​1983) (c0b3057)
  • eslint-plugin: add extension rule no-loss-of-precision (#​2196) (535b0f2)

v3.3.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-unused-expressions] handle ternary and short-circuit options (#​2194) (ee9f100)
  • typescript-estree: handle TS4.0 breaking change in TupleType (#​2197) (5d68129)
Features
  • eslint-plugin: [naming-convention] better error message and docs for prefix/suffix (#​2195) (a2ffe55)

v3.2.0

Compare Source

Bug Fixes
  • eslint-plugin: [explicit-module-boundary-types] dont report return type errors on constructor overloads (#​2158) (53232d7)
  • eslint-plugin: [explicit-module-boundary-types] handle bodyless arrow functions with explicit return types that return functions (#​2169) (58db655)
  • eslint-plugin: [explicit-module-boundary-types] handle nested functions and functions expressions in a typed variable declaration (#​2176) (6ff450d)
  • eslint-plugin: [no-extra-non-null-assertion] dont report for assertions not followed by the optional chain (#​2167) (e4c1834)
  • eslint-plugin: [no-unnecessary-conditionals] Handle comparison of generics and loose comparisons with undefined values (#​2152) (c86e2a2)
  • eslint-plugin: [prefer-optional-chain] handling first member expression (#​2156) (de18660)
  • eslint-plugin: [return-await] correct handling of ternaries (#​2168) (fe4c0bf)
Features
  • eslint-plugin: [naming-convention] put identifiers in quotes in error messages (#​2182) (fc61932), closes #​2178
  • eslint-plugin: [require-array-sort-compare] add ignoreStringArrays option (#​1972) (6dee784)
  • eslint-plugin: add rule ban-tslint-comment (#​2140) (43ee226)
  • eslint-plugin: add rule no-confusing-non-null-assertion (#​1941) (9b51c44)

Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates 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.

@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 357e352 to a8a6760 Compare June 8, 2020 20:47
@renovate renovate bot changed the title Update dependency @typescript-eslint/parser to v3.2.0 Update typescript-eslint monorepo to v3.2.0 Jun 8, 2020
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from a8a6760 to d2de85e Compare June 15, 2020 17:27
@renovate renovate bot changed the title Update typescript-eslint monorepo to v3.2.0 Update typescript-eslint monorepo Jun 15, 2020
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from d2de85e to 650bce9 Compare June 15, 2020 19:26
@renovate renovate bot changed the title Update typescript-eslint monorepo Update typescript-eslint monorepo to v3.3.0 Jun 15, 2020
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 650bce9 to c6838d4 Compare June 22, 2020 17:36
@renovate renovate bot changed the title Update typescript-eslint monorepo to v3.3.0 Update typescript-eslint monorepo to v3.4.0 Jun 22, 2020
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from c6838d4 to bcf7b4a Compare June 29, 2020 20:46
@renovate renovate bot changed the title Update typescript-eslint monorepo to v3.4.0 Update typescript-eslint monorepo to v3.5.0 Jun 29, 2020
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from bcf7b4a to fd7c12f Compare July 6, 2020 17:14
@renovate renovate bot changed the title Update typescript-eslint monorepo to v3.5.0 Update typescript-eslint monorepo to v3.6.0 Jul 6, 2020
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from fd7c12f to cb0afc3 Compare July 13, 2020 17:07
@renovate renovate bot changed the title Update typescript-eslint monorepo to v3.6.0 Update typescript-eslint monorepo to v3.6.1 Jul 13, 2020
@renovate renovate bot changed the title Update typescript-eslint monorepo to v3.6.1 Update typescript-eslint monorepo to v3.7.0 Jul 20, 2020
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from cb0afc3 to 27c0317 Compare July 20, 2020 17:22
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 27c0317 to 3609113 Compare July 27, 2020 17:32
@renovate renovate bot changed the title Update typescript-eslint monorepo to v3.7.0 Update typescript-eslint monorepo to v3.7.1 Jul 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant