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

fix(deps): update typescript-eslint monorepo to ^3.8.0 (minor) #295

Merged
merged 1 commit into from
Aug 7, 2020

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 30, 2020

This PR contains the following updates:

Package Type Update Change
@typescript-eslint/eslint-plugin dependencies minor ^3.4.0 -> ^3.8.0
@typescript-eslint/parser dependencies minor ^3.4.0 -> ^3.8.0

Release Notes

typescript-eslint/typescript-eslint

v3.8.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-implied-eval] don't report when Function is imported (#​2348) (fa169e7)
  • eslint-plugin: [no-unsafe-assignment] fix typo in message (#​2347) (2027bb1)
Features
  • eslint-plugin: [naming-convention] allow specifying an array of selectors (#​2335) (3ef6bd5)
  • eslint-plugin: add prefer-enum-initializers rule (#​2326) (4f38ea3)

3.7.1 (2020-07-27)

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.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

Renovate configuration

📅 Schedule: "after 9pm,before 9am" in timezone Asia/Tokyo.

🚦 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 requested a review from a team as a code owner June 30, 2020 22:13
@renovate renovate bot requested review from pirosikick and shisama and removed request for a team June 30, 2020 22:13
@renovate renovate bot added the renovate label Jun 30, 2020
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch 5 times, most recently from 7c55820 to 81a35fa Compare July 7, 2020 18:17
@renovate renovate bot changed the title fix(deps): update typescript-eslint monorepo to ^3.5.0 (minor) fix(deps): update typescript-eslint monorepo to ^3.6.0 (minor) Jul 7, 2020
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch 7 times, most recently from 6a842c0 to b821337 Compare July 14, 2020 18:09
@renovate renovate bot changed the title fix(deps): update typescript-eslint monorepo to ^3.6.0 (minor) fix(deps): update typescript-eslint monorepo to ^3.6.1 (minor) Jul 14, 2020
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch 5 times, most recently from ea794a7 to ed0389c Compare July 21, 2020 17:44
@renovate renovate bot changed the title fix(deps): update typescript-eslint monorepo to ^3.6.1 (minor) fix(deps): update typescript-eslint monorepo to ^3.7.0 (minor) Jul 21, 2020
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from ed0389c to b285968 Compare July 28, 2020 18:23
@renovate renovate bot changed the title fix(deps): update typescript-eslint monorepo to ^3.7.0 (minor) fix(deps): update typescript-eslint monorepo to ^3.7.1 (minor) Jul 28, 2020
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch 3 times, most recently from 8d791a8 to f2a84b8 Compare August 1, 2020 12:21
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch 3 times, most recently from 6080d06 to 4b0e4a3 Compare August 4, 2020 17:47
@renovate renovate bot changed the title fix(deps): update typescript-eslint monorepo to ^3.7.1 (minor) fix(deps): update typescript-eslint monorepo to ^3.8.0 (minor) Aug 4, 2020
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 4b0e4a3 to 4319bb0 Compare August 7, 2020 02:20
@shisama shisama merged commit 66668c3 into master Aug 7, 2020
@renovate renovate bot deleted the renovate/typescript-eslint-monorepo branch August 7, 2020 02:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants