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 #40

Merged
merged 1 commit into from
Nov 3, 2021

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 29, 2021

WhiteSource Renovate

This PR contains the following updates:

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

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

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

Bug Fixes
Features
  • ast-spec: make BaseNode & BaseToken more type-safe (#​3560) (a6c5604)
  • typescript-estree: add support for custom module resolution (#​3516) (d48429d)

4.28.5 (2021-07-26)

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

4.28.4 (2021-07-19)

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

4.28.3 (2021-07-12)

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

4.28.2 (2021-07-05)

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

4.28.1 (2021-06-28)

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

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

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

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

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

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

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

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

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

4.16.1 (2021-03-01)

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 428fa67 to 860952b Compare April 5, 2021 17:12
@renovate renovate bot changed the title chore(deps): update typescript-eslint monorepo to v4.20.0 chore(deps): update typescript-eslint monorepo Apr 5, 2021
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 860952b to e65ffa3 Compare April 5, 2021 19:32
@renovate renovate bot changed the title chore(deps): update typescript-eslint monorepo chore(deps): update typescript-eslint monorepo to v4.21.0 Apr 5, 2021
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from e65ffa3 to 6baac9e Compare April 12, 2021 19:48
@renovate renovate bot changed the title chore(deps): update typescript-eslint monorepo to v4.21.0 chore(deps): update typescript-eslint monorepo to v4.22.0 Apr 12, 2021
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 6baac9e to 908dbb0 Compare May 4, 2021 10:39
@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 4, 2021
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 908dbb0 to 0698f6b Compare May 10, 2021 18:10
@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 10, 2021
@renovate renovate bot changed the title chore(deps): update typescript-eslint monorepo to v4.23.0 chore(deps): update typescript-eslint monorepo to v4.24.0 May 17, 2021
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 0698f6b to 7ba742c Compare May 17, 2021 17:34
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 7ba742c to 0fca94a Compare May 24, 2021 17:52
@renovate renovate bot changed the title chore(deps): update typescript-eslint monorepo to v4.24.0 chore(deps): update typescript-eslint monorepo to v4.25.0 May 24, 2021
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 0fca94a to 15a9c4b Compare May 31, 2021 17:28
@renovate renovate bot changed the title chore(deps): update typescript-eslint monorepo to v4.25.0 chore(deps): update typescript-eslint monorepo to v4.26.0 May 31, 2021
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 15a9c4b to f9ae43c Compare June 7, 2021 17:30
@renovate renovate bot changed the title chore(deps): update typescript-eslint monorepo to v4.26.0 chore(deps): update typescript-eslint monorepo to v4.26.1 Jun 7, 2021
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from f9ae43c to 2dac908 Compare June 14, 2021 17:56
@renovate renovate bot changed the title chore(deps): update typescript-eslint monorepo to v4.26.1 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 2dac908 to e362353 Compare October 20, 2021 06:10
@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 20, 2021
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from e362353 to 226e8b7 Compare October 22, 2021 13:29
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 226e8b7 to eff4795 Compare October 22, 2021 13:32
@69pmb 69pmb merged commit c85bab5 into main Nov 3, 2021
@69pmb 69pmb deleted the renovate/typescript-eslint-monorepo branch November 3, 2021 16:01
69pmb pushed a commit that referenced this pull request Jun 14, 2022
69pmb pushed a commit that referenced this pull request Jan 2, 2023
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