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 ^5.53.0 #42

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 12, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@typescript-eslint/eslint-plugin ^5.46.0 -> ^5.53.0 age adoption passing confidence
@typescript-eslint/parser ^5.46.0 -> ^5.53.0 age adoption passing confidence

Release Notes

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

v5.53.0

Compare Source

Features
  • eslint-plugin: [consistent-generic-constructors] handle default parameters (#​6484) (e8cebce)
  • eslint-plugin: [no-mixed-enums] add rule (#​6102) (16144d1)

v5.52.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-import-type-side-effects] correctly ignore zero-specifier imports (#​6444) (d5a6688)
  • eslint-plugin: [no-unnecessary-condition] account for optional chaining on potentially void values (#​6432) (e1d9c67), closes #​5255
  • eslint-plugin: [no-unnecessary-condition] fix false positive when checking indexed access types (#​6452) (d569924)
  • eslint-plugin: fix key-spacing when type starts on next line (#​6412) (3eb2eed)
Features
  • eslint-plugin: [block-spacing] extending base rule for TS related blocks (#​6195) (b2db3f5)
  • eslint-plugin: [explicit-function-return-type] add allowFunctionsWithoutTypeParameters option (#​6105) (113640e)
  • eslint-plugin: [explicit-function-return-type] add allowIIFEs option (#​6237) (a1b3f7b)

v5.51.0

Compare Source

Bug Fixes
Features
  • eslint-plugin: [naming-convention] improve performance by removing unnecessary selectors (#​6376) (3647a1c)
  • eslint-plugin: [no-floating-promises] error on logical expression (#​6356) (f330e06)
  • eslint-plugin: [no-import-type-side-effects] add rule to warn against runtime side effects with verbatimModuleSyntax (#​6394) (b14d3be)
  • eslint-plugin: [strict-boolean-expressions] add allow nullable enum to strict boolean expressions (#​6096) (d4747cd)

v5.50.0

Compare Source

Bug Fixes
  • eslint-plugin: [ban-ts-comment] counts graphemes instead of String.prototype.length (#​5704) (09d57ce)
  • eslint-plugin: [prefer-optional-chain] fix ThisExpression and PrivateIdentifier errors (#​6028) (85e783c)
  • eslint-plugin: [prefer-optional-chain] fixer produces wrong logic (#​5919) (b0f6c8e), closes #​1438
Features
  • eslint-plugin: add key-spacing rule extension for interface & type declarations (#​6211) (67706e7)

v5.49.0

Compare Source

Features
  • eslint-plugin: [naming-convention] add support for #private modifier on class members (#​6259) (c8a6d80)

5.48.2 (2023-01-16)

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

5.48.1 (2023-01-09)

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

v5.48.2

Compare Source

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

v5.48.1

Compare Source

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

v5.48.0

Compare Source

Features
  • eslint-plugin: specify which method is unbound and added test case (#​6281) (cf3ffdd)

5.47.1 (2022-12-26)

Bug Fixes
  • ast-spec: correct some incorrect ast types (#​6257) (0f3f645)
  • eslint-plugin: [member-ordering] correctly invert optionalityOrder (#​6256) (ccd45d4)

v5.47.1

Compare Source

Bug Fixes
  • ast-spec: correct some incorrect ast types (#​6257) (0f3f645)
  • eslint-plugin: [member-ordering] correctly invert optionalityOrder (#​6256) (ccd45d4)

v5.47.0

Compare Source

Features
  • eslint-plugin: [no-floating-promises] add suggestion fixer to add an 'await' (#​5943) (9e35ef9)

5.46.1 (2022-12-12)

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

v5.46.1

Compare Source

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

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

v5.53.0

Compare Source

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

v5.52.0

Compare Source

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

v5.51.0

Compare Source

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

v5.50.0

Compare Source

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

v5.49.0

Compare Source

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

5.48.2 (2023-01-16)

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

5.48.1 (2023-01-09)

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

v5.48.2

Compare Source

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

v5.48.1

Compare Source

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

v5.48.0

Compare Source

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

5.47.1 (2022-12-26)

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

v5.47.1

Compare Source

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

v5.47.0

Compare Source

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

5.46.1 (2022-12-12)

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

v5.46.1

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: 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, check this box

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

@vercel
Copy link

vercel bot commented Dec 12, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated
vibes ❌ Failed (Inspect) Feb 22, 2023 at 9:40AM (UTC)

@renovate renovate bot changed the title chore(deps): update typescript-eslint monorepo to ^5.46.1 Update typescript-eslint monorepo to ^5.46.1 Dec 17, 2022
@renovate renovate bot changed the title Update typescript-eslint monorepo to ^5.46.1 chore(deps): update typescript-eslint monorepo to ^5.46.1 Dec 17, 2022
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 7ade7bc to 7b5c91f Compare December 19, 2022 20:50
@renovate renovate bot changed the title chore(deps): update typescript-eslint monorepo to ^5.46.1 chore(deps): update typescript-eslint monorepo to ^5.47.0 Dec 19, 2022
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 7b5c91f to fb08162 Compare December 26, 2022 19:14
@renovate renovate bot changed the title chore(deps): update typescript-eslint monorepo to ^5.47.0 chore(deps): update typescript-eslint monorepo to ^5.47.1 Dec 26, 2022
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from fb08162 to 3c7e19b Compare January 2, 2023 20:24
@renovate renovate bot changed the title chore(deps): update typescript-eslint monorepo to ^5.47.1 chore(deps): update typescript-eslint monorepo to ^5.48.0 Jan 2, 2023
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 3c7e19b to b9f3892 Compare January 9, 2023 19:16
@renovate renovate bot changed the title chore(deps): update typescript-eslint monorepo to ^5.48.0 chore(deps): update typescript-eslint monorepo to ^5.48.1 Jan 9, 2023
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from b9f3892 to e046683 Compare January 16, 2023 18:40
@renovate renovate bot changed the title chore(deps): update typescript-eslint monorepo to ^5.48.1 chore(deps): update typescript-eslint monorepo to ^5.48.2 Jan 16, 2023
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from e046683 to d1d7813 Compare January 23, 2023 18:21
@renovate renovate bot changed the title chore(deps): update typescript-eslint monorepo to ^5.48.2 chore(deps): update typescript-eslint monorepo to ^5.49.0 Jan 23, 2023
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from d1d7813 to 2a532a6 Compare January 31, 2023 13:39
@renovate renovate bot changed the title chore(deps): update typescript-eslint monorepo to ^5.49.0 chore(deps): update typescript-eslint monorepo to ^5.50.0 Jan 31, 2023
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 2a532a6 to e179de9 Compare February 6, 2023 17:56
@renovate renovate bot changed the title chore(deps): update typescript-eslint monorepo to ^5.50.0 chore(deps): update typescript-eslint monorepo to ^5.51.0 Feb 6, 2023
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from e179de9 to ada8412 Compare February 22, 2023 08:52
@renovate renovate bot changed the title chore(deps): update typescript-eslint monorepo to ^5.51.0 chore(deps): update typescript-eslint monorepo to ^5.53.0 Feb 22, 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.

0 participants