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 typescript-eslint monorepo to v4.33.0 - abandoned #34

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 30, 2019

Mend Renovate

This PR contains the following updates:

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

Release Notes

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

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

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

v4.33.0

Compare Source

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

v4.32.0

Compare Source

Features

4.31.2 (2021-09-20)

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

4.31.1 (2021-09-13)

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

v4.31.2

Compare Source

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

v4.31.1

Compare Source

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

v4.31.0

Compare Source

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

v4.30.0

Compare Source

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/parser

4.29.2 (2021-08-16)

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

4.29.1 (2021-08-09)

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

v4.29.3

Compare Source

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

v4.29.2

Compare Source

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

v4.29.1

Compare Source

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

v4.29.0

Compare Source

Features
  • eslint-plugin: Catch unused React import with new JSX transform (#​3577) (02998ea)
  • typescript-estree: add support for custom module resolution (#​3516) (d48429d)

4.28.5 (2021-07-26)

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

4.28.4 (2021-07-19)

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

4.28.3 (2021-07-12)

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

4.28.2 (2021-07-05)

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

4.28.1 (2021-06-28)

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

v4.28.5

Compare Source

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


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 these updates again.


  • If you want to rebase/retry this PR, check this box

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

@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from f6b01a1 to daf4658 Compare October 7, 2019 17:09
@renovate renovate bot changed the title Update typescript-eslint monorepo to v2.3.2 Update typescript-eslint monorepo to v2.3.3 Oct 7, 2019
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from daf4658 to 8445b97 Compare October 14, 2019 17:19
@renovate renovate bot changed the title Update typescript-eslint monorepo to v2.3.3 Update typescript-eslint monorepo to v2.4.0 Oct 14, 2019
@renovate renovate bot changed the title Update typescript-eslint monorepo to v2.4.0 Update typescript-eslint monorepo to v2.5.0 Oct 21, 2019
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 8445b97 to 83d116c Compare October 21, 2019 17:08
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 83d116c to b82c3ee Compare October 28, 2019 17:10
@renovate renovate bot changed the title Update typescript-eslint monorepo to v2.5.0 Update typescript-eslint monorepo to v2.6.0 Oct 28, 2019
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from b82c3ee to cf4468d Compare November 4, 2019 18:10
@renovate renovate bot changed the title Update typescript-eslint monorepo to v2.6.0 Update typescript-eslint monorepo to v2.6.1 Nov 4, 2019
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from cf4468d to fff9fbf Compare November 11, 2019 18:10
@renovate renovate bot changed the title Update typescript-eslint monorepo to v2.6.1 Update typescript-eslint monorepo Nov 11, 2019
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from fff9fbf to 0227f91 Compare November 11, 2019 18:18
@renovate renovate bot changed the title Update typescript-eslint monorepo Update typescript-eslint monorepo to v2.7.0 Nov 11, 2019
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 0227f91 to 28419f3 Compare November 18, 2019 18:07
@renovate renovate bot changed the title Update typescript-eslint monorepo to v2.7.0 Update typescript-eslint monorepo to v2.8.0 Nov 18, 2019
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 28419f3 to 699b034 Compare November 25, 2019 18:21
@renovate renovate bot changed the title Update typescript-eslint monorepo to v2.8.0 Update typescript-eslint monorepo to v2.9.0 Nov 25, 2019
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 699b034 to b3fdfd2 Compare December 14, 2019 18:47
@renovate renovate bot changed the title Update typescript-eslint monorepo to v2.9.0 Update typescript-eslint monorepo to v2.11.0 Dec 14, 2019
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from b3fdfd2 to af8f846 Compare December 22, 2019 03:49
@renovate renovate bot changed the title Update typescript-eslint monorepo to v2.11.0 Update typescript-eslint monorepo to v2.12.0 Dec 22, 2019
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from af8f846 to b543d62 Compare December 30, 2019 21:56
@renovate renovate bot changed the title Update typescript-eslint monorepo to v2.12.0 Update typescript-eslint monorepo to v2.14.0 Dec 30, 2019
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from b543d62 to 2e974db Compare January 18, 2020 19:45
@renovate renovate bot changed the title Update typescript-eslint monorepo to v2.14.0 Update typescript-eslint monorepo to v2.16.0 Jan 18, 2020
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 2e974db to 95d1662 Compare February 9, 2020 04:56
@renovate renovate bot changed the title Update typescript-eslint monorepo to v2.16.0 Update typescript-eslint monorepo to v2.19.0 Feb 9, 2020
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 95d1662 to c116ba4 Compare February 19, 2020 15:54
@renovate renovate bot changed the title Update typescript-eslint monorepo to v2.19.0 Update typescript-eslint monorepo to v2.20.0 Feb 19, 2020
@renovate renovate bot changed the title Update typescript-eslint monorepo to v2.34.0 Update typescript-eslint monorepo to v2.34.0 - autoclosed Jul 25, 2021
@renovate renovate bot closed this Jul 25, 2021
@renovate renovate bot deleted the renovate/typescript-eslint-monorepo branch July 25, 2021 05:22
@renovate renovate bot changed the title Update typescript-eslint monorepo to v2.34.0 - autoclosed Update typescript-eslint monorepo to v2.34.0 Jul 26, 2021
@renovate renovate bot restored the renovate/typescript-eslint-monorepo branch July 26, 2021 18:20
@renovate renovate bot reopened this Jul 26, 2021
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from b750566 to a3674de Compare July 26, 2021 18:21
@renovate renovate bot changed the title Update typescript-eslint monorepo to v2.34.0 Update typescript-eslint monorepo to v4.28.5 Jul 26, 2021
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from a3674de to 080b852 Compare August 2, 2021 18:57
@renovate renovate bot changed the title Update typescript-eslint monorepo to v4.28.5 Update typescript-eslint monorepo to v4.29.0 Aug 2, 2021
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 080b852 to f683f7f Compare August 9, 2021 17:45
@renovate renovate bot changed the title Update typescript-eslint monorepo to v4.29.0 Update typescript-eslint monorepo to v4.29.1 Aug 9, 2021
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from f683f7f to 127dbb4 Compare August 16, 2021 17:29
@renovate renovate bot changed the title Update typescript-eslint monorepo to v4.29.1 Update typescript-eslint monorepo to v4.29.2 Aug 16, 2021
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 127dbb4 to a526d6b Compare August 23, 2021 19:40
@renovate renovate bot changed the title Update typescript-eslint monorepo to v4.29.2 Update typescript-eslint monorepo to v4.29.3 Aug 23, 2021
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from a526d6b to 927753f Compare August 30, 2021 17:42
@renovate renovate bot changed the title Update typescript-eslint monorepo to v4.29.3 Update typescript-eslint monorepo to v4.30.0 Aug 30, 2021
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 927753f to 5721357 Compare September 6, 2021 17:59
@renovate renovate bot changed the title Update typescript-eslint monorepo to v4.30.0 Update typescript-eslint monorepo to v4.31.0 Sep 6, 2021
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 5721357 to b6fd51b Compare September 13, 2021 19:05
@renovate renovate bot changed the title Update typescript-eslint monorepo to v4.31.0 Update typescript-eslint monorepo to v4.31.1 Sep 13, 2021
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from b6fd51b to 765e0a3 Compare September 20, 2021 18:00
@renovate renovate bot changed the title Update typescript-eslint monorepo to v4.31.1 Update typescript-eslint monorepo to v4.31.2 Sep 20, 2021
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 765e0a3 to 8ab0d1f Compare October 20, 2021 06:56
@renovate renovate bot changed the title Update typescript-eslint monorepo to v4.31.2 Update typescript-eslint monorepo to v4.33.0 Oct 20, 2021
@renovate
Copy link
Contributor Author

renovate bot commented Mar 24, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

Copy link
Contributor Author

renovate bot commented Jun 2, 2024

Autoclosing Skipped

This PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error.

@renovate renovate bot changed the title Update typescript-eslint monorepo to v4.33.0 Update typescript-eslint monorepo to v4.33.0 - abandoned Jun 2, 2024
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.

1 participant