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 to ~5.56.0 #1952

Merged
merged 1 commit into from
Mar 20, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 20, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@typescript-eslint/eslint-plugin ~5.54.1 -> ~5.56.0 age adoption passing confidence
@typescript-eslint/parser ~5.54.1 -> ~5.56.0 age adoption passing confidence

Release Notes

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

v5.56.0

Compare Source

Bug Fixes
  • eslint-plugin: [member-ordering] check order when optionalityOrder is present with no optional members (#​6619) (6aff431)
  • eslint-plugin: [no-misused-promises] avoid unnecessary calls to getContextualType (#​6193) (745cfe4)
  • eslint-plugin: [no-misused-promises] fix incorrect detection of void functions in JSX attributes (#​6638) (9e41cee)
  • eslint-plugin: [strict-boolean-expression] support falsy and truthy literals simultaneously (#​6672) (62ef487)
  • eslint-plugin: [strict-boolean-expressions] handle truthy enums (#​6618) (0d0639f)
  • eslint-plugin: add TSPropertySignature with TSFunctionType annotation to typeMethod selector (#​6645) (3fc5c63)
Features
  • eslint-plugin: add allowNever support to restrict-template-expressions (#​6554) (423f164)

v5.55.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-confusing-void-expression] check sequence expressions for void is in last position (#​6597) (d73d7d3)
  • eslint-plugin: [no-unnecessary-boolean-literal-compare] fixer should handle parentheses (#​6569) (2d8c196)
Features

5.54.1 (2023-03-06)

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

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

v5.56.0

Compare Source

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

v5.55.0

Compare Source

Features

5.54.1 (2023-03-06)

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


Configuration

📅 Schedule: Branch creation - "before 3am on Monday" (UTC), 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 requested a review from a team as a code owner March 20, 2023 00:29
@renovate renovate bot added the c: dependencies Pull requests that adds/updates a dependency label Mar 20, 2023
@codecov
Copy link

codecov bot commented Mar 20, 2023

Codecov Report

Merging #1952 (c516be5) into next (5eea037) will increase coverage by 0.00%.
The diff coverage is n/a.

Additional details and impacted files
@@           Coverage Diff           @@
##             next    #1952   +/-   ##
=======================================
  Coverage   99.63%   99.63%           
=======================================
  Files        2354     2354           
  Lines      236555   236555           
  Branches     1230     1231    +1     
=======================================
+ Hits       235695   235698    +3     
+ Misses        838      835    -3     
  Partials       22       22           

see 1 file with indirect coverage changes

@renovate renovate bot force-pushed the renovate/typescript-eslint branch 3 times, most recently from 499a9dc to 746bb05 Compare March 20, 2023 09:16
@Shinigami92
Copy link
Member

Maybe we should wait a few days with this, because right now it just bumps to TS 5 RC instead of release

Otherwise we can also just manually trigger the update with the

@ST-DDT ST-DDT added the s: on hold Blocked by something or frozen to avoid conflicts label Mar 20, 2023
@renovate renovate bot force-pushed the renovate/typescript-eslint branch from 746bb05 to 7de174a Compare March 20, 2023 09:31
@renovate renovate bot changed the title chore(deps): update typescript-eslint to ~5.55.0 chore(deps): update typescript-eslint to ~5.56.0 Mar 20, 2023
@renovate renovate bot force-pushed the renovate/typescript-eslint branch from 7de174a to c74c2da Compare March 20, 2023 17:25
@renovate renovate bot force-pushed the renovate/typescript-eslint branch from c74c2da to c516be5 Compare March 20, 2023 18:29
@ST-DDT
Copy link
Member

ST-DDT commented Mar 20, 2023

This has been updated to TS v5.0.2. So it isn't blocked anymore.
It is likely that it will receive more updates in the future for actual TS5 support.

@ST-DDT ST-DDT removed the s: on hold Blocked by something or frozen to avoid conflicts label Mar 20, 2023
@ST-DDT ST-DDT requested review from a team March 20, 2023 18:30
@ST-DDT ST-DDT enabled auto-merge (squash) March 20, 2023 18:31
@ST-DDT ST-DDT merged commit 5dc2fa8 into next Mar 20, 2023
@Shinigami92 Shinigami92 deleted the renovate/typescript-eslint branch March 20, 2023 18:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c: dependencies Pull requests that adds/updates a dependency
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants