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 v5.11.0 #70

Merged
merged 1 commit into from
May 16, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 1, 2021

WhiteSource Renovate

This PR contains the following updates:

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

Release Notes

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

v5.11.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-magic-numbers] fix invalid schema merging (#​4517) (b95f796)
  • eslint-plugin: [non-nullable-type-assertion-style] fix false positive when asserting to a generic type that might be nullish (#​4509) (4209362)
Features
  • eslint-plugin: [explicit-function-return-type] add allowedNames (#​4440) (936e252)

5.10.2 (2022-01-31)

Bug Fixes
  • eslint-plugin: [no-restricted-imports] allow relative type imports with patterns configured (#​4494) (4a6d217)

5.10.1 (2022-01-24)

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

v5.10.2

Compare Source

Bug Fixes
  • eslint-plugin: [no-restricted-imports] allow relative type imports with patterns configured (#​4494) (4a6d217)

v5.10.1

Compare Source

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

v5.10.0

Compare Source

Bug Fixes
  • eslint-plugin: [explicit-function-return-type] support AllowTypedFunctionExpression within AllowHigherOrderFunction (#​4250) (d053cde)
  • eslint-plugin: [no-extra-semi] false negatives when used with eslint 8.3.0 (#​4458) (f4016c2)
  • eslint-plugin: [no-invalid-this] crash when used with eslint 8.7.0 (#​4448) (e56f1e5)
  • eslint-plugin: [no-magic-numbers] handle bigint in class props (#​4411) (c8e650f)
Features
  • rename experimental-utils to utils and make experimental-utils an alias to the new package (#​4172) (1d55a75)

5.9.1 (2022-01-10)

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

v5.9.1

Compare Source

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

v5.9.0

Compare Source

Features
  • experimental-utils: move isTypeReadonly from eslint-plugin to experimental-utils (#​3658) (a9eb0b9)

5.8.1 (2021-12-27)

Bug Fixes
  • eslint-plugin: [consistent-indexed-object-style] do not report for circular references (#​4347) (6edebcd)
  • eslint-plugin: [consistent-type-definitions] correct fixer with declare keyword (#​4334) (0cd911a)
  • eslint-plugin: [padding-line-between-statements] make function overloading is also processed (#​4345) (d31ec26)

v5.8.1

Compare Source

Bug Fixes
  • eslint-plugin: [consistent-indexed-object-style] do not report for circular references (#​4347) (6edebcd)
  • eslint-plugin: [consistent-type-definitions] correct fixer with declare keyword (#​4334) (0cd911a)
  • eslint-plugin: [padding-line-between-statements] make function overloading is also processed (#​4345) (d31ec26)

v5.8.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-implied-eval] improve performance (#​4313) (e344596)
  • eslint-plugin: [padding-line-between-statements] type StatementTypes can't differenciate from variable (#​4270) (bfc4324)
  • eslint-plugin: [strict-boolean-expression] false positive for truthy boolean (#​4275) (72c2e41)
  • eslint-plugin: array-type mark AST_NODE_TYPES.TSBigIntKeyword as simple (#​4274) (74e544e)
  • eslint-plugin: handle method overloading in semi (#​4318) (3b87b49)
  • experimental-utils: support immutable members (#​3844) (3d33a77)
Features
  • eslint-plugin: [no-throw-literal] add options to to disallow any/unknown (#​4207) (ff0adf9)
  • eslint-plugin: [restrict-plus-operand] add allowAny option (#​4260) (2788545)

v5.7.0

Compare Source

Features
  • eslint-plugin: [consistent-type-exports] support TS4.5 inline export specifiers (#​4236) (be4d976)
  • eslint-plugin: [consistent-type-imports] support TS4.5 inline import specifiers (#​4237) (f61af7c)
  • eslint-plugin: [no-shadow] support TS4.5 inline import specifiers (#​4239) (96b7e8e)

v5.6.0

Compare Source

Features
  • scope-manager: support TS4.5 import/export specifier kind (#​4234) (833f822)
typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v5.11.0

Compare Source

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

5.10.2 (2022-01-31)

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

5.10.1 (2022-01-24)

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

v5.10.2

Compare Source

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

v5.10.1

Compare Source

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

v5.10.0

Compare Source

Features
  • rename experimental-utils to utils and make experimental-utils an alias to the new package (#​4172) (1d55a75)

5.9.1 (2022-01-10)

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

v5.9.1

Compare Source

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

v5.9.0

Compare Source

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

5.8.1 (2021-12-27)

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

v5.8.1

Compare Source

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

v5.8.0

Compare Source

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

v5.7.0

Compare Source

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

v5.6.0

Compare Source

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


Configuration

📅 Schedule: "every 3 months on the first day of the month" (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
Copy link
Contributor Author

renovate bot commented Jul 1, 2021

Branch automerge failure

This PR was configured for branch automerge, however this is not possible so it has been raised as a PR instead.

@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 58a9e48 to 1c58b6f Compare July 5, 2021 17:35
@renovate renovate bot changed the title chore(deps): update typescript-eslint monorepo to v4.28.1 chore(deps): update typescript-eslint monorepo to v4.28.2 Jul 5, 2021
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 1c58b6f to 0fdd7b8 Compare October 18, 2021 21:49
@renovate renovate bot changed the title chore(deps): update typescript-eslint monorepo to v4.28.2 chore(deps): update typescript-eslint monorepo to v4.28.2 - autoclosed Dec 1, 2021
@renovate renovate bot closed this Dec 1, 2021
@renovate renovate bot deleted the renovate/typescript-eslint-monorepo branch December 1, 2021 20:40
@renovate renovate bot changed the title chore(deps): update typescript-eslint monorepo to v4.28.2 - autoclosed chore(deps): update typescript-eslint monorepo to v4.28.2 Dec 6, 2021
@renovate renovate bot reopened this Dec 6, 2021
@renovate renovate bot restored the renovate/typescript-eslint-monorepo branch December 6, 2021 19:48
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 0fdd7b8 to a75460a Compare December 6, 2021 21:22
@renovate renovate bot changed the title chore(deps): update typescript-eslint monorepo to v4.28.2 chore(deps): update typescript-eslint monorepo to v5.6.0 Dec 6, 2021
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch 2 times, most recently from fbe6cc4 to ecaabbe Compare December 13, 2021 19:55
@renovate renovate bot changed the title chore(deps): update typescript-eslint monorepo to v5.6.0 chore(deps): update typescript-eslint monorepo to v5.7.0 Dec 13, 2021
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from ecaabbe to 25d565a Compare December 20, 2021 19:24
@renovate renovate bot changed the title chore(deps): update typescript-eslint monorepo to v5.7.0 chore(deps): update typescript-eslint monorepo to v5.8.0 Dec 20, 2021
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 25d565a to d5d76da Compare December 27, 2021 18:35
@renovate renovate bot changed the title chore(deps): update typescript-eslint monorepo to v5.8.0 chore(deps): update typescript-eslint monorepo to v5.8.1 Dec 27, 2021
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from d5d76da to bef237b Compare January 3, 2022 20:05
@renovate renovate bot changed the title chore(deps): update typescript-eslint monorepo to v5.8.1 chore(deps): update typescript-eslint monorepo to v5.9.0 Jan 3, 2022
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from bef237b to cbb61b3 Compare January 10, 2022 19:57
@renovate renovate bot changed the title chore(deps): update typescript-eslint monorepo to v5.9.0 chore(deps): update typescript-eslint monorepo to v5.9.1 Jan 10, 2022
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from cbb61b3 to a60a852 Compare January 17, 2022 18:36
@renovate renovate bot changed the title chore(deps): update typescript-eslint monorepo to v5.9.1 chore(deps): update typescript-eslint monorepo to v5.10.0 Jan 17, 2022
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from a60a852 to 86fbff4 Compare January 24, 2022 19:04
@renovate renovate bot changed the title chore(deps): update typescript-eslint monorepo to v5.10.0 chore(deps): update typescript-eslint monorepo to v5.10.1 Jan 24, 2022
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 86fbff4 to eac3417 Compare January 31, 2022 18:56
@renovate renovate bot changed the title chore(deps): update typescript-eslint monorepo to v5.10.1 chore(deps): update typescript-eslint monorepo to v5.10.2 Jan 31, 2022
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from eac3417 to 96e0bca Compare February 7, 2022 18:42
@renovate renovate bot changed the title chore(deps): update typescript-eslint monorepo to v5.10.2 chore(deps): update typescript-eslint monorepo to v5.11.0 Feb 7, 2022
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 96e0bca to bc805a7 Compare March 7, 2022 15:44
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from bc805a7 to 0f7cdd0 Compare March 26, 2022 15:22
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 0f7cdd0 to 5fead87 Compare April 24, 2022 18:16
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 5fead87 to d0e49af Compare May 15, 2022 21:21
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from d0e49af to f5e25a7 Compare May 16, 2022 08:40
@gustavkj gustavkj merged commit 1148517 into master May 16, 2022
@gustavkj gustavkj deleted the renovate/typescript-eslint-monorepo branch May 16, 2022 09:11
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