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 v5.20.0 #5

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Mar 3, 2021

WhiteSource Renovate

This PR contains the following updates:

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

Release Notes

typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v5.20.0

Compare Source

Features
  • eslint-plugin: [no-magic-numbers] ignoreTypeIndexes option (#​4789) (5e79451)

v5.19.0

Compare Source

Bug Fixes
Features
  • eslint-plugin: [unified-signatures] add ignoreDifferentlyNamedParameters option (#​4659) (fdf95e0)
  • eslint-plugin: add support for valid number and bigint intersections in restrict-plus-operands rule (#​4795) (19c600a)

v5.18.0

Compare Source

Bug Fixes
  • eslint-plugin: method-signature-style respect getter signature (#​4777) (12dd670)
Features
  • eslint-plugin: [no-shadow] ignoreOnInitialization option (#​4603) (068ea9b)
  • eslint-plugin: [no-this-alias] report on assignment expressions (#​4718) (8329498)

v5.17.0

Compare Source

Features
  • eslint-plugin: [no-unused-vars] add destructuredArrayIgnorePattern options (#​4748) (6f8db8b)

v5.16.0

Compare Source

Bug Fixes
  • eslint-plugin: [consistent-type-assertions] enforce assertionStyle for const assertions (#​4685) (8ec05be)
Features
  • eslint-plugin: [prefer-optional-chain] support logical with empty object (#​4430) (d21cfe0)

v5.15.0

Compare Source

Features

v5.14.0

Compare Source

Bug Fixes
  • eslint-plugin: [naming-convention] cover case that requires quotes (#​4582) (3ea0947)
  • eslint-plugin: [no-misused-promises] factor thenable returning function overload signatures (#​4620) (56a09e9)
  • eslint-plugin: [prefer-readonly-parameter-types] handle class sharp private field and member without throwing error (#​4343) (a65713a)
  • eslint-plugin: [return-await] correct autofixer in binary expression (#​4401) (5fa2fad)
Features
  • eslint-plugin: [no-misused-promises] add granular options within checksVoidReturns (#​4623) (1085177)

v5.13.0

Compare Source

Bug Fixes
  • eslint-plugin: [sort-type-union-intersection-members] Wrap the constructorType in parentheses (#​4590) (851bb90)
Features
  • eslint-plugin: [no-misused-promises] check more places for checksVoidReturn (#​4541) (052cf51)
  • eslint-plugin: add no-redundant-type-constituents rule (#​4378) (63d051e)
  • eslint-plugin: add no-useless-empty-export rule (#​4380) (823b945)
  • eslint-plugin: add extension rule space-before-blocks (#​1606) (#​4184) (208b6d0)
  • eslint-plugin: added member group support to member-ordering rule (#​4538) (6afcaea)

5.12.1 (2022-02-21)

Bug Fixes
  • eslint-plugin: [no-unnecessary-type-arguments] fix comparison of types (#​4555) (fc3936e)

v5.12.1

Compare Source

Bug Fixes
  • eslint-plugin: [no-unnecessary-type-arguments] fix comparison of types (#​4555) (fc3936e)

v5.12.0

Compare Source

Bug Fixes
  • eslint-plugin: [init-declarations] fix nested namespace (#​4544) (fe910e6)
  • eslint-plugin: [no-unnecessary-type-arguments] Use Symbol to check if it's the same type (#​4543) (5b7d8df)
  • support nested object deconstructuring with type annotation (#​4548) (4da9278)
Features
  • add checking property definition for allowNames option (#​4542) (e32bef6)

v5.11.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-magic-numbers] fix invalid schema merging (#​4517) (b95f796)
  • eslint-plugin: [non-nullable-type-assertion-style] fix false positive when asserting to a generic type that might be nullish (#​4509) (4209362)
Features
  • eslint-plugin: [explicit-function-return-type] add allowedNames (#​4440) (936e252)

5.10.2 (2022-01-31)

Bug Fixes
  • eslint-plugin: [no-restricted-imports] allow relative type imports with patterns configured (#​4494) (4a6d217)

5.10.1 (2022-01-24)

Note: Version bump only for package @​typescript-eslint/eslint-plugin

v5.10.2

Compare Source

Bug Fixes
  • eslint-plugin: [no-restricted-imports] allow relative type imports with patterns configured (#​4494) (4a6d217)

v5.10.1

Compare Source

Note: Version bump only for package @​typescript-eslint/eslint-plugin

v5.10.0

Compare Source

Bug Fixes
  • eslint-plugin: [explicit-function-return-type] support AllowTypedFunctionExpression within AllowHigherOrderFunction (#​4250) (d053cde)
  • eslint-plugin: [no-extra-semi] false negatives when used with eslint 8.3.0 (#​4458) (f4016c2)
  • eslint-plugin: [no-invalid-this] crash when used with eslint 8.7.0 (#​4448) (e56f1e5)
  • eslint-plugin: [no-magic-numbers] handle bigint in class props (#​4411) (c8e650f)
Features
  • rename experimental-utils to utils and make experimental-utils an alias to the new package (#​4172) (1d55a75)

5.9.1 (2022-01-10)

Note: Version bump only for package @​typescript-eslint/eslint-plugin

v5.9.1

Compare Source

Note: Version bump only for package @​typescript-eslint/eslint-plugin

v5.9.0

Compare Source

Features
  • experimental-utils: move isTypeReadonly from eslint-plugin to experimental-utils (#​3658) (a9eb0b9)

5.8.1 (2021-12-27)

Bug Fixes
  • eslint-plugin: [consistent-indexed-object-style] do not report for circular references (#​4347) (6edebcd)
  • eslint-plugin: [consistent-type-definitions] correct fixer with declare keyword (#​4334) (0cd911a)
  • eslint-plugin: [padding-line-between-statements] make function overloading is also processed (#​4345) (d31ec26)

v5.8.1

Compare Source

Bug Fixes
  • eslint-plugin: [consistent-indexed-object-style] do not report for circular references (#​4347) (6edebcd)
  • eslint-plugin: [consistent-type-definitions] correct fixer with declare keyword (#​4334) (0cd911a)
  • eslint-plugin: [padding-line-between-statements] make function overloading is also processed (#​4345) (d31ec26)

v5.8.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-implied-eval] improve performance (#​4313) (e344596)
  • eslint-plugin: [padding-line-between-statements] type StatementTypes can't differenciate from variable (#​4270) (bfc4324)
  • eslint-plugin: [strict-boolean-expression] false positive for truthy boolean (#​4275) (72c2e41)
  • eslint-plugin: array-type mark AST_NODE_TYPES.TSBigIntKeyword as simple (#​4274) (74e544e)
  • eslint-plugin: handle method overloading in semi (#​4318) (3b87b49)
  • experimental-utils: support immutable members (#​3844) (3d33a77)
Features
  • eslint-plugin: [no-throw-literal] add options to to disallow any/unknown (#​4207) (ff0adf9)
  • eslint-plugin: [restrict-plus-operand] add allowAny option (#​4260) (2788545)

v5.7.0

Compare Source

Features
  • eslint-plugin: [consistent-type-exports] support TS4.5 inline export specifiers (#​4236) (be4d976)
  • eslint-plugin: [consistent-type-imports] support TS4.5 inline import specifiers (#​4237) (f61af7c)
  • eslint-plugin: [no-shadow] support TS4.5 inline import specifiers (#​4239) (96b7e8e)

v5.6.0

Compare Source

Features
  • scope-manager: support TS4.5 import/export specifier kind (#​4234) (833f822)

v5.5.0

Compare Source

Bug Fixes
  • eslint-plugin: [member-ordering] order literal names correctly in (#​4054) (d57141a)
  • eslint-plugin: [no-duplicate-imports] remove unnecessary type checking for node.source (#​4196) (637722a)
  • eslint-plugin: [no-var-requires] do not report require created from createRequire (#​4221) (0040186)
  • eslint-plugin: [prefer-for-of] do nor error when iterating over this (#​4176) (258ddb0)
  • eslint-plugin: [require-await] treat yield* asynciterable as an await (#​4125) (5a4ce6a)
  • eslint-plugin: remove all whitespaces in comparison #​4220 (#​4223) (853d799)
Features
  • eslint-plugin: [member-ordering] add option to sort case insensitive (#​3896) (e3533d5)
  • eslint-plugin: array-type distinguish whether readonly or not (#​4066) (314af44)

v5.4.0

Compare Source

Bug Fixes
  • correct issues with circular imports (#​4140) (4c87b24)
  • eslint-plugin: [explicit-member-accessibility] private fields cannot have accessibility modifiers (#​4117) (81b25c1)
  • eslint-plugin: [no-implied-eval] ignore locally declared functions (#​4049) (d97140e)
  • eslint-plugin: check optional chaining for floating promises (#​4096) (d724777)
Features

5.3.1 (2021-11-08)

Note: Version bump only for package @​typescript-eslint/eslint-plugin

v5.3.1

Compare Source

Note: Version bump only for package @​typescript-eslint/eslint-plugin

v5.3.0

Compare Source

Bug Fixes
  • eslint-plugin: ignore private identifiers in explicit-module-boundary-types (#​4046) (80b853d)
  • eslint-plugin: skip seenTypes for unions in isTypeReadonly (#​4043) (6af7ca7)
Features
  • eslint-plugin: [no-shadow] exclude external type declaration merging (#​3959) (a93cebf)

v5.2.0

Compare Source

Bug Fixes
Features
typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v5.20.0

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

v5.19.0

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

v5.18.0

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

v5.17.0

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

v5.16.0

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

v5.15.0

Compare Source

Features

v5.14.0

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

v5.13.0

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

5.12.1 (2022-02-21)

Note: Version bump only for package @​typescript-eslint/parser

v5.12.1

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

v5.12.0

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

v5.11.0

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

5.10.2 (2022-01-31)

Note: Version bump only for package @​typescript-eslint/parser

5.10.1 (2022-01-24)

Note: Version bump only for package @​typescript-eslint/parser

v5.10.2

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

v5.10.1

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

v5.10.0

Compare Source

Features
  • rename experimental-utils to utils and make experimental-utils an alias to the new package (#​4172) (1d55a75)

5.9.1 (2022-01-10)

Note: Version bump only for package @​typescript-eslint/parser

v5.9.1

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

v5.9.0

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

5.8.1 (2021-12-27)

Note: Version bump only for package @​typescript-eslint/parser

v5.8.1

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

v5.8.0

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

v5.7.0

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

v5.6.0

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

v5.5.0

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

v5.4.0

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

5.3.1 (2021-11-08)

Note: Version bump only for package @​typescript-eslint/parser

v5.3.1

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

v5.3.0

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

v5.2.0

Compare Source

Note: Version bump only for package @​typescript-eslint/parser


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, click this checkbox.

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 5c25a4e to a8a72cc Compare March 8, 2021 19:56
@renovate renovate bot changed the title Update typescript-eslint monorepo to v4.16.1 Update typescript-eslint monorepo to v4.17.0 Mar 8, 2021
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from a8a72cc to 588e5a4 Compare March 15, 2021 18:43
@renovate renovate bot changed the title Update typescript-eslint monorepo to v4.17.0 Update typescript-eslint monorepo to v4.18.0 Mar 15, 2021
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 588e5a4 to 21d4623 Compare March 22, 2021 19:01
@renovate renovate bot changed the title Update typescript-eslint monorepo to v4.18.0 Update typescript-eslint monorepo to v4.19.0 Mar 22, 2021
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 21d4623 to d8d1ca9 Compare March 29, 2021 18:53
@renovate renovate bot changed the title Update typescript-eslint monorepo to v4.19.0 Update typescript-eslint monorepo to v4.20.0 Mar 29, 2021
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from d8d1ca9 to 6769151 Compare April 5, 2021 18:22
@renovate renovate bot changed the title Update typescript-eslint monorepo to v4.20.0 Update typescript-eslint monorepo to v4.21.0 Apr 5, 2021
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 6769151 to 28d8a92 Compare April 12, 2021 17:32
@renovate renovate bot changed the title Update typescript-eslint monorepo to v4.21.0 Update typescript-eslint monorepo to v4.22.0 Apr 12, 2021
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 28d8a92 to 7b3a536 Compare May 9, 2021 23:34
@renovate renovate bot changed the title Update typescript-eslint monorepo to v4.22.0 Update typescript-eslint monorepo to v4.22.1 May 9, 2021
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 7b3a536 to 60eac1c Compare May 15, 2021 20:19
@renovate renovate bot changed the title Update typescript-eslint monorepo to v4.22.1 Update typescript-eslint monorepo to v4.23.0 May 15, 2021
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 60eac1c to bd678a7 Compare June 6, 2021 22:07
@renovate renovate bot changed the title Update typescript-eslint monorepo to v4.23.0 Update typescript-eslint monorepo to v4.26.0 Jun 6, 2021
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from bd678a7 to c285c3e Compare June 12, 2021 17:09
@renovate renovate bot changed the title Update typescript-eslint monorepo to v4.26.0 Update typescript-eslint monorepo to v4.26.1 Jun 12, 2021
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from c285c3e to 81f7f3a Compare October 20, 2021 06:18
@renovate renovate bot changed the title Update typescript-eslint monorepo to v4.26.1 Update typescript-eslint monorepo to v4.33.0 Oct 20, 2021
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 81f7f3a to 5126465 Compare October 25, 2021 12:54
@renovate renovate bot changed the title Update typescript-eslint monorepo to v4.33.0 Update typescript-eslint monorepo to v4.33.0 - autoclosed Oct 25, 2021
@renovate renovate bot closed this Oct 25, 2021
@renovate renovate bot deleted the renovate/typescript-eslint-monorepo branch October 25, 2021 15:01
@renovate renovate bot changed the title Update typescript-eslint monorepo to v4.33.0 - autoclosed Update typescript-eslint monorepo to v4.33.0 Oct 25, 2021
@renovate renovate bot restored the renovate/typescript-eslint-monorepo branch October 25, 2021 17:27
@renovate renovate bot reopened this Oct 25, 2021
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 5126465 to 8a7579c Compare October 25, 2021 17:28
@renovate renovate bot changed the title Update typescript-eslint monorepo to v4.33.0 Update dependency @typescript-eslint/eslint-plugin to v5.2.0 Oct 25, 2021
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 8a7579c to 186001c Compare October 25, 2021 17:37
@renovate renovate bot changed the title Update dependency @typescript-eslint/eslint-plugin to v5.2.0 Update typescript-eslint monorepo to v5.2.0 Oct 25, 2021
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 186001c to 9f75eaa Compare November 1, 2021 17:28
@renovate renovate bot changed the title Update typescript-eslint monorepo to v5.2.0 Update typescript-eslint monorepo to v5.3.0 Nov 1, 2021
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 9f75eaa to 37620d0 Compare November 8, 2021 20:14
@renovate renovate bot changed the title Update typescript-eslint monorepo to v5.3.0 Update typescript-eslint monorepo to v5.3.1 Nov 8, 2021
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 37620d0 to 92ca144 Compare November 15, 2021 20:11
@renovate renovate bot changed the title Update typescript-eslint monorepo to v5.3.1 Update typescript-eslint monorepo to v5.4.0 Nov 15, 2021
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 92ca144 to 657c8c4 Compare November 29, 2021 22:36
@renovate renovate bot changed the title Update typescript-eslint monorepo to v5.4.0 Update typescript-eslint monorepo to v5.5.0 Nov 29, 2021
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 657c8c4 to 86fcd40 Compare December 6, 2021 20:08
@renovate renovate bot changed the title Update typescript-eslint monorepo to v5.5.0 Update typescript-eslint monorepo to v5.6.0 Dec 6, 2021
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 86fcd40 to 08dcd55 Compare December 13, 2021 20:09
@renovate renovate bot changed the title Update typescript-eslint monorepo to v5.6.0 Update typescript-eslint monorepo to v5.7.0 Dec 13, 2021
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 08dcd55 to 0b0b5ae Compare December 20, 2021 20:27
@renovate renovate bot changed the title Update typescript-eslint monorepo to v5.7.0 Update typescript-eslint monorepo to v5.8.0 Dec 20, 2021
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 0b0b5ae to 78d5191 Compare March 7, 2022 17:08
@renovate renovate bot changed the title Update typescript-eslint monorepo to v5.8.0 Update typescript-eslint monorepo to v5.13.0 Mar 7, 2022
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 78d5191 to beff7eb Compare March 26, 2022 13:37
@renovate renovate bot changed the title Update typescript-eslint monorepo to v5.13.0 Update typescript-eslint monorepo to v5.16.0 Mar 26, 2022
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from beff7eb to ba191db Compare April 25, 2022 01:24
@renovate renovate bot changed the title Update typescript-eslint monorepo to v5.16.0 Update typescript-eslint monorepo to v5.20.0 Apr 25, 2022
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.

None yet

1 participant