Skip to content
This repository has been archived by the owner on Jan 15, 2022. It is now read-only.

chore(deps): update typescript-eslint monorepo to v4.33.0 #76

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 9, 2020

WhiteSource Renovate

This PR contains the following updates:

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

Release Notes

typescript-eslint/typescript-eslint

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

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

v4.28.4

Compare Source

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

v4.28.3

Compare Source

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

v4.28.2

Compare Source

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

v4.28.1

Compare Source

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

v4.28.0

Compare Source

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

v4.27.0

Compare Source

Bug Fixes
  • typescript-estree: allow providing more one than one existing program in config (#​3508) (4f1806e)
Features
  • allow user to provide TS program instance in parser options (#​3484) (e855b18)

4.26.1 (2021-06-07)

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

v4.26.1

Compare Source

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

v4.26.0

Compare Source

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

v4.25.0

Compare Source

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

v4.24.0

Compare Source

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

v4.23.0

Compare Source

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

v4.22.1

Compare Source

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

v4.22.0

Compare Source

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

v4.21.0

Compare Source

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

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

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

v4.18.0

Compare Source

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

v4.17.0

Compare Source

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

4.16.1 (2021-03-01)

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

v4.16.1

Compare Source

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

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

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

v4.15.1

Compare Source

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

v4.15.0

Compare Source

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

4.14.2 (2021-02-01)

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

4.14.1 (2021-01-25)

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

v4.14.2

Compare Source

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

v4.14.1

Compare Source

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

v4.14.0

Compare Source

Features
  • add support for decorator metadata in scope analysis and in consistent-type-imports (#​2751) (445e416), closes #​2559

v4.13.0

Compare Source

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

v4.12.0

Compare Source

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

4.11.1 (2020-12-28)

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

v4.11.1

Compare Source

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

v4.11.0

Compare Source

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

v4.10.0

Compare Source

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

4.9.1 (2020-12-07)

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

v4.9.1

Compare Source

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

v4.9.0

Compare Source

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

4.8.2 (2020-11-23)

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

4.8.1 (2020-11-17)

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

v4.8.2

Compare Source

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

v4.8.1

Compare Source

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

v4.8.0

Compare Source

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

v4.7.0

Compare Source

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

4.6.1 (2020-11-02)

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

v4.6.1

Compare Source

Bug Fixes
  • eslint-plugin: [consistent-indexed-object-style] fix wrong autofix behaviour with generics (#​2722) (73d9713)
  • eslint-plugin: [no-shadow] ignore global module augmentation (#​2729) (d8c67a5)

v4.6.0

Compare Source

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


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 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 force-pushed the renovate/typescript-eslint-monorepo branch from 479c782 to 602b319 Compare January 6, 2021 03:06
@renovate renovate bot changed the title chore(deps): update typescript-eslint monorepo to v4.9.1 chore(deps): update typescript-eslint monorepo to v4.12.0 Jan 6, 2021
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 602b319 to 19583d3 Compare January 11, 2021 18:49
@renovate renovate bot changed the title chore(deps): update typescript-eslint monorepo to v4.12.0 chore(deps): update typescript-eslint monorepo to v4.13.0 Jan 11, 2021
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 19583d3 to 798ef44 Compare January 18, 2021 19:34
@renovate renovate bot changed the title chore(deps): update typescript-eslint monorepo to v4.13.0 chore(deps): update typescript-eslint monorepo to v4.14.0 Jan 18, 2021
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 798ef44 to 24281b1 Compare February 1, 2021 17:01
@renovate renovate bot changed the title chore(deps): update typescript-eslint monorepo to v4.14.0 chore(deps): update typescript-eslint monorepo to v4.14.1 Feb 1, 2021
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 24281b1 to 9b7ebfc Compare February 9, 2021 14:04
@renovate renovate bot changed the title chore(deps): update typescript-eslint monorepo to v4.14.1 chore(deps): update typescript-eslint monorepo to v4.15.0 Feb 9, 2021
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 9b7ebfc to 28fd800 Compare April 26, 2021 17:47
@renovate renovate bot changed the title chore(deps): update typescript-eslint monorepo to v4.15.0 chore(deps): update typescript-eslint monorepo to v4.22.0 Apr 26, 2021
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 28fd800 to 01cba6f Compare May 9, 2021 22:50
@renovate renovate bot changed the title chore(deps): update typescript-eslint monorepo to v4.22.0 chore(deps): update typescript-eslint monorepo to v4.22.1 May 9, 2021
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 01cba6f to b3f9d6d Compare May 15, 2021 21:23
@renovate renovate bot changed the title chore(deps): update typescript-eslint monorepo to v4.22.1 chore(deps): update typescript-eslint monorepo to v4.23.0 May 15, 2021
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from b3f9d6d to cb39f00 Compare June 6, 2021 22:11
@renovate renovate bot changed the title chore(deps): update typescript-eslint monorepo to v4.23.0 chore(deps): update typescript-eslint monorepo to v4.26.0 Jun 6, 2021
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from cb39f00 to ace4749 Compare June 16, 2021 01:11
@renovate renovate bot changed the title chore(deps): update typescript-eslint monorepo to v4.26.0 chore(deps): update typescript-eslint monorepo to v4.27.0 Jun 16, 2021
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from ace4749 to 64a551f Compare July 6, 2021 02:07
@renovate renovate bot changed the title chore(deps): update typescript-eslint monorepo to v4.27.0 chore(deps): update typescript-eslint monorepo to v4.28.2 Jul 6, 2021
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 64a551f to 9dd361b Compare October 20, 2021 06:09
@renovate renovate bot changed the title chore(deps): update typescript-eslint monorepo to v4.28.2 chore(deps): update typescript-eslint monorepo to v4.33.0 Oct 20, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant