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

chore(deps): update typescript-eslint monorepo to v3.10.1 (minor) #19

Merged
merged 1 commit into from
Feb 12, 2021

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 6, 2020

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@typescript-eslint/eslint-plugin 3.4.0 -> 3.10.1 age adoption passing confidence
@typescript-eslint/parser 3.4.0 -> 3.10.1 age adoption passing confidence

Release Notes

typescript-eslint/typescript-eslint

v3.10.1

Compare Source

Bug Fixes
  • eslint-plugin: [no-unnecessary-condition] correct regression with unary negations (#​2422) (d1f0887), closes #​2421

v3.10.0

Compare Source

Bug Fixes
  • eslint-plugin: [explicit-module-boundary-types] ignore abstract setters (#​2410) (3764248)
  • eslint-plugin: [explicit-module-boundary-types] ignore all bodyless setters (#​2413) (a53f8c6)
  • eslint-plugin: [no-unnecessary-condition] better handling for unary negation (#​2382) (32fe2bb)
  • typescript-estree: ts.NamedTupleMember workaround for <TS4.0 (#​2405) (b62331a)
Features

3.9.1 (2020-08-17)

Bug Fixes
  • eslint-plugin: [no-unnecessary-condition] fix false positive with nullish coalescing (#​2385) (092c969)
  • eslint-plugin: [prefer-includes] don't auto fix when test method's argument type doesn't have an 'includes' method (#​2391) (71c4c72)

v3.9.1

Compare Source

Bug Fixes
  • eslint-plugin: [no-unnecessary-condition] fix false positive with nullish coalescing (#​2385) (092c969)
  • eslint-plugin: [prefer-includes] don't auto fix when test method's argument type doesn't have an 'includes' method (#​2391) (71c4c72)

v3.9.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-throw-literal] support type assertions (#​2354) (470174a)
Features
  • eslint-plugin: [no-unsafe-assignment/return] allow assigning any => unknown (#​2371) (e7528e6)
  • typescript-estree: support TSv4 labelled tuple members (#​2378) (00d84ff)

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: At any time (no schedule defined).

🚦 Automerge: Enabled.

♻️ 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 changed the title Update typescript-eslint monorepo to v3.8.0 (minor) Update dependency @typescript-eslint/parser to v3.8.0 Aug 6, 2020
@renovate renovate bot changed the title Update dependency @typescript-eslint/parser to v3.8.0 Update typescript-eslint monorepo to v3.8.0 (minor) Aug 6, 2020
@renovate renovate bot changed the title Update typescript-eslint monorepo to v3.8.0 (minor) Update dependency @typescript-eslint/parser to v3.8.0 Aug 6, 2020
@renovate renovate bot changed the title Update dependency @typescript-eslint/parser to v3.8.0 Update typescript-eslint monorepo to v3.8.0 (minor) Aug 6, 2020
@renovate renovate bot changed the title Update typescript-eslint monorepo to v3.8.0 (minor) Update dependency @typescript-eslint/parser to v3.8.0 Aug 7, 2020
@renovate renovate bot changed the title Update dependency @typescript-eslint/parser to v3.8.0 Update typescript-eslint monorepo to v3.8.0 (minor) Aug 7, 2020
@renovate renovate bot changed the title Update typescript-eslint monorepo to v3.8.0 (minor) Update dependency @typescript-eslint/parser to v3.8.0 Aug 7, 2020
@renovate renovate bot changed the title Update dependency @typescript-eslint/parser to v3.8.0 Update typescript-eslint monorepo to v3.8.0 (minor) Aug 7, 2020
@renovate renovate bot changed the title Update typescript-eslint monorepo to v3.8.0 (minor) Update dependency @typescript-eslint/parser to v3.8.0 Aug 7, 2020
@renovate renovate bot changed the title Update dependency @typescript-eslint/parser to v3.8.0 Update typescript-eslint monorepo to v3.8.0 (minor) Aug 7, 2020
@renovate renovate bot changed the title Update typescript-eslint monorepo to v3.8.0 (minor) Update dependency @typescript-eslint/parser to v3.8.0 Aug 7, 2020
@renovate renovate bot changed the title Update dependency @typescript-eslint/parser to v3.8.0 Update typescript-eslint monorepo to v3.8.0 (minor) Aug 7, 2020
@renovate renovate bot changed the title Update typescript-eslint monorepo to v3.8.0 (minor) Update dependency @typescript-eslint/parser to v3.8.0 Aug 7, 2020
@renovate renovate bot changed the title Update dependency @typescript-eslint/parser to v3.8.0 Update typescript-eslint monorepo to v3.8.0 (minor) Aug 7, 2020
@renovate renovate bot changed the title Update typescript-eslint monorepo to v3.8.0 (minor) Update dependency @typescript-eslint/parser to v3.8.0 Aug 8, 2020
@renovate renovate bot changed the title Update dependency @typescript-eslint/parser to v3.8.0 Update typescript-eslint monorepo to v3.8.0 (minor) Aug 8, 2020
@renovate renovate bot changed the title Update typescript-eslint monorepo to v3.8.0 (minor) Update dependency @typescript-eslint/parser to v3.8.0 Aug 8, 2020
@renovate renovate bot changed the title Update dependency @typescript-eslint/parser to v3.8.0 Update typescript-eslint monorepo to v3.8.0 (minor) Aug 8, 2020
@renovate renovate bot changed the title Update typescript-eslint monorepo to v3.8.0 (minor) Update dependency @typescript-eslint/parser to v3.8.0 Aug 8, 2020
@renovate renovate bot changed the title Update dependency @typescript-eslint/parser to v3.8.0 Update typescript-eslint monorepo to v3.8.0 (minor) Aug 8, 2020
@renovate renovate bot changed the title Update typescript-eslint monorepo to v3.8.0 (minor) Update dependency @typescript-eslint/parser to v3.8.0 Aug 8, 2020
@renovate renovate bot changed the title Update dependency @typescript-eslint/parser to v3.8.0 Update typescript-eslint monorepo to v3.8.0 (minor) Aug 8, 2020
@renovate renovate bot changed the title Update typescript-eslint monorepo to v3.8.0 (minor) Update dependency @typescript-eslint/parser to v3.8.0 Aug 8, 2020
@renovate renovate bot changed the title Update dependency @typescript-eslint/parser to v3.8.0 Update typescript-eslint monorepo to v3.8.0 (minor) Aug 8, 2020
@renovate renovate bot changed the title Update typescript-eslint monorepo to v3.8.0 (minor) Update dependency @typescript-eslint/parser to v3.8.0 Aug 9, 2020
@renovate renovate bot changed the title Update dependency @typescript-eslint/parser to v3.8.0 Update typescript-eslint monorepo to v3.8.0 (minor) Aug 9, 2020
@renovate renovate bot changed the title Update typescript-eslint monorepo to v3.8.0 (minor) Update dependency @typescript-eslint/parser to v3.8.0 Aug 10, 2020
@renovate renovate bot changed the title Update dependency @typescript-eslint/parser to v3.8.0 Update typescript-eslint monorepo to v3.8.0 (minor) Aug 10, 2020
@renovate renovate bot changed the title Update typescript-eslint monorepo to v3.8.0 (minor) Update dependency @typescript-eslint/parser to v3.8.0 Aug 10, 2020
@renovate renovate bot changed the title Update dependency @typescript-eslint/parser to v3.8.0 Update typescript-eslint monorepo to v3.8.0 (minor) Aug 10, 2020
@renovate renovate bot changed the title Update typescript-eslint monorepo to v3.8.0 (minor) Update dependency @typescript-eslint/parser to v3.8.0 Aug 10, 2020
@renovate renovate bot changed the title Update dependency @typescript-eslint/parser to v3.8.0 Update typescript-eslint monorepo to v3.8.0 (minor) Aug 10, 2020
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 4903077 to d2588c8 Compare August 10, 2020 17:37
@renovate renovate bot changed the title Update typescript-eslint monorepo to v3.8.0 (minor) Update typescript-eslint monorepo to v3.9.0 (minor) Aug 10, 2020
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from d2588c8 to 1df4b42 Compare August 17, 2020 18:46
@renovate renovate bot changed the title Update typescript-eslint monorepo to v3.9.0 (minor) Update typescript-eslint monorepo to v3.9.1 (minor) Aug 17, 2020
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 1df4b42 to e779395 Compare August 24, 2020 17:21
@renovate renovate bot changed the title Update typescript-eslint monorepo to v3.9.1 (minor) Update typescript-eslint monorepo to v3.10.0 (minor) Aug 24, 2020
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from e779395 to cc993cd Compare August 25, 2020 10:35
@renovate renovate bot changed the title Update typescript-eslint monorepo to v3.10.0 (minor) Update typescript-eslint monorepo to v3.10.1 (minor) Aug 25, 2020
@renovate renovate bot changed the title Update typescript-eslint monorepo to v3.10.1 (minor) chore(deps): update typescript-eslint monorepo to v3.10.1 (minor) Oct 27, 2020
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch 12 times, most recently from 9c4e3fa to 41e6b14 Compare February 12, 2021 17:58
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 41e6b14 to 54e7a06 Compare February 12, 2021 20:37
@renovate renovate bot merged commit 8e71375 into master Feb 12, 2021
@renovate renovate bot deleted the renovate/typescript-eslint-monorepo branch February 12, 2021 22:27
@sumwatshade
Copy link
Owner

🚀 PR was released in v0.3.1 🚀

@sumwatshade sumwatshade added the released This issue/pull request has been released. label Jul 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
released This issue/pull request has been released.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants