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 linters to v5.13.0 #14563

Closed
wants to merge 1 commit into from
Closed

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 7, 2022

WhiteSource Renovate

This PR contains the following updates:

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

Release Notes

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

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


Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 enabled auto-merge (squash) March 7, 2022 18:41
renovate-approve[bot]
renovate-approve bot previously approved these changes Mar 7, 2022
renovate-approve-2[bot]
renovate-approve-2 bot previously approved these changes Mar 7, 2022
renovate-approve[bot]
renovate-approve bot previously approved these changes Mar 7, 2022
renovate-approve-2[bot]
renovate-approve-2 bot previously approved these changes Mar 7, 2022
renovate-approve[bot]
renovate-approve bot previously approved these changes Mar 8, 2022
renovate-approve-2[bot]
renovate-approve-2 bot previously approved these changes Mar 8, 2022
renovate-approve[bot]
renovate-approve bot previously approved these changes Mar 8, 2022
renovate-approve-2[bot]
renovate-approve-2 bot previously approved these changes Mar 8, 2022
renovate-approve[bot]
renovate-approve bot previously approved these changes Mar 8, 2022
renovate-approve-2[bot]
renovate-approve-2 bot previously approved these changes Mar 8, 2022
@JamieMagee
Copy link
Contributor

At least one of these looks like an error with typescript-eslint

return toPart + (baseVersion === undefined ? 0 : 1);

This has the error:

/home/jamie/code/renovate/lib/modules/versioning/pep440/range.ts
  80:14  error  Operands of '+' operation with any is possible only with string, number, bigint or any  @typescript-eslint/restrict-plus-operands

toPart is of type number, but (baseVersion === undefined ? 0 : 1) is of type 0 | 1.

@rarkins
Copy link
Collaborator

rarkins commented Mar 8, 2022

@JamieMagee I agree. I rebased it to remove my changes and then close it to see if the next release fixes it

@rarkins rarkins closed this Mar 8, 2022
auto-merge was automatically disabled March 8, 2022 17:25

Pull request was closed

@viceice
Copy link
Member

viceice commented Mar 8, 2022

Is there an upstream issue? Should we create one?

@rarkins
Copy link
Collaborator

rarkins commented Mar 8, 2022

typescript-eslint/typescript-eslint#4650 seems to be about a non-thenable issue. Although I don't know if ours is a false or true positive

@rarkins
Copy link
Collaborator

rarkins commented Mar 8, 2022

I don't see any issues for the misunderstanding a string ternary types

@renovate
Copy link
Contributor Author

renovate bot commented Mar 8, 2022

Renovate Ignore Notification

As this PR has been closed unmerged, Renovate will now ignore this update (5.13.0). You will still receive a PR once a newer version is released, so if you wish to permanently ignore this dependency, please add it to the ignoreDeps array of your renovate config.

If this PR was closed by mistake or you changed your mind, you can simply rename this PR and you will soon get a fresh replacement PR opened.

@renovate renovate bot deleted the renovate/linters branch March 8, 2022 20:06
@rarkins rarkins mentioned this pull request Mar 11, 2022
1 task
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 8, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants