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.16.0 - autoclosed #6

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Sep 13, 2021

WhiteSource Renovate

This PR contains the following updates:

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

Release Notes

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

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)
typescript-eslint/typescript-eslint (@​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


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 changed the title Update typescript-eslint monorepo to v4.31.1 Update typescript-eslint monorepo to v4.31.1 - autoclosed Sep 19, 2021
@renovate renovate bot closed this Sep 19, 2021
@renovate renovate bot deleted the renovate/typescript-eslint-monorepo branch September 19, 2021 09:05
@renovate renovate bot changed the title Update typescript-eslint monorepo to v4.31.1 - autoclosed Update typescript-eslint monorepo to v4.31.1 Sep 20, 2021
@renovate renovate bot restored the renovate/typescript-eslint-monorepo branch September 20, 2021 18:22
@renovate renovate bot reopened this Sep 20, 2021
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 67aa69a to b63802e Compare September 20, 2021 18:22
@renovate renovate bot changed the title Update typescript-eslint monorepo to v4.31.1 Update typescript-eslint monorepo to v4.31.2 Sep 20, 2021
@renovate renovate bot changed the title Update typescript-eslint monorepo to v4.31.2 Update typescript-eslint monorepo to v4.31.2 - autoclosed Sep 26, 2021
@renovate renovate bot closed this Sep 26, 2021
@renovate renovate bot deleted the renovate/typescript-eslint-monorepo branch September 26, 2021 09:31
@renovate renovate bot changed the title Update typescript-eslint monorepo to v4.31.2 - autoclosed Update typescript-eslint monorepo to v4.31.2 Sep 27, 2021
@renovate renovate bot reopened this Sep 27, 2021
@renovate renovate bot restored the renovate/typescript-eslint-monorepo branch September 27, 2021 19:08
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from b63802e to cab18bc Compare September 27, 2021 19:08
@renovate renovate bot changed the title Update typescript-eslint monorepo to v4.31.2 Update typescript-eslint monorepo to v4.32.0 Sep 27, 2021
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from cab18bc to 2d8f373 Compare October 4, 2021 18:36
@renovate renovate bot changed the title Update typescript-eslint monorepo to v4.32.0 Update typescript-eslint monorepo to v4.33.0 Oct 4, 2021
@renovate renovate bot changed the title Update typescript-eslint monorepo to v4.33.0 Update typescript-eslint monorepo to v4.33.0 - autoclosed Oct 18, 2021
@renovate renovate bot closed this Oct 18, 2021
@renovate renovate bot deleted the renovate/typescript-eslint-monorepo branch October 18, 2021 07:02
@renovate renovate bot changed the title Update typescript-eslint monorepo to v4.33.0 - autoclosed Update typescript-eslint monorepo to v4.33.0 Oct 19, 2021
@renovate renovate bot restored the renovate/typescript-eslint-monorepo branch October 19, 2021 02:23
@renovate renovate bot reopened this Oct 19, 2021
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 2d8f373 to 5b04cfc Compare October 19, 2021 04:49
@renovate renovate bot changed the title Update typescript-eslint monorepo to v4.33.0 Update typescript-eslint monorepo to v5.1.0 Oct 19, 2021
@renovate renovate bot changed the title Update typescript-eslint monorepo to v5.1.0 Update typescript-eslint monorepo to v5.1.0 - autoclosed Oct 19, 2021
@renovate renovate bot closed this Oct 19, 2021
@renovate renovate bot deleted the renovate/typescript-eslint-monorepo branch October 19, 2021 11:55
@renovate renovate bot changed the title Update typescript-eslint monorepo to v5.1.0 - autoclosed Update typescript-eslint monorepo to v5.1.0 Oct 25, 2021
@renovate renovate bot changed the title Update typescript-eslint monorepo to v5.8.1 Update typescript-eslint monorepo to v5.8.1 - autoclosed Dec 28, 2021
@renovate renovate bot closed this Dec 28, 2021
@renovate renovate bot deleted the renovate/typescript-eslint-monorepo branch December 28, 2021 09:29
@renovate renovate bot changed the title Update typescript-eslint monorepo to v5.8.1 - autoclosed Update typescript-eslint monorepo to v5.8.1 Jan 3, 2022
@renovate renovate bot restored the renovate/typescript-eslint-monorepo branch January 3, 2022 19:29
@renovate renovate bot reopened this Jan 3, 2022
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 6c10b92 to 3e062cc Compare January 3, 2022 19:30
@renovate renovate bot changed the title Update typescript-eslint monorepo to v5.8.1 Update typescript-eslint monorepo to v5.9.0 Jan 3, 2022
@renovate renovate bot changed the title Update typescript-eslint monorepo to v5.9.0 Update typescript-eslint monorepo to v5.9.1 Jan 10, 2022
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch 2 times, most recently from f4e2716 to bc4e9de Compare January 17, 2022 19:03
@renovate renovate bot changed the title Update typescript-eslint monorepo to v5.9.1 Update typescript-eslint monorepo to v5.10.0 Jan 17, 2022
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from bc4e9de to dd74c9a Compare January 24, 2022 19:49
@renovate renovate bot changed the title Update typescript-eslint monorepo to v5.10.0 Update typescript-eslint monorepo to v5.10.1 Jan 24, 2022
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from dd74c9a to f87e98d Compare January 31, 2022 18:53
@renovate renovate bot changed the title Update typescript-eslint monorepo to v5.10.1 Update typescript-eslint monorepo to v5.10.2 Jan 31, 2022
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from f87e98d to d87b5b7 Compare February 7, 2022 20:00
@renovate renovate bot changed the title Update typescript-eslint monorepo to v5.10.2 Update typescript-eslint monorepo to v5.11.0 Feb 7, 2022
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from d87b5b7 to a816e4d Compare February 14, 2022 19:02
@renovate renovate bot changed the title Update typescript-eslint monorepo to v5.11.0 Update typescript-eslint monorepo to v5.12.0 Feb 14, 2022
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from a816e4d to 5e90213 Compare February 21, 2022 20:08
@renovate renovate bot changed the title Update typescript-eslint monorepo to v5.12.0 Update typescript-eslint monorepo to v5.12.1 Feb 21, 2022
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 5e90213 to 8f419eb Compare March 7, 2022 16:40
@renovate renovate bot changed the title Update typescript-eslint monorepo to v5.12.1 Update typescript-eslint monorepo to v5.13.0 Mar 7, 2022
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 8f419eb to cb7733c Compare March 26, 2022 13:55
@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 changed the title Update typescript-eslint monorepo to v5.16.0 Update typescript-eslint monorepo to v5.16.0 - autoclosed Mar 30, 2022
@renovate renovate bot closed this Mar 30, 2022
@renovate renovate bot deleted the renovate/typescript-eslint-monorepo branch March 30, 2022 08:17
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