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/* to ^5.44.0 #100

Merged
merged 1 commit into from
Nov 23, 2022
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 14, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@typescript-eslint/eslint-plugin ^5.39.0 -> ^5.44.0 age adoption passing confidence
@typescript-eslint/parser ^5.39.0 -> ^5.44.0 age adoption passing confidence
@typescript-eslint/types ^5.39.0 -> ^5.44.0 age adoption passing confidence
@typescript-eslint/utils ^5.39.0 -> ^5.44.0 age adoption passing confidence

Release Notes

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

v5.44.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-empty-interface] disable autofix for declaration merging with class (#​5920) (a4f85b8)
  • eslint-plugin: [no-unnecessary-condition] handle index signature type (#​5912) (5baad08)
  • eslint-plugin: [prefer-optional-chain] handle binary expressions in negated or (#​5992) (2778ff0)
  • typescript-estree: don't consider a cached program unless it's specified in the current parserOptions.project config (#​5999) (530e0e6)
Features
  • eslint-plugin: [adjacent-overload-signatures] check BlockStatement nodes (#​5998) (97d3e56)
  • eslint-plugin: [keyword-spacing] Support spacing in import-type syntax (#​5977) (6a735e1)

v5.43.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-shadow] handle false positives on generics and parameters (#​5902) (769e8c8)
  • eslint-plugin: [promise-function-async] handle keyword token (#​5907) (f25a94f)
Features
  • eslint-plugin: [consistent-type-imports] support fixing to inline types (#​5050) (75dcdf1)
  • eslint-plugin: [naming-convention] add support for "override" and "async" modifiers (#​5310) (#​5610) (c759da1)
  • eslint-plugin: [prefer-optional-chain] support suggesting !foo || !foo.bar as a valid match for the rule (#​5594) (923d486)

5.42.1 (2022-11-07)

Bug Fixes

v5.42.1

Compare Source

Bug Fixes

v5.42.0

Compare Source

Bug Fixes
  • ast-spec: add TSQualifiedName to TypeNode union (#​5906) (5c316c1)
  • eslint-plugin: [no-extra-parens] handle type assertion in extends clause (#​5901) (8ed7219)
Features
  • eslint-plugin: [member-ordering] add natural sort order (#​5662) (1eaae09)
  • eslint-plugin: [no-invalid-void-type] better report message for void used as a constituent inside a function return type (#​5274) (d806bda)

v5.41.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-base-to-string] ignore Error, URL, and URLSearchParams by default (#​5839) (96e1c6c)
  • type-utils: prevent stack overflow in isTypeReadonly (#​5860) (a6d8f7e), closes #​4476
Features
  • eslint-plugin: [no-unsafe-declaration-merging] switch to use scope analysis instead of type information (#​5865) (e70a10a)
  • eslint-plugin: add no-unsafe-declaration-merging (#​5840) (3728031)

5.40.1 (2022-10-17)

Bug Fixes
  • eslint-plugin: Skip missing 'rest' tuple type arguments in no-misused-promises (#​5809) (c5beaa2), closes #​5807

v5.40.1

Compare Source

Bug Fixes
  • eslint-plugin: Skip missing 'rest' tuple type arguments in no-misused-promises (#​5809) (c5beaa2), closes #​5807

v5.40.0

Compare Source

Bug Fixes
  • eslint-plugin: [consistent-indexed-object-style] handle interface generic (#​5746) (7a8a0a3)
  • eslint-plugin: [no-unnecessary-condition] handle void (#​5766) (ac8f06b)
Features
typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v5.44.0

Compare Source

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

v5.43.0

Compare Source

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

5.42.1 (2022-11-07)

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

v5.42.1

Compare Source

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

v5.42.0

Compare Source

Features
Reverts

v5.41.0

Compare Source

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

5.40.1 (2022-10-17)

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

v5.40.1

Compare Source

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

v5.40.0

Compare Source

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

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

v5.44.0

Compare Source

Features

v5.43.0

Compare Source

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

5.42.1 (2022-11-07)

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

v5.42.1

Compare Source

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

v5.42.0

Compare Source

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

v5.41.0

Compare Source

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

5.40.1 (2022-10-17)

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

v5.40.1

Compare Source

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

v5.40.0

Compare Source

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

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

v5.44.0

Compare Source

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

v5.43.0

Compare Source

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

5.42.1 (2022-11-07)

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

v5.42.1

Compare Source

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

v5.42.0

Compare Source

Features
  • utils: add RuleTester API for top-level dependency constraints (#​5896) (0520d53)

v5.41.0

Compare Source

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

5.40.1 (2022-10-17)

Bug Fixes

v5.40.1

Compare Source

Bug Fixes

v5.40.0

Compare Source

Features
  • utils: add dependency constraint filtering for RuleTester (#​5750) (121f4c0)

Configuration

📅 Schedule: Branch creation - "after 10pm every weekend,before 5am every weekend" in timezone Asia/Tokyo, Automerge - 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 Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/@typescript-eslint branch from af4eaa1 to a4e88a9 Compare October 17, 2022 18:53
@renovate renovate bot changed the title Update @typescript-eslint/* to ^5.40.0 Update @typescript-eslint/* to ^5.40.1 Oct 17, 2022
@renovate renovate bot force-pushed the renovate/@typescript-eslint branch from a4e88a9 to fffdb71 Compare October 24, 2022 18:19
@renovate renovate bot changed the title Update @typescript-eslint/* to ^5.40.1 Update @typescript-eslint/* to ^5.41.0 Oct 24, 2022
@renovate renovate bot force-pushed the renovate/@typescript-eslint branch from fffdb71 to 8a6215c Compare October 31, 2022 19:35
@renovate renovate bot changed the title Update @typescript-eslint/* to ^5.41.0 Update @typescript-eslint/* to ^5.42.0 Oct 31, 2022
@renovate renovate bot force-pushed the renovate/@typescript-eslint branch from 8a6215c to fdf880d Compare November 7, 2022 21:32
@renovate renovate bot changed the title Update @typescript-eslint/* to ^5.42.0 Update @typescript-eslint/* to ^5.42.1 Nov 7, 2022
@renovate renovate bot force-pushed the renovate/@typescript-eslint branch from fdf880d to 2e813a9 Compare November 14, 2022 18:40
@renovate renovate bot changed the title Update @typescript-eslint/* to ^5.42.1 Update @typescript-eslint/* to ^5.43.0 Nov 14, 2022
@renovate renovate bot force-pushed the renovate/@typescript-eslint branch from 2e813a9 to 7ddbe59 Compare November 21, 2022 18:31
@renovate renovate bot changed the title Update @typescript-eslint/* to ^5.43.0 Update @typescript-eslint/* to ^5.44.0 Nov 21, 2022
@yukukotani yukukotani merged commit a0f2152 into main Nov 23, 2022
@renovate renovate bot deleted the renovate/@typescript-eslint branch November 23, 2022 04:11
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