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

Merged
merged 1 commit into from
Oct 20, 2021

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 28, 2020

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@typescript-eslint/eslint-plugin 4.11.0 -> 4.33.0 age adoption passing confidence
@typescript-eslint/parser 4.11.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


Configuration

📅 Schedule: "every weekday" (UTC).

🚦 Automerge: Enabled.

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 requested a review from toondaey as a code owner December 28, 2020 18:29
@renovate renovate bot added dependencies Pull requests that update a dependency file minor-update labels Dec 28, 2020
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 1765563 to 02ceb73 Compare January 4, 2021 18:10
@renovate renovate bot changed the title chore(deps): update typescript-eslint monorepo to v4.11.1 chore(deps): update typescript-eslint monorepo Jan 4, 2021
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 02ceb73 to 665f682 Compare January 4, 2021 20:14
@renovate renovate bot changed the title chore(deps): update typescript-eslint monorepo chore(deps): update typescript-eslint monorepo to v4.12.0 Jan 4, 2021
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 665f682 to bf19f06 Compare January 11, 2021 18:34
@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 bf19f06 to ef079cc Compare January 18, 2021 18:13
@renovate renovate bot changed the title chore(deps): update typescript-eslint monorepo to v4.13.0 chore(deps): update typescript-eslint monorepo Jan 18, 2021
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from ef079cc to 8d10aa3 Compare January 18, 2021 20:13
@renovate renovate bot changed the title chore(deps): update typescript-eslint monorepo 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 8d10aa3 to c51971e Compare January 25, 2021 18:58
@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 Jan 25, 2021
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from c51971e to b342dc5 Compare February 1, 2021 18:20
@renovate renovate bot changed the title chore(deps): update typescript-eslint monorepo to v4.14.1 chore(deps): update typescript-eslint monorepo Feb 1, 2021
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from b342dc5 to c777ee7 Compare February 1, 2021 19:42
@renovate renovate bot changed the title chore(deps): update typescript-eslint monorepo chore(deps): update typescript-eslint monorepo to v4.14.2 Feb 1, 2021
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from c777ee7 to 544c295 Compare February 8, 2021 19:39
@renovate renovate bot changed the title chore(deps): update typescript-eslint monorepo to v4.14.2 chore(deps): update typescript-eslint monorepo to v4.15.0 Feb 8, 2021
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 544c295 to c137e35 Compare February 15, 2021 19:42
@renovate renovate bot changed the title chore(deps): update typescript-eslint monorepo to v4.15.0 chore(deps): update typescript-eslint monorepo to v4.15.1 Feb 15, 2021
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from c137e35 to d362223 Compare April 26, 2021 14:30
@renovate renovate bot changed the title chore(deps): update typescript-eslint monorepo to v4.15.1 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 d362223 to 0e15b3c Compare May 9, 2021 22:53
@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 0e15b3c to c7a4538 Compare May 15, 2021 20:42
@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 c7a4538 to 2351727 Compare June 6, 2021 23:13
@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 2351727 to a469a27 Compare June 14, 2021 21:07
@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 14, 2021
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from a469a27 to 411e2ce Compare October 18, 2021 21:58
@renovate renovate bot changed the title chore(deps): update typescript-eslint monorepo to v4.27.0 chore(deps): update typescript-eslint monorepo to v4.33.0 Oct 18, 2021
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch 8 times, most recently from 38ec678 to c8fdf67 Compare October 20, 2021 08:35
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from c8fdf67 to 36b5351 Compare October 20, 2021 08:59
@renovate renovate bot merged commit 0fef109 into master Oct 20, 2021
@renovate renovate bot deleted the renovate/typescript-eslint-monorepo branch October 20, 2021 09:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file minor-update
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants