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

fix(deps): update typescript-eslint monorepo to ^5.20.0 (minor) #556

Merged
merged 2 commits into from
Apr 25, 2022

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.13.0 -> ^5.20.0 age adoption passing confidence
@typescript-eslint/parser ^5.13.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)
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


Configuration

📅 Schedule: "after 9pm,before 9am" in timezone Asia/Tokyo.

🚦 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 added the renovate label Mar 7, 2022
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch 2 times, most recently from 85b8519 to 1fac653 Compare March 11, 2022 21:02
@renovate renovate bot changed the title fix(deps): update typescript-eslint monorepo to ^5.14.0 (minor) fix(deps): update typescript-eslint monorepo to ^5.15.0 (minor) Mar 14, 2022
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch 3 times, most recently from 6f0cdd9 to 1edc00f Compare March 21, 2022 17:22
@renovate renovate bot changed the title fix(deps): update typescript-eslint monorepo to ^5.15.0 (minor) fix(deps): update typescript-eslint monorepo (minor) Mar 21, 2022
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 1edc00f to fc5b215 Compare March 21, 2022 20:05
@renovate renovate bot changed the title fix(deps): update typescript-eslint monorepo (minor) fix(deps): update typescript-eslint monorepo to ^5.16.0 (minor) Mar 21, 2022
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch 3 times, most recently from cc3062a to e0c2051 Compare March 25, 2022 13:13
@renovate renovate bot changed the title fix(deps): update typescript-eslint monorepo to ^5.16.0 (minor) fix(deps): update typescript-eslint monorepo to ^5.17.0 (minor) Mar 28, 2022
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from e0c2051 to 1deb9e1 Compare March 28, 2022 19:22
@renovate renovate bot changed the title fix(deps): update typescript-eslint monorepo to ^5.17.0 (minor) fix(deps): update typescript-eslint monorepo to ^5.18.0 (minor) Apr 4, 2022
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch 3 times, most recently from 6d0e57d to 84d440d Compare April 11, 2022 18:17
@renovate renovate bot changed the title fix(deps): update typescript-eslint monorepo to ^5.18.0 (minor) fix(deps): update typescript-eslint monorepo to ^5.19.0 (minor) Apr 11, 2022
@renovate renovate bot changed the title fix(deps): update typescript-eslint monorepo to ^5.19.0 (minor) fix(deps): update typescript-eslint monorepo to ^5.20.0 (minor) Apr 18, 2022
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 84d440d to 3c9b610 Compare April 18, 2022 19:26
@koba04 koba04 merged commit 86cf26c into master Apr 25, 2022
@koba04 koba04 deleted the renovate/typescript-eslint-monorepo branch April 25, 2022 02:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants