Skip to content

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

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

Release notes

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

v5.51.0

5.51.0 (2023-02-06)

Bug Fixes

  • eslint-plugin: [sort-type-constituents] fixed behavior change (#6384) (5bf7f7f), closes #6339
  • eslint-plugin: do not use .at(), Node 14 does not support it (#6402) (077ed1b)

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)
  • typescript-estree: cache project glob resolution (#6367) (afae837)
Changelog

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

5.51.0 (2023-02-06)

Bug Fixes

  • eslint-plugin: [sort-type-constituents] fixed behavior change (#6384) (5bf7f7f), closes #6339
  • eslint-plugin: do not use .at(), Node 14 does not support it (#6402) (077ed1b)

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)
Commits
  • a9cb860 chore: publish v5.51.0
  • d4747cd feat(eslint-plugin): [strict-boolean-expressions] add allow nullable enum to ...
  • f330e06 feat(eslint-plugin): [no-floating-promises] error on logical expression (#6356)
  • a948729 chore: enable one-var rule (#6410)
  • b14d3be feat(eslint-plugin): [no-import-type-side-effects] add rule to warn against r...
  • 3647a1c feat(eslint-plugin): [naming-convention] improve performance by removing unne...
  • 5bf7f7f fix(eslint-plugin): [sort-type-constituents] fixed behavior change (#6384)
  • 056e9f0 docs(eslint-plugin): fix key-spacing core rule name (#6395)
  • 077ed1b fix(eslint-plugin): do not use .at(), Node 14 does not support it (#6402)
  • fbe811c chore: enable eqeqeq internally (#6228)
  • 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