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

Update dependency @typescript-eslint/eslint-plugin to v4.33.0 #103

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 16, 2020

WhiteSource Renovate

This PR contains the following updates:

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

Release Notes

typescript-eslint/typescript-eslint

v4.33.0

Compare Source

Bug Fixes
  • eslint-plugin: [lines-between-class-members] fix exceptAfterOverload for abstract methods (#​3943) (240fc65)
  • eslint-plugin: [no-confusing-void-expression] support optional chaining (#​3937) (c40dd13)
  • eslint-plugin: [no-restricted-imports] fix crash when no options given (#​3947) (edaa3c1)
  • eslint-plugin: [non-nullable-type-assertion-style] false-positive with non-nullish as assertions and types (#​3940) (40760f9)
  • eslint-plugin: [padding-line-between-statements] TSModuleBlock should change scope (#​3944) (f8f534e)
  • eslint-plugin: [prefer-regexp-exec] check RegExp without flags (#​3946) (0868725)

v4.32.0

Compare Source

Bug Fixes
  • eslint-plugin: [consistent-type-definitions] correct fix for export default (#​3899) (ebb33ed)
  • eslint-plugin: [no-require-imports] report only global require (#​3871) (8aa87a1)
  • eslint-plugin: [no-shadow] ignore type-only imports properly (#​3868) (dda9cee)
  • eslint-plugin: [no-var-requires] report problems within NewExpression (#​3884) (ed5e459)
  • eslint-plugin: [padding-line-between-statements] problems within namespaces not being reported (#​3869) (1861356)
  • eslint-plugin: [prefer-regexp-exec] respect flags when using RegExp (#​3855) (ffdb5ff)
  • eslint-plugin: [prefer-return-this-type] handle generics properly in fixer (#​3852) (9e98b8f)
  • eslint-plugin: false-positive/negative with array index in no-unnecessary-condition (#​3805) (bdb8f0b)
Features
  • eslint-plugin: [no-type-alias]: add allowGenerics option (#​3865) (4195919)
  • eslint-plugin: add no-non-null-asserted-nullish-coalescing rule (#​3349) (4e99961)
  • eslint-plugin: add new extended rule no-restricted-imports (#​3775) (ec5d506)
  • eslint-plugin-internal: [prefer-ast-types-enum] add DefinitionType enum (#​3916) (13b7de5)

4.31.2 (2021-09-20)

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

4.31.1 (2021-09-13)

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

v4.31.2

Compare Source

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

v4.31.1

Compare Source

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

v4.31.0

Compare Source

Bug Fixes
  • utils: support immutable arrays in ReportFixFunction (#​3830) (8218055)
Features
  • eslint-plugin: [prefer-readonly-parameter-types] add option treatMethodsAsReadonly (#​3733) (a46e318)
  • eslint-plugin: [restrict-template-expressions] add option to allow RegExp (#​3709) (363b3dc)
  • eslint-plugin: add no-meaningless-void-operator rule (#​3641) (ea40ab6)
  • eslint-plugin: add extension rule padding-line-between-statements (#​3418) (f79ae9b)

v4.30.0

Compare Source

Bug Fixes
  • eslint-plugin: [dot-notation] false positive with optional chaining (#​3711) (c19fc6e), closes #​3510
  • eslint-plugin: [prefer-reduce-type-parameter] handle already existing type params (#​3706) (71dd273)
  • eslint-plugin: isTypeReadonly error with <TS3.7 (#​3731) (5696407)
Features
  • typescript-estree: add support for class static blocks (#​3730) (f81831b)

4.29.3 (2021-08-23)

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

4.29.2 (2021-08-16)

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

4.29.1 (2021-08-09)

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

v4.29.3

Compare Source

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

v4.29.2

Compare Source

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

v4.29.1

Compare Source

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

v4.29.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-implied-eval] handle bind on nested member expressions (#​3598) (f5a6806)
  • eslint-plugin: [no-implied-eval] permit more expression types (#​3624) (ca7c549)
  • eslint-plugin: [no-unnecessary-boolean-literal-compare] incorrect fix when condition is reversed (#​3581) (b595575)
  • eslint-plugin: [return-await] handle nested functions correctly (#​3601) (4a196b5)
  • eslint-plugin: [return-await] properly handle fixes for TSAsExpression (#​3631) (00a4369)
Features
  • eslint-plugin: [no-redeclare] ignoreDeclarationMerge of enum+namespace (#​3572) (18e30cb)
  • eslint-plugin: [prefer-return-this-type] add a new rule (#​3228) (5e1a615)
  • eslint-plugin: Catch unused React import with new JSX transform (#​3577) (02998ea)

4.28.5 (2021-07-26)

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

4.28.4 (2021-07-19)

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

4.28.3 (2021-07-12)

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

4.28.2 (2021-07-05)

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

4.28.1 (2021-06-28)

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

v4.28.5

Compare Source

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

v4.28.4

Compare Source

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

v4.28.3

Compare Source

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

v4.28.2

Compare Source

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

v4.28.1

Compare Source

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

v4.28.0

Compare Source

Bug Fixes
  • eslint-plugin: [prefer-regexp-exec] factor in union types (#​3434) (ac86a79)

v4.27.0

Compare Source

Bug Fixes
  • eslint-plugin: allow explicit any for no-unsafe-return (#​3498) (b15a2b2)
Features
  • eslint-plugin: [prefer-literal-enum-member] add allowBitwiseExpressions option (#​3515) (288092a)

4.26.1 (2021-06-07)

Bug Fixes

v4.26.1

Compare Source

Bug Fixes

v4.26.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-type-alias] consider type imports as alias types (#​3433) (d4f0774)
Features
  • eslint-plugin: [member-ordering] add callback as an ordering type of node (#​3354) (d134b1f)
  • eslint-plugin: [space-infix-ops] Add support for Union and intersection of type declarations (#​3360) (3d29323)

v4.25.0

Compare Source

Bug Fixes
  • corrected no-unsupported-browser-code in roadmap as unimplemented (#​3407) (2319b0e)

v4.24.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-shadow] fix static class method generics shadowing class generics (#​3393) (b1e1c8a), closes #​2592
  • eslint-plugin: [no-unsafe-*] special case handling for the empty map constructor with no generics (#​3394) (cae4f4a), closes #​2109
Features
  • eslint-plugin: [dot-notation] optionally allow square bracket notation where an index signature exists in conjunction with noPropertyAccessFromIndexSignature (#​3361) (37ec2c2)

v4.23.0

Compare Source

Bug Fixes
  • scope-manager: fix visiting TSAsExpression in assignment (#​3355) (87521a0)
Features
  • refactor to split AST specification out as its own module (#​2911) (25ea953)

4.22.1 (2021-05-04)

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

v4.22.1

Compare Source

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

v4.22.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-unsafe-argument] handle tuple types on rest arguments (#​3269) (6f8cfe6)
Features

v4.21.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-type-alias] consider keyof as an alias (#​3242) (329ef02)
  • eslint-plugin: [no-unnecessary-type-assertion] correct bad fix for angle bracket assertion (#​3244) (265a039)
  • eslint-plugin: [restrict-plus-operands] consider template literal types as strings (#​3234) (ccfd68e)
  • eslint-plugin: [strict-boolean-expressions] account for truthy literals (#​3236) (0913f40)
  • eslint-plugin: always ignore assignments in no-unnecessary-type-assertion (#​3235) (0221476)
Features
  • eslint-plugin: [no-unsafe-argument] add rule (#​3256) (b1aa7dc), closes #​791
  • eslint-plugin: [no-unsafe-call][no-unsafe-member-access] improve report messages for this for noImplicitThis (#​3199) (b1b26c4)

v4.20.0

Compare Source

Features
  • eslint-plugin: [space-infix-ops] support for class properties and type aliases (#​3231) (5414bf2)
  • eslint-plugin: [type-annotation-spacing] handle space between ? and : (#​3138) (40bdb0b)

v4.19.0

Compare Source

Bug Fixes
  • eslint-plugin: [member-delimiter-style] correct invalid fix for multiline with params on the same line (#​3177) (7ad343b)
  • eslint-plugin: [promise-function-async] bad fixer with computed and literal methods (#​3163) (e3a3ea0)
Features

v4.18.0

Compare Source

Bug Fixes
  • eslint-plugin: [explicit-module-boundary-types] fixes #​2864 related to functions in nested object properties (#​3178) (55e1fba)
  • eslint-plugin: [no-extran-class] allowWithDecorator should ignore other errors (#​3160) (a148673)
Features

v4.17.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-unnecessary-type-assertion] handle assignment (#​3133) (cb22561)
Features
  • eslint-plugin: [strict-bool-expr] add fixes and suggestions (#​2847) (3f9e9a1)

4.16.1 (2021-03-01)

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

v4.16.1

Compare Source

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

v4.16.0

Compare Source

Bug Fixes
  • eslint-plugin: [consistent-indexed-object-style] do not autofix if interface has extends (#​3009) (b0475af)
  • eslint-plugin: [no-implied-eval] handle conditional expression (#​3125) (8c65d30)
  • eslint-plugin: [no-unused-vars] don't report nested module declaration (#​3119) (4ca5888)
  • eslint-plugin: [prefer-function-type] apply existing comments to the fixed code (#​3094) (c32f803)
  • eslint-plugin: [unbound-method] allow super expressions in this assignments (#​3010) (c65a139)
Features
  • eslint-plugin: [member-delimiter-style] Add an option 'multilineDetection' to treat types and interfaces as single line if the last member ends on the same line as the closing bracket (#​2970) (cf86f42)
  • eslint-plugin: [prom-func-async] report only function head (#​2872) (25f459c)

4.15.2 (2021-02-22)

Bug Fixes
  • typescript-estree: correct issues in AST definition (#​3083) (509a117)
  • add missing intrinsic keyword node to AST (#​3081) (409bf0b)
  • eslint-plugin: [no-var-requires] report when used in type assertion (#​3074) (763a252)

4.15.1 (2021-02-15)

Bug Fixes
  • eslint-plugin: [explicit-module-boundary-types] check allowNames on function declarations and property methods (#​3051) (0ade469)

v4.15.2

Compare Source

Bug Fixes
  • typescript-estree: correct issues in AST definition (#​3083) (509a117)
  • add missing intrinsic keyword node to AST (#​3081) (409bf0b)
  • eslint-plugin: [no-var-requires] report when used in type assertion (#​3074) (763a252)

v4.15.1

Compare Source

Bug Fixes
  • eslint-plugin: [explicit-module-boundary-types] check allowNames on function declarations and property methods (#​3051) (0ade469)

v4.15.0

Compare Source

Bug Fixes

4.14.2 (2021-02-01)

Bug Fixes
  • eslint-plugin: [consistent-type-imports] incorrect handling of computed property type signatures (#​2990) (58f2655), closes #​2989
  • scope-manager: correctly reference generic parameters when decorator metadata is enabled (#​2975) (7695ef3), closes #​2972

4.14.1 (2021-01-25)

Bug Fixes

v4.14.2

Compare Source

Bug Fixes
  • eslint-plugin: [consistent-type-imports] incorrect handling of computed property type signatures (#​2990) (58f2655), closes #​2989
  • scope-manager: correctly reference generic parameters when decorator metadata is enabled (#​2975) (7695ef3), closes #​2972

v4.14.1

Compare Source

Bug Fixes

v4.14.0

Compare Source

Features

v4.13.0

Compare Source

Bug Fixes
Features
  • eslint-plugin: [sort-type-union-intersection-members] add nullish group (#​2919) (5558f41)

v4.12.0

Compare Source

Bug Fixes
  • eslint-plugin: [comma-spacing] handle empty type params (#​2915) (4d69fbb)
Features
  • eslint-plugin: add rule sort-type-union-intersection-members (#​2913) (9092c04)

4.11.1 (2020-12-28)

Bug Fixes
  • eslint-plugin: [naming-convention] fix precedence of method and property meta selectors (#​2877) (2f10e1a)

v4.11.1

Compare Source

Bug Fixes
  • eslint-plugin: [naming-convention] fix precedence of method and property meta selectors (#​2877) (2f10e1a)

v4.11.0

Compare Source

Bug Fixes
  • eslint-plugin: [non-nullable-type-assertion-style] handle const assertion (#​2881) (53dc34d)
Features

v4.10.0

Compare Source

Bug Fixes
  • eslint-plugin: [naming-convention] fix wrong member of method and property meta selectors (#​2856) (9a6c362)
Features
  • eslint-plugin: add rule non-nullable-type-assertion-style (#​2624) (7eee44f)

4.9.1 (2020-12-07)

Bug Fixes
  • eslint-plugin: [method-signature-style] fix crash with methods without a return type (#​2836) (fed89f2), closes #​2834
  • eslint-plugin: [no-unused-vars] false-positive with class expressions (#​2833) (aadb39f), closes #​2831
  • eslint-plugin: [no-unused-vars] fix race condition between naming-convention and no-unused-vars (#​2848) (ccb6b94), closes #​2844

v4.9.1

Compare Source

Bug Fixes
  • eslint-plugin: [method-signature-style] fix crash with methods without a return type (#​2836) (fed89f2), closes #​2834
  • eslint-plugin: [no-unused-vars] false-positive with class expressions (#​2833) (aadb39f), closes #​2831
  • eslint-plugin: [no-unused-vars] fix race condition between naming-convention and no-unused-vars (#​2848) (ccb6b94), closes #​2844

v4.9.0

Compare Source

Bug Fixes
  • eslint-plugin: [consistent-indexed-object-style] convert readonly index signature to readonly record (#​2798) (29428a4)
  • eslint-plugin: [consistent-type-imports] crash when using both default and namespace in one import (#​2778) (c816b84)
  • eslint-plugin: [explicit-module-boundary-types] ignore functions exported within typed object/array literals (#​2805) (73a63ee)
  • eslint-plugin: [no-use-before-define] allow class references if they're within a class decorator (#​2827) (050023a), closes #​2842
  • eslint-plugin: [triple-slash-reference] fix crash with external module reference (#​2788) (32b1b68)
  • scope-manager: fix assertion assignments not being marked as write references (#​2809) (fa68492), closes #​2804
Features
  • eslint-plugin: [naming-convention] add requireDouble, allowDouble, allowSingleOrDouble options for underscores (#​2812) (dd0576a)
  • **eslint-plugin

Configuration

📅 Schedule: 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 WhiteSource Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 10eb36a to 15f18b4 Compare November 17, 2020 14:19
@renovate renovate bot changed the title chore(deps): update dependency @typescript-eslint/eslint-plugin to v4.8.0 chore(deps): update dependency @typescript-eslint/eslint-plugin to v4.8.1 Nov 17, 2020
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 15f18b4 to edf10f4 Compare November 23, 2020 18:12
@renovate renovate bot changed the title chore(deps): update dependency @typescript-eslint/eslint-plugin to v4.8.1 chore(deps): update dependency @typescript-eslint/eslint-plugin to v4.8.2 Nov 23, 2020
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from edf10f4 to da62222 Compare November 30, 2020 18:50
@renovate renovate bot changed the title chore(deps): update dependency @typescript-eslint/eslint-plugin to v4.8.2 chore(deps): update dependency @typescript-eslint/eslint-plugin to v4.9.0 Nov 30, 2020
@renovate renovate bot changed the title chore(deps): update dependency @typescript-eslint/eslint-plugin to v4.9.0 Update dependency @typescript-eslint/eslint-plugin to v4.9.0 Dec 4, 2020
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from da62222 to b8f8bc4 Compare December 4, 2020 22:34
@renovate renovate bot changed the title Update dependency @typescript-eslint/eslint-plugin to v4.9.0 chore(deps): update dependency @typescript-eslint/eslint-plugin to v4.9.0 Dec 4, 2020
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from b8f8bc4 to 30ad783 Compare December 7, 2020 18:09
@renovate renovate bot changed the title chore(deps): update dependency @typescript-eslint/eslint-plugin to v4.9.0 chore(deps): update dependency @typescript-eslint/eslint-plugin to v4.9.1 Dec 7, 2020
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 30ad783 to 3fa3004 Compare December 14, 2020 18:27
@renovate renovate bot changed the title chore(deps): update dependency @typescript-eslint/eslint-plugin to v4.9.1 chore(deps): update dependency @typescript-eslint/eslint-plugin to v4.10.0 Dec 14, 2020
@renovate renovate bot changed the title chore(deps): update dependency @typescript-eslint/eslint-plugin to v4.10.0 Update dependency @typescript-eslint/eslint-plugin to v4.10.0 Dec 14, 2020
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 3fa3004 to 3a464a7 Compare December 21, 2020 18:32
@renovate renovate bot changed the title Update dependency @typescript-eslint/eslint-plugin to v4.10.0 Update dependency @typescript-eslint/eslint-plugin to v4.11.0 Dec 21, 2020
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 3a464a7 to b913f5d Compare December 28, 2020 18:20
@renovate renovate bot changed the title Update dependency @typescript-eslint/eslint-plugin to v4.11.0 Update dependency @typescript-eslint/eslint-plugin to v4.11.1 Dec 28, 2020
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from b913f5d to 056e84b Compare January 4, 2021 18:35
@renovate renovate bot changed the title Update dependency @typescript-eslint/eslint-plugin to v4.11.1 Update dependency @typescript-eslint/eslint-plugin to v4.12.0 Jan 4, 2021
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 056e84b to f26ce68 Compare January 11, 2021 18:41
@renovate renovate bot changed the title Update dependency @typescript-eslint/eslint-plugin to v4.12.0 Update dependency @typescript-eslint/eslint-plugin to v4.13.0 Jan 11, 2021
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from f26ce68 to a91d1c9 Compare January 18, 2021 19:49
@renovate renovate bot changed the title Update dependency @typescript-eslint/eslint-plugin to v4.13.0 Update dependency @typescript-eslint/eslint-plugin to v4.14.0 Jan 18, 2021
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from a91d1c9 to 75a24e8 Compare January 25, 2021 18:39
@renovate renovate bot changed the title Update dependency @typescript-eslint/eslint-plugin to v4.14.0 Update dependency @typescript-eslint/eslint-plugin to v4.14.1 Jan 25, 2021
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 75a24e8 to ad77025 Compare February 1, 2021 18:45
@renovate renovate bot changed the title Update dependency @typescript-eslint/eslint-plugin to v4.14.1 Update dependency @typescript-eslint/eslint-plugin to v4.14.2 Feb 1, 2021
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from ad77025 to a422a12 Compare February 8, 2021 19:39
@renovate renovate bot changed the title Update dependency @typescript-eslint/eslint-plugin to v4.14.2 Update dependency @typescript-eslint/eslint-plugin to v4.15.0 Feb 8, 2021
@renovate renovate bot changed the title Update dependency @typescript-eslint/eslint-plugin to v4.28.2 Update dependency @typescript-eslint/eslint-plugin to v4.28.3 Jul 12, 2021
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 09b9414 to 9a0a63b Compare July 19, 2021 18:03
@renovate renovate bot changed the title Update dependency @typescript-eslint/eslint-plugin to v4.28.3 Update dependency @typescript-eslint/eslint-plugin to v4.28.4 Jul 19, 2021
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 9a0a63b to c725b13 Compare July 26, 2021 17:28
@renovate renovate bot changed the title Update dependency @typescript-eslint/eslint-plugin to v4.28.4 Update dependency @typescript-eslint/eslint-plugin to v4.28.5 Jul 26, 2021
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from c725b13 to 07461dc Compare August 2, 2021 19:15
@renovate renovate bot changed the title Update dependency @typescript-eslint/eslint-plugin to v4.28.5 Update dependency @typescript-eslint/eslint-plugin to v4.29.0 Aug 2, 2021
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 07461dc to 6592e40 Compare August 9, 2021 17:21
@renovate renovate bot changed the title Update dependency @typescript-eslint/eslint-plugin to v4.29.0 Update dependency @typescript-eslint/eslint-plugin to v4.29.1 Aug 9, 2021
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 6592e40 to 153484f Compare August 16, 2021 18:18
@renovate renovate bot changed the title Update dependency @typescript-eslint/eslint-plugin to v4.29.1 Update dependency @typescript-eslint/eslint-plugin to v4.29.2 Aug 16, 2021
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 153484f to c3153e1 Compare August 23, 2021 18:12
@renovate renovate bot changed the title Update dependency @typescript-eslint/eslint-plugin to v4.29.2 Update dependency @typescript-eslint/eslint-plugin to v4.29.3 Aug 23, 2021
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from c3153e1 to 4f16e73 Compare August 30, 2021 17:55
@renovate renovate bot changed the title Update dependency @typescript-eslint/eslint-plugin to v4.29.3 Update dependency @typescript-eslint/eslint-plugin to v4.30.0 Aug 30, 2021
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 4f16e73 to 181d08d Compare September 6, 2021 17:39
@renovate renovate bot changed the title Update dependency @typescript-eslint/eslint-plugin to v4.30.0 Update dependency @typescript-eslint/eslint-plugin to v4.31.0 Sep 6, 2021
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 181d08d to b99fdd4 Compare September 13, 2021 18:08
@renovate renovate bot changed the title Update dependency @typescript-eslint/eslint-plugin to v4.31.0 Update dependency @typescript-eslint/eslint-plugin to v4.31.1 Sep 13, 2021
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from b99fdd4 to 3c30705 Compare September 20, 2021 19:34
@renovate renovate bot changed the title Update dependency @typescript-eslint/eslint-plugin to v4.31.1 Update dependency @typescript-eslint/eslint-plugin to v4.31.2 Sep 20, 2021
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 3c30705 to 865eb17 Compare September 27, 2021 19:35
@renovate renovate bot changed the title Update dependency @typescript-eslint/eslint-plugin to v4.31.2 Update dependency @typescript-eslint/eslint-plugin to v4.32.0 Sep 27, 2021
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 865eb17 to be0e37f Compare October 4, 2021 18:07
@renovate renovate bot changed the title Update dependency @typescript-eslint/eslint-plugin to v4.32.0 Update dependency @typescript-eslint/eslint-plugin to v4.33.0 Oct 4, 2021
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from be0e37f to 2a25f21 Compare October 5, 2021 18:02
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 2a25f21 to 606169a Compare November 4, 2021 14:37
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 606169a to f0c5c2d Compare December 18, 2021 00:18
@allenan allenan closed this Aug 5, 2022
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.

2 participants