Skip to content

Dependencies: Bump @typescript-eslint/eslint-plugin from 5.49.0 to 5.50.0

Bumps @typescript-eslint/eslint-plugin from 5.49.0 to 5.50.0.

Release notes

Sourced from @​typescript-eslint/eslint-plugin's releases.

v5.50.0

5.50.0 (2023-01-31)

Bug Fixes

  • ast-spec: a JSXEmptyExpression is not a possible JSXExpression (#6321) (4b27777)
  • 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)
Changelog

Sourced from @​typescript-eslint/eslint-plugin's changelog.

5.50.0 (2023-01-31)

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)
Commits
  • 99c091e chore: publish v5.50.0
  • 85e783c fix(eslint-plugin): [prefer-optional-chain] fix ThisExpression and `Private...
  • 1623350 docs(eslint-plugin): corrected eslint-plugin README.md getting started link (...
  • f17d34b docs(eslint-plugin): update site description of ban-types docs (#6209)
  • b0f6c8e fix(eslint-plugin): [prefer-optional-chain] fixer produces wrong logic (#5919)
  • 67706e7 feat(eslint-plugin): add key-spacing rule extension for interface & type de...
  • 09d57ce fix(eslint-plugin): [ban-ts-comment] counts graphemes instead of `String.prot...
  • See full diff in compare view


Dependabot commands
You can trigger Dependabot actions by commenting on this MR
  • $dependabot rebase will rebase this MR
  • $dependabot recreate will recreate this MR rewriting all the manual changes and resolving conflicts

Merge request reports