Skip to content
This repository was archived by the owner on Jun 25, 2022. It is now read-only.

Update dependency @typescript-eslint/eslint-plugin to v5.29.0#53

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/typescript-eslint-monorepo
Open

Update dependency @typescript-eslint/eslint-plugin to v5.29.0#53
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/typescript-eslint-monorepo

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 29, 2021

Mend Renovate

This PR contains the following updates:

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

Release Notes

typescript-eslint/typescript-eslint

v5.29.0

Compare Source

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

v5.28.0

Compare Source

Bug Fixes
  • [TS4.7] allow visiting of typeParameters in TSTypeQuery (#​5166) (dc1f930)
  • eslint-plugin: [space-infix-ops] support for optional property without type (#​5155) (1f25daf)
Features
  • eslint-plugin: [consistent-generic-constructors] add rule (#​4924) (921cdf1)

5.27.1 (2022-06-06)

Bug Fixes
  • eslint-plugin: [space-infix-ops] correct PropertyDefinition with typeAnnotation (#​5113) (d320174)
  • eslint-plugin: [space-infix-ops] regression fix for conditional types (#​5135) (e5238c8)
  • eslint-plugin: [space-infix-ops] regression fix for type aliases (#​5138) (4e13deb)

v5.27.1

Compare Source

Bug Fixes
  • eslint-plugin: [space-infix-ops] correct PropertyDefinition with typeAnnotation (#​5113) (d320174)
  • eslint-plugin: [space-infix-ops] regression fix for conditional types (#​5135) (e5238c8)
  • eslint-plugin: [space-infix-ops] regression fix for type aliases (#​5138) (4e13deb)

v5.27.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-type-alias] handle Template Literal Types (#​5092) (8febf11)
Features
  • [4.7] support new extensions (#​5027) (efc147b)
  • eslint-plugin: [ban-ts-comment] add descriptionFormat option (#​5026) (1fb31a4)
  • eslint-plugin: [no-misused-promises] warn when spreading promises (#​5053) (61ffa9e)
  • eslint-plugin: [space-infix-ops] missing error report for conditional types (#​5041) (0bfab6c)

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

v5.10.0

Compare Source

Bug Fixes
  • eslint-plugin: [explicit-function-return-type] support AllowTypedFunctionExpression within AllowHigherOrderFunction (#​4250) (d053cde)
  • eslint-plugin: [no-extra-semi] false negatives when used with eslint 8.3.0 (#​4458) (f4016c2)
  • eslint-plugin: [no-invalid-this] crash when used with eslint 8.7.0 (#​4448) (e56f1e5)
  • eslint-plugin: [no-magic-numbers] handle bigint in class props (#​4411) (c8e650f)
Features
  • rename experimental-utils to utils and make experimental-utils an alias to the new package (#​4172) (1d55a75)

5.9.1 (2022-01-10)

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

v5.9.1

Compare Source

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

v5.9.0

Compare Source

Features
  • experimental-utils: move isTypeReadonly from eslint-plugin to experimental-utils (#​3658) (a9eb0b9)

5.8.1 (2021-12-27)

Bug Fixes
  • eslint-plugin: [consistent-indexed-object-style] do not report for circular references (#​4347) (6edebcd)
  • eslint-plugin: [consistent-type-definitions] correct fixer with declare keyword (#​4334) (0cd911a)
  • eslint-plugin: [padding-line-between-statements] make function overloading is also processed (#​4345) (d31ec26)

v5.8.1

Compare Source

Bug Fixes
  • eslint-plugin: [consistent-indexed-object-style] do not report for circular references (#​4347) (6edebcd)
  • eslint-plugin: [consistent-type-definitions] correct fixer with declare keyword (#​4334) (0cd911a)
  • eslint-plugin: [padding-line-between-statements] make function overloading is also processed (#​4345) (d31ec26)

v5.8.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-implied-eval] improve performance (#​4313) (e344596)
  • eslint-plugin: [padding-line-between-statements] type StatementTypes can't differenciate from variable (#​4270) (bfc4324)
  • eslint-plugin: [strict-boolean-expression] false positive for truthy boolean (#​4275) (72c2e41)
  • eslint-plugin: array-type mark AST_NODE_TYPES.TSBigIntKeyword as simple (#​4274) (74e544e)
  • eslint-plugin: handle method overloading in semi (#​4318) (3b87b49)
  • experimental-utils: support immutable members (#​3844) (3d33a77)
Features
  • eslint-plugin: [no-throw-literal] add options to to disallow any/unknown (#​4207) (ff0adf9)
  • eslint-plugin: [restrict-plus-operand] add allowAny option (#​4260) (2788545)

v5.7.0

Compare Source

Features
  • eslint-plugin: [consistent-type-exports] support TS4.5 inline export specifiers (#​4236) (be4d976)
  • eslint-plugin: [consistent-type-imports] support TS4.5 inline import specifiers (#​4237) (f61af7c)
  • eslint-plugin: [no-shadow] support TS4.5 inline import specifiers (#​4239) (96b7e8e)

v5.6.0

Compare Source

Features
  • scope-manager: support TS4.5 import/export specifier kind (#​4234) (833f822)

v5.5.0

Compare Source

Bug Fixes
  • eslint-plugin: [member-ordering] order literal names correctly in (#​4054) (d57141a)
  • eslint-plugin: [no-duplicate-imports] remove unnecessary type checking for node.source (#​4196) (637722a)
  • eslint-plugin: [no-var-requires] do not report require created from createRequire (#​4221) (0040186)
  • eslint-plugin: [prefer-for-of] do nor error when iterating over this (#​4176) (258ddb0)
  • eslint-plugin: [require-await] treat yield* asynciterable as an await (#​4125) (5a4ce6a)
  • eslint-plugin: remove all whitespaces in comparison #​4220 (#​4223) (853d799)
Features
  • eslint-plugin: [member-ordering] add option to sort case insensitive (#​3896) (e3533d5)
  • eslint-plugin: array-type distinguish whether readonly or not (#​4066) (314af44)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 this update again.


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

This PR has been generated by Mend Renovate. View repository job log here.

@renovate
Copy link
Contributor Author

renovate bot commented Nov 29, 2021

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm WARN old lockfile 
npm WARN old lockfile The package-lock.json file was created with an old version of npm,
npm WARN old lockfile so supplemental metadata must be fetched from the registry.
npm WARN old lockfile 
npm WARN old lockfile This is a one-time fix-up, please be patient...
npm WARN old lockfile 
npm WARN ERESOLVE overriding peer dependency
npm WARN While resolving: @ts-templates/node12@0.1.0
npm WARN Found: @typescript-eslint/eslint-plugin@5.4.0
npm WARN node_modules/@typescript-eslint/eslint-plugin
npm WARN   dev @typescript-eslint/eslint-plugin@"5.29.0" from the root project
npm WARN   1 more (eslint-plugin-jest)
npm WARN 
npm WARN Could not resolve dependency:
npm WARN peer @typescript-eslint/eslint-plugin@"^4.0.1" from eslint-config-standard-with-typescript@21.0.1
npm WARN node_modules/eslint-config-standard-with-typescript
npm WARN   dev eslint-config-standard-with-typescript@"21.0.1" from the root project
npm WARN ERESOLVE overriding peer dependency
npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR! 
npm ERR! While resolving: eslint-config-standard-with-typescript@21.0.1
npm ERR! Found: eslint@8.3.0
npm ERR! node_modules/eslint
npm ERR!   peer eslint@"^5.0.0 || ^6.0.0 || ^7.0.0" from @typescript-eslint/parser@4.33.0
npm ERR!   node_modules/eslint-config-standard-with-typescript/node_modules/@typescript-eslint/parser
npm ERR!     @typescript-eslint/parser@"^4.0.0" from eslint-config-standard-with-typescript@21.0.1
npm ERR!     node_modules/eslint-config-standard-with-typescript
npm ERR!       dev eslint-config-standard-with-typescript@"21.0.1" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer eslint@"^7.12.1" from eslint-config-standard-with-typescript@21.0.1
npm ERR! node_modules/eslint-config-standard-with-typescript
npm ERR!   dev eslint-config-standard-with-typescript@"21.0.1" from the root project
npm ERR! 
npm ERR! Conflicting peer dependency: eslint@7.32.0
npm ERR! node_modules/eslint
npm ERR!   peer eslint@"^7.12.1" from eslint-config-standard-with-typescript@21.0.1
npm ERR!   node_modules/eslint-config-standard-with-typescript
npm ERR!     dev eslint-config-standard-with-typescript@"21.0.1" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! See /tmp/renovate-cache/others/npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     /tmp/renovate-cache/others/npm/_logs/2022-06-23T22_09_50_817Z-debug-0.log

@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch 2 times, most recently from 2fb40b2 to 1a67d5d Compare December 6, 2021 18:28
@renovate renovate bot changed the title Update dependency @typescript-eslint/eslint-plugin to v5.5.0 Update dependency @typescript-eslint/eslint-plugin to v5.6.0 Dec 6, 2021
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch 2 times, most recently from cf39c28 to 8b9073d Compare December 13, 2021 20:15
@renovate renovate bot changed the title Update dependency @typescript-eslint/eslint-plugin to v5.6.0 Update dependency @typescript-eslint/eslint-plugin to v5.7.0 Dec 13, 2021
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch 2 times, most recently from b731bcf to 08c76e3 Compare December 20, 2021 19:22
@renovate renovate bot changed the title Update dependency @typescript-eslint/eslint-plugin to v5.7.0 Update dependency @typescript-eslint/eslint-plugin to v5.8.0 Dec 20, 2021
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 08c76e3 to 52a2401 Compare December 27, 2021 18:23
@renovate renovate bot changed the title Update dependency @typescript-eslint/eslint-plugin to v5.8.0 Update dependency @typescript-eslint/eslint-plugin to v5.8.1 Dec 27, 2021
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 52a2401 to 8e2f320 Compare January 3, 2022 20:03
@renovate renovate bot changed the title Update dependency @typescript-eslint/eslint-plugin to v5.8.1 Update dependency @typescript-eslint/eslint-plugin to v5.9.0 Jan 3, 2022
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch 2 times, most recently from 7e0289b to 09b4a6f Compare January 10, 2022 20:05
@renovate renovate bot changed the title Update dependency @typescript-eslint/eslint-plugin to v5.9.0 Update dependency @typescript-eslint/eslint-plugin to v5.9.1 Jan 10, 2022
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 09b4a6f to a660e0d Compare January 17, 2022 18:26
@renovate renovate bot changed the title Update dependency @typescript-eslint/eslint-plugin to v5.9.1 Update dependency @typescript-eslint/eslint-plugin to v5.10.0 Jan 17, 2022
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from a660e0d to 8c1770e Compare January 24, 2022 18:18
@renovate renovate bot changed the title Update dependency @typescript-eslint/eslint-plugin to v5.10.0 Update dependency @typescript-eslint/eslint-plugin to v5.10.1 Jan 24, 2022
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 8c1770e to fcb8904 Compare January 31, 2022 19:07
@renovate renovate bot changed the title Update dependency @typescript-eslint/eslint-plugin to v5.10.1 Update dependency @typescript-eslint/eslint-plugin to v5.10.2 Jan 31, 2022
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from fcb8904 to d184a5e Compare February 7, 2022 19:57
@renovate renovate bot changed the title Update dependency @typescript-eslint/eslint-plugin to v5.10.2 Update dependency @typescript-eslint/eslint-plugin to v5.11.0 Feb 7, 2022
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from d184a5e to f0a6c7d Compare February 14, 2022 19:03
@renovate renovate bot changed the title Update dependency @typescript-eslint/eslint-plugin to v5.11.0 Update dependency @typescript-eslint/eslint-plugin to v5.12.0 Feb 14, 2022
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from f0a6c7d to 0ca10da Compare February 21, 2022 19:23
@renovate renovate bot changed the title Update dependency @typescript-eslint/eslint-plugin to v5.12.0 Update dependency @typescript-eslint/eslint-plugin to v5.12.1 Feb 21, 2022
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 0ca10da to 05416a1 Compare February 28, 2022 18:35
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch 2 times, most recently from efd9788 to 221cd01 Compare April 4, 2022 18:22
@renovate renovate bot changed the title Update dependency @typescript-eslint/eslint-plugin to v5.17.0 Update dependency @typescript-eslint/eslint-plugin to v5.18.0 Apr 4, 2022
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 221cd01 to cc53f86 Compare April 11, 2022 20:45
@renovate renovate bot changed the title Update dependency @typescript-eslint/eslint-plugin to v5.18.0 Update dependency @typescript-eslint/eslint-plugin to v5.19.0 Apr 11, 2022
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch 3 times, most recently from 0d9e53d to 45f4ab2 Compare April 18, 2022 18:32
@renovate renovate bot changed the title Update dependency @typescript-eslint/eslint-plugin to v5.19.0 Update dependency @typescript-eslint/eslint-plugin to v5.20.0 Apr 18, 2022
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 45f4ab2 to 4ff68ba Compare April 25, 2022 19:17
@renovate renovate bot changed the title Update dependency @typescript-eslint/eslint-plugin to v5.20.0 Update dependency @typescript-eslint/eslint-plugin to v5.21.0 Apr 25, 2022
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 4ff68ba to 6bfaad4 Compare May 2, 2022 19:47
@renovate renovate bot changed the title Update dependency @typescript-eslint/eslint-plugin to v5.21.0 Update dependency @typescript-eslint/eslint-plugin to v5.22.0 May 2, 2022
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 6bfaad4 to 2e6c52b Compare May 9, 2022 19:18
@renovate renovate bot changed the title Update dependency @typescript-eslint/eslint-plugin to v5.22.0 Update dependency @typescript-eslint/eslint-plugin to v5.23.0 May 9, 2022
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 2e6c52b to 7edf639 Compare May 16, 2022 17:37
@renovate renovate bot changed the title Update dependency @typescript-eslint/eslint-plugin to v5.23.0 Update dependency @typescript-eslint/eslint-plugin to v5.24.0 May 16, 2022
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 7edf639 to 325ee28 Compare May 17, 2022 16:08
@renovate renovate bot changed the title Update dependency @typescript-eslint/eslint-plugin to v5.24.0 Update dependency @typescript-eslint/eslint-plugin to v5.25.0 May 17, 2022
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 325ee28 to e231cca Compare May 23, 2022 19:33
@renovate renovate bot changed the title Update dependency @typescript-eslint/eslint-plugin to v5.25.0 Update dependency @typescript-eslint/eslint-plugin to v5.26.0 May 23, 2022
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from e231cca to 1ad289a Compare May 30, 2022 18:37
@renovate renovate bot changed the title Update dependency @typescript-eslint/eslint-plugin to v5.26.0 Update dependency @typescript-eslint/eslint-plugin to v5.27.0 May 30, 2022
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 1ad289a to 8abdf6b Compare June 6, 2022 19:41
@renovate renovate bot changed the title Update dependency @typescript-eslint/eslint-plugin to v5.27.0 Update dependency @typescript-eslint/eslint-plugin to v5.27.1 Jun 6, 2022
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 8abdf6b to 0034356 Compare June 13, 2022 19:12
@renovate renovate bot changed the title Update dependency @typescript-eslint/eslint-plugin to v5.27.1 Update dependency @typescript-eslint/eslint-plugin to v5.28.0 Jun 13, 2022
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 0034356 to 29a7827 Compare June 23, 2022 22:10
@renovate renovate bot changed the title Update dependency @typescript-eslint/eslint-plugin to v5.28.0 Update dependency @typescript-eslint/eslint-plugin to v5.29.0 Jun 23, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

renovate Created by Renovate

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant