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 dependency @typescript-eslint/eslint-plugin to v5.26.0 #7

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mend-for-github-com[bot]
Copy link

@mend-for-github-com mend-for-github-com bot commented Feb 14, 2022

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@typescript-eslint/eslint-plugin 5.10.0 -> 5.26.0 age adoption passing confidence

Release Notes

typescript-eslint/typescript-eslint

v5.26.0

Compare Source

Bug Fixes
  • eslint-plugin: [member-delimiter-style] autofixer result is not as expected when comments after the delimiter with option delimiter: 'none' (#​5029) (ed7b5f6)
  • eslint-plugin: [member-delimiter-style] autofixer result is not as expected with option delimiter: 'none' (#​5023) (9e97a11)
  • eslint-plugin: [prefer-readonly] correct issue with anonymus functions (#​4974) (952e2f0), closes #​2590

v5.25.0

Compare Source

Bug Fixes
  • eslint-plugin: [typedef] stop enforcing rule for assignment expressions (#​4958) (04a216c)
  • eslint-plugin: strict config should not extend recommended (#​5005) (05d71c2)
  • website: correct Presets link to be Configs (#​5004) (e18e91c)
Features
  • eslint-plugin: [no-empty-function] new allow option overrideMethods (#​4923) (13c05ae)
  • eslint-plugin: deprecate no-duplicate-imports in favour of import/no-duplicates (#​4973) (1d2e41a)
  • update to TypeScript 4.7-rc (#​4829) (6fe783c)

v5.24.0

Compare Source

Bug Fixes
Features

v5.23.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-restricted-imports] allow type import as long as there's one matching pattern (#​4898) (0419d28)
  • eslint-plugin: [no-unnecessary-type-constraint] change to suggestion fix, fix multiple trailing comma failures (#​4901) (4507ac8)

v5.22.0

Compare Source

Bug Fixes
  • eslint-plugin: [comma-spacing] verify nextToken exists (#​4868) (23746f8)
Features

v5.21.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-misused-promises] prioritize false returns when checking whether a function returns only void (#​4841) (ccadb60)
  • eslint-plugin: [no-namespace] fix false positive for exported namespaces when allowDeclarations=true (#​4844) (4e7c9be)
  • eslint-plugin: [space-infix-ops] fix no error when right type is function (#​4848) (d74d559)
Features
  • eslint-plugin: [parameter-properties] add rule to replace no-parameter-properties (#​4622) (88ed9ec)

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)

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


Configuration

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, click this checkbox.

@mend-for-github-com mend-for-github-com bot changed the title chore(deps): update dependency @typescript-eslint/eslint-plugin to v5.12.0 chore(deps): update dependency @typescript-eslint/eslint-plugin to v5.12.1 Feb 21, 2022
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/typescript-eslint-eslint-plugin-5.x branch from ffead50 to 1c8b90c Compare February 21, 2022 21:14
@mend-for-github-com mend-for-github-com bot changed the title chore(deps): update dependency @typescript-eslint/eslint-plugin to v5.12.1 chore(deps): update dependency @typescript-eslint/eslint-plugin to v5.13.0 Mar 1, 2022
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/typescript-eslint-eslint-plugin-5.x branch from 1c8b90c to 2c4eaee Compare March 1, 2022 04:05
@mend-for-github-com mend-for-github-com bot changed the title chore(deps): update dependency @typescript-eslint/eslint-plugin to v5.13.0 chore(deps): update dependency @typescript-eslint/eslint-plugin to v5.14.0 Mar 7, 2022
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/typescript-eslint-eslint-plugin-5.x branch from 2c4eaee to 3f5cc4d Compare March 7, 2022 18:18
@mend-for-github-com mend-for-github-com bot changed the title chore(deps): update dependency @typescript-eslint/eslint-plugin to v5.14.0 chore(deps): update dependency @typescript-eslint/eslint-plugin to v5.15.0 Mar 15, 2022
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/typescript-eslint-eslint-plugin-5.x branch 2 times, most recently from cf20368 to b4cf755 Compare March 22, 2022 07:06
@mend-for-github-com mend-for-github-com bot changed the title chore(deps): update dependency @typescript-eslint/eslint-plugin to v5.15.0 chore(deps): update dependency @typescript-eslint/eslint-plugin to v5.16.0 Mar 22, 2022
@mend-for-github-com mend-for-github-com bot changed the title chore(deps): update dependency @typescript-eslint/eslint-plugin to v5.16.0 chore(deps): update dependency @typescript-eslint/eslint-plugin to v5.17.0 Mar 28, 2022
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/typescript-eslint-eslint-plugin-5.x branch from b4cf755 to 5616ede Compare March 28, 2022 18:24
@mend-for-github-com mend-for-github-com bot changed the title chore(deps): update dependency @typescript-eslint/eslint-plugin to v5.17.0 chore(deps): update dependency @typescript-eslint/eslint-plugin to v5.18.0 Apr 5, 2022
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/typescript-eslint-eslint-plugin-5.x branch from 5616ede to 2ee6b4a Compare April 5, 2022 06:58
@mend-for-github-com mend-for-github-com bot changed the title chore(deps): update dependency @typescript-eslint/eslint-plugin to v5.18.0 chore(deps): update dependency @typescript-eslint/eslint-plugin to v5.19.0 Apr 11, 2022
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/typescript-eslint-eslint-plugin-5.x branch from 2ee6b4a to 3fb49e0 Compare April 11, 2022 22:21
@mend-for-github-com mend-for-github-com bot changed the title chore(deps): update dependency @typescript-eslint/eslint-plugin to v5.19.0 chore(deps): update dependency @typescript-eslint/eslint-plugin to v5.20.0 Apr 19, 2022
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/typescript-eslint-eslint-plugin-5.x branch from 3fb49e0 to 4c740b7 Compare April 19, 2022 00:14
@mend-for-github-com mend-for-github-com bot changed the title chore(deps): update dependency @typescript-eslint/eslint-plugin to v5.20.0 chore(deps): update dependency @typescript-eslint/eslint-plugin to v5.21.0 Apr 25, 2022
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/typescript-eslint-eslint-plugin-5.x branch from 4c740b7 to 57255d0 Compare April 25, 2022 21:09
@mend-for-github-com mend-for-github-com bot changed the title chore(deps): update dependency @typescript-eslint/eslint-plugin to v5.21.0 chore(deps): update dependency @typescript-eslint/eslint-plugin to v5.22.0 May 3, 2022
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/typescript-eslint-eslint-plugin-5.x branch from 57255d0 to ca84837 Compare May 3, 2022 05:12
@mend-for-github-com mend-for-github-com bot changed the title chore(deps): update dependency @typescript-eslint/eslint-plugin to v5.22.0 chore(deps): update dependency @typescript-eslint/eslint-plugin to v5.23.0 May 10, 2022
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/typescript-eslint-eslint-plugin-5.x branch from ca84837 to 7baba86 Compare May 10, 2022 06:58
@mend-for-github-com mend-for-github-com bot changed the title chore(deps): update dependency @typescript-eslint/eslint-plugin to v5.23.0 chore(deps): update dependency @typescript-eslint/eslint-plugin to v5.24.0 May 17, 2022
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/typescript-eslint-eslint-plugin-5.x branch from 7baba86 to f156148 Compare May 17, 2022 03:00
@mend-for-github-com mend-for-github-com bot changed the title chore(deps): update dependency @typescript-eslint/eslint-plugin to v5.24.0 chore(deps): update dependency @typescript-eslint/eslint-plugin to v5.25.0 May 17, 2022
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/typescript-eslint-eslint-plugin-5.x branch from f156148 to 1a0a5a6 Compare May 17, 2022 16:38
@mend-for-github-com mend-for-github-com bot changed the title chore(deps): update dependency @typescript-eslint/eslint-plugin to v5.25.0 chore(deps): update dependency @typescript-eslint/eslint-plugin to v5.26.0 May 24, 2022
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/typescript-eslint-eslint-plugin-5.x branch from 1a0a5a6 to d936b7f Compare May 24, 2022 03:46
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.

None yet

0 participants